/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('fonts/open-sans-v27-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('fonts/open-sans-v27-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('fonts/open-sans-v27-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('fonts/open-sans-v27-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    text-transform: capitalize;
}

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

body {
    color: #333333;
    font-family: '思源黑体 CN', sans-serif;
    overflow-x: hidden;
    margin: 0;
    position: relative;
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
}

.clear {
    display: table;
    clear: both;
}

.relative {
    position: relative;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.linkto {
    cursor: pointer;
}

li {
    list-style-type: none;
}

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

.content {
    max-width: 1150px;
    margin: 0 auto;
}

header.main_header {
    position: fixed;
    width: 100%;
    padding: 1rem 0;
    z-index: 99;
    transition: all 0.3s linear;
    border-bottom: 1px solid transparent;
}

header.main_header.submenu,
header.main_header.fixed {
    background-color: white;
    border-bottom: 1px solid white;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}

header.main_header.submenu div.right,
header.main_header.fixed div.right {
    color: #002554 !important;
}

header.main_header a.logo {
    display: block;
    width: 210px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(./img/logo-white.svg) no-repeat center;
    background-size: contain;
}

.page-template-template-fabrics header.main_header a.logo,
.page-template-template-trends header.main_header a.logo,
.page-template-template-news header.main_header a.logo,
.page-template-template-news-single header.main_header a.logo {
    background: url(./img/bluelogo.svg) no-repeat center;
    background-size: contain;
}

header.main_header.submenu a.logo,
header.main_header.fixed a.logo {
    background: url(./img/bluelogo.svg) no-repeat center !important;
    background-size: contain;
}

header.main_header div.content {
    display: flex;
    justify-content: space-between;
}

div.home-banner {
    width: 100%;
    min-height: 1080px;
    background-size: cover;
}

header.main_header div > ul.menu  {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header.main_header div.right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    transition: 0.3s all ease;
}

.page-template-template-fabrics header.main_header div.right,
.page-template-template-trends header.main_header div.right,
.page-template-template-news header.main_header div.right,
.page-template-template-news-single header.main_header div.right {
    color: #002554;
}

header.main_header div > ul.menu >li {
    margin: 0 38px;
    line-height: 50px;
    position: relative;
    /* overflow: hidden; */
}

header.main_header div > ul.menu >li a {
    transition: 0.4s all ease;
    text-transform: capitalize;
}

.home header.main_header div > ul.menu >li a {
    font-weight: normal;
    text-transform: capitalize;
    white-space: nowrap;
}

header.main_header div > ul.menu >li a,
header.main_header.fixed div > ul.menu >li a {
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
}

header.main_header div > ul.menu >li a header.main_header div > ul.menu >li::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #002554;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: 0.3s all ease;
}

header.main_header div > ul.menu >li a:hover {
    color: #002554;
}

header.main_header div > ul.menu >li:hover::before {
    left: 0;
}

header.main_header li:hover ul.sub-menu {
    display: block;
}

header.main_header ul.sub-menu {
    position: absolute;
    min-width: 12rem;
    background: white;
    border-radius: 6px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    z-index: 10;
    overflow: hidden;
    display: none;
}

header.main_header ul.sub-menu li {
    color: black;
    padding: 0 1.5rem;
    font-size: 16px;
}

header.main_header ul.sub-menu li:hover {
    background-color: #f8f8f8;
}

header.main_header ul.sub-menu li a {
    font-weight: normal !important;
}

header.main_header div.right span.lang {
    font-size: 15px;
    margin-left: 2rem;
    transition: 0.3s all ease;
    font-weight: 500;
}

.page-template-template-news header.main_header div.right span.lang span,
.page-template-template-news-single header.main_header div.right span.lang span,
header.main_header.fixed div.right span.lang span {
    color: #0057B8;
    transition: 0.3s all ease;
}

div.submenu {
    width: 1220px;
    background-color: white;
    position: fixed;
    left: 50%;
    top: 93px;
    transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);
    padding: 60px 85px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 98;
    min-height: 315px;
    transition: all .6s ease;
    transform-origin: top center;
    opacity: 0;
}

header.main_header.submenu  ~ .submenu.active {
    transform: translateX(-50%);
    opacity: 1;
}

body.admin-bar div.submenu {
    top: 125px;
}

div.submenu-box {
    display: flex;
}

div.submenu-box .left {
    width: 30%;
}

div.submenu-box .left ul li span,
div.submenu-box .left ul li a {
    color: #333333;
    font-weight: 500;
}

/*div.submenu-box .left ul li:first-of-type span a{
    color: #0057b8;
}*/

div.submenu-box .left ul li span a {
    font-weight: 500;
}

div.submenu-box .left ul li ~ li{
    margin-top: 1rem;
}

div.submenu-box .right {
    width: 70%;
    flex: 1;
}

div.submenu-box .right ul {
    display: flex;
    justify-content: space-between;
}

div.submenu-box .right ul li {
    max-width: 170px;
    width: 24%;
}

div.submenu-box .right ul li .img-content {
    width: 100%;
    height: 220px;
    margin-bottom: 1.5rem;
}

div.submenu-box .right ul li .img-content span {
    display: block;
    width: 100%;
    height: 100%;
}

div.submenu-box .right ul li p {
    display: block;
    text-align: center;
}

