/* roboto-regular - latin */
/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/sytech/assets/fonts/roboto-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/wp-content/themes/sytech/assets/fonts/roboto-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.clear {
    clear: both;
}

body {
    color: #242424;
    /* font-family: 'Roboto', sans-serif; */
/*    font-family: 'Rubik';*/
    overflow-x: hidden;
    /* max-width: 1920px;
    margin: 0 auto; */
}

header .content,
footer .content,
.home .content {
    max-width: unset;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

li {
    list-style-type: none;
}

a {
    color: unset;
    text-decoration: unset;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.between {
    justify-content: space-between;
}

.center {
    text-align: center;
}

ul.flex {
    list-style: none;
    flex-wrap: wrap;
}

.col2>div,
.col2>li {
    width: 46%;
}

.col3 li,
.col3>div {
    width: 31.5%;
}

.col4 li {
    width: 23.5%;
}

.light {
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.mtop,
.content.mtop {
    margin-top: 6rem;
}

.underline {
    border-bottom: 1px solid #eee;
}

ul.fairs li.fair {
    margin-bottom: 2rem;
}

ul.inline li {
    display: inline-block;
}

h2.title {
    margin-bottom: 3.5rem;
}

h2.classic {
    font-weight: 400;
    font-size: 1.3rem;
    opacity: 0.8;
    color: #666;
    text-align: left;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

section.slider {
    min-height: 850px;
    background: #999;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    justify-content: center;
}

.right {
    justify-content: right;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col2 {
    flex-basis: 50%;
}

.flex-col3 {
    flex-basis: 33.33%;
}

.flex-col4 {
    flex-basis: 25%;
}

.clamp1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.clamp2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* header {
    position: sticky;
    top: 0;
    background-color: white;
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
    padding: 1rem 3.5vw 0.6rem 5vw;
    z-index: 99;
    text-transform: uppercase;
    transition: 0.3s all ease;
} */
.admin-bar header.main-header {
    top: var(--wp-admin--admin-bar--height);
}

header.main-header {
/*    position: sticky;*/
    width: 100%;
    z-index: 99;
    transition: all 0.3s linear;
    border-bottom: 1px solid transparent;
    top: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background-color: white;
}

header.main-header.fixed {
    background-color: white;
    color: #242424;
}

header div.top-nav {
    padding: 12px 0;
    /* border-bottom: 1px solid #d5d5d5; */
    font-size: 15px;
    background-color: #141921;
    color: white;
}

header div.top-nav div.left {
    width: max-content;
    display: inline-block;
}

header div.top-nav div.right {
    width: 40%;
    float: right;
    text-align: right;
    font-weight: 100;
    font-size: 14px;
}

header div.contact-message span {
    padding-left: 2rem;
    position: relative;
}

header div.contact-message span:first-child {
    margin-right: 3rem;
}

div.contact-message span::before {
    content: url(../image/phone.svg);
    width: 14px;
    position: absolute;
    top: 0;
    left: 6px;
}

header span.email::before {
    content: url(../image/mail.svg);
}

header a.logo {
    display: inline-block;
    width: 19rem;
    height: 150px;
    text-indent: -99999px;
    margin: 0;
    background-position-x: left !important;
    background-size: 90% !important;
}

header div.main-menu div.main {
    float: right;
    text-align: right;
    height: 150px;
    display: flex;
    align-items: center;
}

header div.main-menu div.main>div {
    display: inline-block;
}

header div.main-menu div.main>div>ul>li {
    margin: 0 1rem;
    padding: 1.6rem 0;
    display: inline-block;
}

header div.main-menu div.main>div>ul>li.has-child a {
    padding-right: 10px;
}

header div.main-menu div.main>div>ul>li.has-child a:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url(../image/arrow-down.svg) no-repeat center;
    position: absolute;
    top: 22px;
    right: -6px;
    transition: 0.3s all ease;
    opacity: 1;
}

header div.main-menu div.main>div>ul>li>a {
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    padding: 0 0.3rem;
    transition: 0.2s all ease;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    font-size: 14px;
}

header div.main-menu div.main>div>ul>li:hover>a {
    color: #192D73;
}


header span.search {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    background: url(../image/search.svg) no-repeat center;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
}

header.main-header.fixed span.search {
    background: url(/wp-content/themes/sytech/assets/css/assets/img/search.svg) no-repeat center !important;
}

.button {
    display: inline-block;
    line-height: 50px;
    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: 13rem;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: inherit;
    z-index: 20;
    position: relative;
}

.button::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s all ease;
    border-radius: 3px;
}

.button.grey,
.button.load_more_post_ajax {
    border: 1px solid #1C232F;
    background-color: #1C232F;
    color: white;
    min-width: 15.5rem;
    font-weight: 500;
}

header div.main-menu div.main a.contact-btn {
    min-width: unset;
    font-weight: 400 !important;
    line-height: 46px;
}

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;
}

div.search-block.active {
    visibility: visible;
    position: absolute;
    bottom: 0;
    opacity: 1;
}

div.search-block div.content {
    position: relative;
    display: block;
}

.wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    background: url(../image/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;
}

.only-mobile {
    display: none;
}

header span.search.only-mobile {
    display: none;
}

div.advantage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
}

div.advantage ul.left {
    width: 56%;
    display: flex;
    justify-content: space-between;
}

div.advantage ul.left li {
    position: relative;
    padding: 3.8rem 8% 3rem 4rem;
    width: 50%;
}

div.advantage ul.left li p.title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.3rem;
    color: inherit;
}

