/* Poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/Poppins-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
}


html {
    scroll-behavior: smooth;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}
.center{
    text-align: center;
}
.flex.item{
    align-items: center;
}
.clear {
    clear: both;
}

body {
    color: #002533;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.desc-text{
    display: flex;
    text-indent: -9999px;
    height: 0;
    display: none;
}
#add-point{
    position: relative;
}
#add-point::after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: -8px;
    top: 50%;
    background: var(--hover-color);
    z-index: 3;
    border-radius: 50%;
}
li {
    list-style-type: none;
}

a {
    color: unset;
    text-decoration: unset;
}

header {
    position: sticky;
    width: 100%;
    z-index: 99;
    top: 0;
    transition: all 0.3s linear;
    border-bottom: 1px solid transparent;
    /* background-color: #fff; */
    background-color: transparent;
    color: white;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat', 'Poppins', sans-serif;
}
.icon_search{
    cursor: pointer;
}
header.fixed {
    background: #262626;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

header a.logo {
    display: inline-block;
    width: 135px;
}

header .content {
    max-width: 1270px;
}

header div.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
}

header div.main-menu .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header div.que-phone {
    display: flex;
    align-items: center;
    padding: 0 28px;
}

header div.que-phone img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: inline-block;
}

header div.que-phone span {
    font-size: 13px;
    color: #D3D3D3;
    margin-bottom: 5px;
    display: inline-block;
}

header div.que-phone p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

header div.main-menu div.main>div>ul>li {
    margin: 0 1vw;
    display: inline-block;
    position: relative;
}

header div.main-menu div.main>div>ul>li>a::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--hover-color);
    position: absolute;
    border-radius: 1px;
    bottom: 1px;
    left: 0;
    transition: 0.3s all ease;
    opacity: 0;
}

header div.main-menu div.main>div>ul>li>a {
    text-transform: uppercase;
    display: block;
    line-height: 60px;
    padding: 0 0.3rem;
    font-size: 17px;
    font-weight: 400;
    transition: 0.2s all ease;
    letter-spacing: 0;
}

header span.search {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 30px;
    background: url(../img/search.svg) no-repeat center;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
}

.button {
    display: inline-block;
    line-height: 49px;
    padding: 0 2rem;
    border: 1px solid var(--hover-color);
    background-color: var(--hover-color);
    border-radius: 4px;
    text-transform: capitalize;
    color: white;
    transition: 0.3s all ease;
    cursor: pointer;
    text-align: center;
    /* min-width: 14rem; */
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: inherit;
}

.button.grey,
.button.load_more_post_ajax {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    color: #333333;
    min-width: 14.5rem;
    font-weight: 500;
}

header div.main-menu div.main a.contact-btn {
    min-width: unset;
    line-height: 46px;
    font-size: 16px;
}

div.search-block {
    position: fixed;
    visibility: hidden;
    z-index: 400;
    background-color: #FFF;
    box-shadow: 0 0 15px rgb(0 55 96 / 12%);
    transition: 0.3s ease;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    bottom: -1000px;
    left: 0;
    width: 100%;
    height: 100rem;
    transition: 0.3s ease;
    font-family: 'Montserrat', 'Poppins', sans-serif;
}

div.search-block.active {
    visibility: visible;
    bottom: 0;
    opacity: 1;
}

div.search-block div.content {
    position: relative;
    display: block;
}

.wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    background: url(../img/cloes.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

div.search-block .searchform {
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    opacity: 0;
    transition: opacity .35s ease .2s;
    --wd-form-color: #333;
    --wd-form-placeholder-color: #333;
    text-align: center;
    transition: 0.75s all ease;
}

div.search-block.active .searchform {
    opacity: 1;
}

div.search-block .searchform input[type="text"] {
    padding: 0;
    height: 110px;
    border: none;
    text-align: center;
    font-size: 45px;
    outline: none;
}

header div.main-menu div.main div.right {
    display: none;
}

div.search-block .searchform ::-webkit-input-placeholder {
    color: #333333;
    font-size: 2rem;
}


.img span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: 0.6s all ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

/* .swiper-pagination-bullet {
    background-color: transparent !important;
} */

/* .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--hover-color) !important;
    border: 1px solid var(--hover-color) !important;
} */

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after {
    content: '' !important;
}

footer {
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: cover;
    padding-top: 7rem;
    color: rgb(255, 255, 255, .7);
    font-family: 'Poppins', 'Poppins', sans-serif !important;
}

footer.footer {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

footer.footer .footer_main {
    display: flex;
    justify-content: space-between;
}


footer.footer .slide-obj li {
    line-height: 2rem;
}

footer.footer .slide-obj:nth-child(4) span {
    width: 345px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}

footer.footer .slide-obj span,
footer.footer .slide-obj a {
    font-size: 17px;
    line-height: 1.125rem;
    color: #6f7275;
    transition: all 0.2s ease;
    font-weight: 450;
}

footer.footer .slide-obj a:hover {
    color: var(--hover-color);
}

footer.footer .slide-obj p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.125rem;
    font-weight: 400;
}

footer.footer .slide-obj p>strong {
    display: block;
    margin-bottom: 40px;
    font-size: 1.35rem;
    line-height: 1rem;
    font-weight: normal;
    color: #fff;
}

.icon {
    position: relative;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon.icon_fb_white {
    background-image: url(../img/page_home-footer_fb.svg);
}

footer.footer .slide-obj .sub_list {
    width: 100%;
    margin-top: 1.875rem;
}

footer.footer .slide-obj .sub_list .img {
    width: 100%;
    height: 85px;
    margin-bottom: 1.2rem;
    overflow: hidden;
}

footer.footer .slide-obj .sub_list .img:hover img {
    transform: scale(1.1);
}

footer.footer .slide-obj .sub_list .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s;
}

footer.footer .slide-obj .sub_list ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

footer.footer .slide-obj .sub_list ul li {
    width: 32%;
    text-align: left;
    line-height: 1.1rem;
    margin-bottom: 0.6rem;
}

footer.footer .slide-obj .sub_list ul span {
    font-size: 13px;
}

footer.footer .slide-obj input.footer_email {
    width: 275px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-right: 5px;
}

ul.share {
    display: flex;
    gap: 4px;
    margin-top: 30px;
}

ul.share li {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #4F4F4F;
    margin-right: 10px;
}



ul.share li.active,
ul.share li:hover {
    background-color: var(--hover-color);
}

ul.share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

ul.share .icon {
    width: 35%;
    height: 35%;
    background-position: center;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 40px;
}

.footer_bottom ul {
    display: flex;
    align-items: flex-end;
    column-gap: 5px;
}

.footer_bottom li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    margin-left: 1.75rem;
}