div.home-about-1 {
    /* min-height: 1300px; */
    padding: 10rem 0;
}

div.home-about-1>div.content {
    /* padding: 19rem 0 32.1rem; */
}

div.home-block h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.8rem;
    letter-spacing: 3px;
    color: #0057B8;
}

div.home-block>span,
div.home-block div.content>span,
span.subtitle {
    font-size: 2.5rem;
    margin-top: 1rem;
    letter-spacing: 5px;
    display: inline-block;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 300;
    text-transform: capitalize;
}

div.home-about-1 p {
    font-size: 19px;
    line-height: 34px;
    margin-top: 2.3rem;
    color: #757575;
    font-weight: normal;
}

div.home-about-1>div.content>span {
    margin-bottom: 5rem;
    text-transform: capitalize;
}

div.home-about-1>div.content>span::before {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #0057B8;
    position: absolute;
    top: 8rem;
    left: 0;
}

div.home-product-1 {
    background: linear-gradient(#338bd3, #116fb7);
    padding: 11rem 0 12rem;
    color: white;
}

div.home-product-1 h2 {
    color: white;
}

div.home-product-1 img {
    transition: 0.45s all ease;
}

div.home-product-1 img:hover {
    transform: scale(0.9);
}

div.home-product-1 ul.home-pro-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

div.home-product-1 ul.home-pro-list::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255, .5);
    position: absolute;
    bottom: 1px;
    left: 0;
}

div.home-product-1 ul.home-pro-list li {
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
    color: rgb(255, 255, 255, .5);
    font-size: 1.7rem;
    width: unset !important;
    cursor: pointer;
    text-transform: capitalize;
}

div.home-product-1 ul.home-pro-list li::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: white;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transition: 0.3s all ease;
}

div.home-product-1 ul.home-pro-list li:hover,
div.home-product-1 ul.home-pro-list li.active {
    color: rgb(255, 255, 255, .7);
}

div.home-product-1 ul.home-pro-list li:hover:before,
div.home-product-1 ul.home-pro-list li.active::before {
    bottom: 0;
}

div.home-product-2 ul.home-pro-blocks {
    display: flex;
    justify-content: space-between;
}

div.home-product-2 ul.home-pro-blocks li {
    width: 47%;
    overflow: hidden;
}

/* div.home-product-2 ul.home-pro-blocks li:hover {

} */

div.home-product-2 ul.home-pro-blocks li div.pro-img {
    width: 100%;
    height: 680px;
    overflow: hidden;
}

div.pro-img span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    transition: 1s all ease;
}

div.home-product-2 ul.home-pro-blocks li div.pro-img:hover span {
    transform: scale(1.2);
}

div.home-product-2 ul.home-pro-blocks li div:last-child {
    background-color: white;
    position: relative;
    padding: 1.5rem 0;
    font-weight: 400;
}