div.advantage ul.left li p {
    color: #828a92;
    font-size: 14px;
    line-height: 22px;
}

div.advantage ul.left li span.icon,
div.fast-part ul.content li span.icon {
    display: inline-block;
    width: 2.6rem;
    height: 3rem;
    background-size: contain !important;
    position: absolute;
    top: 3.9rem;
    left: 0;
    transition: 0.35s all ease;
}

div.advantage ul.right {
    width: 44%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-4.4rem);
}

div.advantage ul.right li {
    width: 50%;
    padding: 2.2rem 1.8rem 2rem;
    color: white;
}

div.advantage ul.right li:first-child {
    background-color: #141921;
}

div.advantage ul.right li:last-child {
    background-color: var(--hover-color);
}

div.advantage ul.right li p.title {
    font-size: 1.35rem;
    margin-bottom: 1.3rem;
}

div.advantage ul.right li p.text {
    font-size: 14px;
    hyphens: auto;
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 22px;
    color: rgb(255, 255, 255, .7);
}

div.advantage ul.right li:first-child a {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--hover-color);
    padding-right: 3rem;
    background: url(../image/arrow-icon-blue.svg) no-repeat center;
    background-position-x: 85%;
    background-size: 19px;
    transition: 0.3s all ease;
}

div.advantage ul.right li p.num {
    font-size: 4.4rem;
    font-weight: 500;
    margin: 2rem 0 1.35rem;
}

div.advantage ul.right li>span {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.846);
}

h2 {
    font-size: 2.55rem;
    margin-bottom: 2.5rem;
    text-align: center;
    letter-spacing: 0.5px;
    hyphens: auto;
    line-height: 58px;
}

.home-product {
    text-align: center;
}

.select-list span,
.news-cat span {
    cursor: pointer;
}

.select-list {
    text-align: center;
}

.home-product .select-list span,
.home-media .select-list span,
.select-list span,
.news-cat span {
    font-size: 1.3rem;
    display: inline-block;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid transparent;
    color: #9E9E9E;
    transition: 0.3s all ease;
    margin: 0 0.8rem;
    margin-bottom: 2.5rem;
}

.home-product .select-list span.active,
.home-media .select-list span.active,
.select-list span.active,
.news-cat span.active {
    color: #25292D;
    border-bottom: 1px solid var(--hover-color);
}

.swiper-content {
    max-width: 1300px;
    padding: 1rem 20px;
    margin: 0 auto;
    overflow: hidden;
}

.home-product .swiper-home-product ul li,
ul.product-list li {
    border-radius: 8px;
    transition: 0.3s all ease;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 15px #00000014;
}

.home-product .swiper-home-product ul li div.img,
ul.product-list li div.img {
    height: 21.6rem;
    border-radius: 5px;
}

.home-product .swiper-home-product ul li div.img span,
ul.product-list li div.img span {
    background-size: unset !important;
}

.img span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    transition: 0.55s all ease;
}

