.hero-section {
    position: relative;
}

.hero-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 130%;
    height: 83.29%;
    background: RGBA(230, 230, 230, 1);
    transform: rotate(-3deg);
    transform-origin: left bottom;
}

.hero-section .swiper {
    padding-top: 186px;
    /* min-height: 100vh; */
}

.hero-section .swiper-slide .hero-text {
    position: relative;
    z-index: 3;
}

.hero-section .swiper-slide .hero-title {
    font-weight: bold;
    color: #164194;
    line-height: 1.25;
    text-align: center;
    min-height: 2.5em;
    padding: 0 3%;
}

.hero-section .swiper-slide .pic {
    position: relative;
    margin-top: -4.16vw;
}

.hero-section .swiper-slide .pic img {
    display: block;
    width: 100%;
}

.hero-section .btn-prev,
.hero-section .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    color: rgba(22, 65, 148, 1);
}

.hero-section .btn-prev {
    left: 3.12%;
}

.hero-section .btn-next {
    right: 3.12%;
}

.hero-section .btn-prev .iconfont,
.hero-section .btn-next .iconfont {
    font-size: 20px;
    font-weight: bold;
}

.hero-section .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 4px;
    background: #DEDEDE;
    border-radius: 2px;
    opacity: 1;
}

.hero-section .swiper-pagination-bullet::before {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: rgba(22, 65, 148, 1);
    border-radius: 2px;
}

.hero-section .swiper-pagination-bullet-active::before {
    width: 100%;
    transition: all 4s .3s;
}

.section-title {
    font-family: Bahnschrift;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    text-align: center;
}

.featured-product-section {
    position: relative;
}

.featured-product-section .featured-machine-img {
    display: block;
    width: 100%;
}

.featured-product-section .featured-text-overlay {
    position: absolute;
    left: 50%;
    top: 8.64%;
    transform: translateX(-50%);
}

.featured-product-section .featured-heading {
    font-weight: bold;
    color: #164194;
    line-height: 1.41;
}

.csr-section {
    padding: 135px 0;
}

.csr-section .section-title {
    color: rgba(22, 65, 148, 1);
}

.csr-section .csr-content-wrapper {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.csr-section .csr-image-col {
    position: relative;
    display: flex;
    width: 40.21%;
    white-space: nowrap;
}

.csr-section .csr-image-col .csr-circle {
    position: relative;
    width: 65.36%;
    border-radius: 50%;
    z-index: 3;
}

.csr-section .csr-image-col .csr-circle .pic {
    border-radius: 10px;
    border-radius: 50%;
}

.csr-section .csr-image-col .csr-circle-mask {
    background: #164194;
    padding: 10px;
    background: linear-gradient(-30deg, #164194, #FFFFFF);
}

.csr-section .csr-image-col .csr-circle:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(52.98%);
    z-index: 1;
}

.csr-section .csr-text-col {
    width: 50%;
    padding-right: 8.42%;
}

.csr-section .csr-text-col .csr-text {
    display: flex;
    justify-content: space-between;
}

.csr-section .csr-text-col .csr-heading {
    padding-top: 17px;
    flex: 1;
}

.csr-section .csr-text-col .quote-icon img {
    display: block;
    width: 63px;
}

.green-btn {
    display: inline-flex;
    padding: 0 13px 0 17px;
    line-height: 50px;
    background: #79D122;
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    gap: 25px;
    transition: all .6s;
}

.green-btn:hover {
    box-shadow: 0 0 30px 10px rgba(121, 209, 34, .31);
}

.csr-section .csr-text-col .btn-read-more {
    margin-top: 45px;
}

.network-section {
    position: relative;
}

.network-section .network-layout {
    position: relative;
    background: rgba(22, 65, 148, 1);
    clip-path: polygon(0 0, 78.8% 0%, 60.41% 100%, 0% 100%);
    z-index: 3;
    padding: 128px 0 137px;
}

.network-section .network-layout .container {
    width: 73.57%;
}

.network-section .network-image-col {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

.network-section .network-image-col img {
    display: block;
    height: 100%;
}

.network-section .network-layout .network-title {
    color: #FFFFFF;
}

.network-section .network-layout .map-img {
    display: block;
    max-width: 94%;
}

.network-section .network-layout .stats-row {
    display: flex;
    max-width: 86%;
    justify-content: space-between;
    gap: 10px 27px;
    flex-wrap: wrap;
    width: 800px;
}

.network-section .network-layout .stats-row .stat-number {
    font-family: Rany;
    font-weight: 400;
    line-height: 1;
    color: #79D122;
}

.network-section .network-layout .stats-row .stat-label {
    font-weight: bold;
    font-size: 24px;
    color: #FAFAFA;
    line-height: 30px;
}

.network-section .network-layout .btn-read-more {
    margin-top: 60px;
}

.global-service-section {
    padding: 147px 0 184px;
    background-color: RGBA(250, 250, 250, 1);
}

.global-service-section .section-title {
    color: #123A89;
}

.global-service-section .service-grid {
    margin-top: 73px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.global-service-section .service-card {
    position: relative;
    background: #164194;
    border-radius: 10px;
    min-height: 440px;
    overflow: hidden;
}

.global-service-section .service-card .bg {
    position: relative;
}

.global-service-section .service-card .bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(22, 65, 148, 0), rgba(22, 65, 148, 1));
}

.global-service-section .service-card .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-service-section .service-card .service-card-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.global-service-section .service-card:hover .service-card-content {
    background: RGBA(22, 65, 148, 1);
}

.global-service-section .service-card .service-img-wrap {
    position: relative;
    height: 264px;
    overflow: hidden;
    border-radius: 0 10px 10px;
    border-bottom: 10px solid rgba(121, 209, 34, 1);
    transform: skewY(-4deg);
    transition: all .6s;
    opacity: 0;
    margin-top: -14px;
}

.global-service-section .service-card:hover .service-img-wrap {
    opacity: 1;
}

.global-service-section .service-card .service-img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 10px 10px;
}