.footer_bottom li div.img-box {
    background-color: #F8F8FA;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.footer_bottom li div.img-box i {
    width: 22px;
    height: 22px;
    margin-right: 0;
}

.footer_bottom li span {
    color: #6F72A1;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.footer_copyright {
    margin-top: 1.375rem;
    background-color: var(--hover-color);
    color: white;
}

.footer_copyright .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.4rem;
    font-size: 0.875rem;
    line-height: 1.5625rem;
}

.footer_copyright .footer_copyright-right {
    display: flex;
    align-items: center;
}

.footer_copyright .footer_copyright-right li {
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: 0;
}

.footer_copyright .footer_copyright-right li a {
    margin-left: 2.1875rem;
    font-size: 13px;
    color: #fff;
}

.footer_copyright p {
    font-size: 13px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
}

footer.footer img {
    max-width: 155px;
}

ul.share .icon.instagram {
    background-image: url('../img/page_home-footer_ins.svg');
}

ul.share .icon.youtube {
    background-image: url('../img/page_home-footer_youtube.svg');
}

ul.share .icon.twitter {
    background-image: url('../img/page_home-footer_tw.svg');
}

ul.share .icon.pinterest {
    background-image: url('../img/pinterest.svg');
}

body form#sytech-newsletter-subscription input[type="email"] {
    width: initial;
    min-width: 306px;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: white;
    margin-right: 5px;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

body form#sytech-newsletter-subscription {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

body form#sytech-newsletter-subscription {
    line-height: 2rem;
    position: relative;
}

body form#sytech-newsletter-subscription input[type="submit"] {
    background: var(--hover-color);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    width: 270px;
    padding: 0;
    font-size: 18px;
    min-width: 43px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-left: 2px;
    text-indent: 0;
    transition: all 0.2s;
}
body form#sytech-newsletter-subscription input[type="submit"]:hover{
    background-color: #333;
    border-color: #333 !important;
}

body form#sytech-newsletter-subscription p.failed,
body form#sytech-newsletter-subscription p.success {
    color: #333;
    background: #fff;
    border: 1px solid #eee;
}

form#sytech-newsletter-subscription p.failed:after,
form#sytech-newsletter-subscription p.success:after {
    display: none;
}

body form#sytech-newsletter-subscription p.failed.active,
body form#sytech-newsletter-subscription p.success.active {
    font-size: 0.8rem;
    font-weight: 400;
    top: -4.5rem;
}

footer.footer .slide-obj.contact ul li {
    padding-left: 2rem;
    position: relative;
}

footer.footer .slide-obj.contact ul li::before {
    content: url(../img/tel.svg);
    width: 16px;
    position: absolute;
    top: 2px;
    left: 0;
}

footer.footer .slide-obj.contact ul li.email::before {
    content: url(../img/email.svg);
}

footer.footer .slide-obj.contact ul li.address::before {
    content: url(../img/address.svg);
}

footer div.footer_bottom .right ul {
    display: flex;
    column-gap: 2rem;
}

footer div.footer_bottom .right ul li {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

footer div.footer_bottom .right ul li span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    margin-bottom: 0;
}

div.subscribe div.form {
    border-radius: 7px;
    margin-top: 2.5rem;
}

div.subscribe input[type="text"] {
    width: 89.5%;
    padding: 1rem 1.2rem;
    border: none;
    font-size: 15px;
    outline: unset;
    border: none;
    border-radius: 3px;
    background-color: white;
    color: #242424;
}

