/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* header */
#header .header-wrapper {
    padding: 32px 0 0;
}
#header .header-main {
    padding: 0 57px;
}
#header .header-inner {
    background-color: #fff;
    border-radius: 16px;
}
#header .nav-left {
    justify-content: center;
}
#header .nav-spacing-xlarge>li {
    margin: 0 16px;
}
#header .social-icons.follow-icons a {
    width: 26px;
    height: 26px;
    margin-right: 0.688em !important;
}
.header-nav-main>li>a {
    color: #121212;
}
.header-nav-main li.active a, .header-nav-main li:hover a {
    color: #289ceb;
}
.nav-dropdown-has-border .nav-dropdown {
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
    width: 235px;
    background: #fff;
    padding: 5px 0;
    border: 1px solid #eee;
}
.nav-dropdown.nav-dropdown-default>li>a {
    color: #333;
    padding: 8px 12px;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    display: block;
    margin: 0;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #289ceb;
}
.banner-bg {
    background-color: #fff !important;
}
.section-banner-home .banner-page-home .img-inner img {
    width: 1903px;
}
.section-banner-home .video-bg {
    height: 965px;
}
.section-banner-home .flickity-page-dots {
    margin-bottom: 20px;
}
/* breadcrumbs */
.breadcrumbs-wrap {
    background: #f7f7f7;
    padding: 15px 0 20px 0;
    width: 100%;
}
.breadcrumbs-wrap .box-breadcrumbs .rank-math-breadcrumb p {
    padding-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #808080;
    margin-bottom: 0;    
    text-align: end;
}
.breadcrumbs-wrap .box-breadcrumbs .rank-math-breadcrumb p a {
    color: #808080;
}
.breadcrumbs-wrap .box-breadcrumbs .rank-math-breadcrumb p a:hover {
    color: #289ceb;
}
.breadcrumbs-wrap.before {
    background-color: rgba(40,156,235,0.1);
}
.breadcrumbs-wrap.before .box-breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Product */
.section-product-home {
    padding: 100px 0 190px !important;
}
.section-product-home .col-product {
    padding-bottom: 0;
}
.section-product-home .col-product .img-product {
    margin-bottom: 0 !important;
}
.section-product-home .col-product .title-product {
    font-size: 30px;
    margin-top: 48px;
    height: 34px;
    line-height: 34px;
    color: #231815;
    margin-bottom: 0;
}
/* Section About */
.section-about-home .col-about-home {
    padding-bottom: 90px;
}
.section-about-home .title-banner-about-home {
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
}
.section-about-home .title-banner-about-home::after {
    content: '';
    display: block;
    margin: 18px auto 0;
    height: 3px;
    width: 50px;
    background-color: #fff;
}
.section-about-home .tabbed-content .nav-normal {
    margin-top: -140px;
}
.section-about-home .tabbed-content .nav-normal li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 130px;
    height: 119px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    padding: 19px 0 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 19px;
    background-position-x: center;
}
.section-about-home .tabbed-content .nav-normal li.active {
    background-color: #289ceb;
    background-repeat: no-repeat;
    background-position-y: 19px;
    background-position-x: center;
}
.section-about-home .tabbed-content .nav-normal li#tab-overview {
    background-image: url("/wp-content/uploads/2025/09/icon_about_1.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-overview.active {
    background-image: url("/wp-content/uploads/2025/09/icon_about_active_1.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-mission{
    background-image: url("/wp-content/uploads/2025/09/icon_about_2.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-mission.active {
    background-image: url("/wp-content/uploads/2025/09/icon_about_active_2.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-certificate {
    background-image: url("/wp-content/uploads/2025/09/icon_about_3.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-certificate.active {
    background-image: url("/wp-content/uploads/2025/09/icon_about_active_3.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-worldwide {
    background-image: url("/wp-content/uploads/2025/09/icon_about_4.png");
}
.section-about-home .tabbed-content .nav-normal li#tab-worldwide.active {
    background-image: url("/wp-content/uploads/2025/09/icon_about_active_4.png");
}
.section-about-home .tabbed-content .nav-normal li::after {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    opacity: 0;
    margin-left: -7px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(40, 156, 235) transparent transparent;
    transition: 0.5s;
}
.section-about-home .tabbed-content .nav-normal li.active::after {
    bottom: -20px;
    opacity: 1;
}
.section-about-home .tabbed-content .nav-normal li a {
    padding: 0;
}
.section-about-home .tabbed-content .nav-normal li a span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-weight: 600;
}
.section-about-home .tabbed-content .nav-normal li.active a span {
    color: #fff;
}
.section-about-home .tab-panels {
    padding-top: 80px;
}
.section-about-home .col-img-about {
    padding: 0 0 0 50px;
}
.section-about-home .col-img-about::before {
    content: "";
    position: absolute;
    display: block;
    height: 513px;
    top: 40px;
    bottom: 40px;
    right: 0;
    left: 35px;
    background: #fff;
    box-shadow: 0px 15px 40px 1px rgba(29, 56, 75, 0.1);
    z-index: 6;
    opacity: 0.8;
    border-radius: 30px;
}
.section-about-home .col-img-about::after {
    content: "";
    position: absolute;
    display: block;
    height: 433px;
    top: 80px;
    bottom: 80px;
    right: 0;
    left: 20px;
    background: #fff;
    box-shadow: 0px 15px 20px 1px rgba(29, 56, 75, 0.1);
    z-index: 5;
    opacity: 0.6;
    border-radius: 30px;
}
.section-about-home .col-img-about a {
    display: block;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 15px 40px 1px rgba(29, 56, 75, 0.1);
}
.section-about-home .col-text-about {
    padding-left: 54px;
}
.section-about-home .col-text-about .title_gray {
    display: block;
    line-height: 34px;
    color: #289ceb;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 18px;
}
.section-about-home .col-text-about .text p {
    margin-bottom: 0;
}
.section-about-home .col-text-about .text span {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}
.section-about-home .col-text-about .text a {
    color: #231815;
}
.section-about-home .col-text-about .text a:hover {
    color: #289ceb;
}
.section-about-home .col-text-about .button {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #289ceb;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    margin: 25px 0 0;
}
.section-about-home .col-text-about .button:hover {
    color: #fff;
}
.section-about-home .col-text-about .button i {
    top: 0;
}
.section-about-home .col-text-about .count-up-box {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.section-about-home .col-text-about .count-up-box .count-up-box-item {
    width: 164px;
}
.section-about-home .col-text-about .count-up-box .count-up-box-item .count-up-title {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    display: block;
    margin-top: 2px;
}
.section-about-home .col-text-about .count-up-box .count-up-box-item .count-up {
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    color: #289ceb;
}
/* Section Application */
.section-application-home {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
}
.section-application-home .box-text-application .title-section-page-home::after {
    content: '';
    display: block;
    margin: 18px auto 0;
    background-image: url("/wp-content/uploads/2025/09/bg-vertical.png");
    width: 60px;
    height: 4px;
}
.section-application-home .box-text-application .text, .section-new-center-home .text-new {
    font-size: 16px;
    color: #808080;
    margin-bottom: 34px;
}
.section-application-home .row-application-home-one {
    margin-bottom: 70px;
}
.section-application-home .col-img-application {
    padding: 0;
}
.section-application-home .col-img-application .box-text {
    padding-top: 0;
    padding-bottom: 0;
}
.section-application-home .col-img-application .box-text .wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.section-application-home .col-img-application .box-text .wrap .title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    height: 30px;
}
.section-application-home .col-img-application .box-text .wrap .more {
    display: inline-block;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    opacity: 0;
    height: 0;
}
.section-application-home .col-img-application .has-hover:hover .wrap .more {
    opacity: 1;
    height: 20px;
    margin-top: 10px;
}
.section-application-home .col-img-application .box-text .wrap br {
    display: none;
}
.section-application-home .row-application-home-two .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 32px;
    color: #060606;
    font-weight: 700;
}
.section-application-home .row-application-home-two .col-pilot-training {
    padding-bottom: 0;
}
.section-application-home .row-application-home-two .col-pilot-training .box-text {
    padding: 0;
}
.section-application-home .row-application-home-two .col-pilot-training .more {
    position: absolute;
    bottom: 11px;
    right: 14px;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
/* Section New Center */
.section-new-center-home .title-section-page-home::after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    margin: 18px auto 0px;
    background-color: rgb(51, 51, 51);
}
.section-new-center-home .tabbed-content {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center;
}
.section-new-center-home .tabbed-content .nav-line-bottom {
    border-bottom: 1px solid rgb(232, 232, 232);
}
.section-new-center-home .tabbed-content .nav-line-bottom li a::after {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    opacity: 0;
    margin-left: -4px;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(40, 156, 235) transparent transparent;
    transition: 0.5s;
}
.section-new-center-home .tabbed-content .nav-line-bottom li.active a::after {
    bottom: -16px;
    opacity: 1;
}
.section-new-center-home .tabbed-content .nav-line-bottom li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #666666;
    display: block;
    box-shadow: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin: 0px 80px;
    padding: 19px 0px 14px;
}
.section-new-center-home .tabbed-content .nav-line-bottom li.active a {
    color: #289CEB;
}
.section-new-center-home .tabbed-content .tab-panels {
    padding-top: 0;
    margin: 34px -20px 0;
}
.section-new-center-home .tabbed-content .post-item {
    padding: 20px;
}
.section-new-center-home .tabbed-content .post-item .box-blog-post {
    transition: all .5s;
    padding: 0;
    position: relative;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}
.section-new-center-home .tabbed-content .post-item .box-blog-post:hover {
    box-shadow: 0 3px 25px 5px rgba(0, 0, 0, 0.08);
}
.section-new-center-home .tabbed-content .post-item .box-text {
    padding: 24px 18px 39px;
}
.section-new-center-home .post-meta {
    color: #289ceb;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 13px;
    background: url("/wp-content/uploads/2025/09/icon_news_date.png") no-repeat left center;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
}
.section-new-center-home .box-blog-post .box-image .plain:before {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}
.section-new-center-home .box-blog-post .box-image .plain:after {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}
.section-new-center-home .box-blog-post:hover .box-image .plain:before {
    left: 180%;
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.section-new-center-home .box-blog-post:hover .box-image .plain:after {
    left: -280px;
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.section-new-center-home .post-title a {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
    display: block;
    margin-bottom: 13px;
    margin-top: 12px;
    font-weight: 700;
}
.section-new-center-home .is-divider {
    height: 1px;
    background-color: #289ceb;
    width: 60px;
    max-width: 60px;
    display: block;
    margin: 0 0 13px;
}
.section-new-center-home .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
    color: #666666;
    margin-top: 0;
    margin-bottom: 0;
}
.section-new-center-home .tabbed-content .post-item .box-blog-post:hover .is-shade.is-small {
    opacity: 1;
    bottom: -20px;
}
.section-new-center-home .is-shade.is-small {
    margin-top: 11px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #289ceb;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s;
}
.section-new-center-home .is-shade.is-small::before {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/09/more_icon1.png") no-repeat -10px 0;
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    top: 14px;
    right: 7px;
}
.section-new-center-home .row-btn-view-more .button.primary {
    margin-top: 40px;
    margin-bottom: 0;
    color: rgb(247, 249, 251);
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
}
.section-new-center-home .row-btn-view-more .col-btn-view-more {
    padding: 0;
}
/* Section Logo */
.section-logo {
    padding-top: 55px !important;
    padding-bottom: 90px !important;
}
.section-logo .in_title {
    margin-bottom: 40px;
}
.section-logo .ux-logo-link {
    display: block;
    width: 256px;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid #eeeeee;
}
.section-logo .ux-logo-link  .ux-logo-image {
    width: 100%;
}
.title-section-page-home {
    color: #333333;
    display: block;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
}

/* Page Product */
.section-production .box-title-prod-wrap {
    padding: 40px 0px 70px;
}
.section-production .box-title-prod-wrap .title-product {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    margin-bottom: 0;
}
.section-production .row-product-bg-grey {
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #F5F7F9;
}
.section-production .row-product-bg-white {
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
}
.section-production .col-text-prod .box-text-prod-wrap {
    padding-left: 8%;
    padding-right: 0;
}
.section-production .col-text-prod .box-text-prod-wrap .title {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
}
.section-production .col-text-prod .box-text-prod-wrap .title:hover {
    color: #002c9d;
}
.section-production .col-text-prod .box-text-prod-wrap .text{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
}
.section-production .col-text-prod .box-text-prod-wrap p {
    margin-bottom: 0;
}
.section-production .col-text-prod .box-text-prod-wrap .btn-view-more {
    background-color: #289ceb;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    margin-top: 20px;
}
.section-img-prod-two .box-image {
    border-radius: 16px;
}
.section-img-prod-two .title-power {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    letter-spacing: -2px;
}
.section-img-prod-two .text-icon-arrow-one {
    /* position: absolute;
    right: 24px;
    bottom: -19em; */
    display: none;
}
.section-img-prod-two .text-icon-arrow-two {
    /* position: absolute;
    right: 24px;
    bottom: -17em; */
    display: none;
}
.section-img-prod-two .text-icon-arrow-three {
    /* position: absolute;
    right: 24px;
    bottom: -25em; */
    display: none;
}
.section-img-prod-two .text-icon-arrow-four {
    /* position: absolute;
    right: 24px;
    bottom: -8em; */
    display: none;
}
.section-img-prod-two .text-icon-arrow-five {
    /* position: absolute;
    right: 24px;
    bottom: -12em; */
    display: none;
}
.section-img-prod-two .text-icon-arrow-six {
    /* position: absolute;
    right: 24px;
    bottom: -21em; */
    display: none;
}
.section-banner-prod-item .box-title-banner-product .title {
    font-size: 55px;
    color: #4a95ff;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 68px;
    margin: 0;
}
.section-banner-prod-item .box-title-banner-product .text {
    font-size: 22px;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 0;
}
.section-banner-prod-item .list-content-prod-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .title {
    color: #fff;
    line-height: 52px;
    margin: 0;
}
.section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .title .total {
    font-size: 48px;
    font-weight: 800;
    margin-right: 12px;
}
.section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .title .unit {
    font-size: 24px;
    font-weight: 700;
}
.section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .text {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}
.section-img-drone .row-img-drone {
    padding: 0 140px;
}
.section-img-drone .row-img-drone .col-img-drone {
    padding: 0 25px;
}
.section-img-drone .row-img-drone .col-img-drone .box-image {
    border-radius: 30px;
}
.section-img-drone .row-img-drone .col-img-drone .box-text {
    padding: 0;
}
.section-img-drone .row-img-drone .col-img-drone .box-text .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 30px;
}
.section-banner-prod-item .text-small {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 46px;
    margin-top: 26px;
    margin-bottom: 0;
}
.section-banner-prod-item .list-content-prod-wrap-high-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-banner-prod-item .list-content-prod-item .title .total {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 52px;
    letter-spacing: -0.6px;
}
.section-banner-prod-item .list-content-prod-item .title .unit {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    letter-spacing: -0.6px;
}
.list-content-prod-3-col {
    justify-content: flex-start !important;
    gap: 40px;
}
.title-banner-product {
    font-size: 55px !important;
    color: #4a95ff !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    line-height: 68px !important;
}
.section-banner-enhanced-nozzles .box-content-prod {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.section-banner-enhanced-nozzles .box-content-prod .line {
    display: block;
    width: 2px;
    min-width: 2px;
    background: #dcdddd;
    margin: 0 36px;
}
.section-banner-enhanced-nozzles .box-content-prod .text-bold {
    width: calc(50% - 37px);
    text-align: right;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.section-banner-enhanced-nozzles .box-content-prod .text {
    width: calc(50% - 37px);
    text-align: left;
    font-size: 22px;
    line-height: 33px;
    color: #dcdddd;
}
.section-banner-enhanced-nozzles .banner {
    margin: 70px auto 0;
    max-width: 1360px;
}
.section-banner-laser .text-laser {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 46px;
    margin-top: 26px;
    margin-bottom: 0;
}
.section-banner-laser .text-desc {
    font-size: 22px;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: -1px;
    max-width: 940px;
    margin: 0;
}
.section-banner-enhanced-nozzles .text-title {
    width: calc(27% - 37px) !important;
}
.section-banner-enhanced-nozzles .text-desc {
    width: calc(73% - 37px) !important;
}
.section-banner-enhanced-nozzles .text-title-32 {
    width: calc(32% - 37px) !important;
}
.section-banner-enhanced-nozzles .text-desc-68 {
    width: calc(68% - 37px) !important;
}
.section-banner-enhanced-nozzles .text-title-36 {
    width: calc(36% - 37px) !important;
}
.section-banner-enhanced-nozzles .text-desc-64 {
    width: calc(64% - 37px) !important;
}
.section-banner-enhanced-nozzles .text-longer {
    text-align: left;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -1px;
    color: #dcdddd;
}

/* Page Food Crop Solution */
.section-food-crop-solution .box-content-food-crop .container {
    max-width: 1560px;
}
.section-food-crop-solution .box-content-food-crop h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
}
.section-food-crop-solution .box-content-food-crop p {
    color: #fff;
    margin: 21px 0 0;
    font-size: 18px;
}
.section-food-crop-solution .box-content-food-crop .atom-component-list {
    list-style-type: none;
    display: flex;
    margin-top: 50px;
    margin-bottom: 0;
    justify-content: center;
}
.section-food-crop-solution .box-content-food-crop .atom-component-list li {
    text-align: center;
    width: 25%;
    margin: 0 15px;
}
.section-food-crop-solution .row-application {
    margin-top: 0 !important;
    padding: 80px 7px;
    max-width: 1230px;
}
.section-food-crop-solution .row-application .col-title-application {
    padding: 0;
}
.section-food-crop-solution .title-application {
    color: #333333;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.section-food-crop-solution .row-application .col-img-box-application {
    padding: 0 8px;
    margin-top: 16px;
}
.section-food-crop-solution .row-application .col-img-box-application .box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px 16px;
    height: 91px;
}
.section-food-crop-solution .row-application .col-img-box-application .box-text .title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    height: 30px;
}
.section-food-crop-solution .tabbed-content ul li {
    margin: 0 15px;
}
.section-food-crop-solution .tabbed-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.45);
    line-height: 26px;
    padding: 15px 0 15px;
}
.section-food-crop-solution .tabbed-content ul li.active a {
    color: #289ceb;
}
.section-food-crop-solution .row-application-cases {
    max-width: 1560px;
    padding-left: 15px;
    padding-right: 15px;
}
.section-food-crop-solution .row-application-cases .col-application-cases {
    max-width: 1200px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.section-food-crop-solution .row-application-cases .col-application-cases .tab-panels {
    padding-top: 0;
}
.section-food-crop-solution .row-application-cases .col-application-cases .tabbed-content .nav-line-bottom {
    margin-bottom: 30px;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case {
    background-color: #fff;
    padding: 48px;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case p {
    margin-bottom: 0;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case .title {
    font-size: 22px;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case .district {
    font-size: 16px;
    color: #808080;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case .sub-title {
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0 5px;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case .text {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case .text a {
    color: #231815;
}
.section-food-crop-solution .row-application-cases .col-application-cases .box-text-application-case .tag-box span {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #eee;
    color: #666;
    font-size: 13px;
    padding: 2px 10px;
}
.section-food-crop-solution .row-eco .col-eco .title {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    text-transform: capitalize;
    margin-top: 15px;
}
.section-target-crops {
    padding-bottom: 160px !important;
}
.section-target-crops .img-rice .ux-logo-link::after {
    content: "Rice";  
}
.section-target-crops .img-potato .ux-logo-link::after {
    content: "Potato";  
}
.section-target-crops .img-wheat .ux-logo-link::after {
    content: "Wheat";  
}
.section-target-crops .ux_logo .ux-logo-link::after {
    display: block;           
    text-align: center;         
    font-size: 16px;
    color: #231815;
    font-size: 16px;
    margin-top: 25px;
    line-height: 24px;   
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.section-target-crops .ux_logo.is-selected .ux-logo-link::after {
    opacity: 1;
    visibility: visible;
}
.section-target-crops .ux_logo .ux-logo-link:hover::after {
    color: #289ceb;
} 
.section-target-crops .flickity-page-dots {
    bottom: -70px;
}

/* Page Contact */
.section-contact-us .row-icon-box {
    padding-top: 40px;
    margin-bottom: 40px;
}
.section-contact-us .row-icon-box .col-icon-box {
    padding: 2px;
}
.section-contact-us .row-icon-box .icon-box {
    padding: 30px;
    min-height: 322px;
    background-color: #f5f7f9;
    width: 100%;
}
.section-contact-us .row-icon-box .icon-box-img img {
    padding: 0;
}
.section-contact-us .row-icon-box .contact-us-box {
    color: #555;
}
.section-contact-us .row-icon-box .contact-us-box .title {
    font-size: 18px;
    font-family: 'poppins semibold';
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 24px;
    position: relative;
    display: block;
}
.section-contact-us .row-icon-box .contact-us-box p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 5px;
}
.section-contact-us .row-icon-box .contact-us-box a {
    color: #231815;
}
.section-contact-us .row-icon-box .contact-us-box a:hover {
    color: #1226aa;
}
.section-contact-us .col-text-contact {
    padding: 0;
}
.section-contact-us .text-get-in-touch p, .section-contact-us .text-get-in-touch ul, .section-contact-us .text-get-in-touch ul li {
    margin-bottom: 0;
}
.section-contact-us .text-get-in-touch ul li {
    font-size: 14px;
}
.col-leave-a-message {
    position: relative;
    z-index: 10;
    bottom: 0;
    border-radius: 0px;
    margin-top: 30px;
    padding: 40px 30px;
    background: #fff url(/wp-content/uploads/2025/09/bg_send.jpg) no-repeat 98% bottom;
    box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.08);
}
.col-leave-a-message .leave-a-message-box span {
    color: #333333;
    display: inline-block;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
}
.col-leave-a-message .leave-a-message-box .text-leave {
    color: #888888 !important;
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.col-leave-a-message .wpcf7-validates-as-required {
    height: 54px;
    width: 100%;
    line-height: 54px;
    padding-right: 50px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
    border: none;
    background-color: #F5F7F9;
    box-shadow: none;
}
.col-leave-a-message .contact-form-row {
    display: flex;
    gap: 3px;
}
.col-leave-a-message .contact-form-row > * {
    flex: 1;
}
.col-leave-a-message .contact-form-row p {
    text-align: center;
}
.section-contact-us .col-contact-map {
    padding: 70px 0 0;
}
.section-contact-us .col-contact-map p {
    margin-bottom: 0;
}

/* Page Manuals */
.section-manuals {
    padding: 40px 0px 70px !important;
}
.section-manuals .row-manuals .col-manuals {
    padding: 0 !important;
}
.section-manuals .row-manuals .col-manuals .box-title-manuals {
    max-width: 1200px;
    margin: 0 auto 30px;
}
.section-manuals .row-manuals .col-manuals .title-manuals {
    color: #333333;
    display: inline-block;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
}
.section-manuals .row-manuals .col-manuals .row-manuals-item {
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
    padding: 24px;
}
.section-manuals .row-manuals .col-manuals .row-manuals-item .col-manuals-item {
    padding-bottom: 0;
}
.section-manuals .row-manuals .col-manuals .row-manuals-item .box-manuals-wrap .title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}
.section-manuals .row-manuals .col-manuals .row-manuals-item .box-manuals-wrap .date {
    display: inline-block;
    color: #808080;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    margin-top: 6px;
    margin-bottom: 0;
}
.section-manuals .row-manuals .col-manuals .row-manuals-item .icon-box-img img {
    padding-top: 0;
    height: 64px;
}

  
/* Page News */
.img-page-blog-post {
    height: 700px;
}
.badge.post-date {
    top: 0%;
}
.blog-wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
}
.blog-wrapper.blog-archive .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}
.blog-wrapper.blog-archive .box-blog-post:hover .box-text {
    background-color: #fff;
    box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}
.blog-wrapper.blog-archive .box-blog-post .box-text {
    background-color: #f7f7f7;
    padding: 20px;
    transition: all .5s;
}
.blog-wrapper.blog-archive .box-blog-post .box-text a {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-wrapper.blog-archive .box-blog-post .box-text a:hover {
    color: #289ceb;
}
.blog-wrapper.blog-archive .box-blog-post .box-text .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}
.blog-wrapper.blog-single {
    background-color: #f7f7f7;
}
.blog-wrapper.blog-single .large-10 {
    flex-basis: 1100px;
    max-width: 1100px;
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    padding: 4% 40px;
    position: relative;
}
.blog-wrapper.blog-single .large-10::before {
    content: "";
    height: 34px;
    width: 7px;
    background: #289ceb;
    position: absolute;
    display: block;
    margin: auto;
    left: 0%;
}
.blog-wrapper.blog-single .large-10 .entry-title {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: center;
}
.blog-wrapper.blog-single .entry-divider, .blog-wrapper.blog-single .comments-area, .blog-wrapper.blog-single .byline {
    display: none;
}
.blog-wrapper.blog-single .posted-on {
    color: transparent;
}
.blog-wrapper.blog-single .entry-header .entry-meta {
    position: relative;
}
.blog-wrapper.blog-single .entry-header .entry-meta .posted-on a {
    display: inline-block;
    position: absolute;
    left: 45%;
    color: #289ceb;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 13px;
    background: url("/wp-content/uploads/2025/09/icon_news_date.png") no-repeat left center;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

/* footer */
.section-footer {
    padding-top: 69px !important;
}
.section-footer .col-get-in-touch {
    flex-basis: 35%;
    max-width: 35%;
}
.section-footer .col-hot-tags {
    flex-basis: 21%;
    max-width: 21%;
}
.section-footer .col-need-help {
    flex-basis: 19%;
    max-width: 19%;
}
.section-footer .col-subscribe {
    flex-basis: 25%;
    max-width: 25%;
}
.footer-wrapper .text-footer-info .fot_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #289ceb;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    margin-bottom: 24px;
}
.footer-wrapper .text-footer-info .block_content {
    color: #d4d4d4;
    font-size: 15px;
    line-height: 26px;
}
.footer-wrapper .text-footer-info .block_content .list {
    list-style: none;
    padding-top: 7px;
    margin-bottom: 0;
}
.footer-wrapper .text-footer-info .block_content .list li.fcon_p {
    background: url(/wp-content/uploads/2025/09/fot_tel.png) no-repeat left 4px;
}
.footer-wrapper .text-footer-info .block_content .list li.fcon_e {
    background: url(/wp-content/uploads/2025/09/fot_email.png) no-repeat left 4px;
}
.footer-wrapper .text-footer-info .block_content .list li.fcon_w {
    background: url(/wp-content/uploads/2025/09/fot_phone.png) no-repeat left 4px;
}
.footer-wrapper .text-footer-info .block_content .list li.fcon_a {
    background: url(/wp-content/uploads/2025/09/fot_add.png) no-repeat left 4px;
}
.footer-wrapper .text-footer-info .block_content .list li {
    padding-left: 30px;
    margin-left: 0;
}
.footer-wrapper .text-footer-info .block_content .list li a {
    color: #d4d4d4;
}
.footer-wrapper .text-footer-info .block_content .letter-input {
    margin-top: 28px;
    margin-bottom: 39px;
    position: relative;
    height: 56px;
}
.footer-wrapper .text-footer-info .block_content .letter-input .fot_input {
    display: block;
    height: 56px;
    line-height: 56px;
    border: none;
    border-radius: 0;
    padding: 0 40px 0 15px;
    color: #888888;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.footer-wrapper .text-footer-info .block_content .letter-input .send {
    background: url(/wp-content/uploads/2025/09/send_btn.png) no-repeat center right;
    width: 30px;
    height: 24px;
    position: absolute !important;
    right: 16px;
    top: 9px;
    margin-right: 0;
    margin-bottom: 0;
}
.footer-wrapper .text-footer-info .block_content .letter-input .send:hover {
    box-shadow: none;
}
.footer-wrapper .ux-menu-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #289ceb;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    margin: 0 0 24px !important;
}
.footer-wrapper .ux-menu-link .ux-menu-link__link {
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}
.footer-wrapper .ux-menu-link .ux-menu-link__link .ux-menu-link__text {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #d4d4d4;
}
.footer-wrapper .ux-menu-link .ux-menu-link__link .ux-menu-link__text:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 12px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all .5s;
}
.footer-wrapper .ux-menu-link .ux-menu-link__link .ux-menu-link__text:hover:before {
    left: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.footer-wrapper .ux-menu-link .ux-menu-link__link .ux-menu-link__text:hover {
    color: #fff;
    text-decoration: underline;
    padding-left: 16px;
}
.footer-wrapper .social-icons a.icon.button {
    border-radius: 5px !important;
}
.footer-wrapper .copyright-footer .footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-wrapper .copyright-footer .footer-bottom-left .foot_ipv6 {
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-wrapper .absolute-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 26px 0;
}
.footer-wrapper .absolute-footer .container.clearfix {
    height: 24.5px
}
.footer-wrapper .absolute-footer .footer-secondary {
    padding: 0;
}

/* CSS TABLET AND MOBILE */
@media only screen and (max-width: 991px) {
    #header .header-wrapper {
        padding: 0;
    }
    #header .header-main {
        padding: 0;
    }
    #header .header-inner {
        border-radius: 0;
    }
    .title-section-page-home {
        font-size: 22px;
    }
    /* Section About */
    .section-about-home .title-banner-about-home {
        font-size: 26px;
        line-height: 30px;
        width: max-content;
    }
    .section-about-home .col-about-home {
        padding-bottom: 0;
    }
    .section-about-home .tabbed-content .nav-normal {
        margin-top: -100px;
        flex-wrap: wrap;
    }
    .section-about-home .tab-panels {
        padding-top: 40px;
    }
    .section-about-home .col-img-about {
        padding: 0 15px;
    }
    .section-about-home .col-text-about {
        padding: 35px 15px;
    }
    .section-about-home .tabbed-content .nav-normal li#tab-overview {
        background-image: url("/wp-content/uploads/2025/09/icon_about_1_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-overview.active {
        background-image: url("/wp-content/uploads/2025/09/icon_about_active_1_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-mission{
        background-image: url("/wp-content/uploads/2025/09/icon_about_2_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-mission.active {
        background-image: url("/wp-content/uploads/2025/09/icon_about_active_2_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-certificate {
        background-image: url("/wp-content/uploads/2025/09/icon_about_3_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-certificate.active {
        background-image: url("/wp-content/uploads/2025/09/icon_about_active_3_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-worldwide {
        background-image: url("/wp-content/uploads/2025/09/icon_about_4_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li#tab-worldwide.active {
        background-image: url("/wp-content/uploads/2025/09/icon_about_active_4_mobile.png");
    }
    .section-about-home .tabbed-content .nav-normal li {
        width: 96px;
        height: 85px;
        margin: 0 2px;
        padding: 11px 0 8px;
    }
    .section-about-home .tabbed-content .nav-normal li a span {
        margin-top: 7px;
        font-size: 13px;
    }
    .section-about-home .col-img-about::before, .section-about-home .col-img-about::after {
        display: none;
    }
    .section-new-center-home .tabbed-content .nav-line-bottom li a {
        font-size: 14px;
        margin: 0;
    }
    .section-application-home .box-text-application .text, .section-new-center-home .text-new {
        font-size: 14px;
    }
    .section-application-home .row-application-home-two .col-pilot-training .more, .section-application-home .col-img-application .box-text .wrap .title {
        font-size: 20px;
    }
    .section-about-home .col-text-about .count-up-box .count-up-box-item .count-up {
        font-size: 32px;
    }
    .section-production .col-text-prod .box-text-prod-wrap .title {
        margin-bottom: 15px;
    }
    .section-production .col-text-prod .box-text-prod-wrap .btn-view-more {
        margin-top: 0;
    }
    
    /* Page About */
    .section-page-about-us img {
        height: 27dvh;
    }

    /* Page Product */
    .section-production .box-title-prod-wrap .title-product, .section-img-drone .row-img-drone .col-img-drone .box-text .title {
        font-size: 26px;
    }
    .section-production .box-title-prod-wrap {
        padding: 30px;
    }
    .section-production .col-text-prod .box-text-prod-wrap .title {
        font-size: 24px;
    }
    .section-production .row-product-bg-grey .col-text-prod .box-text-prod-wrap .title {
        margin-top: 20px;
    }
    .section-img-prod-two .title-power {
        font-size: 20px;
    }
    .section-banner-prod-item .box-title-banner-product .title {
        font-size: 33px;
        line-height: 45px;
    }
    .section-banner-prod-item .box-title-banner-product .text {
        font-size: 16px;
        line-height: 27px;
        margin-top: 15px;
    }
    .section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .title .total {
        font-size: 32px;
    }
    .section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .title .unit, .section-banner-prod-item .list-content-prod-item .title .unit {
        font-size: 18px;
    }
    .section-banner-prod-item .list-content-prod-wrap .list-content-prod-item .text {
        font-size: 14px;
    }
    .section-banner-prod-item .box-title-banner-product, .section-banner-prod-item .list-content-prod-wrap {
        padding: 0 15px;
    }
    .section-banner-prod-item .list-content-prod-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .section-img-drone .row-img-drone {
        padding: 0;
    }
    .section-img-drone .row-img-drone .col-img-drone {
        padding: 12px 25px;
    }
    .section-banner-prod-item .text-small {
        font-size: 20px;
        line-height: 30px;
    }
    .section-banner-prod-item .list-content-prod-item .title .total {
        font-size: 22px;
    }
    .section-banner-prod-item .list-content-prod-wrap-high-flow {
        display: block;
        padding: 15px;
    }
    .section-banner-prod-item .text-box-high-flow-mb {
        bottom: 6% !important;
    }
    .title-banner-product {
        font-size: 33px !important;
        line-height: 45px !important;
        text-align: left;
        margin: 0 !important;
    }
    .section-banner-enhanced-nozzles .box-content-prod .text-bold {
        font-size: 20px;
        line-height: 30px;
    }
    .section-banner-enhanced-nozzles .box-content-prod {
        display: block;
    }
    .section-banner-enhanced-nozzles .box-content-prod .text-bold {
        width: 100% !important;
        text-align: left;
    }
    .section-banner-enhanced-nozzles .box-content-prod .text, .section-banner-enhanced-nozzles .text-longer {
        font-size: 16px;
        line-height: 24px;
        width: 100% !important;
        margin-top: 15px;
    }
    .section-banner-laser .text-laser {
        font-size: 20px;
        line-height: 30px;
    }
    .section-banner-laser .text-desc {
        font-size: 16px;
        line-height: 27px;
        margin-top: 15px;
        max-width: 340px;
    }

    /* Page Food Crop */
    .box-text-banner-food {
        background-color: #000;
        padding: 40px 0;
    }
    .section-food-crop-solution .box-content-food-crop h2 {
        font-size: 24px;
        text-align: center;
    }
    .section-food-crop-solution .box-content-food-crop p {
        font-size: 16px;
        text-align: center;
    }
    .section-food-crop-solution .box-content-food-crop .atom-component-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .section-food-crop-solution .box-content-food-crop .atom-component-list li {
        width: 100%;
    }
    .section-food-crop-solution .title-application {
        font-size: 26px;
    }
    .section-food-crop-solution .text {
        font-size: 14px;
    }
    .section-food-crop-solution .row-application {
        padding: 60px 7px;
    }
    .section-target-crops {
        padding: 0 0 100px !important;
    }
    .section-target-crops .slider-wrapper img {
        height: 267px !important;
    }

    /* Page Manulas */
    .section-knowledge-center .row-manuals {
        padding: 0 15px;
    }
    .section-manuals .row-manuals .col-manuals .box-title-manuals {
        margin: 0;
    }
    .section-manuals .row-manuals .col-manuals .title-manuals {
        font-size: 26px;
        margin-bottom: 0;
    }

    /* News */
    .img-page-blog-post {
        height: auto;
    }

    /* Page Contact */
    .section-contact-us .attachment-original {
        height: 28dvh;
    }
    .section-contact-us .col-text-contact {
        padding: 0 15px;
    }
    .col-leave-a-message .leave-a-message-box span {
        font-size: 26px;
    }
    .col-leave-a-message .contact-form-row {
        display: block;
    }
    .col-leave-a-message .contact-form-row p {
        text-align: left;
    }

    /* Footer */
    .section-footer .col-get-in-touch, .section-footer .col-hot-tags, .section-footer .col-need-help, .section-footer .col-subscribe {
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer-wrapper .copyright-footer .footer-bottom-left {
        display: block;
    }
}