div.home-product-2 ul.home-pro-blocks li span.statu,
div.home-cooperation ul.case-list li span.statu {
    display: inline-block;
    color: #0057b8;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

div.home-product-2 ul.home-pro-blocks li p.title {
    /* background: url(./img/add.svg) no-repeat right;
    background-size: 19px; */
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 0.9rem;
    transition: 0.3s all ease;
    position: relative;
}

div.home-product-2 ul.home-pro-blocks li p.title a {
    max-width: 95%;
    display: inline-block;
}

div.home-product-2 ul.home-pro-blocks li p.title::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('./img/add.svg') no-repeat center;
    background-size: 19px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

div.home-product-2 ul.home-pro-blocks li:hover p.title {
    color: #0057B8;
}

div.home-product-2 ul.home-pro-blocks li:hover p.title::before {
    transform: translateY(-50%) rotate(180deg) scale(1.05);
}

div.home-product-2 a.viewmore,
div.home-cooperation a.viewmore,
.border-btn {
    display: block;
    margin: 2.5rem auto 0 auto;
    width: 32%;
    line-height: 60px;
    background: unset;
    border: 1px solid black;
    font-size: 1.12rem;
    text-align: center;
    color: #333333;
    transition: 0.3s all ease;
    text-transform: capitalize;
}

div.home-product-2 a.viewmore:hover,
div.home-cooperation a.viewmore:hover,
.border-btn:hover {
    color: white;
    border: 1px solid #0057B8;
    background-color: #0057B8;
}

div.home-cooperation a.viewmore {
    margin-top: 11.5rem;
}

div.home-product-2 {
    padding: 8rem 0 15rem;
    background-color: white;
}

div.home-service {
    padding-top: 50px;
}

div.home-service div.service-content {
    min-height: 886px;
    padding-top: 6rem;
}

div.home-service>div.content>span {
    margin-bottom: 0;
}

div.home-service div.service-content ul li {
    border-left: 2px solid #d6d6d6;
    padding-left: 2rem;
    padding-bottom: 2rem;
    cursor: pointer;
    transition: all .2s ease;
}

div.home-service div.service-content ul li:hover {
    border-color: #0057b8;
}

div.home-service div.service-content ul li:hover strong {
    color: #0057B8;
}

div.home-service div.service-content ul li:nth-of-type(2) {
    padding-top: 2rem;
}

div.home-service div.service-content ul li.active {
    border-color: #0057b8;
}

div.home-service div.service-content ul li.active strong {
    color: #0057B8;
}

div.home-service div.service-content ul li:not(.active) .text-content {
    display: none;
}

div.home-service div.service-content ul li strong {
    font-size: 28px;
    font-weight: normal;
}

div.home-service div.service-content ul li .text-content {
    margin-top: 1.5rem;
    max-width: 30%;
}

div.home-service div.service-content ul li .text-content p {
    font-size: 16px;
    line-height: 2rem;
}

div.home-service div.service-content ul li .text-content a.link-btn {
    display: block;
    margin-top: 1rem;
    color: #0057b8;
    background: url('./img/arrow-right-blue.svg') no-repeat right/16px;
    padding-right: 2rem;
    width: min-content;
    white-space: nowrap;
}

div.home-service div.service-content p {
    /*     padding-left: 5rem;
    position: relative;
    font-size: 2rem;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    text-transform: capitalize; */
}

/* div.home-service div.service-content p:last-child {
    font-size: 1.5rem;
    color: #808080;
}

div.home-service div.service-content p:first-child::before {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #0057b8;
    position: absolute;
    top: 26px;
    left: 0;
} */

div.strength-list {
    padding: 10rem 0;
}

div.strength-list .content {
    text-align: center;
    color: white;
}

div.strength-list>.content>span {
    color: rgb(255, 255, 255, .9);
}

div.strength-list>.content>span::before {
    content: '';
    width: 60px;
    height: 4px;
    background-color: white;
    position: absolute;
    top: 7.7rem;
    left: 50%;
    transform: translateX(-50%);
}

div.strength-list .content h2 {
    color: white;
}

div.strength-list .content ul.list {
    margin: 12rem 0;
    display: flex;
    justify-content: space-between;
}

div.strength-list .content>p {
    letter-spacing: 1px;
    color: rgb(255, 255, 255, .8);
}

div.strength-list .content>p a {
    color: #002554;
    border-bottom: 1px solid #002554;
}

div.strength-list .content ul li {
    width: 13rem;
    padding-top: 11rem;
    position: relative;
}

div.strength-list .content ul li::before {
    content: '';
    width: 78px;
    height: 78px;
    background: url(./img/penshui.svg) no-repeat center;
    background-size: 50px;
    /* border: 1px solid rgb(255, 255, 255, .5); */
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}

div.strength-list .content ul li::after {
    content: '';
    width: 78px;
    height: 78px;
    border: 1px solid rgb(255, 255, 255, .5);
    border-radius: 5px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}

div.strength-list .content ul li:nth-child(2):before {
    background: url(./img/year.svg) no-repeat center;
    background-size: 50px;
}

div.strength-list .content ul li:nth-child(3):before {
    background: url(./img/hangyejingyan.svg) no-repeat center;
    background-size: 50px;
}

div.strength-list .content ul li:last-child:before {
    background: url(./img/nianxiaoshoue.svg) no-repeat center;
    background-size: 50px;
}

div.strength-list .content ul li div {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}

div.strength-list .content ul li div::after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00A0FF;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -3.3rem;
    left: 50%;
}

div.strength-list .content ul li p {
    font-size: 17px;
    margin-top: 1rem;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, .8);
    text-transform: capitalize;
}

div.home-cooperation ul.case-list {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    flex-flow: wrap;
}

div.home-cooperation ul.case-list li {
    height: 580px;
    transition: 0.56s all ease;
    overflow: hidden;
    width: 350px;
    margin-right: 50px;
    margin-bottom: 30px;
}

div.home-cooperation ul.case-list li:nth-of-type(3n) {
    margin-right: 0;
}

div.home-cooperation ul.case-list li.show-all {
    height: auto;
}

div.home-cooperation ul.case-list li.show-all:hover>div {
    transform: translateY(-300px);
}

div.home-cooperation ul.case-list li.show-all .cooperation-details p {
    -webkit-line-clamp: unset;
}

div.home-cooperation ul.case-list li div.pro-img {
    width: 100%;
    height: 465px;
}

div.home-cooperation ul.case-list li div.pro-img span {
    background-size: cover !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: 0.65s all ease;
}

div.home-cooperation ul.case-list li>div {
    transition: all 0.5s ease;
    /* margin-top: 10px; */
    padding-top: 10px;
}

div.home-cooperation ul.case-list li:hover>div {
    transform: translateY(-200px);
    background-color: white;
}

div.home-cooperation ul.case-list li:hover>div.pro-img {
    transform: translateY(-50px);
}

.page-template-template-service div.home-cooperation ul.case-list li:hover>div.pro-img {
    transform: translateY(-200px);
}

div.home-cooperation ul.case-list li div.title {
    position: relative;
    background: white;
    padding: 1.5rem 0;
}

.page-template-template-partner div.home-cooperation ul.case-list li div.title {
    background-color: transparent;
}

.page-template-template-partner div.home-cooperation ul.case-list li div.pro-img span {
    box-shadow: none;
}

.page-template-template-partner div.home-cooperation {
    padding-top: 0;
}