.home-product .swiper-home-product ul li div.mess,
.product-list li div.mess {
    padding: 2rem 9% 2.2rem;
}

.home-product .swiper-home-product ul li div.mess p,
.product-list li div.mess p {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    line-height: 30px;
}

.home-product .swiper-home-product ul li div.mess p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.home-product .swiper-home-product ul li div.mess span,
.product-list li div.mess span {
    color: #808080;
    font-size: 18px;
    margin-bottom: 2.2rem;
    display: block;
}

.all-swiper-btn {
    position: relative;
}

.home-product .swiper-home-product ul li .button,
.product-list li .button {
    width: 100%;
}

.home-product .swiper_container.hide {
    display: none;
}

.home-product .swiper-home-product {
    margin-bottom: 3.5rem;
}

.button.black {
    border: 1px solid #1C232F;
    background-color: #1C232F;
}

.home-product .button.black {
    padding: 0 5.5rem;
}

.all-swiper-btn .swiper-btn {
    background: url(../image/arrow-blue.svg) no-repeat center;
    background-size: 1rem;
    left: -6.8rem;
    top: -20rem;
    pointer-events: unset !important;
}

.all-swiper-btn .swiper-btn.swiper-button-next {
    transform: rotate(180deg);
    right: -6.8rem;
    left: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

span.subtitle {
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--hover-color);
    font-size: 1.1rem;
}

.home-about .left {
    width: 41%;
    direction: rtl;
}

.home-about .left img {
    max-width: unset;
}

.home-about .right {
    padding: 6rem 0 0 9%;
    position: relative;
}

.home-about h2 {
    text-align: left;
    line-height: 50px;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}

.home-about p {
    line-height: 30px;
    color: #757575;
}

ul.about-advance span {
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.5rem;
}

ul.about-advance li {
    padding-left: 3.1rem;
    width: 50%;
    position: relative;
}

ul.about-advance li::before {
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(../image/true-icon.svg) no-repeat top left;
    background-size: 1.9rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all ease;
}

ul.about-advance li:hover::before {
    transform: scale(1.1) translateY(-4px);
}

ul.about-advance {
    margin: 3rem 0 4.2rem;
}

.home-about a.button.black {
    padding: 0 3.2rem;
    min-width: unset;
    margin-bottom: 5.5rem;
}

.page-template-about .home-about a.button.black {
    display: none;
}

.home-about {
    overflow: hidden;
    padding-bottom: 2.6rem;
    margin-bottom: -2.9rem;
}

.mb13 {
    margin-bottom: 13rem;
}

p {
    hyphens: auto;
}

ul.about-data {
    justify-content: space-between;
    width: 110%;
    position: absolute;
    right: 8%;
    bottom: 2rem;
}

ul.about-data::before {
    content: '';
    width: 182%;
    height: 15rem;
    background: var(--hover-color);
    position: absolute;
    top: 50%;
    left: -6.5rem;
    transform: translateY(-50%);
}

ul.about-data li {
    position: relative;
}

ul.about-data li span.icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    left: 0;
    margin-right: 7px;
}

ul.about-data li span.num {
    font-size: 3rem;
    color: white;
    vertical-align: super;
}

ul.about-data li:first-child span.num {
    vertical-align: baseline;
}

ul.about-data li p {
    font-size: 18px;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.793);
}

div.swiper-factory ul li {
    height: 584px;
    width: 84%;
    border-radius: 8px;
    overflow: hidden;
}

div.factory-content {
    max-width: 1470px;
    margin: 0 auto;
    overflow: hidden;
}

div.swiper-factory .swiper-slide-prev {
    transform: scale(0.8) translateX(48.5rem) !important;
    z-index: -1 !important;
}

div.swiper-factory .swiper-slide-next {
    transform: scale(0.8) translateX(-48.5rem) !important;
}

div.swiper-factory .swiper-slide-prev::before,
div.swiper-factory .swiper-slide-next::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .45);
    position: absolute;
    top: 0;
    left: 0;
}

div.swiper-factory .img span {
    background-size: cover !important;
}

.factory-part {
    position: relative;
    padding-top: 9rem;
    color: white;
    padding-bottom: 6.8rem;
    /* transform: translateY(-2.9rem); */
    overflow: hidden;
}