div.subscribe input[type="submit"] {
    padding: 0 0.6rem;
    font-size: 0.7rem;
    cursor: pointer;
    text-indent: -9999px;
    background-color: var(--hover-color);
    background-image: url(../img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0.9rem;
    background-size: 20px;
    cursor: pointer;
    transition: 0.3s all ease;
    width: 9.5%;
    border: none;
    line-height: 51px;
    margin-top: -1px;
    vertical-align: top;
    border-radius: 3px;
    float: right;
}

::-webkit-input-placeholder {
    font-family: inherit;
    color: #808087;
}

footer div.social a {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../img/facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px !important;
    margin-right: 0.2rem;
    transition: 0.4s all ease;
    position: relative;
    border-radius: 4px;
    background-color: #3b5886;
    text-indent: -9999px;
}

footer div.social a.twitter {
    background-image: url(../img/twitter.svg);
    background-size: 16px !important;
    background-color: #009cdd;
}

footer div.social a.ins {
    background-image: url(../img/ins.svg);
    background-size: 14px !important;
    background-color: #0073a1;
}

footer div.social a.skype {
    background-image: url(../img/skype.svg);
    background-color: #1fa6d8;
    background-size: 18px !important;
}

footer div.social a.facebook {
    background-size: 8px !important;
}

footer div.footer-menu div.slide-obj {
    margin-bottom: 4rem;
}

footer div.footer-menu div.slide-obj.menu {
    margin-bottom: 3rem;
}

footer div.footer-menu .menu ul {
    display: flex;
    flex-wrap: wrap;
}

footer div.footer-menu .menu ul li {
    width: 33.3%;
}

footer div.copyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.8rem 0 1.5rem;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, .5);
    flex-wrap: wrap;
}

footer div.copyright * {
    width: 43%;
}

footer div.copyright p {
    padding-left: 1rem;
}

footer ul li {
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 28px;
}

footer ul li a {
    display: block;
    transition: 0.15s all ease;
    font-weight: 300;
    font-size: 15px;
    color: rgb(255, 255, 255, .55);
}

header div.main-menu>span.search {
    display: none;
}

/* section.home-banner {
    height: 1100px;
    margin-top: -120px;
    padding-top: 180px;
} */

section.home-banner ul {
    display: flex;
    align-items: center;
}

section.home-banner ul li {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-right: 40px;
}

/* section.home-banner ul li img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
} */

/* section.home-banner ul li p {
    color: #333A40;
    width: 120px;
    font-size: 17px;
    font-weight: 400;
} */

section.home-banner a.btn-form {
    width: 185px;
    padding: 17px 0;
}




@media screen and (min-width: 819px) {
    header div.main-menu div.main>div>ul>li>a:hover:before {
        opacity: 1;
    }

    .button:hover {
        background-color: transparent;
        color: var(--hover-color);
    }

    .button.grey:hover,
    .button.load_more_post_ajax:hover {
        border: 1px solid var(--hover-color);
        color: var(--hover-color);
    }

    header div.main-menu div.main>div>ul>li>a:hover {
        color: var(--hover-color);
    }

    ul.advance-list li:hover {
        box-shadow: 0 0 18px rgb(0 0 0 / 20%);
        transform: translateY(-10px);
    }

    div.home-cats ul li:hover::before {
        opacity: 1;
    }

    div.home-cats ul li:hover span.title {
        color: white;
    }

    div.home-cats ul li:hover a {
        transform: translateY(0);
    }

    div.home-cats ul li button:hover {
        background-position-x: 88%;
    }

    div.home-cats>a:hover::before {
        bottom: -2.2rem;
    }

    div.cat-filter span:hover {
        color: white;
        background-color: var(--hover-color);
        border: 1px solid var(--hover-color);
    }

    ul.product-list li:hover {
        box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    }

    ul.product-list li:hover div.img span {
        transform: scale(1.1);
    }

    ul.product-list li:hover .button {
        color: white;
        border: 1px solid var(--hover-color);
        background-color: var(--hover-color);
    }

    div.oem-part div.right .button:hover {
        color: white;
        background-color: var(--hover-color);
        border: 1px solid var(--hover-color);
    }

    div.certificate-part img:hover {
        transform: scale(1.02);
        box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    }

    ul.news-list li:hover {
        box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    }

    ul.news-list li:hover div.img span {
        transform: scale(1.1);
    }

    ul.news-list li div.mess span.more:hover {
        background-position-x: 92%;
    }

    div.home-contact a.button:hover {
        color: white;
        background-color: transparent;
        border: 1px solid white;
    }

    div.subscribe input[type="submit"]:hover {
        background-position-x: 1.1rem;
    }

    footer div.social a:hover {
        transform: scale(1.05) translateY(-4px);
    }

    footer ul li a:hover {
        color: white;
    }

    div.products-content div.sidebar div.container>div>ul li:hover {
        color: var(--hover-color);
    }

    .product-view ul.product-list li:hover {
        box-shadow: 0 0 15px rgb(0, 0, 0, .05);
    }

    div.product-infor div.infor-content:hover:before {
        animation: arrow 0.8s ease-out;
    }

    div.product-infor div.two-btn .button:nth-child(2):hover {
        border: 1px solid var(--hover-color);
        color: var(--hover-color);
    }

    div.fast-part ul.content li:hover span {
        transform: scale(1.06) translateY(-5px);
    }

    ul.functions_list li:hover {
        box-shadow: 0 0 20px rgb(0, 0, 0, .07);
    }

    div.inquiry-form input[type="submit"]:hover,
    div.contact-form input[type="submit"]:hover {
        color: var(--hover-color) !important;
        background-color: transparent;
    }

    ul.banner-data li:hover span.icon {
        transform: translateY(-10px);
    }
}



/* contact_page */
.contact-banner {
    padding: 10rem 0;
}