div.home-cooperation {
    padding: 9rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

div.home-cooperation ul.case-list li p.title {
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 1rem;
}

div.home-partners .swiper01 .swiper-slide {
    height: 120px;
    background-size: 200px !important;
    position: relative;
    transition: 0.3s all ease;
}

div.home-partners .swiper01 .swiper-slide:hover {
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
    background-size: 210px !important;
}

/* div.home-partners .swiper01 .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s all ease;
} */

/* div.home-partners .swiper01 .swiper-slide:hover:before {
    opacity: 0;
} */

/* div.home-partners .swiper01 .swiper-slide-active {
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
} */

/* div.home-partners .swiper01 .swiper-slide-active::before {
    opacity: 0;
    z-index: -1;
} */

div.home-partners .swiper01 {
    overflow: hidden;
    padding: 12rem 16px 8rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 4rem;
}

div.home-partners .swiper01::before {
    content: '';
    width: 3px;
    height: 75px;
    background-color: #0057B8;
    position: absolute;
    top: 0;
    left: 16px;
}

div.home-partners>span {
    display: block;
}

.swiper01 .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #9CA1A7;
    opacity: 1;
}

.swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper01 .swiper-pagination-bullet-active {
    background-color: #0057B8;
    width: 60px;
}

.home footer {
    position: relative;
}