.factory-btn .swiper-btn,
.application-btn .swiper-btn,
.certification-btn .swiper-btn {
    width: 80px;
    height: 80px;
    background-image: url(../image/arrow-white.svg) !important;
    background-color: rgb(0, 0, 0, .45);
    background-size: 14px !important;
    z-index: 21;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    opacity: 1 !important;
    top: -19rem;
    left: unset;
    right: -1.4rem !important;
    transition: 0.3s all ease;
    pointer-events: unset !important;
}

.application-btn .swiper-btn,
.certification-btn .swiper-btn {
    background-color: var(--hover-color);
    position: unset;
    margin-top: -2rem;
    margin-right: 0.8rem;
}

.application-btn .swiper-btn.swiper-button-disabled,
.certification-btn .swiper-btn.swiper-button-disabled {
    opacity: 0.7 !important;
}

.factory-btn .swiper-btn.swiper-button-prev,
.application-btn .swiper-btn.swiper-button-prev,
.certification-btn .swiper-btn.swiper-button-prev {
    background-image: url(../image/arrow-white.svg) !important;
    left: -1.4rem;
}

.application-btn .swiper-btn.swiper-button-next,
.certification-btn .swiper-btn.swiper-button-next {
    transform: rotate(180deg);
}

p.title-text {
    text-align: center;
    font-weight: 300;
    margin-bottom: 5rem;
}

.factory-part p.title-text {
    color: #ffffff94;
}

.factory-part h2 {
    margin-bottom: 1.8rem;
}

.factory-part .swiper-pagination {
    position: relative;
    margin-top: 4rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 3.3rem;
    height: 3px;
    border-radius: 0;
    background-color: white;
    opacity: .3;
    margin: 0 0.45rem;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

ul.service-list li {
    width: 31.5%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    padding: 3.8rem 1.5rem 3.5rem;
    text-align: center;
    transition: 0.3s all ease;
    background-color: white;
    border-radius: 8px;
}

ul.service-list li span.icon {
    display: inline-block;
    width: 5.3rem;
    height: 5.3rem;
    background-size: 2.2rem 2.5rem !important;
    background-color: var(--hover-color) !important;
    border-radius: 50%;
}

ul.service-list li h3 {
    font-size: 1.45rem;
    font-weight: 500;
    margin: 2.5rem 0 1.5rem;
}

ul.service-list li p {
    color: #535254;
    line-height: 26px;
    font-size: 16.5px;
}

ul.service-list li a {
    font-size: 1.1rem;
    display: inline-block;
    padding-right: 2.5rem;
    margin-top: 2.5rem;
    color: var(--hover-color);
    background: url(../image/arrow-icon-blue.svg) no-repeat center;
    background-position-x: 92%;
    background-size: 22px;
    line-height: 2rem;
    transition: 0.3s all ease;
    text-transform: uppercase;
}

.home-service {
    padding: 7rem 0 8.6rem;
}

.home-service h2 {
    max-width: 29rem;
    margin: 0 auto 7rem;
}

.home-service .content>p,
.major-service .content>p,
.p-contact {
    text-align: center;
    margin-top: 8rem;
    color: #68696b;
}

.home-service .content>p a,
.major-service .content>p a,
.p-contact a {
    color: var(--hover-color);
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.home-service .content>p a::before,
.major-service .content>p a:before,
.p-contact a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--hover-color);
    opacity: .4;
    transition: 0.3s all ease;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.home-application .loader {
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.home-application {
    max-width: 1920px;
    margin: 0 auto;
    background: #1C232F;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 0 3vw 0 14vw;
    margin-bottom: 9rem;
    margin-top: -2.6rem;
}

.home-application .left {
    width: 24%;
    margin-right: 5%;
    background: var(--hover-color);
    padding: 7rem 4% 4.5rem;
    position: relative;
}

.home-application .left::before {
    content: '';
    width: 3rem;
    height: 2rem;
    background: url(../image/select-arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
}

.home-application .left h2 {
    text-align: left;
    margin-bottom: 3.5rem;
    font-weight: 500;
}

.home-application .right-part {
    width: 71%;
    padding-top: 7.5rem;
    position: relative;
    z-index: 2;
}

.home-application .right-part .app-text {
    width: 48%;
}

.home-application .right-part .img {
    width: 48%;
    height: 42rem;
    margin-bottom: 5rem;
}

.home-application .right-part .img span {
    background-size: cover !important;
}

.img {
    overflow: hidden;
}

.home-application .select-list span {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    margin-bottom: 2.4rem;
    color: #ffffffa3;
    transition: 0.3s all ease;
    position: relative;
    z-index: 2;
}

.home-application .select-list {
    text-align: left;
}

.home-application .select-list span.active {
    color: white;
}

.home-application .select-list span::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: 0.3s all ease;
    opacity: 0;
}

.home-application .select-list span.active:before {
    opacity: 1;
}

.home-application .app-text p.title {
    font-size: 2.1rem;
    margin-bottom: 3rem;
}

.home-application .app-text p.text {
    color: white;
    line-height: 30px;
    margin-bottom: 2rem;
}

.home-application .app-text ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 26px;
}

.home-application .app-text ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: white;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
}

