@font-face {
    font-family: 'FIFA Welcome';
    src:  url('/fonts/FIFAWelcome.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans Black';
    src:  url('/fonts/HarmonyOS_Sans_Black.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src:  url('/fonts/HarmonyOS_Sans_Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Light';
    src:  url('/fonts/Montserrat-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src:  url('/fonts/Montserrat-Regular.woff2') format('woff2');
    font-display: swap;
}

::-webkit-scrollbar {
    width: 12px;               /* 垂直滚动条宽度 */
    height: 12px;              /* 水平滚动条高度 */
}

::-webkit-scrollbar-track {
    background: #f8f9fa;       /* Bootstrap 浅灰色 */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #6c757d;       /* Bootstrap 中性灰色 */
    border-radius: 10px;
    border: 3px solid #f8f9fa; /* 与轨道同色的边框 */
}

::-webkit-scrollbar-thumb:hover {
    background: #495057;       /* Bootstrap 深灰色 */
}

:root{
    --text-primary-dark: #1D5F62;
    --text-content-light: #333333;
    --link-primary: #ACE433;
    --line-yellow: #8FC320;
    --light-green: #0E5B3D;
    --deep-green: #002718;
}

body{
    font-family: 'Montserrat', 'Montserrat Light';
    background-color: #f1f8f8;
}

a {
    padding: 0 8px;
    color: var(--text-primary-dark);
    text-decoration: none;
}
a.active{
    background: #B1F2D9;
}

.font-light{
    font-family: "Montserrat Light";
}
.text-light-green{
    color: var(--light-green);
}
.text-deep-green{
    color: var(--deep-green);
}
.img-full{
    width: 100%;
}

input:focus,
textarea:focus
{
    border-color: var(--link-primary) !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}

.word-break {
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.line{
    width: 21rem;
    height: 5px;
    background-color: var(--line-yellow);
}
.innovation-body-main{
    margin: 4rem 0;
    color: var(--deep-green);
}
.innovation-body-main h1{
    font-size: 2.25rem;
}

.innovation-body-main .row{
    padding:.75rem 1.5rem;
    margin-bottom: 1.5rem;
    width: 94%;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    border: 3px solid var(--deep-green);
}

.innovation-body-main .row table {
    padding: 0;
    font-size: 1.125rem;
    margin: .75rem 0;
    border-collapse: separate;
    border-spacing: 0;
}

.innovation-body-main .row table.rounded-corners {
    border-radius: 10px;
    border: 1px dashed #616368;
    --border: 1px dashed #616368;
}

.innovation-body-main .row table.rounded-corners th,
.innovation-body-main .row table.rounded-corners td {
    text-align: center;
    padding: 12px;
    border: 0;
}

.innovation-body-main .row table.rounded-corners td.span{
    width: 460px;
    border-left: 1px dashed #616368;
    border-bottom: none !important;
}

.innovation-body-main .row table.rounded-corners tr:has(.span)>td:nth-child(2) {
    border-right: none;
}

.innovation-body-main .row table.rounded-corners td:not(:last-child) {
    border-right: 1px dashed #616368;
}

.innovation-body-main .row table.rounded-corners>thead>tr:not(:last-child)>td,
.innovation-body-main .row table.rounded-corners>tbody>tr:not(:last-child)>td,
.innovation-body-main .row table.rounded-corners>tfoot>tr:not(:last-child)>td,
.innovation-body-main .row table.rounded-corners>tr:not(:last-child)>td,
.innovation-body-main .row table.rounded-corners>thead:not(:last-child),
.innovation-body-main .row table.rounded-corners>tbody:not(:last-child),
.innovation-body-main .row table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: 1px dashed #616368;
}

.list-body-main{
    margin: 4rem 0;
}

.list-body-main hr{
    color: var(--deep-green);
    margin: 3rem 0;
}

.list-body-main h3{
    font-size: 2rem;
    margin: 0 0 1.6rem;
}

.list-body-main h1{
    font-size: 2.8rem;
    margin: 2rem auto;
    color: var(--text-content-light);
}

.list-body-main p{
    font-size: 1.625rem;
    font-family: "Montserrat Light";
    color: var(--text-content-light);
}

.list-body-main form fieldset{
    border-radius: 8px 8px 8px 8px;
    border: 3px solid #0E5B3D;
    margin-bottom: 3rem;
}

.list-body-main form legend{
    background: #D5EEEB;
    padding: 1rem 0;
    border-radius: 8px;
}

.list-body-main form label {
    font-size: 1.5rem;
}

.list-body-main form input,
.list-body-main form select,
.list-body-main form textarea{
    padding: 1.18rem;
}

.list-body-main form .btn{
    width: 490px;
    padding: 1.5rem;
    font-size: 2.25rem;
}
.list-body-main form .btn,
.list-body-main form .btn:active{
    background: #0E5B3D;
}

.list-body-main .detail-head{
    font-size: 1.5rem;
    color: var(--deep-green);
}

.list-body-main .card-body{
    min-height: 18rem;
}

.list-body-main .card{
    max-width: 24rem;
    margin-right: 1rem;
}

.list-body-main .card .head{
    font-size: 0.75rem;
    color: var(--text-primary-dark);
}
.list-body-main .title{
    color: var(--deep-green);
}
.list-body-main .card .title{
    font-size: 0.88rem;
}

.list-body-main .card p{
    font-size: 0.9rem;
    max-height: 8rem;
    color: var(--text-primary-dark);
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-body-main .card a{
    padding: 0;
    font-size: 1.1rem;
}

.partnership-body-main{
    margin: 4rem 0;
    color: var(--deep-green);
}
.partnership-body-main h1{
    font-size: 2.25rem;
}
.partnership-body-main h2{
    font-size: 1.875rem;
    margin: 2.5rem auto;
    text-align: center;
}
.partnership-body-main .advantage{
    font-size: 1.5rem;
    text-align: center;
    margin: 0 3rem 2rem;
}
.partnership-body-main .advantage h3,
.partnership-body-main .advantage div,
.partnership-body-main .advantage p{
    text-align: start;
}
.partnership-body-main .advantage h3{
    font-size: 1.5rem;

}
.partnership-body-main .advantage p{
    font-family: "Montserrat Light";
}
.partnership-body-main .body-content{
    font-size: 1.125rem;
}

.navbar-collapse {
    justify-content: center;
}
.navbar-nav{
    width: 90%;
    max-width: 1400px;
}

.navbar-nav .dropdown-menu {
    top: 82px;
    width: 90%;
    padding: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    text-align: center;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
    padding: 1rem 0;
}

.dropdown-menu .dropdown-item:hover{
    color: var(--link-primary) !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.font-color-white { color: #fff; }

.font-color-white:hover, .font-color-white:focus {
    color: var(--link-primary);
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--link-primary);
}

.navbar {
    position: absolute;
    width: 100%;
    min-height: 114px;
    padding: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 1000;
}

.nav-link{
    font-weight: normal !important;
}

.navbar .navbar-brand {
    color: #fff;
    margin-top: -10px;
    font-family: 'FIFA Welcome', sans-serif;
    font-size: 3.4rem;
    margin-left: 4.25rem;
}

.navbar .locate {
    width: 1.5rem;
}
.navbar .locate:hover {
    content: url("//resource.ecophero.com/images/locate-active.png");
}
.navbar .logo {
    width: 60px;
}
.nav-item {
    font-size: 1.5rem;
}
.carousel-item {
    height: 100%;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    top: 68%;
    left: 50%;
    right: -30%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: start;
    font-size: 2.8rem;
    font-family: 'HarmonyOS Sans', sans-serif;
    text-shadow: 5px 7px 8px #000000;
}

.ipm-programs .container{
    max-width: 100%;
}
.ipm-programs .programs-item{
    padding: 20px 30px;
    margin: 0 26px 60px;
    font-size: 1.28rem;
    justify-content: space-around;
    color: #fff;
    text-align: center;
    width: 656px;
    height: 282px;
    font-family: 'Montserrat Light';
}
.ipm-programs .programs-item .title{
    font-size: 2rem;
    font-family: 'HarmonyOS Sans Black';
}
.ipm-programs .programs-item.left{
    background: url("//resource.ecophero.com/images/program-bg-l.png") no-repeat;
    background-size: 100%;
}
.ipm-programs .programs-item.right{
    background: url("//resource.ecophero.com/images/program-bg-r.png") no-repeat;
    background-size: 100%;
}
.ipm-programs button {
    width: 370px;
    border: none;
    color: var(--text-primary-dark);
    background: #fff;
    font-size: 1.8rem;
    line-height: 3rem;
    border-radius: 50px;
}
.programs-head{
    color: var(--text-primary-dark);
    padding: 56px 0 42px;
    width: 80%;
}
.programs-head img {
    width: 75px;
    margin-bottom: 28px;
}
.programs-main {
    width: 100%;
    color: #fff;
}
.programs-main .head {
    padding: 64px 0 0 0;
    justify-content: center;
    flex-wrap: wrap;
}
.technical-advantage {
    padding-bottom: 40px;
}
.technical-advantage h2{
    padding-left: 1.4rem;
    margin: 37px auto;
    color: var(--text-primary-dark);
}
.advantage-item{
    overflow: hidden;
    height: 100%;
}
.advantage-item img {
    width: 368px;
    transition: transform 0.3s ease;
}
.advantage-item .content{
    width: 368px;
    background: #fff;
    transition: transform 0.3s ease;
}
.advantage-item:hover img,
.advantage-item:hover .content{
    transform: scale(1.05);
}

.advantage-item .content .title {
    font-size: 18px;
    padding: 12px;
    height: 40px;
    margin-bottom: 20px;
}

.advantage-item p {
    padding:12px 12px 30px 12px;
    font-family: 'Montserrat Light';
    height: 286px;
    color: var(--text-content-light);
}
.others {
    background: url("//resource.ecophero.com/images/others.jpg") no-repeat;
    background-size: cover;
}
.others h2 {
    color: #fff;
    text-align: right;
    padding: 3.7rem 34px 3.7rem 0;
}
.others img, .body {
    width: 566px;
}
.others img
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.others .body {
    padding: 26px;
    display: flex;
    min-height: 370px;
    background: #fff;
    flex-direction: column;
    margin-bottom: 90px;
    justify-content: space-around;
}

.others .body .header {
    display: flex;
    color: var(--text-primary-dark);
    flex-direction: row;
    justify-content: space-between;
}

.others .body h3{
    font-size: 1.26rem;
    font-family: 'Montserrat';
    margin: 16px auto;
}
.others .body p {
    color: #737373;
    font-family: 'Montserrat Light';
}

.others .body a {
    padding: 0;
    font-size: 1.5rem;
}

.partner h2 {
    color: var(--text-primary-dark);
    margin: 37px auto;
}

.partner img {
    width: 327px;
    margin-bottom: 20px;
}

.partner .relation{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-body-main{
    background-size: 100%;
    position: relative;
    overflow: auto;
    min-height: 100vh;
}
.product-body-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("//resource.ecophero.com/images/product-table-bg.png") no-repeat fixed;
    background-size: cover;
    z-index: -1;
}
.product-body-main .container {
    font-family: "Montserrat Light";
    background: #FFFDF7;
    padding: 1.5rem 10px 3rem;
}

.product-body-main .container .head{
    min-height: 24rem;
    margin-bottom: 2rem;
}

.product-body-main .container .tip{
    font-size: 1.5rem;
}
.product-body-main .container .category img{
    width: 138px;
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}
.product-body-main .container .category img:hover{
    transform: scale(1.2);
}

.product-body-main .container form{
    font-size: 1.375rem;
    font-family: "HarmonyOS Sans";
    padding: 0 1.78rem;
}

.product-body-main .container form img{
    cursor: pointer;
}

.product-body-main .container .table{
    border-bottom: none;
    text-align: center;
    border-radius: 10px;
    table-layout:fixed;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}

.product-body-main .container .table th{
    background-color: #F2F2F2;
    font-size: 1.125rem;
}

.product-body-main .container .table td{
    font-size: 0.75rem;
}

.product-body-main .container .table th,
.product-body-main .container .table td{
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #B3C4C9;
}

.product-body-main .container .table th:not(:last-child),
.product-body-main .container .table td:not(:last-child){
    border-right: 1px solid #B3C4C9;
}

.product-body-main .container .table th:first-child {
    border-top-left-radius: 10px;
}
.product-body-main .container .table th:last-child {
    border-top-right-radius: 10px;
}

.product-body-main .container .table td{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-body-main .container .table .detail td{
    white-space: wrap;
}

.product-body-main .td-width-1{
    width: 8%; min-width: 60px; max-width: 100px;
}

.product-body-main .td-width-2{
    width: 20%; min-width: 160px; max-width: 240px;
}

.product-body-main .td-width-3{
    width: 25%; min-width: 200px; max-width: 300px;
}

.customer-footprint .head h2 {
    text-align: center;
    color: var(--text-primary-dark);
    font-size: 4.4rem;
    margin: 57px auto;
}

.customer-footprint h3{
    font-size: 4.4rem;
}

.customer-footprint h3.blue{
    color: #E07D31;
}

.customer-footprint h3.black{
    color: var(--text-primary-dark);
}

.customer-footprint h3.yellow{
    color: var(--line-yellow);
}

.customer-footprint .head p{
    width: 732px;
    font-family: 'Montserrat Light';
    font-size: 1.1rem;
    text-align: center;
    color: var(--text-primary-dark);
}

.customer-footprint .row{
    text-align: center;
}

.get-in-touch .container {
    width: 90%;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    max-width: unset;
    padding-bottom: 60px;
}
.get-in-touch p,
.get-in-touch form
{
    width: 80%;
}
.get-in-touch p {
    font-family: 'Montserrat Light';
    font-size: 1.4rem;
    color: var(--text-content-light);
    height: 210px;
    margin-left: 2rem;
    overflow-y: auto;
}
.get-in-touch form{
    margin-right: 2rem;
}
.get-in-touch {
    padding: 60px 102px 0 102px;
}

.get-in-touch h2 {
    color: var(--text-primary-dark);
    padding: 60px 0 30px 0;
    font-size: 70px;
    text-align: center;
}

.get-in-touch .input {
    border-radius: 50px;
}

.get-in-touch textarea{
    border-radius: 15px;
}

.get-in-touch .btn {
    line-height: 2.4rem;
    min-width: 200px;
}

.contact-body-main .container{
    background-color: transparent;
}

.contact-body-main p{
    margin-left: 0;
    height: auto;
    color: #116746;
    font-size: 1.2rem;
    width: 100%;
}
.contact-body-main form{width: 100%;}

.btn-deep, .btn-deep:hover, .btn-deep:active {
    color: #fff !important;
    background-color: var(--deep-green) !important;
}

.footer {
    background-color: var(--deep-green);
    color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 100px 0;
}

.footer .nav-link, .list-group-item {
    margin: 14px 0;
}

.footer .title-bold {
    font-size: 1.7rem;
    font-family: 'HarmonyOS Sans Black';
}

.footer .title {
    font-size: 1.7rem;
}

.footer .content {
    font-size: 1.5rem;
    font-family: 'Montserrat Light';
}

.footer .container {
    max-width: 100%;
    padding: 0 8rem;
}

.footer .logo{
    font-family: 'FIFA Welcome', sans-serif;
    font-size: 4.4rem;
}

.footer .logo img{
    width: 78px;
}

.footer .list-group {
    --bs-list-group-bg: none;
}
.footer .list-group .list-group-item {
    border:none !important;
    color: #fff !important;
}
.footer .list-group img {
    width: 56px;
    margin-right: 10px;
}

.footer h4 {
    font-weight: normal;
    margin-left: 1.4rem;
}

.footer .links{
    margin-left: 6px;
}
.footer .links img {
    margin-right: 0;
    margin-left: 30px;
}

.social-platform a {
    color: #fff;
    margin: 0 10px;
}

.pheromone-technology {
    color: #fff;
    background: var(--deep-green);
    min-height: 1000px;
    padding: 3.5rem 0;
    text-align: center;
}

.pheromone-technology .header{
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.pheromone-technology .header .line{
    margin: 10px auto 0;
}

.pheromone-technology .content{
    font-size: 1.7rem;
    margin: 0 0.5rem 2.8rem;
    font-family: "Montserrat Light";
}

.solution-desc {
    padding: 3.5rem 0;
    color: #000;
    font-size: 1.64rem;
}

.solution-desc .content {
    width: 40rem;
    height: 39rem;
    background: #fff;
    padding: 2rem;
    left: -8rem;
    position: relative;
    overflow-y: auto;
    font-family: "Montserrat Light";
    transition: transform 0.3s ease;
}

.solution-desc .content:hover{
    transform: scale(1.05);
}

.solution-desc img{
    width: 40rem;
}

.about-us-main {
    margin: 3.8rem auto 0;
    font-family: "Montserrat Light";
    max-width: 1920px;
}

.about-us-main .container{
    padding: 0 4rem;
}

.about-us-main h1{
    font-size: 3.8rem;
}

.about-us-main p{
    font-size: 1.6rem;
    text-align: center;
}

.about-us-main .line{
    margin: 10px auto 2.6rem;
}
.about-us-main img {
    width: 55rem;
    position: absolute;
    top: 20rem;
}

.about-us-main .bottom {
    margin-top: -14rem;
}

.about-us-main .top h1,
.about-us-main .bottom h1{
    color: var(--deep-green);
}

.about-us-main .top p,
.about-us-main .bottom p{
    color: var(--text-content-light);
}

.about-us-main .middle {
    color: #fff;
    max-width: 1920px;
    margin-top: 16rem;
    padding-top: 31rem;
    background: url("//resource.ecophero.com/images/about-us-main.png") no-repeat;
    background-size: 100%;
}

.about-us-main .middle .list-group {
    padding-left: 3.4rem;
    padding-bottom: 27.7rem;
}

.about-us-main .middle .list-group-item{
    color: #fff;
    padding-right: 0;
    margin: 10px 0;
    font-size: 1.6rem;
    background: none;
    border: none;
}

.about-us-main .middle .list-group-item::before{
    content: "";
    position: absolute;
    left: -5%;
    top: 18%;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
}

.about-us-desc {
    color: #fff;
    background-color: #202020;
    background-image: url("//resource.ecophero.com/images/about-us.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.7rem;
    max-width: 1920px;
    margin: 0 auto;
}

.about-us-desc .content{
    width: 38rem;
    padding: 15.5rem 0;
    text-align: right;
    font-family: "Montserrat Light";
}

.about-us-advantage{
    padding: 3.5rem 0;
    border-bottom: 1px solid #ccc;
}

.about-us-advantage .list-group {
    margin: 0 4rem;
}

.about-us-advantage .list-group-item {
    font-size: 1.5rem;
    background: #D4EBE2;
    color: var(--text-primary-dark);
}

.about-us-advantage .list-group-item .title{
    font-family: "HarmonyOS Sans";
    color: var(--deep-green);
}

.about-us-advantage .title{
    font-family: "HarmonyOS Sans";
    color: var(--text-primary-dark);
}

.about-us-advantage .square{
    position: relative;
    padding: 1rem;
}

.about-us-advantage .square::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    transition: transform 0.5s ease;
    z-index: -1;
}

.about-us-advantage .square:hover::before{
    border: 1px solid var(--text-primary-dark);
    transform: rotate(45deg);
}

.about-us-advantage .square img {
    position: relative;
    width: 36px;
}

.about-us-advantage .line{
    width: 40px;
    height: 2px;
    background: #6A6A6A;
}

.about-us-advantage .content{
    text-align: center;
    font-size: 0.88rem;
    color: #4B4B4B;
    padding: 0 2rem;
}

.about-us{
    position: relative;
    color: #fff;
}

.about-us img{
    width: 100%;
}

.about-us h1{
    font-family: 'HarmonyOS Sans Black', sans-serif;
    font-size: 5.1rem;
    margin-bottom: 2rem;
}

.about-us p{
    font-size: 2.1rem;
}

.devices-desc {
    padding: 3.5rem 0;
    color: #2D3134;
    font-size: 1.64rem;
}

.devices-desc .content {
    max-height: 300px;
    overflow-y: auto;
    font-family: "Montserrat Light";
}

.banner-text{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 3rem;
    font-family: "HarmonyOS Sans";
    transform: translate(-50%, -50%);
}

.insect-body-main {
    color: var(--text-primary-dark);
}

.insect-body-main .container{
    padding: 3.6rem 0;
}

.insect-body-main .search{
    margin: 0 auto;
    font-size: 3.25rem;
    padding: 2.5rem 15.6rem;
    border-radius: 25px;
    border: 5px solid var(--deep-green);
    max-width: 1200px;
    height: 270px;
}

.insect-body-main .search input{
    height: 80px;
    padding-right: 6.8rem;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.insect-body-main .search input::placeholder{
    color: var(--text-content-light);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.insect-body-main .search input:focus::placeholder{
    transform: translateY(-5px);
    font-size: 0.75em;
    opacity: 0;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.insect-body-main .search .input-group-text,
.insect-body-main .search button
{
    color: #fff;
    background-color: #083B27;
}
.insect-body-main .search button:hover,
.insect-body-main .search button:active{
    color: #fff;
    background-color: #083B27;
}

.insect-body-main .search .input-group-text{
    padding: .375rem 1.75rem;
}

.insect-body-main .search button{
    z-index: 999;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px !important;
}

.insect-body-main .body{
    padding: 3rem 2.5rem;
    margin: 0 auto;
    font-size: 1.25rem;
    color: var(--text-content-light);
}

.insect-body-main .body .col{
    height: 420px;
    margin-bottom: 2rem;
}

.insect-body-main .body .col a{
    width: 200px;
    height: 40px;
    border-radius: 20px;
}

.insect-body-main .body img{
    width: 264px;
    border-radius: 100%;
    border: 1px solid #ccc;
}

.solution-main .container {
    padding: 0 3.6rem;
}

.solution-main .container .top{
    color: var(--text-content-light);
    font-size: 1.5rem;
}

.solution-main .container .top p {
    font-family: "Montserrat Light";
}

.solution-main .container .top .title{
    font-size: 1.875rem;
    color: var(--text-primary-dark);
}

.solution-main .container .middle{
    font-size: 1.875rem;
    color: var(--text-primary-dark);
}

.solution-main .container .middle .products {
    max-height: 1350px;
}
.solution-main .container .middle .products .product{
    color: #fff;
    border-radius: 23px;
    background: var(--text-primary-dark);
}
.solution-main .container .middle .products .product .title{
    max-width: 370px;
    font-size: 1.625rem;
}
.solution-main .container .middle .products .product img{
    width: 370px;
    background: #fff;
    border-radius: 20px;
}

.solution-main .container .middle .products .product .btn{
    color: #083B27;
    background: #ACE433;
    min-width: 200px;
    border-radius: 50px;
}

.technical-service-header{
    color: var(--deep-green);
}

.technical-service-header .content {
    line-height: 1.45;
}

.technical-service-header .title{
    font-size:  1.375rem;
}

.technical-service-header .light
{
    color: #616368;
}
.technical-service-header .text{
    font-size: 1.125rem;
}

.technical-service-header .proficiency{
   height: 210px;
}
.technical-service-header .proficiency .title
{
    font-size: 3rem;
    line-height: 56px;
    color:#115339;
}
.technical-service-header .proficiency .vertical-line{
    width: 1px;
    height: 210px;
    background-color: #4B4A48;
    margin: 0 6rem;
    opacity: 0.3;
}

.technical-service-body {
    width: 100%;
    color: #fff;
    padding: 2rem 0;
    margin: 0 auto;
    font-family: "Montserrat Light";
    font-size: 1.25rem;
    max-width: 1920px;
    min-height: 980px;
    background: url("//resource.ecophero.com/images/technical-service-middle-gb.png") no-repeat;
    background-size: 100%;
}
.technical-service-body .content{
    width: 700px;
}
.technical-service-body .main-title{
    font-size: 2.4rem;
    font-family: "Montserrat";
}

.technical-service-body .green {
    color: #22CF8B;
}

.technical-service-body p{
    font-size: 1.125rem;
}

.technical-service-body img {
    position: absolute;
    top: 140px;
    width: 130%;
    left: 16%;
}

.technical-service-body .logo-text{
    position: absolute;
    bottom: -3.4rem;
    font-family: 'HarmonyOS Sans';
    font-size: 9rem;
    left: 8%;
    opacity: 0.2;
}

.technical-service-bottom{
    color: #115339;
    font-family: "Montserrat Light";
}

.technical-strength-body-main .container{
    padding: 4rem;
}

.technical-service-bottom .main-title{
    font-family: "Montserrat";
    color: var(--deep-green);
}

.technical-service-bottom .title {
    font-family: "Montserrat";
    font-size: 1.5rem;
}

.technical-strength-body-main .container .list-group-item{
    margin: 0;
    color: var(--deep-green);
    font-size: 1.875rem;
    padding: 1.6rem 2rem;
    font-family: "Montserrat Light";
}

.technical-strength-body-main .container .list-group-item:hover{
    background: #fff;
}

.technical-strength-body-main .container .list-group-item.active{
    color: #fff;
    background: var(--deep-green);
}

.technical-strength-body-main .container .content{
    padding: 0 0 0 4.5rem;
}

.technical-strength-body-main .container .content .title{
    font-size: 1.875rem;
    color: var(--deep-green);
}

.technical-strength-body-main .container .content .line{
    height: 2px;
    margin: 1.125rem auto 2.5rem;
    background: linear-gradient(to right, var(--deep-green) 24%, #D0D0D0 24%);
}

.technical-strength-body-main .container .content p{
    color: var(--text-content-light);
    font-size: 1.125rem;
    font-family: "Montserrat Light";
}

.technical-strength-body-main .container .content img{
    width: 100%;
}

@media (max-width: 1920px){
    .about-us-desc {
        max-width: 1920px;
        margin: 0 auto;
    }

    .about-us-main .middle .list-group {
        padding-bottom: 28.7rem;
    }

    .about-us-main .bottom {
        margin-top: -14rem;
    }
}
@media (max-width: 1768px){
    .about-us-desc .content{
        padding: 12.5rem 0;
    }
    .about-us-main .middle{
        padding-top: 27rem;
    }

    .about-us-main .bottom {
        margin-top: -19rem;
    }

    .technical-service-body{
        padding: 0.5rem 0;
        min-height: 898px;
    }

    .technical-service-body img {
        width: 124%;
        left: 12%;
    }

    .technical-service-body .logo-text{
        font-size: 8.6rem;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 1680px){
    .about-us-main img{
        width: 52rem;
    }
    .about-us-main .bottom {
        margin-top: -23rem;
    }

    .technical-service-body{
        padding: 1rem 0;
        min-height: 852px;
    }

    .technical-service-body .row{
        padding: 1.4rem 0 !important
    }

    .technical-service-body .logo-text{
        font-size: 8rem;
        bottom: 0;
        left: 0;
    }

    .technical-service-body img {
        width: 120%;
        left: 8%;
    }
}
@media (max-width: 1600px){
    .about-us-desc .content{
        padding: 11.3rem 0;
    }
    .about-us-main .middle{
        padding-top: 23rem;
    }

    .about-us-main .bottom {
        margin-top: -24rem;
    }

    .get-in-touch p{
        font-size: 1.37rem;
    }

    .technical-service-header .text{
        font-size: 1.0rem;
    }

    .technical-service-header .fs-4{
        font-size: 1.48rem !important;
    }

    .technical-service-body{
        padding: 1rem 0;
        min-height: 812px;
    }

    .technical-service-body p{
        font-size: 1.1rem;
    }

    .technical-service-body img{ width: 116%; left: 6%; }

    .technical-service-body .logo-text{
        font-size: 7.5rem;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 1470px){
    .about-us-desc .content{
        padding: 9.8rem 0;
    }
    .about-us-main img{
        width: 46rem;
    }
    .about-us-main .middle{
        padding-top: 21rem;
    }
    .about-us-main p,
    .about-us-main .middle .list-group-item{
        font-size: 1.5rem;
    }
    .about-us-main .bottom{
        margin-top: -24.6rem;
    }
    .about-us-advantage{
        padding: 2rem 0;
    }
    .get-in-touch p{
        font-size: 1.25rem;
    }
    .nav-item{
        font-size: 1.3rem;
    }
    .navbar .navbar-brand{
        font-size: 3.0rem;
    }

    .technical-service-body{
        padding: 1rem 0;
        min-height: 744px;
    }

    .technical-service-body p{
        font-size: 1rem;
    }

    .technical-service-body img{ width: 105%; left: 4%; }

    .technical-service-body .logo-text{
        font-size: 6.9rem;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 1440px){
    .about-us-desc .content{
        padding: 9rem 0;
    }
    .about-us-main{
        height: 108rem;
    }
    .about-us-main h1{
        font-size: 3.2rem;
    }
    .about-us-main .line{
        margin: 10px auto 2rem;
    }
    .about-us-main img{
        top: 16rem;
        width: 48rem;
    }
    .about-us-main .middle{
        margin-top: 18rem;
        padding-top: 24rem;
    }

    .about-us-main p,
    .about-us-main .middle .list-group-item{
        font-size: 1.4rem;
    }

    .about-us-main .bottom{
        margin-top: -23rem;
    }
    .about-us-advantage{
        padding: 0 0 3.5rem;
    }
    .carousel-caption{
        font-size: 2.5rem;
    }
    .carousel-text{
        font-size: 2.4rem;
    }
    .navbar-nav{
        width: 100%;
        margin-right: 1rem;
    }
    .navbar .navbar-brand{
        font-size: 3.2rem;
        margin-left: 0.25rem;
    }
    .nav-item{
        font-size: 1.45rem;
    }
    .get-in-touch p{
        font-size: 1.25rem;
    }

    .technical-service-header .text{
        font-size: 1rem;
    }

    .technical-service-header .title{
        font-size: 1.15rem;
    }

    .technical-service-header .proficiency{
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .technical-service-header .proficiency .title{
        font-size: 2.2rem;
    }

    .technical-service-body {
        padding: 1rem 0;
        min-height: 730px;
    }

    .technical-service-body .row{
        padding: 2.2rem 0 !important;
    }

    .technical-service-body .content{
        width: 700px;
    }

    .technical-service-body .green{
        font-size: 1.2rem;
    }

    .technical-service-body .main-title,
    .technical-service-body .main-title .green{
        font-size: 2.3rem;
    }

    .technical-service-body img{
        top: 16%;
        width: 104%;
    }

    .technical-service-body .logo-text{
        font-size: 6.7rem;
    }

    .technical-service-body p{
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }

    .technical-service-bottom{
        font-size: .8rem;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .technical-service-bottom .container{
        padding-top: 1rem !important;
    }
    .technical-service-bottom .title{
        font-size: 1rem;
    }
    .technical-service-bottom p{
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 1366px){
    .about-us-desc .content {
        padding: 11rem 0;
        font-size: 1.4rem;
        width: 34rem;
    }
    .about-us-main {
        height: 105rem;
    }
    .about-us-main .middle {
        padding-top: 20rem;
    }
    .about-us-main p, .about-us-main .middle .list-group-item {
        font-size: 1.3rem;
    }
    .about-us-main .bottom {
        margin-top: -23rem;
    }
    .banner-text{
        font-size: 2.8rem;
    }
    .devices-desc{
        font-size: 1.54rem;
    }
    .insect-body-main .body img{
        width: 240px;
    }
    .nav-item {
        font-size: 1.3rem;
    }
    .solution-desc .content{
        font-size: 1.38rem;
    }
    .solution-main .container .middle .products .product img{
        width: 320px;
    }
    .solution-main .container .middle .products .product .title{
        font-size: 1.35rem;
    }

    .technical-service-header .fs-4{
        font-size: 1.2rem !important;
    }

    .technical-service-body {
        padding: 1rem 0;
        min-height: 688px;
    }

    .technical-service-body .content{
        width: 560px;
    }

    .technical-service-body .main-title,
    .technical-service-body .main-title .green{
        font-size: 2.2rem;
    }

    .technical-service-body .logo-text{
        font-size: 6.4rem;
    }

    .technical-service-body p{
        font-size: 0.84rem;
        margin-bottom: 0.7rem;
    }

    .technical-service-body .row {
        padding: 1.6rem 0 !important;
    }

    .technical-service-bottom p{
        font-size: .95rem;
        margin-bottom: 0.5rem;
    }

    .technical-strength-body-main .container .list-group-item{
        font-size: 1.475rem;
    }
}
@media (max-width: 1280px){
    .about-us-advantage .list-group-item{
        font-size: 1.4rem;
    }
    .about-us-desc .content {
        padding: 9.6rem 0;
        font-size: 1.4rem;
        width: 34rem;
    }
    .about-us-main{
        height: 92.5rem;
    }
    .about-us-main .line{
        margin-bottom: 2rem;
    }
    .about-us-main img{
        width: 38rem;
    }
    .about-us-main .middle{
        padding-top: 20rem;
        margin-top: 12rem;
    }
    .about-us-main p,
    .about-us-main .middle .list-group-item{
        font-size: 1.2rem;
    }
    .about-us-main .bottom{
        margin-top: -24rem;
    }
    .banner-text{
        font-size: 2.75rem;
    }
    .carousel-caption{
        font-size: 2.4rem;
    }
    .carousel-text{
        font-size: 2.175rem;
    }
    .devices-desc{
        font-size: 1.6rem;
    }
    .footer .content{
        font-size: 1.2rem;
    }
    .footer .title{
        font-size: 1.4rem;
    }
    .footer .title-bold{
        font-size: 1.5rem;
    }
    .insect-body-main .body img{
        width: 240px;
    }
    .ipm-programs .programs-item{
        width: 584px;
        height: 248px;
    }
    .get-in-touch .container{
        width: 100%;
    }
    .get-in-touch p{
        font-size: 1.2rem;
    }
    .navbar .navbar-brand{
        font-size: 2.4rem;
    }
    .navbar .logo{
        width: 54px;
    }
    .navbar-nav{
        width: 96%;
        margin-right: 0;
        justify-content: space-between;
    }
    .navbar-nav .dropdown-menu{
        top: 75px;
    }
    .nav-item{
        font-size: 1rem;
    }
    .others{
        min-height: 700px;
        background-size: cover;
    }
    .others h2{
        padding: 40px 40px 30px 0
    }
    .others .body h3{
        font-size: 1rem;
        margin: 10px 0;
    }
    .others .body p{
        font-size: 0.8rem;
        max-height: 260px;
        overflow-y: auto;
    }
    .others img, .body{
        width: 500px;
    }
    .others .body{
        min-height: 360px
    }
    .partner img{
        width: 284px;
    }
    .solution-desc{
        font-size: 1.38rem;
    }
    .solution-desc .content{
        height: 38rem;
    }
    .solution-main .container .middle .products .product img{
        width: 320px;
    }
    .solution-main .container .middle .products .product .title{
        font-size: 1.3rem;
    }

    .technical-service-body {
        padding: 1rem 0;
        min-height: 646px;
    }

    .technical-service-body .content {
        width: 600px;
    }

    .technical-service-body .main-title,
    .technical-service-body .main-title .green{
        font-size: 1.9rem;
    }

    .technical-service-body .logo-text{
        font-size: 6rem;
        bottom: .2rem;
    }

    .technical-service-body p{
        font-size: 0.85rem;
        margin-bottom: 0.7rem;
    }
    .technical-strength-body-main .container .list-group-item{
        font-size: 1.475rem;
    }
}
@media (max-width: 1176px){
    .technical-strength-body-main .container .list-group-item{
        font-size: 1.15rem;
    }
    .about-us-desc .content{
        padding: 6.6rem 0;
        width: 30rem;
    }
    .about-us-main{
        height: 90rem;
    }
    .about-us-main .middle{
        padding-top: 16.5rem;
    }
    .about-us-main .middle .list-group-item{
        font-size: 1rem;
    }
    .about-us-main .bottom {
        margin-top: -25.3rem;
    }

    .about-us-main img {
        width: 37rem;
    }

    .advantage-item p{
        height: 226px;
        font-size: 0.82rem;
    }

    .advantage-item .content{
        width: 300px;
    }

    .carousel-caption{
        font-size: 2.1rem;
    }

    .devices-desc img{ width: 95%; }
    .devices-desc .content{ font-size: 1.36rem; }

    .ipm-programs .programs-item {
        font-size: 1.2rem;
        width: 524px;
        height: 220px;
    }
    .get-in-touch p {
        font-size: 1.11rem;
    }

    .others img, .body {
        width: 460px;
    }

    .partner img {
        width: 240px;
    }

    .solution-desc .content{
        font-size: 1.01rem;
        width: 55rem;
    }

    .technical-service-header .fs-4 {
        font-size: 1rem !important;
    }

    .technical-service-header .text {
        font-size: 0.8rem;
    }

    .technical-service-body {
        padding: 0.5rem 0;
        min-height: 594px;
    }

    .technical-service-body .content {
        width: 550px;
    }

    .technical-service-body .row{
        padding: 0.5rem 0 !important;
    }

    .technical-service-body .main-title,
    .technical-service-body .main-title .green{
        font-size: 1.5rem;
    }

    .technical-service-body img{
        top: 20%;
    }

    .technical-service-body .logo-text{
        font-size: 5.5rem;
        bottom: 1.2rem;
    }

    .technical-service-body p{
        font-size: 0.8rem;
        margin-bottom: 0.7rem;
    }

    .technical-service-bottom p {
        font-size: .745rem;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 1024px) {
    .about-us h1{
        font-size: 3.1rem;
    }
    .about-us p{
        font-size: 1.6rem;
    }
    .about-us-desc .content{
        width: 27rem;
        padding: 1rem 0;
        font-size: 1.5rem;
    }
    .about-us-main {
        height: 76rem;
    }
    .about-us-main .container {
        padding: 0 2rem;
    }
    .about-us-main .middle {
        padding-top: 15rem;
        margin-top: 10rem;
    }
    .about-us-main h1 {
        font-size: 2.6rem;
    }
    .about-us-main p, .about-us-main .middle .list-group-item {
        font-size: 0.9rem;
    }
    .about-us-main img {
        width: 100%;
        top: 13rem;
        max-width: 500px;
        margin: 0 auto;
    }
    .about-us-main .bottom {
        margin-top: -25.5rem;
    }
    .about-us-desc .content {
        padding: 5rem 0;
        font-size: 1.3rem;
    }
    .about-us-advantage .list-group-item {
        font-size: 1.2rem;
    }
    .advantage-item {
        margin-bottom: 30px;
    }
    .advantage-item .content{
        width: 100%;
    }
    .advantage-item p{
        font-size: 0.9rem;
    }
    .carousel-caption{
        font-size: 1.8rem;
    }
    .carousel-text {
        font-size: 1.7rem;
        top: 60%;
    }
    .customer-footprint .head h2{
        font-size: 4rem;
    }
    .devices-desc img{
        width: 90%;
    }
    .devices-desc .content{
        font-size: 1.34rem;
    }
    .footer .list-group img{
        width: 38px;
    }
    .footer .container {
        padding: 0 4rem;
    }
    .ipm-programs .programs-item {
        width: 100%;
        font-size: 1rem;
        max-width: 500px;
        height: 208px;
        margin: 0 auto 30px;
    }
    .insect-body-main .search{
        font-size: 2.25rem;
    }
    .insect-body-main .body{
        font-size: 1rem;
    }
    .insect-body-main .body img,
    .insect-body-main .body .col button{
        width: 190px;
    }
    .get-in-touch p,
    .get-in-touch form {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .list-body-main h1 {
        font-size: 2.4rem;
    }
    .list-body-main p {
        font-size: 1.4rem;
    }
    .navbar .navbar-brand {
        margin-top: -4px;
        font-size: 2.2rem;
        margin-left: 1rem;
        margin-right: 0;
    }
    .nav-item {
        font-size: 0.88rem;
    }
    .others {
        background-size: cover;
    }
    .others .row {
        flex-direction: column;
        align-items: center;
    }
    .others .body {
        margin-bottom: 50px;
    }
    .programs-head {
        width: 90%;
    }
    .partner .relation {
        justify-content: center;
    }
    .pheromone-technology img{
        width: 100%;
    }
    .solution-desc img{
        width: 35rem;
    }
    .solution-desc .content{
        font-size: 1.18rem;
    }
    .solution-main img{
        max-width: 960px;
    }
    .solution-main .container .middle .products .product img {
        width: 260px;
    }
    .solution-main .container .middle .products .product .title {
        font-size: 1.1rem;
    }

    .technical-service-body {
        padding: 0.6rem 0;
        min-height: 530px;
    }

    .technical-service-body .row{
        padding: 0 !important;
    }

    .technical-service-body .green{
        font-size: 1rem;
    }

    .technical-service-body img{ width: 100%; }

    .technical-service-body .main-title,
    .technical-service-body .main-title .green{
        font-size: 1.36rem;
    }

    .technical-service-body .logo-text{
        font-size: 4.7rem;
    }
}