.home footer:before {
    content: '';
    width: 100%;
    height: 700px;
    background: url(./img/footer-bg.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

div.home-contact {
    padding-top: 5rem;
}

div.home-contact div.contact-info {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
    margin-bottom: 0;
}

div.home-contact div.contact-info div {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    padding-left: 5.8rem;
    position: relative;
    max-width: 33.333%;
    text-transform: capitalize;
    width: 25%;
}

div.home-contact div.contact-info div::before {
    content: url(./img/phone.svg);
    width: 50px;
    position: absolute;
    top: 3px;
    left: 0;
    transition: 0.35s all ease-out;
}

div.home-contact div.contact-info div:hover:before {
    transform: translateY(-6px);
}

div.home-contact div.contact-info div:first-of-type {
    padding-left: 4rem;
    width: 20%;
}

div.home-contact div.contact-info div.mail::after {
    left: 22%;
}

div.home-contact div.contact-info div.address::after {
    left: 15%;
}

div.home-contact div.contact-info div:hover:after {
    transform: translateY(-6px);
    opacity: 1;
}

div.home-contact div.contact-info div.mail::before {
    content: url(./img/mail.svg);
    left: 5%;
}

div.home-contact div.contact-info div.address::before {
    content: url(./img/address.svg);
    left: 5%;
}

div.home-contact div.contact-info div.alibaba::before {
    left: 5%;
}

div.home-contact div.contact-info div+div {
    border-left: 1px solid #e0e0e0;
    padding-left: 5rem;
    padding-right: 1rem;
}

div.home-contact div.contact-info div p {
    font-size: 0.9rem;
    color: #7C7C7C;
    margin-top: 0.9rem;
    font-weight: 400;
}

div.home-contact div.contact-info div a {
    display: block;
    color: #0057B8;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    margin-top: 1rem;
}

div.send-email {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
}

div.send-email div.left p {
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    margin-top: -0.8rem;
}

div.send-email div.left p::before {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #0057b8;
    position: absolute;
    top: -4rem;
    left: 0;
}

div.send-email div.left span {
    font-size: 15px;
    color: #7C7C7C;
    letter-spacing: 1px;
}

footer>p {
    text-align: center;
    padding: 1.5rem 0 2.5rem 0;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 6rem;
    border-top: 1px solid #e0e0e0;
    color: #868686;
}

div.send-email div.right {
    width: 50%;
}

div.send-email div.right .wpcf7-form>p {
    display: inline-block;
    width: 37.5%;
    vertical-align: text-top;
    padding-right: 1rem;
}

div.send-email div.right .wpcf7-form>p:nth-child(4) {
    width: 22%;
    padding-right: 0;
}

div.send-email div.right .wpcf7-form input {
    width: 100%;
    padding: 12px 1rem;
    font-size: 15px;
    font-family: inherit;
    border: 1px solid #e0e0e0;
    outline-color: #0057B8;
    margin-bottom: 10px;
}

div.send-email div.right .wpcf7-form input.wpcf7-submit {
    border: 1px solid #0057B8;
    color: white;
    background-color: #0057B8;
    cursor: pointer;
    transition: 0.3s all ease;
    letter-spacing: 1px;
}

div.send-email div.right .wpcf7-form input.wpcf7-submit:hover {
    color: #0057B8;
    background-color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    margin-left: 0 !important;
}

.custom .tp-bullet {
    height: 4px !important;
    width: 18px !important;
    border-radius: 1px !important;
    background-color: rgb(255, 255, 255, .6) !important;
    display: inline-block;
    position: relative !important;
    z-index: 99;
}

.custom .tp-bullet.selected {
    background: #0057B8 !important;
    width: 35px !important;
}

.nav-dir-horizontal {
    display: flex !important;
    justify-content: space-between;
    width: 72px !important;
}

.home .nav-dir-horizontal {
    width: auto !important;
}

.swiper03,
.swiper02 {
    overflow: hidden;
}

.products_listing {
    padding-top: 8rem;
    display: flex;
    text-align: left;
}

.products_listing div.products {
    flex: 1;
}

.products_listing div.sidebar {
    width: 16rem;
    margin-right: 3rem;
}

.products_listing div.sidebar h3 {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.7rem;
}

div.sidebar div.widget {
    margin-bottom: 6rem;
}

div.loader {
    border: 7px solid #f2f5f9;
    border-top: 7px solid #fff;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -1.75rem;
    margin-top: -1.75rem;
    animation: spin 1s linear infinite;
}

div.products ul li {
    width: 30%;
    margin-bottom: 3.8rem;
    display: inline-block;
    margin-right: 5%;
}

div.products ul li:nth-child(3n) {
    margin-right: 0;
}

div.products ul li div.pro-img {
    height: 21rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

div.products ul li div.pro-img span {
    transition: 0.45s all ease;
}

div.products p.title a {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

div.products ul li p.tags {
    margin-top: 10px;
    color: #7C7C7C;
}

div.product_loader {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.product_loader .loader {
    top: 50%;
    border: 9px solid #0057B8;
    border-top: 9px solid transparent;
}

.home div.loader {
    border: 7px solid #eee;
    border-top: 7px solid #0057B8;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    animation: spin 1s linear infinite;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget ul li {
    cursor: pointer;
}

.widget.propriety>ul li {
    line-height: 36px;
    color: #999999;
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.widget.propriety>ul li.has-child::after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 10px;
    right: 1rem;
    content: '';
    background: url('./img/arrow-down.svg') no-repeat center/contain;
    transition: all .2s ease;
}

.widget.propriety>ul li.has-child.active::after {
    transform: rotate(180deg);
}

.widget.propriety ul.child_terms {
    display: none;
    padding-left: 1rem;
}

.widget.propriety>ul li:not(.has-child):before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #0057B8;
    position: absolute;
    top: 17px;
    left: -1.3rem;
    transition: 0.3s all ease;
}

.widget.propriety>ul li:hover::before {
    left: 0;
}

.widget.propriety>ul li:not(.has-child):hover {
    padding-left: 1.3rem;
    color: #0057B8;
}

.widget ul.colors {
    display: flex;
    flex-wrap: wrap;
}

.widget ul.colors li {
    display: inline-block;
    margin-right: 1.2rem;
    margin-bottom: 1.5rem;
    border-radius: 50%;
}

.widget ul.colors li.active {
    outline: 2px solid #222;
}

.widget.propriety ul li.active {
    color: #333333;
}

.widget.application ul li {
    display: inline-block;
    font-size: 0.85rem;
    padding: 0.4rem 0.7rem;
    background-color: #f8f8f8;
    color: #8d969f;
    margin-bottom: 1rem;
    transition: 0.3s all ease;
}

.widget.application ul li:hover {
    color: white;
    background-color: #0057B8;
}

.widget.application ul li.active {
    color: white;
    background-color: #0057b8;
}

.widget ul.colors li span {
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    transition: 0.3s all ease;
}

.widget ul.colors li span:hover {
    transform: scale(1.1);
}

.widget ul.colors li span.light {
    border: 1px solid #ccc;
}

.page-template-template-contact .contact-map {
    position: relative;
    bottom: -6px;
}

.page-template-template-contact .contact-map #map {
    border: none;
}
.page-template-template-contact .contact-map #allmap {
    height: 500px;
}

div.news-footer-menu ul li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


div.products ul li:hover div.pro-img span {
    transform: scale(1.1);
}

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

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

#overlay,
span.nav-btn {
    display: none;
}

.swiper02 .swiper-wrapper {
    align-items: center;
}

div.home-product-1 div.content>span {
    margin-bottom: 0;
    text-transform: capitalize;
}

.home .cooperation-details {
    background-color: white;
    margin-top: -1px;
}

.home .cooperation-details p {
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home .cooperation-details button {
    border: 1px solid black;
    background-color: transparent;
    font-size: 14px;
    outline: none;
    padding: 5px 25px;
    width: 108px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home .cooperation-details button:hover {
    background-color: #00A0FF;
    color: white;
    border-color: #00A0FF;
}

.home .send-email .wpcf7-response-output {
    padding-left: 0;
    margin-top: 0;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-form input.wpcf7-not-valid {
    outline: 1px solid orangered;
    outline-color: orangered !important;
}

.home-cooperation div.loader {
    position: unset;
    margin: 0 auto;
}

/* header.main_header div.right span.lang span{
    cursor: pointer;
}
header.main_header div.right span.lang span.blue-font{
    color: #002554;
} */
.switcher.notranslate {
    display: none;
}

/* header.main_header div.right span.lang a.blue-font {
    color: #002554;
}
 */
.article h2 {
    font-size: 1.3rem;
    color: #333333;
    margin-bottom: 0.8rem;
}

.page-template-template-about #introduct2 h2 {
    text-align: center;
}

.page-template-template-about #introduct2>.content {
    text-align: center;
}

.page-template-template-about #introduct>.content p,
.page-template-template-about #introduct2>.content p {
    text-align: left;
}

.page-template-template-about #introduct.home-about-1>div.content>span::before {
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    bottom: -3.5rem;
    top: unset;
}

.aboutus-strength-swiper .strength-title {
    visibility: hidden;
}

div.home-service div.service-content .text-switch {
    font-size: 1.5rem;
    color: #808080;
    display: none;
}

div.home-service div.service-content .text-switch.active {
    display: block;
}

.text-switch.active {
    animation: text-switch 0.5s linear;
}

@keyframes text-switch {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.flex-content {
    display: flex;
}

.home-about-1 .flex-content .left {
    width: 71%;
    padding-top: 250px;
    padding-right: 90px;
}

.home-about-1 .flex-content .right {
    width: 29%;
}

.home-about-1 .flex-content .right img {
    display: block;
    height: 100%;
    max-width: 850px;
}

.home-about-1 .border-btn {
    margin: 0;
    display: inline-block;
    line-height: 55px;
    margin-top: 125px;
    width: unset;
    padding: 0 145px;
}

.home-filter {
    padding: 200px 0;
    background: url('./img/home-filter-bg.webp') no-repeat;
    background-position: center top;
    background-size: cover;
}

.home-filter .left ul li.active,
.home-filter .left ul li:hover {
    display: inline-block;
    color: #0057b8;
    padding-left: 35px;
    position: relative;
    font-size: 18px;
}

.home-filter .left ul li {
    font-size: 18px;
    color: #333;
    margin-bottom: 62px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.home-filter .left ul li:before {
    content: "";
    height: 1px;
    background-color: #0057B8;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.home-filter .left ul li.active:before,
.home-filter .left ul li:hover:before {
    width: 28px;
}

.home-filter .left {
    width: 32%;
    padding-left: 175px;
}

.home-filter .right {
    width: 68%;
}

.home-filter .right li {
    width: 300px;
}

.home-filter .right li .img-content {
    width: 100%;
    height: 409px;
    overflow: hidden;
}

.img-content span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.home-filter .content {
    max-width: 1500px;
}

.home-filter .block-header {
    padding-left: 175px;
    margin-bottom: 50px;
}

.home-filter .right li p {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    position: relative;
    padding-right: 15px;
}

.home-filter .right li p:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url('./img/add.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 6px;
    transition: all 0.5s ease;
}

.home-filter .right li:hover .img-content span {
    transform: scale(1.1);
}

.home-filter .right li:hover p:after {
    transform: rotate(180deg);
}

.filter-btn {
    display: flex;
    margin-top: 25px;
    justify-content: right;
}

.filter-btn span {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background: url('./img/arrow-w.png') no-repeat center;
    background-size: 18px;
    background-color: #0057b8;
    border: 1px solid #0057B8;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn span:hover {
    margin-top: -8px;
}

.filter-btn span.filter-prev {
    transform: rotate(180deg);
    margin-right: 30px;
}

.filter-btn span.swiper-button-disabled {
    border: 1px dashed #b5ada4;
    background-color: transparent;
    background-image: url('./img/arrwo-g.png');
    cursor: auto;
}

.home-filter ul.container {
    min-height: 466px;
}

html[lang="en-US"] header.main_header div.menu-header-container>ul>li {
    margin: 0 26px;
}

/*#introduct2 {
    margin-top: 15rem;
}*/


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

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

.page-template-template-about div.home-about-1#introduct {
    padding-top: 4rem;
}

.page-template-template-about div.home-about-1#introduct h2 {
    text-align: left;
    margin-bottom: 1rem;
}

.page-template-template-about div.home-about-1#introduct span {
    font-size: 38px;
    position: relative;
    display: block;
    padding-bottom: 2.5rem;
}


.page-template-template-about div.home-about-1#introduct span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 4px;
    content: '';
    background-color: #0057b8;
}