.button.white::before {
    display: none;
}

.button.white {
    border: 1px solid white;
    color: white;
    background-color: transparent;
    margin-top: 2rem;
}

.setting-icon {
    display: inline-block;
    position: absolute;
    width: 20rem;
    height: 20rem;
    bottom: -0.8rem;
    left: -11.2rem;
    transition: 1s all ease;
    background: url(../image/setting-icon.svg) no-repeat center;
    background-size: contain;
}

.setting-icon02 {
    left: unset;
    right: 0.5rem;
    width: 9rem;
    height: 9rem;
    bottom: 3rem;
}

.setting-icon03 {
    left: unset;
    right: 10rem;
    width: 5.8rem;
    height: 5.8rem;
    bottom: 0.5rem;
}

.setting-icon04 {
    top: 2rem;
    bottom: unset;
    left: unset;
    right: 5rem;
    width: 6rem;
    height: 6rem;
}

ul.news-list li {
    width: 32%;
    text-align: left;
    transition: 0.3s all ease;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
    margin-right: 1.33%;
    overflow: hidden;
}

ul.news-list li div.img {
    height: 17.65rem;
    overflow: hidden;
}

ul.news-list li div.img span {
    background-size: cover !important;
}

ul.news-list li div.mess {
    padding: 1.8rem 1.8rem 2rem;
}

ul.news-list li.video-item div.mess {
    padding: 0;
}

ul.news-list li.video-item {
    box-shadow: none !important;
}

ul.news-list li div.mess span.date {
    color: var(--hover-color);
    display: inline-block;
}

ul.news-list li div.mess h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0;
    line-height: 31px;
    font-weight: 500;
    hyphens: auto;
}

ul.news-list li div.mess p {
    color: #969696;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1.4rem;
}

ul.news-list li div.mess span.more {
    text-transform: uppercase;
    color: var(--hover-color);
    position: relative;
    font-size: 15px;
    padding-right: 3rem;
    background: url(../image/arrow-icon-blue.svg) no-repeat center;
    background-position: 88% 4px;
    background-size: 19px;
    transition: 0.3s all ease;
}

.home-media {
    max-width: 1276px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6.5rem;
}

.home-media .select-list span {
    border-bottom: 2px solid transparent;
}

.home-media .select-list span.active {
    border-bottom: 2px solid var(--hover-color);
}

.home-media .media-content {
    display: none;
    margin-bottom: 6rem;
}

.home-media .media-content.active {
    display: block;
}

div.home-contact {
    padding: 3.8rem 0;
    background-size: cover !important;
}

div.home-contact div.content div.home-contact-form {
    width: 51%;
    margin-left: auto;
    background-color: white;
    padding: 4.2rem 2.5rem 3.8rem;
    border-radius: 10px;
}

div.home-contact div.content div.home-contact-form h3 {
    font-size: 2rem;
}

div.home-contact div.content div.home-contact-form>p {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin: 1rem 0 2rem;
    color: #68696b;
}

div.home-contact div.content div.form form>p input,
div.home-contact div.content div.form form>p textarea {
    width: 100%;
    padding: 17px 14px;
    font-family: inherit;
    border: 1px solid #D4D4D4;
    outline-color: var(--hover-color);
    margin: 0 0 10px !important;
    color: #666;
    border-radius: 3px;
    font-size: 1rem;
}

div.home-contact div.content div.form form>p .country-select.inside input {
    padding: 17px 14px !important;
}