.global-service-section .service-card .service-text-wrap {
    position: absolute;
    padding: 0 18px;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-71px);
    transition: all .6s;
    padding-bottom: 41px;
}

.global-service-section .service-card .service-heading {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
}

.global-service-section .service-card .service-desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
    opacity: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.global-service-section .service-card:hover .service-text-wrap {
    transform: translateY(-100%);
}

.global-service-section .service-card:hover .service-desc {
    opacity: 1;
}

.media-section {
    padding: 140px 0 145px;
    background-color: rgba(22, 65, 148, 1);
}

.media-section .section-title {
    color: #FFFFFF;
}

.media-section .media-carousel {
    position: relative;
    margin-top: 60px;
    padding: 0 160px;
}

.media-section .media-carousel .swiper {
    overflow: visible;
}
.media-section .media-carousel .media-card {
    width: 32.14%;
    opacity: .1;
}
.media-section .media-carousel .swiper-slide-prev,
.media-section .media-carousel .swiper-slide-active,
.media-section .media-carousel .swiper-slide-next {
    opacity: 1;
}

.media-section .media-carousel .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #123A89;
    cursor: pointer;
    transition: all .6s;
    z-index: 3;
}

.media-section .media-carousel .btn .iconfont {
    font-size: 22px;
    font-weight: bold;
}

.media-section .media-carousel .btn:hover {
    background-color: rgba(121, 209, 34, 1);
    color: #fff;
}

.media-section .media-carousel .btn-prev {
    left: 35px;
}

.media-section .media-carousel .btn-next {
    right: 35px;
}

.media-section .media-footer {
    margin-top: 78px;
    text-align: center;
}

@media (max-width:1600px) {
    .hero-section .swiper {
        padding-top: 168px;
    }
}

@media (max-width:1440px) {
    .media-section .media-carousel .btn-prev {
        left: 0;
    }

    .media-section .media-carousel .btn-next {
        right: 0;
    }

    .media-section .media-carousel .btn .iconfont {
        font-size: 18px;
    }

    .media-section .media-carousel {
        padding: 0 80px;
    }

    .media-section .media-carousel .btn {
        width: 50px;
        height: 50px;
    }
    

    .global-service-section .service-grid {
        gap: 20px;
    }

    .global-service-section .service-card .service-heading {
        font-size: 20px;
        line-height: 1.25;
    }

    .global-service-section .service-card .service-text-wrap {
        padding-bottom: 28px;
        transform: translateY(-58px);
    }

    .global-service-section .service-card .service-desc {
        margin-top: 5px;
    }

    .global-service-section .service-card {
        min-height: 410px;
    }

    .csr-section .csr-text-col .quote-icon img {
        width: 50px;
    }
}

@media (max-width:1280px) {
   

}