.page-template-template-about div.home-about-1#introduct p:first-of-type {
    color: black;
    font-weight: 500;
    font-size: 24px;
    line-height: 2.8rem;
}

.page-template-template-about div.home-about-1#introduct p:last-of-type {
    font-weight: 500;
    font-size: 18px;
}

.page-template-template-about div.home-about-1#introduct .left {
    width: 60%;
}

a.button {
    padding: 0.8rem 4rem;
    border: 1px solid #0057b8;
    color: #0057b8;
    display: inline-block;
    margin-top: 4rem;
    font-weight: 500;
    font-size: 20px;
}

.page-template-template-about .home-about-1#introduct2 {
    padding: 10rem 0 24rem;
    background: url('./img/corporate-bg.png') no-repeat center/cover;
}

.page-template-template-about .home-about-1#introduct2 p {
    color: #333333;
}

.page-template-template-about .home-about-1#introduct2 span::before {
    width: 3rem;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
}

.aboutus-strength {
    background: url('./img/about1-bg.png') no-repeat center/cover;
}

.aboutus-strength-main {
    display: flex;
    justify-content: space-between;
}

.aboutus-strength-main .left {
    width: 60%;
    text-align: left;
    padding-right: 6rem;
    padding-top: 4rem;
}

.aboutus-strength-main .left>h2 {
    text-align: left;
}

.aboutus-strength-main .left>span {
    font-size: 38px;
    position: relative;
    padding-bottom: 3rem;
    display: block;
    margin-bottom: 3rem;
}

.aboutus-strength-main .left>span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 4px;
    content: '';
    background-color: #0057b8;
}

.aboutus-strength-main .aboutus-strength-list {
    direction: rtl;
}

.aboutus-strength-main .left ul {
    display: flex;
    margin-top: 4rem;
    width: max-content;
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateX(20%);
}

.aboutus-strength-main .left ul li {
    background-color: white;
    padding: 1.5rem;
    width: 300px;
    height: 230px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    transition: all .2s ease;
    position: relative;
}