div.home-contact div.content div.form form>p input.country {
    background: url(../image/arrow-down.svg) no-repeat center;
    background-position-x: 97%;
    background-size: 14px;
}

div.home-contact div.content div.form form>p textarea {
    height: 8rem;
    resize: none;
}

div.home-contact div.content div.form form>p input[type="submit"] {
    display: inline-block;
    line-height: 46px;
    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;
    font-size: 17px;
    font-family: inherit;
    width: 12.5rem;
}

div.home-contact div.content div.form form>p:nth-child(odd) {
    margin-right: 0;
}

div.home-contact div.content div.form form>p {
    display: inline-block;
    width: 48.45%;
    margin-bottom: 10px;
    vertical-align: text-top;
    margin-right: 2.2%;
}
.facebppk-list .sccial-cont{
    margin-top: 2rem;
}
div.home-contact div.content div.form form>p:nth-child(6),
div.home-contact div.content div.form form>p:nth-child(7),
div.home-contact div.content div.form form>p:nth-child(8) {
    width: 100%;
}

footer div.middle {
    margin: 4.5rem 0 2.5rem;
}

footer div.slide-obj>span.footer-title {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer ul.featured-post li {
    margin-bottom: 1.5rem;
}

ul.featured-post li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: unset;
    font-weight: unset;
}

ul.featured-post li a div.img {
    height: 106px;
    width: 100px;
    border-radius: 4px;
    overflow: hidden;
}

ul.featured-post li a div.img span {
    background-size: cover !important;
}

ul.featured-post li a div.mess {
    width: 68%;
    margin-left: 3%;
}

ul.featured-post li a div.mess p.title {
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: 26px;
    margin-bottom: 1rem;
    transition: 0.3s all ease;
}

ul.featured-post li a div.mess p.date {
    font-weight: 100;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.572);
}