@media (max-width:1199px) {
    .csr-section .csr-text-col .quote-icon img {
        width: 40px;
    }

    .csr-section .csr-text-col {
        padding-right: 4%;
    }

    .hero-section .swiper {
        padding-top: 113px;
    }

    .hero-section .swiper-pagination-bullet {
        width: 50px;
    }

    .media-section,
    .global-service-section,
    .network-section .network-layout,
    .csr-section{
        padding: 80px 0;
    }

    .media-section .media-footer,
    .media-section .media-carousel,
    .global-service-section .service-grid,
    .network-section .network-layout .btn-read-more,
    .csr-section .csr-content-wrapper{
        margin-top: 45px;
    }
    .network-section .network-layout .stats-row .stat-label{
        font-size: 22px;
    }
    .global-service-section .service-card:hover .service-img-wrap{
        opacity: 0;
    }
    .global-service-section .service-card:hover .service-card-content{
        background: none;
    }
    .global-service-section .service-card .service-desc{
        display: none;
    }
    .global-service-section .service-card:hover .service-text-wrap,
    .global-service-section .service-card .service-text-wrap{
        transform: translateY(0);
    }
    .global-service-section .service-card .service-text-wrap{
        top: auto;
        bottom: 0;
    }
    .global-service-section .service-card{
        min-height: 0;
        height: auto;
    }
    .media-section .media-carousel .btn{
        width: 40px;
        height: 40px;
    }
    .media-section .media-carousel{
        padding: 0 50px;
    }
}

@media (max-width:1024px) {
    .media-section .media-carousel .swiper-slide-prev{
        opacity: .1;
    }
    .global-service-section .service-card .service-text-wrap{
        padding-bottom: 18px;
    }
    .global-service-section .service-card .service-heading{
        font-size: 18px;
    }
    .network-section .network-layout .stats-row .stat-label{
        font-size: 20px;
    }

    .media-section,
    .global-service-section,
    .network-section .network-layout,
    .csr-section{
        padding: 70px 0;
    }

    .csr-section .csr-text-col .btn-read-more,
    .media-section .media-footer,
    .media-section .media-carousel,
    .global-service-section .service-grid,
    .network-section .network-layout .btn-read-more,
    .csr-section .csr-content-wrapper{
        margin-top: 40px;
    }

    .hero-section .swiper-pagination-bullet {
        width: 40px;
    }
    .green-btn{
        line-height: 44px;
        font-size: 16px;
    }
    .csr-section .csr-text-col{
        padding-right: 2%;
        width: 54%;
    }
}

@media (max-width: 768px) {
    .media-section .media-carousel .swiper-slide-next{
        opacity: .1;
    }
    .global-service-section .service-grid{
        grid-template-columns: repeat(2,1fr);
    }
    .network-section .network-layout .stats-row .stat-label{
        font-size: 18px;
    }
    .csr-section .csr-text-col .csr-heading{
        font-size: 22px;
    }
    .csr-section .csr-image-col{
        display: none;
    }
    .csr-section .csr-text-col{
        padding-right: 0;
        width: 100%;
    }
    .csr-section .csr-text-col .csr-text{
        gap: 20px;
    }
    .csr-section .csr-text-col .csr-heading{
        padding-top: 10px;
    }
    .csr-section .csr-text-col .quote-icon img{
        width: 30px;
    }
    .csr-section .csr-content-wrapper{
        /* flex-direction: column-reverse; */
    }
   
    .media-section,
    .global-service-section,
    .network-section .network-layout,
    .csr-section{
        padding: 60px 0;
    }

    .csr-section .csr-text-col .btn-read-more,
    .media-section .media-footer,
    .media-section .media-carousel,
    .global-service-section .service-grid,
    .network-section .network-layout .btn-read-more,
    .csr-section .csr-content-wrapper{
        margin-top: 30px;
    }
    .network-section .network-layout{
        clip-path: polygon(0 0, 91.1% 0%, 72.41% 100%, 0% 100%);
    }
    .network-section .network-layout .container{
        width: 86%;
    }
}

@media (max-width: 500px) {
    .network-section .network-layout .stats-row .stat-label{
        font-size: 16px;
    }
    .csr-section .csr-text-col .quote-icon img{
        width: 25px;
    }
    .green-btn{
        gap: 15px;
        line-height: 40px;
        font-size: 14px;
    }
    .csr-section .csr-text-col .csr-heading{
        font-size: 20px;
    }

    .media-section,
    .global-service-section,
    .network-section .network-layout,
    .csr-section{
        padding: 50px 0;
    }

    .csr-section .csr-text-col .btn-read-more,
    .media-section .media-footer,
    .media-section .media-carousel,
    .global-service-section .service-grid,
    .network-section .network-layout .btn-read-more,
    .csr-section .csr-content-wrapper{
        margin-top: 25px;
    }

    .hero-section .swiper-pagination-bullet {
        width: 30px;
    }

    .hero-section .swiper-pagination {
        bottom: 0;
    }

    .hero-section .swiper {
        padding-top: 82px;
    }

    .hero-section .btn-prev,
    .hero-section .btn-next {
        display: none;
    }
}