.aboutus-strength-main .left ul li:hover {
    background-size: 110% 110% !important;
}

.aboutus-strength-main .left ul li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.aboutus-strength-main .left ul li~li {
    margin-right: 2rem;
}

.aboutus-strength-main .left ul li h2 {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.aboutus-strength-main .left ul li span.button {
    padding: 0.6rem 1.5rem;
    background-color: #0057b8;
    color: white;
    display: inline-block;
    position: absolute;
    bottom: 6rem;
    left: 0;
    font-size: 14px;
}

.aboutus-strength-main .left p {
    font-size: 20px;
    line-height: 2.2rem;
}

.aboutus-strength-main .right {
    width: 40%;
}

.block-title {
    text-align: center;
}

.block-title.left {
    text-align: left;
}

.block-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.8rem;
    letter-spacing: 3px;
    color: #0057B8;
    margin-bottom: 1rem;
}

.block-title span {
    font-size: 38px;
    position: relative;
    padding-bottom: 3rem;
    display: block;
    margin-bottom: 3rem;
    width: min-content;
    white-space: nowrap;
    margin: 0 auto;
}

.block-title.left span {
    margin-left: 0;
}

.block-title.left span:before {
    left: 0;
}

.block-title span::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 4px;
    content: '';
    background-color: #0057b8;
}

.aboutus-idea {
    padding: 10rem 0;
    background: url('./img/idea-image.png') no-repeat center/cover;
    color: white;
}

.aboutus-idea .block-title span {
    color: black;
}

.aboutus-idea .idea-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.aboutus-idea .idea-main .idea-item {
    background-color: #0057b888;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 350px;
    transition: all .2s ease;
}

.aboutus-idea .idea-main .idea-item span {
    border: 1px solid white;
    padding: 0.6rem 0.8rem;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 20px;
}

.aboutus-idea .idea-main .idea-item strong {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
}

.aboutus-idea .idea-main .idea-item p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    text-align: center;
    line-height: 2rem;
}

.aboutus-idea .idea-main .idea-item:hover {
    background-color: white;
}

.aboutus-idea .idea-main .idea-item:hover span {
    border-color: #0057b8;
    color: #0057b8;
}

.aboutus-idea .idea-main .idea-item:hover p {
    color: black;
}

.aboutus-idea .idea-main .idea-item:hover strong {
    color: black;
}


div.certificate-part {
    padding: 10rem 0 10rem;
    background: url(./img/certificate-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

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

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

div.certificate-part.certificate-part div.swiper-certificate {
    width:1200px;
    flex-shrink: 0;
    padding: 20px 5px;
    overflow: hidden;
}



div.certificate-part div.text>h2 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 2.8rem;
    color: #0057b8;
}

div.certificate-part div.text>span {
    font-size: 44px;
}

div.certificate-part div.text>p {
    color: black;
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    line-height: 3rem;
    margin-top: 4rem;
}

div.certificate-part img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 6px;
    transition: 0.3s all ease;
}

div.certificate-part .swiper-slide {
    transition: transform .2s ease ;
    transform-origin: center center;
    width: 335px;
}

div.certificate-part .swiper-slide:hover {
    transform: scale(1.1);
}

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

.certification-btn .swiper-btn {
    width: 60px !important;
    height: 60px !important;
    background-image: url(./img/arrow-white-2.svg) !important;
    background-color: #0057b8;
    border: 1px solid #0057b8;
    background-size: 14px !important;
    z-index: 21;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    opacity: 1 !important;
    margin-right: .8rem;
    left: 0 !important;
    top: 0 !important;
}

.certification-btn .swiper-btn.swiper-button-disabled {
    background-color: transparent;
    background-image: url(./img/arrow-blue.svg) !important;
    color: #0057B8;
}


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

.block-title ul {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.block-title ul li {
    border: 1px solid #d6d6d6;
    padding: 0.5rem 1rem;
    text-align: center;
    color: #666666;
    width: 150px;
    transition: all .2s ease;
    cursor: pointer;
}

.block-title ul li:hover,
.block-title ul li.active {
    background-color: #0057b8;
    border-color: #0057b8;
    color: white;
}

.block-title ul li~li {
    margin-left: 1.5rem;
}

.certificates-box {
    padding: 10rem 0;
    background: url('./img/certificates-bg.png') no-repeat center/cover;
}

.certificates-box .certificates-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, 290px);
    margin-top: 4rem;
    justify-content: center;
    gap: 2rem;
    padding: 0 4rem;
}

.certificates-box .certificates-item {
    display: flex;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(to right, #d2e0ec, white, #d2e0ec);
    padding: 0.8rem;
    border-radius: 4px;
    transition: all .2s ease;
    height: 410px;
    max-height: 410px;
    align-items: center;
}

.certificates-box .certificates-item img {
    width: 100%;
    height: fit-content;
}

.certificates-box .certificates-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: scale(1.2);
}