footer {
    background: linear-gradient(to bottom, #1c84c5, #1b2b60);
    color: white;
    padding: 50px 0;
}

footer div.contact {
    text-align: center;
    font-weight: lighter;
}

footer div.contact span {
    margin: 0 1rem;
    font-size: 18px;
}

footer ul {
    text-align: center;
    margin-top: 4rem;
}

footer ul li {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 6.48px;
    text-transform: uppercase;
    margin: 0 1.5rem;
}

footer p.copyright {
    text-align: center;
    margin-top: 2rem;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #E5E5E5;
    opacity: 0.65;
    font-weight: lighter;
}

footer div.social a {
    display: inline-block;
    width: 2.3rem;
    height: 2.3rem;
    background-image: url(../image/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;
    margin-bottom: 0.5rem;
}

footer div.social a.facebook {
    background-size: 8px !important;
}

footer div.social a.twitter {
    background-image: url(/wp-content/themes/sytech/assets/img/twitter.svg);
    background-size: 19px !important;
    background-color: #009cdd;
}

footer div.social a.linkedin {
    background-image: url(../image/linkedin.svg);
    background-size: 14px !important;
    background-color: #0073a1;
}

footer div.social a.skype {
    background-image: url(../image/skype.svg);
    background-color: #1fa6d8;
    background-size: 18px !important;
}

footer a.logo {
    display: inline-block;
    width: 15.8rem;
    height: 5rem;
    text-indent: -99999px;
    background-size: contain !important;
}

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;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.all-banner {
    height: 535px;
}

div.certificate-part,
div.application-part {
    padding: 11.5rem 0;
    margin-bottom: 7rem;
    background: url(../image/service-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

div.certificate-part {
    background: url(../image/certification-bg.png) no-repeat center;
    background-size: cover;
}

div.certificate-part div.content,
div.application-part div.content {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

div.certificate-part div.text,
div.application-part div.text {
    width: 39%;
    padding-right: 6%;
    position: relative;
    z-index: 10;
    margin-top: 2.5rem;
}

div.certificate-part.certificate-part div.swiper-certificate,
div.application-part.application-part div.swiper-application {
    width: 60%;
}

div.certificate-part div.text::before,
div.application-part div.text::before {
    content: '';
    background: url(../image/service-bg.png) no-repeat top left;
    background-size: cover;
    top: -14rem;
    width: 197%;
    height: 188%;
    position: absolute;
    right: 0;
    z-index: -1;
    background-color: white;
}

div.certificate-part div.text::before {
    background: url(../image/certification-bg.png) no-repeat top left;
    background-size: cover;
}

div.certificate-part div.text>h2,
div.application-part div.text>h2 {
    text-align: left;
    margin-bottom: 2rem;
}

div.certificate-part div.text>p,
div.application-part div.text>p {
    color: #818181;
    line-height: 30px;
    font-size: 17px;
}

.certification-btn,
.application-btn {
    position: unset;
    margin-top: 7rem;
    height: auto;
    width: auto;
    position: relative;
}

.certification-btn .swiper-btn.swiper-button-prev {
    background-image: url(../image/arrow-white.svg) !important;
}

div.swiper-application .img {
    height: 420px;
}

div.swiper-application .img span {
    background-size: cover !important;
}

div.swiper-application p.name {
    background: white;
    padding: 1.5rem 1.5rem 1.8rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
}

div.swiper-application li {
    box-shadow: 0 0 10px #00000021;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
}

div.application-part {
    padding: 11.5rem 0 9rem;
    margin-bottom: 0;
}

.home-news .video-list li.video-item:nth-of-type(3n) {
    margin-bottom: 0;
}

.link-desc-span {
    display: inline-block;
    text-indent: -9999px;
}

.loading {
    position: relative;
}

.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/load.gif') no-repeat center;
    background-size: 45px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9;
}

.service-table table {
    width: 100%;
}

@media screen and (min-width: 820px) {
    header div.main-menu div.main>div>ul>li.has-child:hover a::after {
        transform: rotate(-180deg);
    }

    header div.main-menu div.main>div>ul>li>a:hover:before {
        opacity: 1;
    }

    .button:hover {
        color: var(--hover-color);
    }

    .button:hover::before {
        width: 100%;
    }

    .button.grey,
    .button.load_more_post_ajax:hover {
        color: #1C232F;
    }

    div.advantage ul.left li:hover span.icon,
    div.fast-part ul.content li:hover span.icon {
        transform: scale(1.1) translateY(-5px);
    }

    div.advantage ul.right li:first-child a:hover {
        background-position-x: 92%;
    }

    .home-product .select-list span:hover,
    .home-media .select-list span:hover,
    .select-list span:hover,
    .news-cat span:hover {
        color: #25292D;
        border-bottom: 1px solid var(--hover-color);
    }

    .home-product .swiper-home-product ul li:hover,
    ul.product-list li:hover {
        box-shadow: 0 0 18px #00000020;
    }

    .home-product .swiper-home-product ul li:hover div.img span,
    .product-list li:hover div.img span {
        transform: scale(1.1);
    }

    .button.black:hover {
        color: #1C232F;
    }

    ul.service-list li:hover {
        transform: translateY(-8px);
    }

    ul.service-list li a:hover {
        background-position-x: 96%;
    }

    .home-service .content>p a:hover::before,
    div.major-service .content>p a:hover::before,
    .p-contact a:hover::before {
        opacity: 1;
    }

    .home-application .right-part .img:hover span {
        transform: scale(1.1);
    }

    .home-application .select-list span:hover {
        color: white;
    }

    .home-application .select-list span:hover:before {
        opacity: 1;
    }

    .button.white:hover {
        color: var(--hover-color);
        background: white;
    }

    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%;
    }

    .home-media .select-list span:hover {
        border-bottom: 2px solid var(--hover-color);
    }

    div.home-contact div.content div.form form>p input[type="submit"]:hover {
        background-color: transparent;
        color: var(--hover-color);
    }

    ul.featured-post li:hover a div.img span {
        transform: scale(1.15);
    }

    ul.featured-post li:hover a div.mess p.title {
        color: var(--hover-color);
    }

    footer .slide-obj ul.menu li:hover a {
        color: var(--hover-color);
    }

    footer div.social a:hover {
        transform: scale(1.05) translateY(-4px);
    }

    .footer-contact a:hover {
        color: var(--hover-color);
    }

    div.swiper-application li:hover .img span {
        transform: scale(1.1);
    }

    .certification-btn .swiper-btn.swiper-button-prev:hover,
    .factory-btn .swiper-btn.swiper-button-prev:hover {
        transform: scale(1.05);
    }

    .certification-btn .swiper-btn.swiper-button-next:hover,
    .factory-btn .swiper-btn.swiper-button-next:hover {
        transform: scale(1.05) rotate(180deg);
    }

    div.app-sidebar ul li:hover {
        color: white;
    }

    div.app-sidebar ul li:hover::before {
        opacity: 1;
        transform: translateY(-50%) rotateX(0);
    }

    div.app-container div.right:hover span {
        transform: scale(1.07);
    }

    div.fields-name ul li:hover {
        color: white;
        background-color: #037fdd;
    }

    div.fields-content.app-container div.right:hover span {
        transform: scale(1.1);
    }

    .industry-swiper .swiper-slide.swiper-slide-active,
    .industry-swiper .swiper-slide:hover {
        background-color: #1B1156;
    }

    .two-btn button:hover {
        border-color: #1B1156;
        color: #1B1156;
        background-color: transparent;
    }

    .oem-part .right a.button:hover {
        background-color: transparent;
    }

    .country-select.inside .flag-dropdown:hover .selected-flag {
        background-color: transparent !important;
    }

    .news-detail div.social a:hover {
        transform: scale(1.2) translateY(-3px);
    }

    .news-detail figure img:hover {
        transform: scale(1.1);
    }

    div.social a:hover {
        transform: scale(1.05) translateY(-4px);
    }

    div.products-content div.sidebar div.widget>ul li:hover:after,
    div.products-content div.sidebar div.productcat-lists>ul li:hover:after {
        background-color: var(--hover-color);
        opacity: 1;
    }

    div.products-content div.sidebar div.widget>ul li:hover,
    div.products-content div.sidebar div.productcat-lists>ul li:hover {
        color: var(--hover-color);
    }

    .product-view ul.product-list li:hover div.img span {
        transform: scale(1.06);
    }

    .product-view ul.product-list li:hover {
        box-shadow: 0 0 8px rgb(0, 0, 0, .08);
    }

    .product-view ul.product-list li:hover .button {
        background: var(--hover-color);
        border: 1px solid var(--hover-color);
        color: white;
    }

    div.product-infor div.two-btn .button:first-child:hover {
        color: #211f20;
        background-color: transparent;
    }

    div.product-infor div.two-btn .button:last-child:hover {
        color: white;
        background-color: var(--hover-color);
    }

    .video-sence .video-poster:hover:after {
        transform: scale(1.1) translate(-50%, -50%);
    }

    .swiper-related ul.product-list li:hover {
        box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    }

    .swiper-related ul.product-list li:hover .button {
        transform: translateY(0);
        opacity: 1;
    }

    div.inquiry-form input[type="submit"]:hover,
    div.contact-form input[type="submit"]:hover {
        color: var(--hover-color) !important;
        background-color: transparent !important;
    }

    .product-view button.load_more_post_ajax:hover {
        color: var(--hover-color);
        border: 1px solid var(--hover-color);
    }

    .video-item:hover div.img:after {
        transform: scale(1.1);
    }

    .video-item:hover div.img span {
        transform: scale(1.1);
    }

    .video-list li.video-item:hover {
        box-shadow: none;
    }

    .video-banner .flex .left .video-item:hover div.img:after {
        transform: scale(1.7);
    }

    .video-banner .flex .right .video-item:hover div.img:after {
        transform: scale(1);
    }

    div.warranty .img div>span:hover {
        transform: scale(1.1);
    }

    div.major-part ul.left li>p:hover {
        background-color: var(--hover-color);
        color: white;
    }

    div.major-part ul.left li>p:hover:before {
        background: url(../image/arrow-down-white.svg) no-repeat center;
        transform: translateY(-50%);
    }

    div.breadcrumbs a:hover {
        color: var(--hover-color);
    }

    div.news-sidebar ul.news-cat li:hover:after {
        opacity: 1;
    }

    div.news-sidebar ul.news-cat li:hover {
        color: var(--hover-color);
    }

    ul.latest-list li:hover a div.mess p.title {
        color: var(--hover-color);
    }

    ul.latest-list li:hover a div.img span {
        transform: scale(1.1);
    }

    div.post-content div.news-sidebar a.view-all:hover {
        text-decoration: underline var(--hover-color)bd;
    }
}