.contact-banner .content {
    max-width: 1200px;
}

.contact-banner span {
    color: var(--hover-color);
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline-block;
}

.contact-banner h1 {
    font-size: 52px;
    color: var(--blod-color);
    font-weight: 400;
    width: 51%;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.contact-banner p {
    margin-bottom: 2rem;
    color: #5A5A5A;
    font-size: 17px;
    width: 40%;
}

section.contact-info {
    padding-bottom: 100px;
    padding-top: 170px;

}

section.contact-info .contact-man {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 330px;
    margin-bottom: 100px;
    background-color: #F1F1F1;
    border-radius: 30px 30px 0 0;
}

section.contact-info .contact-man.resver {
    border-radius: 0 30px 0 30px;
}

.contact-man .man-left {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to right, #1B9DD6, #016BA6);
    border-radius: 30px 0 30px 0;
    position: relative;
    color: #fff;
}

.contact-man.resver .man-left {
    border-radius: 0 30px 0 30px;
    background-image: linear-gradient(to right, #016BA6, #1B9DD6);
}

.contact-man .man-left .man-info {
    margin-right: 70px;
}

.contact-man.resver .man-left .man-info {
    margin-left: 100px;
    margin-right: 0;
}

.contact-man .man-left img {
    width: 390px;
    position: relative;
    transform: translateY(-22px);
}

.contact-man.resver .man-left img {
    width: 390px;
    position: relative;
    transform: translateX(35px) translateY(-22px);
}

.contact-man .man-left h3 {
    font-size: 29px;
    font-weight: 350;
    margin-bottom: 12px;
}

.contact-man .man-left span {
    font-size: 18px;
    color: #D2FFFF;
    margin-bottom: 55px;
    position: relative;
    display: inline-block;
}

.contact-man .man-left span::after {
    position: absolute;
    left: 0;
    bottom: -120%;
    width: 35px;
    height: 3px;
    background-color: #fff;
    content: "";
}

.contact-man .man-right {
    width: 45%;
    background-color: #F1F1F1;
    display: flex;
    padding: 70px 80px;
    height: 100%;
    border-radius: 0 30px 0 0;
    align-items: center;
}

.contact-man.resver .man-right {
    border-radius: 0 0 0 30px;
}

.contact-man .man-right .img-box {
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contact-man .man-right li:hover .img-box {
    background-image: linear-gradient(to right, #006A9D, #3095C0);
}

.contact-man .man-right .img-box img {
    filter: drop-shadow(var(--hover-color) 50px 0);
    transform: translateX(-50px);
}

.contact-man .man-right li:hover .img-box img {
    filter: drop-shadow(#fff 50px 0);
}

.contact-man .man-right ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.contact-man .man-right li {
    display: flex;
    align-items: center;
}

.contact-man .man-right li strong {
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-man .man-right li p {
    font-size: 14px;
    color: #808080;
    font-weight: 450;
}

.contact-man .man-left p {
    width: 280px;
    font-size: 16px;
    color: #fff;
}

.main-form span {
    text-transform: uppercase;
    font-size: 19px;
}
.main-form form span{
    margin-bottom: 0;
}
.main-form h2 {
    margin-bottom: 4rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.single .main-form h2{
    margin-bottom: 2rem;
}
div.main-form form p {
    margin-bottom: 0.7rem;
}

div.search-block {
    position: fixed;
    /* visibility: hidden; */
    z-index: 400;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 55 96 / 12%);
    transition: 0.3s ease;
    /* opacity: 0; */
    width: 100%;
    bottom: -100vh;
    height: 100vh;
    transition: 0.3s ease;
}

div.search-block.active {
    bottom: 0;
    opacity: 1;
    transform: translateY(122px);
}

div.search-block div.content {
    position: relative;
    display: block;
}

.wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    background: url(../img/cloes.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    transition: all 0.3s;
    cursor: pointer;
}

.wd-action-btn:hover {
    transform: rotate(180deg);
}

div.search-block .searchform {
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    /* opacity: 0; */
    transition: opacity 0.35s ease 0.2s;
    --wd-form-color: #333;
    --wd-form-placeholder-color: #333;
    text-align: center;
    transition: 0.75s all ease;
}

div.search-block.active .searchform {
    opacity: 1;
}

div.search-block .searchform input[type='text'] {
    padding: 0;
    height: 110px;
    border: none;
    text-align: center;
    font-size: 35px;
    outline: none;
}

div.search-block .searchform ::-webkit-input-placeholder {
    color: #333333;
}


/* ABOUT */
.our_philosophy {
    padding-bottom: 150px;
    background-image: url(../img/page_about_us-our_philosophy-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.our_philosophy .content {
    max-width: 1270px;
}

.our_philosophy .our_philosophy-title {
    padding-top: 130px;
    padding-bottom: 80px;
    text-align: center;
}

.our_philosophy .our_philosophy-title span {
    font-size: 18px;
}

.our_philosophy .our_philosophy-title h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.our_philosophy-main {
    position: relative;
    height: 620px;
    border-radius: 26px;
    overflow: hidden;
}

.our_philosophy-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    border-radius: 26px;
    z-index: 5;
}

span.bg-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .contact-text a{
    color: #1B9DD6;
    text-decoration: underline;
} */
.our_philosophy-item::before,
.our_philosophy-item span.bg-img {
    position: absolute;
    display: block;
    /* content: ''; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/page_about_us-our_philosophy-item.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.3s;
}

img.video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 65px;
    height: 65px;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

ul li.our_philosophy-item:nth-of-type(2):before {
    background-image: url(../img/company-tem.jpg);
}

.our_philosophy-item .our_philosophy-text {
    position: absolute;
    top: 56%;
    left: 57px;
}

.our_philosophy-item .item_img {
    width: 75px;
    height: 75px;
    overflow: unset;
}

.our_philosophy-item .item_img .img {
    background-image: url(../img/page_about_us-our_philosophy-icon.svg);
    height: 100%;
}

.our_philosophy-item p.title {
    font-weight: 400;
    margin-top: 40px;
    font-size: 30px;
    color: #fff;
    line-height: unset;
}

.our_philosophy-item p.text {
    font-weight: 400;
    margin-top: 23px;
    font-size: 19px;
    color: #D8DADF;
    opacity: 0;
    transition: all 0.3s;
}

.our_philosophy-item.active::before,
.our_philosophy-item.active span.bg-img {
    opacity: 1;
}

.our_philosophy-item.active p.text {
    opacity: 1;
}

.our_philosophy-item:nth-child(2) {
    z-index: 21;
    width: 23%;
    height: 100%;
    left: unset;
    right: 0;
    overflow: hidden;
    background-color: #2f2f2f;
    transition: all 0.3s;
}

.our_philosophy-item:nth-child(2) .our_philosophy-text {
    left: 40px;
}

.our_philosophy-item:nth-child(2) img.video-btn {
    left: 50%;
    opacity: 0;
}

.our_philosophy-item:nth-child(2):hover {
    width: 75%;
    height: 100%;
    top: 0;
}

.our_philosophy-item:nth-child(2):hover::before,
.our_philosophy-item:nth-child(2):hover span.bg-img,
.our_philosophy-item:nth-child(2):hover img.video-btn {
    opacity: 1;
}

.our_philosophy-item:nth-child(2):hover p.text {
    opacity: 1;
}




.choose_us {
    padding: 130px 0 100px;
}

.choose_us .choose_us-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.choose_us .choose_us-title h2 {
    text-align: left;
    line-height: normal;
    font-size: 2.6rem;
    font-weight: bold;
}

.choose_us .choose_us-title .choose_us-title_left {
    max-width: 420px;
}

p.contact {
    text-align: center;
    margin-top: 140px;
    font-size: 17px;
}

p.contact>a {
    color: var(--hover-color);
    text-decoration: underline;
}

.choose_us-title_right {
    position: relative;
    width: 540px;
    margin-bottom: 1rem;
}

.choose_us-title_right p {
    margin-bottom: 0;
}


.choose_us .swiper-box {
    position: relative;
}

.choose_us .swiper-box .swiper-button-prev,
.choose_us .swiper-box .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    left: -100px;
    right: auto;
    background-size: 18px 44px;
}

.choose_us .swiper-box .swiper-button-next,
.choose_us .swiper-box .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    right: -100px;
    left: auto;
    background-size: 18px 44px;
}

.choose_us-item {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 60px 45px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}

.choose_us .choose_us-main {
    margin-top: 85px;
    padding: 10px;
    text-align: center;
}

/* .choose_us-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid var(--hover-color);
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    opacity: 1;
} */

.choose_us-item img {
    width: 62px;
    height: 62px;
    overflow: hidden;
    filter: drop-shadow(var(--hover-color) 300px 0);
    transform: translateX(-300px);
    transition: none;
}

.choose_us-item h3 {
    margin-top: 50px;
    color: #242424;
    font-size: 25px;
    font-weight: 400;
    line-height: 42px;
}

.choose_us-item p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
    color: #666666;
}

.choose_us-item a {
    color: var(--hover-color);
    margin-top: 25px;
    display: inline-block;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
}

.choose_us-item a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 8px;
    content: "";
    background: transparent url('../img/icon-arrow-right-blue.svg') no-repeat center /cover;
}

.choose_us-item:hover a::after {
    background: transparent url('../img/icon-arrow-right-white.svg') no-repeat center /cover;
}

.choose_us-item:hover {
    background-color: var(--hover-color);
}

.choose_us-item:hover img {
    filter: drop-shadow(#fff 300px 0);
    transform: translateX(-300px);
}

.choose_us-item:hover p {
    color: #fff;
    opacity: 0.7;
}

.choose_us-item:hover h3 {
    color: #fff;
}

.choose_us-item:hover a {
    color: #fff;
}


.choose_us-item.swiper-slide-active::before {
    opacity: 0;
}

div.loader {
    border: 7px solid #f2f5f9;
    border-top: 7px solid #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    margin-left: -1.75rem;
    animation: spin 1s linear infinite;
    margin-top: 0;
    text-align: center;
}
.template_list_product div.loader{
    margin-top: 5rem;
}
.products-content-box div.loader{
    margin-top: 2rem;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* div>span {
    color: var(--hover-color);
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
} */

div.head>h2 {
    color: #000;
    font-size: 2.75rem;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
div.head>p{
    color: #666;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 15px;
    font-weight: 300; 
    max-width: 790px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    display: inline;
    color: inherit;
}

/* body .elementor-editor-active  */

/* section.introduce  start*/
section.introduce {
    /* padding: 160px 0 220px; */
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

section.introduce span {
    text-align: center;
    /* width: 100%; */
}

section.introduce .content>p {
    text-align: center;

    font-size: 18px;
    color: var(--font-color);
}

section.introduce .introduce-box {
    position: relative;
}

section.introduce .introduce-box .introduce-swiper {
    width: 100%;
    overflow: visible;
}

section.introduce .content ul {
    position: relative;
}

section.introduce .content ul::before {
    content: '';
    width: 2px;
    height: 100%;
    border-radius: 3px;
    background-color: #DEDFE1;
    position: absolute;
    left: 0;
    top: 0;
}

section.introduce .content ul li {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}

section.introduce .content ul li h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 45px;
    color: var(--font-color);
    font-family: 'Poppins', sans-serif;
}

section.introduce .content ul li.active h3 {
    color: var(--blod-color);
}

section.introduce .content ul li p {
    width: 305px;
    height: 0;
    overflow: hidden;
    color: var(--font-color);
    font-size: 17px;
    line-height: 1.5;
}

section.introduce .content ul li::before {
    content: "";
    width: 3px;
    height: 0;
    background-color: var(--hover-color);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

section.introduce .content ul li.active::before {
    height: 100%;
}

section.introduce .content ul li.active p {
    padding: 15px 0 6px;
    height: max-content;
}

.introduce-swiper .swiper-slide {
    width: 840px;
    margin-right: 34px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.introduce-swiper .swiper-slide div.img {
    border-radius: 8px;
    overflow: hidden;
    height: 335px;
    position: relative;
}
.introduce-swiper .swiper-slide div.img div{
    height: 100%;
}
.introduce-swiper .swiper-slide .infos{
    padding: 35px 40px 40px;
    background-color: white;
}
.introduce-swiper .swiper-slide .infos h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.introduce-swiper .swiper-slide .infos p{
    color: #808080;
}
/* .introduce-swiper .swiper-slide div::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 8px;
    top: 0;
    width: 780px;
    height: 100%;
    z-index: 3;
} */

.introduce-swiper .swiper-slide-active div::before {
    display: none;
}

.introduce-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
.introduce-swiper .swiper-pagination-custom,
.introduce-swiper .swiper-pagination-fraction {
    left: -10%;
    display: none;
}

.introduce-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.introduce-swiper .swiper-pagination-bullet {
    width: 2.3rem !important;
    height: 0.2rem !important;
    border-radius: 5px;
    background-color: #ACACAC !important;
}

.introduce-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.introduce-swiper .swiper-pagination-bullet-active {
    background-color: #009cdd !important;
    border-color: #009cdd !important;
}

.introduce-swiper .swiper-button-prev,
.introduce-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 60px;
    right: auto;
    background-size: 15px 44px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 45px;
    height: 60px;
    display: none;
}

.introduce-swiper .swiper-button-next,
.introduce-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 750px;
    right: auto;
    background-size: 15px 44px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 45px;
    height: 60px;
    display: none;
}

/* section.introduce  end*/


div.home-brand {
    padding: 150px 0 100px;
    text-align: center;
    background-color: #EFF0F2;
    padding-top: 105px;
}

div.home-brand>span {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
}

div.home-brand>h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
}

div.home-brand>p {
    font-size: 16px;
    color: #D2EAF3;
    margin-bottom: 35px;
    width: 760px;
    margin: 0 auto;
}

div.home-brand p {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 70px;
}

div.home-brand li {
    width: 11.6%;
    height: 110px;
    border-radius: 5px;
    margin-bottom: 50px;
}

div.home-brand a {
    color: var(--hover-color);
    background-color: #fff;
    background-image: none;
    width: 190px;
    padding: 16px 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 450;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease;
}

div.home-brand a:hover {
    color: #fff;
    background: var(--hover-color);
}

section.solution {
    height: 300px;
    padding: 55px 0;
}
section.solution h2{
    font-size: 3rem;
    margin-bottom: 0;
}
section.solution p{
    font-size: 14px;
}
section.solution .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}

section.solution h2 {
    color: #fff;
    font-weight: 400;
}

section.solution p {
    color: rgb(255 255 255 / 60%);
}

section.solution a {
    color: #0053A3;
    background-color: #fff;
    background-image: none;
    width: 190px;
    padding: 17px 0;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

section.solution a:hover {
    color: #fff;
    background-color: transparent;
}



div.exhibition {
    padding: 130px 0;
    background-color: #F7F7F7;
}

div.exhibition>span {
    display: block;
    text-align: center;
    color: var(--hover-color);
    font-size: 18px;
    margin-bottom: 30px;
}

div.exhibition .content ul {
    position: relative;
    margin-right: 80px;
}
div.exhibition .head{
    margin-bottom: 5rem;
}
div.exhibition .content li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div.exhibition .content ul::after {
    width: 4px;
    height: 95%;
    position: absolute;
    content: "";
    background-color: #D8D8D8;
    right: -5%;
    border-radius: 5px;
    top: 0;
}

div.exhibition .content ul::before {
    width: 1px;
    height: 90%;
    position: absolute;
    content: "";
    background-color: #D8D8D8;
    top: 3px;
    left: 12%;
    transform: translateY(40px);
}

div.exhibition .content ul .move-icon {
    width: 13px;
    height: 13px;
    background-color: var(--hover-color);
    border-radius: 50%;
    position: absolute;
    left: 11%;
    top: 40px;
    transition: all 0.3s ease;
    z-index: 3;
}

div.exhibition .content li span {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    margin-top: 35px;
    position: relative;
}

div.exhibition .content li span::after {
    position: absolute;
    content: "";
    right: -74%;
    top: 22%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: #D8D8D8;
    z-index: 2;
}

div.exhibition .content li.active span::after {
    transform: scale(0);
}

div.exhibition .content li>div {
    width: 520px;
    margin-left: 65px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

div.exhibition .content li>div:hover,
div.exhibition .content li.active>div {
    /* background-color: var(--hover-color); */
    background-image: var(--hover-color);
}

div.exhibition .content li>div h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    width: 80%;
}

div.exhibition .content li>div p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 22px;
}

div.exhibition .content li>div:hover h3,
div.exhibition .content li.active>div h3 {
    color: #fff;
}

div.exhibition .content li.active>div p, div.exhibition .content li>div:hover p {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
}

div.exhibition .content {
    display: flex;
    position: relative;
}

div.exhibition .content .img-box {
    position: relative;
    height: 100%;
}

div.exhibition .content .img-box img {
    /* position: absolute;
    left: 0;
    top: 0; */
    height: 95%;
    max-width: unset;
    width: auto;
    /* opacity: 0; */
    display: none;
    transition: all 0.3s ease;
    z-index: 3;
}

div.exhibition .content .img-box img.active {
    /* opacity: 1; */
    display: block;
}

.home-about {
    padding: 10rem 0 32rem;
    background: url('../img/home-about-banner.png') no-repeat center/cover;
}

.home-about .content {
    display: flex;
    justify-content: space-between;
}

.home-about .content .list-content {
    width: 50%;
}

.home-about .content .list-content li {
    display: flex;
    align-items: center;
}

.home-about .content .list-content li~li {
    margin-top: 2rem;
}

.home-about .content .list-content li .img-content {
    width: 170px;
    height: 170px;
}

.home-about .content .list-content li .img-content span {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.home-about .content .list-content li .list-text {
    padding-left: 1.5rem;
}

.home-about .content .list-content li .list-text h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.home-about .content .list-content li .list-text p {
    margin-bottom: 0;
    font-size: 18px;
}

.home-about .content .text-content {
    padding-top: 3rem;
    width: 45%;
}

.home-about .content .text-content span {
    font-size: 16px;
    margin-bottom: 1rem;
}

.home-about .content .text-content p {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}


.product-applications {
    background: url('../img/about-choose-us.png') no-repeat center/cover;
    padding: 8rem 0;
}

.product-applications .product-applications-header {
    justify-content: space-between;
    margin-bottom: 6rem;
}

.product-applications .product-applications-header h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.8rem;
}
.product-applications .product-applications-header .btn-form{
    font-weight: 500;
    font-size: 17px;
    margin-left: 25px;
    width: 150px;
    padding: 13px 0;
    display: none;
}
.product-applications .product-applications-header .btn-form:not(.active) {
    background-color: white;
    background-image: none;
    color: black;
}

.product-applications .product-applications-content {
    position: relative;
}

.product-applications .product-applications-content .product-applications-swiper-box {
    overflow: hidden;
    display: flex;
    width: 100%;
}

.product-applications .product-applications-content .product-applications-swiper-box .swiper-container {
    width: 100%;
    flex-shrink: 0;
    transition: all .3s ease;
}

.product-applications .product-applications-content .swiper-container {
    padding-bottom: 4rem;
}

.product-applications .product-applications-content .swiper-button-prev {
    left: -80px;
    filter: brightness(0);
    background-size: 20px;
}

.product-applications .product-applications-content .swiper-button-next {
    right: -80px;
    filter: brightness(0);
    background-size: 20px;
}

.product-applications .swiper-slide {
    height: 460px;
}

.product-applications .swiper-slide:nth-of-type(even) {
    transform: translateY(10%);
}

.product-applications .swiper-slide .img-content {
    height: 420px;
    width: 100%;
}

.product-applications .swiper-slide .img-content span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.product-applications .swiper-slide .text-content {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('../img/application-text-bg.png');
    color: white;
    padding: 0.7rem 1.5rem;
    margin-top: -2rem;
}

.product-applications .swiper-slide .text-content p {
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

form#sytech-newsletter-subscription input[type="submit"] {
    background: var(--hover-color) url('../img/arrow-right-line-white.svg') no-repeat center/1rem;
}


#modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
}

.modal #modal {
    visibility: visible;
}

#modal .modalcontent {
    min-width: 700px;
    border-radius: 15px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -100%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.single-product #modal .modalcontent {
    background-color: white;
}

.modal #modal .modalcontent {
    top: 50%;
}

.modalcontent video {
    width: 100%;
    display: block;
    height: 100%;
}

.modalcontent iframe {
    display: block;
}

#modal .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.modal #modal .overlay {
    display: block;
}
.products_news .item_date{
    display: none;
}
.products_news .swiper-home-news li .infos{
    padding: 26px;
}
#modal .modalcontent>.loader {
    top: 37%;
}
.our_news.products_news{
    padding: 0;
}
.load_more_ajax{
    display: block;
    width: 250px;
    text-align: center;
    border: 1px solid #bbb;
    background-color: transparent;
    color: #333;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 5px;
    margin: 60px auto;
    transition: all 0.3s ease;
    background-image: unset !important;
    cursor: pointer;
}
.load_more_ajax:hover{
    color: var(--hover-color);
    border-color: var(--hover-color);
}
.elementor-widget-theme-post-content div>p{
    margin-bottom: 0.4rem;
    line-height: 1.9em;
    font-size: 16px;
}
div.search-block {
    position: fixed;
    /* visibility: hidden; */
    z-index: 400;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 55 96 / 12%);
    transition: 0.3s ease;
    /* opacity: 0; */
    width: 100%;
    bottom: -100vh;
    height: 100vh;
    transition: 0.3s ease;
}
div.search-block div.content {
    position: relative;
    display: block;
}

.wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    background: url(../img/cloes.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    transition: all 0.3s;
    cursor: pointer;
}
div.search-block .searchform {
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    /* opacity: 0; */
    transition: opacity 0.35s ease 0.2s;
    --wd-form-color: #333;
    --wd-form-placeholder-color: #333;
    text-align: center;
    transition: 0.75s all ease;
}
div.search-block .searchform input[type='text'] {
    padding: 0;
    height: 110px;
    border: none;
    text-align: center;
    font-size: 35px;
    outline: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
    color: #333333;
}
footer{
    margin-top: -1px;
}
/* body[data-elementor-device-mode='desktop'] .black-font a, body[data-elementor-device-mode='desktop'] .black-font .elementor-widget-icon-list span, body[data-elementor-device-mode='desktop'] .black-font svg{
    color: #333 !important;
    fill: #333 !important;
} */
div.head span{
    color: var(--hover-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
/* div.head span:after, div.head span:before{
    width: 30px;
    height: 5px;
    content: "";
    background: url('../img/subtitle.svg') no-repeat center/contain;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
} */
/* div.head span:before{
    left: unset;
    right: -50px;
} */
.flex.center{
    justify-content: center;
}
.relative{
    position: relative;
}
li.product:hover .button_border{
    border-color: var(--hover-color);
    background-color: var(--hover-color);
    color: white;
}
.button_border {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1875rem;
    color: var(--hover-color);
    width: 220px;
    height: 53px;
    border-radius: 6px;
    border: 1px solid var(--hover-color);
    transition: all 0.3s;
    margin: 4rem auto 0;
}
.button_border:hover {
    border-color: var(--hover-color);
    background-color: var(--hover-color);
    color: white;
}
.loading{
    position: relative;
}
.loading:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: url('../img/load.gif') no-repeat center;
    background-size: 45px;
    background-color: rgba(255, 255, 255, 0.616);
}
.wpforms-form input {
    max-width: 100% !important;
    padding: 0.3rem 1rem !important;
    border-radius: 5px !important;
    height: 48px !important;
    font-family: inherit;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label{
    display: none !important;
}
body div.wpforms-container-full .wpforms-form .wpforms-one-half, body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, body div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
    width: 49.25%;
}
body div.wpforms-container-full .wpforms-form .wpforms-five-sixths, body div.wpforms-container-full .wpforms-form .wpforms-four-sixths, body div.wpforms-container-full .wpforms-form .wpforms-four-fifths, body div.wpforms-container-full .wpforms-form .wpforms-one-fifth, body div.wpforms-container-full .wpforms-form .wpforms-one-fourth, body div.wpforms-container-full .wpforms-form .wpforms-one-half, body div.wpforms-container-full .wpforms-form .wpforms-one-sixth, body div.wpforms-container-full .wpforms-form .wpforms-one-third, body div.wpforms-container-full .wpforms-form .wpforms-three-fourths, body div.wpforms-container-full .wpforms-form .wpforms-three-fifths, body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, body div.wpforms-container-full .wpforms-form .wpforms-two-fourths, body div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds{
    margin-left: 1.5%;
}
body div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
    height: 260px;
    padding: 1rem 1rem !important;
    border-radius: 5px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner{
    border-color: #ff6a6a !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
    color: #ff6a6a !important;
}
.custom-certification .elementor-swiper-button{
    width: 80px;
    height: 80px;
    background-color: var(--hover-color);
    border-radius: 3px;
    position: unset;
    transform: translateY(0);
    transition: all 0.3s;
}
.custom-certification .elementor-swiper-button:hover{
    transform: translateY(-5px);
}
.custom-certification .elementor-swiper-button i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: 100;
    width: 25px;
    text-indent: -9999px;
    height: 25px;
    background: url('../img/arrow-dayu.svg') no-repeat center/contain ;
}
.custom-certification .elementor-swiper-button.elementor-swiper-button-prev{
    background-color: rgb(218, 218, 218);
}
.custom-certification .elementor-swiper-button.elementor-swiper-button-prev i:before{
    transform: translate(-50%,-50%) rotate(180deg);
    filter: brightness(0%);
}
.cer-btn{
    display: flex;
    gap: 20px;
}
.breadcrumbs a:hover{
    color: var(--hover-color);
}
.elementor-shortcode .sy_contentfaq ul.faqs li.faq{
    padding: 0;

}
.elementor-shortcode .sy_contentfaq ul.faqs li.faq > p.question{
    padding: 1.3rem 0 1.3rem 0;
}
.elementor-shortcode .sy_contentfaq ul.faqs li.faq p.answer{
    margin-top: 0;
    margin-bottom: 1rem;
}