.certificates-box .certificates-item .img-content {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.customized-box {
    padding: 10rem 0;
    background: url('./img/white-fabric-texture-background-design-element.png') no-repeat center/cover;
}

.customized-box .customized-text-part {
    display: flex;
    justify-content: space-between;
}

.customized-box .customized-text-part .left {
    width: 50%;
    padding: 2rem 2rem 2rem 0;
}

.customized-box .customized-text-part .left h2 {
    font-size: 44px;
    font-weight: 300;
    color: #0057b8;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.customized-box .customized-text-part .left h2::before {
    content: '';
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 3px;
    position: absolute;
    background-color: #0057B8;
}

.customized-box .customized-text-part .left p {
    font-size: 20px;
    line-height: 2.5rem;
}

.customized-box .customized-text-part .right {
    width: 50%;
    padding-right: 2.5rem;
}

.customized-box .customized-text-part .right span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.customized-research {
    margin-top: 10rem;
}

.page-template-template-customized div.all-banner h1 {
    width: 50%;
}

.customized-research .block-title span::before {
    display: none;
}

.customized-research .research-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
    justify-content: space-between;
    justify-items: center;
}

.page-template-template-simple .customized-research .research-main {
    grid-template-columns: repeat(2, 1fr);
}

.page-template-template-simple .customized-research .research-main .research-item {
    width: 90%;
    align-items: flex-start;
    padding: 2rem;
    height: 270px;
}

.page-template-template-simple .customized-research .research-main .research-item::before {
    display: none;
}

.page-template-template-simple .customized-research .research-main .research-item h2 {
    padding-left: 4rem;
    padding-bottom: 5px;
    padding-top: 2rem;
}

.page-template-template-simple .customized-research .research-main .research-item h2::before {
    /* display: none; */
    left: unset;
    right: 0;
    width: 4.5rem;
    background-color: #8fabd7;
}
.page-template-template-simple .customized-research .research-main .research-item:nth-of-type(7) h2::before,
.page-template-template-simple .customized-research .research-main .research-item:nth-of-type(6) h2::before {
    width: 5.5rem;
}

.page-template-template-simple .customized-research .research-main .research-item h2::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2rem;
    content: attr(data-index);
    font-weight: normal;
    font-size: 50px;
    color: #8fabd7;
}

.page-template-template-simple .customized-research .research-main .research-item p {
    max-width: unset;
    
}

.customized-research .research-main .research-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 320px;
    width: 320px;
    background-color: rgba(0, 87, 174, 0.1);
    position: relative;
}

.customized-research .research-main .research-item::before {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    content: attr(data-index);
    text-align: center;
    border-bottom-right-radius: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0057B888;
}

.customized-research .research-main .research-item span.icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 1rem;
}

.customized-research .research-main .research-item h2 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.customized-research .research-main .research-item h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 2px;
    background-color: #0057B8;
}

.customized-research .research-main .research-item p {
    max-width: 80%;
    margin: 0 auto;
}

.page-template-template-continued .customized-box .customized-text-part .right {
    height: 600px;
    position: relative;
}

.page-template-template-continued .customized-box .customized-text-part .left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.page-template-template-continued .customized-box .customized-text-part .right .text-content {
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -6rem;
    bottom: 4rem;
    z-index: 10;
    background-color: #f0f7fe;
}

.page-template-template-continued .customized-box .customized-text-part .right .text-content strong {
    color: #0057b8;
    font-weight: bold;
    display: block;
    font-size: 44px;
}


.customized-box .continued-text-part {
    margin-top: 6rem;
}

.customized-box .continued-text-part .left {
    padding-right: 0;
    padding-left: 2rem;
}

.page-template-template-simple div.all-banner h1 {
    width: 500px;
    max-width: 100%;
}

.page-template-template-simple .customized-box .customized-text-part .left {
    padding-bottom: 1rem;
}

.page-template-template-simple .customized-box .customized-text-part .left .img-content {
    height: 250px;
    margin-top: 2rem;
}

.page-template-template-continued .customized-box .continued-text-part .right {
    height: auto;
}


.page-template-template-continued .customized-box {
    background-image: url('./img/panorama-fresh.png');
    background-position: bottom;
}

.customized-box .continued-text-part .right span {
    background-size: cover !important;
}


.customized-box .customized-list {
    margin-top: 3rem;
}

.customized-box .customized-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.customized-box .customized-list ul li {
    height: 280px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    transition: all .2s ease;
    width: 30%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    position: relative;
}

.customized-box .customized-list ul li:hover  {
    background-size: 110% 110% !important;
}


.customized-box .customized-list ul li span.button {
    padding: 0.6rem 1.5rem;
    background-color: #0057b8;
    color: white;
    display: inline-block;
    position: absolute;
    bottom: 6rem;
    left: 0;
    font-size: 14px;
}

.customized-box .customized-list ul li h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.customized-box .customized-list ul li p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.continued-text-bottom {
    margin-top: 16rem;
    margin-bottom: 24rem;
}

.continued-text-bottom .block-title p {
    max-width: 70%;
    line-height: 2rem;
    font-size: 18px;
    margin: 4rem auto 0;
    text-align: center;
}

.page-template-template-hot div.all-banner h1 ,
.page-template-template-push div.all-banner h1 {
    width: 500px;
    max-width: 100%;
}

.page-template-template-about .fold-text {
    display: none;
}

.page-template-template-about p.fold-text.first {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scancode {
    margin-bottom: 1.5rem; 
    text-align: center;
}
.trend.content.home-block iframe {
    margin-top: 3rem;
}