/* Product Page Styles */
.urmini-btn {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: #ff5268;
    border-radius: 4px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}
.urmini-btn:hover{
    background: #f23e55;
}
#product-page-2022{
    font-size: 14px;
}
#product-page-2022 .product2022-title{
    color: #333;
    font-size: 38px;
    margin-bottom: 20px;
}
#product-page-2022 .section-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d213b;
    padding: 120px 0;
    color: #fff;
}
#product-page-2022 .section-1 .section-1-content{
    width: 50%;
    padding: 0 120px;
    box-sizing: border-box;
}
#product-page-2022 .section-1 .section-1-content h1{
    font-size: 50px;
    color: #fff;
}
#product-page-2022 .section-1 .section-1-content > p{
    font-size: 20px;
    margin: 30px 0 0;
    opacity: 0.8;
}
#product-page-2022 .section-2{
    padding: 80px 0;
}
#product-page-2022 .section-2 .section2-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
#product-page-2022 .section-2 .text{
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
#product-page-2022 .section-2 .text ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
}
#product-page-2022 .section-2 .text li{
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
    background: #f9f9f9;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
}
#product-page-2022 .section-2 .text li:first-child{
    width: calc(33.33% - 20px);
}
#product-page-2022 .section-2 .text li h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
#product-page-2022 .section-2 .text li p{
    color: #666;
    line-height: 1.6;
}

@media screen and (max-width:767px){
    #product-page-2022 .section-6,
    #product-page-2022 .section-5,
    #product-page-2022 .section-4,
    #product-page-2022 .section-3,
    #product-page-2022 .section-2 .text,
    #product-page-2022 .section-1{
        padding: 50px 20px;
    }
    #product-page-2022 .section-1 .section-1-content h1{
        font-size: 30px;
    }
    #product-page-2022 .section-1 .section-1-content > p{
        font-size: 16px;
    }
    #product-page-2022 .product2022-title{
        font-size: 28px;
    }
    #product-page-2022 .section-2 .text li h4{
        font-size: 18px;
    }
    #product-page-2022 .section-1 ul{
        flex-direction: column;
    }
    #product-page-2022 .section-1 li{
        width: 100%;
    }
    #product-page-2022 .section-1 li:first-child{
        margin-bottom: 60px;
    }
    #product-page-2022 .section-1 ul:before{
        display: none;
    }
    #product-page-2022 .section-2 .text li{
        width: calc(50% - 10px);
    }
    #product-page-2022 .section-3 .section3-left .section3-img{
        margin: 30px 0 0;
    }
    #product-page-2022 .section-3 .section3-right li{
        padding: 0 20px;
        height: 150px;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right li {
        width: calc(50vw - 20px);
    }
    #product-page-2022 .section-4 .section4-tab-wap-right dd,
    #product-page-2022 .section-4 .section4-tab-wap-left li{
        height: 135px;
    }
    #product-page-2022 .section-5 .section5-right{
        width: 100%;
    }
    #product-page-2022 .section-5 .section5-right ul{
        width: 280px;
        height: 280px;
        margin-left: -140px;
    }
    #product-page-2022 .section-5 .section5-left .section5-swiper .tip,
    #product-page-2022 .section-5 .section5-left .section5-swiper .content{
        font-size: 16px;
    }

    #product-page-2022 .section-5 .section5-left .section5-btn a{
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
    #product-page-2022 .section-5 .section5-left .section5-btn a svg{
        width: 25px;
        height: 25px;
    }

    #product-page-2022 .section-6 .section6-swiper{
        margin-top: 30px;
    }
}

/* About Us Styles */
#aboutus{
    max-width:100%;
    overflow:hidden;
    background: #fff;
    margin: -80px 0 0;
}

#aboutus .banner{
    position: relative;
    height: 580px;
    background: #1d213b url('../images/banner-bg.png') center center no-repeat;
    background-size: cover;
}
#aboutus .aboutus-banner-wapper{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color:#fff;
    width: 80%;
    max-width: 1000px;
}
#aboutus .banner h3{
    font-size: 45px;
    margin-bottom: 30px;
    color: #fff;
}
#aboutus .banner p{
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}

#aboutus .aboutus-section1{
    position:relative;
    width:100%;
    padding:0 50px 50px;
    margin-top:-160px;
    box-sizing:border-box;
    border-bottom:1px solid #eee;
}
#aboutus .aboutus-section1 .aboutus-wrapper{
    font-size:0;
    transition:all 0.3s ease-in;
    
}
#aboutus .aboutus-section1 .swiper-slide{
    display:inline-block;
    width:calc((100vw - 100px)/5 - 40px);
    margin-right:50px;
    vertical-align:top;
    font-size:14px;
}

#aboutus .aboutus-section1-title{
    height:30px;
    margin-bottom:40px;
    text-align:center;
}
#aboutus .aboutus-section1-title span{
    display:inline-block;
    width:46px;
    height:30px;
    text-align:center;
    color:#fff;
    border-radius:0;
    opacity:1; 
    background:none;
    position:relative;
    outline:none;
    font-size:16px;
    font-weight:normal;
    margin:0 8px;
    cursor:pointer;
}
#aboutus .aboutus-section1-title span:before{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    height:3px;
    width:0;
    background:#ff5268;
    transition:all 0.3s ease-in;
}
#aboutus .aboutus-section1-title span.on:before{
    width:100%;
}
#aboutus .aboutus-content{
    position:relative;
}
#aboutus .aboutus-content .aboutus-item{
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
#aboutus .aboutus-content .aboutus-item.on{
    opacity:1;
    position:relative;
    z-index:9;
}
#aboutus .aboutus-container{
    overflow:inherit;
}
#aboutus .aboutus-section1-list{
    background:#fff;
    box-shadow:0 4px 25px rgba(10,14,29,.1);
    padding:20px;
    position:relative;
    height: 220px;
}
#aboutus .aboutus-section1-list h4{
    color:#333;
    font-weight:bold;
    font-size:18px;
    line-height:30px;
    margin-bottom: 15px;
}
#aboutus .aboutus-section1-list .aboutus-content{
    color: #666;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}
#aboutus .aboutus-section1-list:before{
    content: '';
    position: absolute;
    left: 30px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
}
#aboutus .aboutus-section1-list:after{
    content:'';
    position:absolute;
    left:33px;
    bottom:-58px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#ff5268;
}
#aboutus .title{
    font-size:30px;
    color:#000;
}

#aboutus .aboutus-section2{
    font-size:0;
    padding:0 0 70px;
    margin-top:50px;
}
#aboutus .aboutus-section2 .title{
    margin-bottom:40px;
}
#aboutus .aboutus-wapper{
    width:1150px;
    margin:0 auto;
}
#aboutus .aboutus-section2-left{
    display:inline-block;
    width:calc(100% - 655px);
    vertical-align:middle;
    font-size:14px;
    margin-right:175px;
}
#aboutus .aboutus-section2-left p{
    line-height:26px;
    color:#666;
    font-size:16px;
}
#aboutus .aboutus-section2-right{
    display:inline-block;
    width:480px;
    vertical-align:middle;
    font-size:14px;
}
#aboutus .aboutus-section2-right ul{
    font-size:0;
}
#aboutus .aboutus-section2-right li{
    display:inline-block;
    width:calc(50% - 15px);
    margin-right:30px; 
    font-size:14px;
    padding:50px 0;
    background:#fff;
    margin-bottom:30px;
    box-shadow:0 4px 30px rgba(10,14,29,.1);
    text-align:center;
}
#aboutus .aboutus-section2-right li:nth-child(2n){
    margin-right:0;
}
#aboutus .aboutus-section2-right li:nth-child(3){
    margin-bottom:0;
}
#aboutus .aboutus-section2-right li:nth-child(4){
    margin-bottom:0;
}
#aboutus .aboutus-section2-right li h4{
    font-weight:normal;
    font-size:40px;
    color:#ff5268;
    margin-bottom:30px;
    font-weight:bold;
}
#aboutus .aboutus-section2-right li p{
    color:#666;
    font-size:16px;
}

#aboutus .aboutus-section4{
    padding:70px 0;
    border-bottom:1px solid #eee;
}
#aboutus .aboutus-section4 .title{
    text-align:center;
}
#aboutus .aboutus-section4 ul{
    font-size:0;
    margin-top:50px;
}
#aboutus .aboutus-section4 li{
    display:inline-block;
    width:calc(33.33333% - 50px);
    margin-right:75px;
    font-size:14px;
    vertical-align:top;
}
#aboutus .aboutus-section4 li:nth-child(3n){
    margin-right:0;
}
#aboutus .aboutus-section4 li .aboutus-section3-title{
    line-height:60px;
    font-size:20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
#aboutus .aboutus-section4 li .aboutus-section3-title svg{
    height:60px;
    width:60px;
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
#aboutus .aboutus-section4 li .aboutus-section3-detail{
    line-height:24px;
    color:#666;
    padding-left:0;
}
/* About Us Custom Refactor */
.aboutus-section3-title svg {
    width: 60px;
    height: 60px;
    fill: #ff5268;
}

@media screen and (max-width:1440px){
    #aboutus .aboutus-section1 .swiper-slide{
        width: calc((100vw - 100px)/4 - 37.5px);
        margin-right: 50px;
    }
    
    #aboutus .aboutus-wapper{
        width:100%;
        padding:0 50px;
        box-sizing:border-box;
    }
}
@media screen and (max-width:1024px){
    #aboutus .aboutus-section1{
        padding-left:40px;
        padding-right:40px;
    }
    #aboutus .aboutus-section1 .swiper-slide {
        width: calc((100vw - 80px)/3 - 26.66666px);
        margin-right: 40px;
    }
    #aboutus .aboutus-section2-left{
        width: calc(100% - 550px);
        margin-right: 100px;
    }
    #aboutus .aboutus-section2-right{
        width:450px;
    }
}
@media screen and (max-width:768px){
    #aboutus .aboutus-section2-left{
        width: 100%;
        margin-right: 0;
        margin-bottom:40px;
    }
    #aboutus .aboutus-section2-right{
        width:100%;
    }
    #aboutus .aboutus-section4 li{
        width:100%;
        margin: 0 0 30px;
    }
    #aboutus .aboutus-section1{
        padding-left:30px;
        padding-right:30px;
    }
    #aboutus .aboutus-section1 .swiper-slide {
        width: calc((100vw - 60px)/2 - 20px);
        margin-right: 30px;
    }
}
@media screen and (max-width:767px){
    #aboutus .banner h3{
        font-size: 34px;
        margin-bottom: 20px;
    }
    #aboutus .banner p {
        line-height: 24px;
        margin-bottom: 20px;
    }
    #aboutus .aboutus-section1{
        padding-left:20px;
        padding-right:20px;
    }
    #aboutus .aboutus-banner-wapper{
        width:calc(100% - 40px);
    }
    #aboutus .aboutus-section1-title{
        height:auto;
        margin-bottom:30px;
    }
    #aboutus .aboutus-section1-title span{
        margin:0 5px 5px;
    }
    #aboutus .aboutus-section1 .swiper-slide {
        width: calc(100vw - 40px);
        margin-right: 20px;
    }
    #aboutus .aboutus-section1-list .aboutus-content{
        margin:10px 0 0;
        height:auto;
    }
    #aboutus .aboutus-wapper{
        padding:0 20px;
    }
    #aboutus .title{
        font-size:24px;
        margin-bottom:20px;
    }
    #aboutus .aboutus-section2-right li{
        width: 100%;
        margin-right:0;
        margin-bottom:20px;
    }
    #aboutus .aboutus-section2-right li:nth-child(3){
        margin-bottom:20px;
    }
    #aboutus .aboutus-section2,
    #aboutus .aboutus-section5{
        padding: 0 0 40px
    }
    #aboutus .aboutus-section4{
        padding:0 0 20px;
    }
    #aboutus .aboutus-section4 ul{
        margin-top:30px;
    }
}

/* Contact Us Styles */
.urmini-title {
    font-size: 38px;
    color: #333;
    font-weight: bold;
}
.urmini-detail {
    font-size: 18px;
    color: #666;
}
.btn-style {
    width: 108px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #1D213B;
    display: block;
    color: #1D213B;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}
.btn-style:hover {
    background: #ff5268;
        border: 1px solid #ff5268;
    color: #fff;
}
#contactus2022 .contactus2022-section1{
    padding: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contactus2022 .section1-left{
    width: 580px;
}
#contactus2022 .section1-left img{
    max-width: 100%;
    display:block;
}
#contactus2022 .section1-right{
    width: calc(100% - 580px);
    padding-left: 80px;
    box-sizing: border-box;
}
#contactus2022 .section1-right .urmini-title{
    margin-bottom: 20px;
    text-align:left;
}
#contactus2022 .section1-right .section1-links{
    margin: 50px 0;
}
#contactus2022 .section1-right .section1-list ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 40px;
}
#contactus2022 .section1-right .section1-list li {
    border-top: 1px solid #000;
    padding: 24px 0;
}
#contactus2022 .section1-right .section1-list li h4 {
    font-size: 16px;
}
#contactus2022 .section1-right .section1-list li p {
    color: #666;
    margin: 10px 0 0;
}
#contactus2022 .section1-right .section1-list li .section1-cus {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0 0;
}
#contactus2022 .section1-right .section1-list li .section1-cus .svg {
    display: flex;
}
#contactus2022 .contactus2022-section2{
    padding: 80px;
    background: #fff;
}
#contactus2022 .contactus2022-section2 .section2-swiper{
    position: relative;
    overflow: hidden;
}
#contactus2022 .contactus2022-section2 ul{
    display: flex;
}

#contactus2022 .contactus2022-section2 li img{
    max-width:100%;
    display:block;
}
#contactus2022 .contactus2022-section2 li .section2-content{
    padding: 40px;
    height: 155px;
    background: linear-gradient(270deg, #f8697c 0%, #ff5268 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
#contactus2022 .contactus2022-section2 li .section2-content h3{
    font-size:16px;
    color: #fff;
}
#contactus2022 .contactus2022-section2 li .section2-content p{
    min-height: 40px;
}
#contactus2022 .contactus2022-section2 .section2-pagination{
    display: flex;
    justify-content: center;
    margin-top:25px;
}
#contactus2022 .contactus2022-section2 .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background-color: #ccc;
    opacity: .5;
    border-radius: 0;
}
#contactus2022 .contactus2022-section2 .swiper-pagination-bullet-active {
    background-color: #1D2345;
    opacity: 1;
}
#contactus2022 .contactus2022-section3{
    background: #fff;
}
#contactus2022 .contactus2022-section3 li{
    display: flex; 
}
#contactus2022 .contactus2022-section3 li .section3-left {
    width: 50%;
}
#contactus2022 .contactus2022-section3 li .section3-content{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    border: 1px solid #ccc;
}
#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 48px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
#contactus2022 .contactus2022-section3 li .section3-content p{
    line-height:2.5;
}
#contactus2022 .contactus2022-section3 li .section3-content-wrapper .urmini-title{
    position:relative;
    padding:32px 0 0;
}
#contactus2022 .contactus2022-section3 li .section3-content-wrapper .urmini-title:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:8px;
    width:32px;
    background:#ff5268;
}

#contactus2022 .contactus2022-section3 li .img{
    height:100%;
}
#contactus2022 .contactus2022-section3 li .img img {
    display:block;
    max-height: 100%;
    max-width: 100%;
}
#contactus2022 .contactus2022-section3 li:nth-child(2) .section3-content,
#contactus2022 .contactus2022-section3 li:nth-child(4) .section3-content,
#contactus2022 .contactus2022-section3 li:nth-child(6) .section3-content{
    justify-content: flex-start;
}
#contactus2022 .contactus2022-section3 li:nth-child(2) .section3-content-wrapper,
#contactus2022 .contactus2022-section3 li:nth-child(4) .section3-content-wrapper,
#contactus2022 .contactus2022-section3 li:nth-child(6) .section3-content-wrapper{
    border: none;
    border-right: 1px solid #ccc;
}
#contactus2022 .contactus2022-section3 li:nth-child(6) .img,
#contactus2022 .contactus2022-section3 li .section3-right,
#contactus2022 .contactus2022-section3 li:nth-child(3) .img,
#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-content{
    width:50%;
}
#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-content-wrapper{
    width:100%;
}
#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
    display:flex;
}

#contactus2022 .contactus2022-section3 li:nth-child(6) .section3-left{
    display:flex;
    justify-content: flex-end;
}

#contactus2022 .contactus2022-section4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F3F3F5;
    padding:80px 0;
    text-align:center;
}
#contactus2022 .contactus2022-section4 .urmini-detail{
    margin-top:20px;
}
#contactus2022 .contactus2022-section4 .btn-style{
    margin:50px 0;
}
#contactus2022 .contactus2022-section4 .section4-loop-1,
#contactus2022 .contactus2022-section4 .section4-loop-2{
    margin-bottom:10px;
    width:100%;
    position:relative;
}
#contactus2022 .contactus2022-section4 ul{
    display:flex;
}
#contactus2022 .contactus2022-section4 .section4-loop-2 ul{
    flex-flow: row-reverse;
}

#contactus2022 .contactus2022-section4 .section4-loop1-swiper,
#contactus2022 .contactus2022-section4 .section4-loop2-swiper{
    position:relative;
    overflow:hidden;
    width:100%;
}
#contactus2022 .contactus2022-section4 .section4-loop-1 li,
#contactus2022 .contactus2022-section4 .section4-loop-2 li{
    width:auto;
    margin:0 5px;
}
#contactus2022 .contactus2022-section4 .section4-loop-1 img,
#contactus2022 .contactus2022-section4 .section4-loop-2 img{
    max-height:280px;
    display:block;
    max-width: none;
    border: none;
}

@media screen and (max-width:1440px){
    #contactus2022 .contactus2022-section3 li .section3-content-wrapper{
        width:100%;
        border:none;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .section3-left{
        width:0;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
        width: 100%;
        flex-flow: row-reverse;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .img{
        padding-right: 25%;
        width: 25%;
    }
}
@media screen and (max-width:1280px){
    #contactus2022 .section1-left{
        width:500px;
    }
    #contactus2022 .section1-right{
        width: calc(100% - 500px);
        padding-left: 50px;
    }
    #contactus2022 .contactus2022-section3 li .section3-content-wrapper{
        padding:30px;
    }
    #contactus2022 .urmini-title{
        font-size:30px;
    }
}
@media screen and (max-width:1024px){
    #contactus2022 .contactus2022-section1{
        flex-direction: column;
    }
    #contactus2022 .section1-left{
        width: 100%;
    }
    #contactus2022 .section1-right{
        width: 100%;
        padding: 0;
        margin: 50px 0 0;
    }

    #contactus2022 .contactus2022-section3 li .section3-content-wrapper{
        width: 100%;
        border: none;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .section3-left{
        width:0;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
        width: 100%;
        flex-flow: row-reverse;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(6) .img{
        width:100%;
    }   
    #contactus2022 .contactus2022-section4 .section4-loop-1 img, 
    #contactus2022 .contactus2022-section4 .section4-loop-2 img{
        max-height:250px;
    }   
    #contactus2022 .contactus2022-section3 li .section3-content p{
        line-height:1.8;
    }
}
@media screen and (max-width:1023px){
    #contactus2022 .contactus2022-section2,
    #contactus2022 .contactus2022-section1{
        padding:30px;
    }
    #contactus2022 .contactus2022-section3 li .section3-content-wrapper{
        padding:30px;
    }
    #contactus2022 .contactus2022-section3 li .img{
        height: 50vw;
    }
    #contactus2022 .contactus2022-section3 li .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .img{
        padding:0;
        width:50%;
    }
}
@media screen and (max-width:767px){
    .urmini-title{
        text-align: center;
        font-size: 30px;
    }
    .urmini-detail{
        font-size:16px;
        text-align:center;
    }
    #contactus2022 .contactus2022-section2, 
    #contactus2022 .contactus2022-section1{
        padding:20px;
    }
    #contactus2022 .section1-right{
        margin:30px 0 0;
    }
    #contactus2022 .urmini-detail,
    #contactus2022 .urmini-main-title{
        text-align:left;
    }
    #contactus2022 .section1-right .section1-list ul{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 20px;
    }

    #contactus2022 .contactus2022-section2 li .section2-content{
        padding: 20px;
        height: auto;
        justify-content: flex-start;
    }
    #contactus2022 .contactus2022-section2 li .section2-content p{
        margin-top:10px;
    }
    #contactus2022 .contactus2022-section3{
        padding:20px 0;
    }
    #contactus2022 .contactus2022-section3 li{
        flex-direction: column;
        height:auto;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .img,
    #contactus2022 .contactus2022-section3 li:nth-child(3) .section3-content,
    #contactus2022 .contactus2022-section3 li .section3-left,
    #contactus2022 .contactus2022-section3 li .section3-right{
        width:100%;
    }
    #contactus2022 .contactus2022-section3 li{
        flex-direction: column;
        height: auto;
        margin-top:20px;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(7),
    #contactus2022 .contactus2022-section3 li:nth-child(5),
    #contactus2022 .contactus2022-section3 li:nth-child(1){
        flex-direction: column-reverse;
    }
    #contactus2022 .contactus2022-section3 li .section3-content-wrapper .urmini-title{
        text-align:left;
    }
    #contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
        flex-direction: column;
    }
    #contactus2022 .contactus2022-section4 .urmini-title,
    #contactus2022 .contactus2022-section4 .urmini-detail{
        padding:0 20px;
    }
    #contactus2022 .contactus2022-section4 .section4-loop-1 img, 
    #contactus2022 .contactus2022-section4 .section4-loop-2 img{
        max-height: 200px;
    }
    #contactus2022 .contactus2022-section3 li .section3-content-wrapper{
        padding: 30px 20px;
    }
    #contactus2022 .contactus2022-section3 li .section3-content p{
        margin:30px 0 20px;
        line-height: 1.5;
    }
    #contactus2022 .contactus2022-section3 li .img{
        height:100vw;
    }
    #contactus2022 .contactus2022-section3 li .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #contactus2022 .contactus2022-section3 li .section3-content{
        border:none;
    }
}

/* Partner Styles */
#partner_oem .partner_oem_wrapper{
    max-width:calc(100% - 160px);
    width:100%;
    margin:0 auto;
}
#partner_oem .partner_oem_banner{
    background: #1D213B;
    height:410px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#partner_oem .partner_oem_banner .partner_oem_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height:100%;
}
#partner_oem .partner_oem_banner_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Product Page 2022 Extra Styles */
#product-page-2022 .section-2.hidden-section {
    display: none;
}
.footer-plus-sign {
    margin-left: 5px;
}
#partner_oem .partner_oem_banner_content .oemsaas-main-title{
    margin-bottom:15px;
    color: #fff;
    font-size: 40px;
}
#partner_oem .oemsaas-title{
    font-size: 30px;
    color: #1D213B;
    text-align: center;
}
#partner_oem .oemsaas-detail{
    margin-bottom:50px;
    font-size: 20px;
    opacity: 0.8;
    color: #666;
    text-align: center;
}
#partner_oem .partner_oem_banner_content .oemsaas-detail{
    color: #fff;
}
#partner_oem .partner_oem_logo_swiper{
    padding-bottom:80px;
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top: -82px;
    padding: 20px;
}
#partner_oem .partner_oem_logo_swiper li a{
    height: 164px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
} 

#partner_oem .partner_oem_logo_swiper li a img{
    max-width:90%;
}


#partner_oem .section1,
#partner_oem .section2,
#partner_oem .section3{
    margin:80px 0 0;
    border-bottom:1px solid #333;
}
#partner_oem .section1 .oemsaas-detail,
#partner_oem .section2 .oemsaas-detail,
#partner_oem .section3 .oemsaas-detail{
    margin:15px 0 0;
}

#partner_oem .section3{
    border-bottom:0;
}

#partner_oem .partner_oem-logo-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding:80px 0;
}
#partner_oem .partner_oem-logo-list li{}
#partner_oem .partner_oem-logo-list li a{
    
} 
#partner_oem .partner_oem-logo-list li img{
    max-width:100%;
}

@media screen and (max-width:1023px){
    
}
@media screen and (max-width:768px){
    #partner_oem .partner_oem_wrapper{
        max-width:calc(100vw - 60px);
    }
    #partner_oem .partner_oem-logo-list{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}
@media screen and (max-width:767px){
    #partner_oem .section1, #partner_oem .section2, #partner_oem .section3{
        margin: 60px 0 0;
    }
    #partner_oem .partner_oem_wrapper{
        max-width:calc(100vw - 40px);
    }
    #partner_oem .partner_oem-logo-list{
        padding: 50px 0;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    #partner_oem .partner_oem_logo_swiper{
        padding: 0;
        margin-top: calc(7.5px - 12.5vw);
    }

    #partner_oem .partner_oem_logo_swiper li a{
        height: calc(25vw - 15px);
    }
    #partner_oem .partner_oem_banner_content .oemsaas-main-title{
        font-size: 30px;
    }
    #partner_oem .oemsaas-title{
        font-size: 26px;
    }
    #partner_oem .oemsaas-detail{
        font-size: 16px;
        margin-bottom: 30px;
    }
}
#partner_oem .partner_oem_banner_content .oemsaas-main-title{
    margin-bottom:15px;
    color: #fff;
    font-size: 40px;
}
#partner_oem .oemsaas-title{
    font-size: 30px;
    color: #1D213B;
    text-align: center;
}
#partner_oem .oemsaas-detail{
    margin-bottom:50px;
    font-size: 20px;
    opacity: 0.8;
    color: #666;
    text-align: center;
}
#partner_oem .partner_oem_banner_content .oemsaas-detail{
    color: #fff;
}
#partner_oem .partner_oem_logo_swiper{
    padding-bottom:80px;
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top: -82px;
    padding: 20px;
}
#partner_oem .partner_oem_logo_swiper li a{
    height: 164px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
} 

#partner_oem .partner_oem_logo_swiper li a img{
    max-width:90%;
}


#partner_oem .section1,
#partner_oem .section2,
#partner_oem .section3{
    margin:80px 0 0;
    border-bottom:1px solid #333;
}
#partner_oem .section1 .oemsaas-detail,
#partner_oem .section2 .oemsaas-detail,
#partner_oem .section3 .oemsaas-detail{
    margin:15px 0 0;
}

#partner_oem .section3{
    border-bottom:0;
}

#partner_oem .partner_oem-logo-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding:80px 0;
}
#partner_oem .partner_oem-logo-list li img{
    max-width:100%;
}

@media screen and (max-width:768px){
    #partner_oem .partner_oem_wrapper{
        max-width:calc(100vw - 60px);
    }
    #partner_oem .partner_oem-logo-list{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}
@media screen and (max-width:767px){
    #partner_oem .section1, #partner_oem .section2, #partner_oem .section3{
        margin: 60px 0 0;
    }
    #partner_oem .partner_oem_wrapper{
        max-width:calc(100vw - 40px);
    }
    #partner_oem .partner_oem-logo-list{
        padding: 50px 0;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    #partner_oem .partner_oem_logo_swiper{
        padding: 0;
        margin-top: calc(7.5px - 12.5vw);
    }

    #partner_oem .partner_oem_logo_swiper li a{
        height: calc(25vw - 15px);
    }
    #partner_oem .partner_oem_banner_content .oemsaas-main-title{
        font-size: 30px;
    }
    #partner_oem .oemsaas-title{
        font-size: 26px;
    }
    #partner_oem .oemsaas-detail{
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1024px) {
    #product-page-2022 .section-3 .section3-content{
        flex-direction: column;
    }
    #product-page-2022 .product2022-title{
        text-align: center;
    }

    #product-page-2022 .section-3 .section3-left{
        width: 100%;
        padding: 0;
    }
    #product-page-2022 .section-3 .section3-left .section3-img img{
        max-width: 100%;
    }
    #product-page-2022 .section-3 .section3-left ul{
        margin: 20px 0 0;
    }
    #product-page-2022 .section-3 .section3-right{
        width: 100%;
        margin: 40px 0 0;
    }
    #product-page-2022 .section-5 .section5-content{
        flex-direction: column-reverse;
    }
    #product-page-2022 .section-5 .section5-left{
        width: 100%;
        margin: 30px 0 0;
    }
    #product-page-2022 .section-5 .section5-left .section5-btn,
    #product-page-2022 .section-5 .section5-left .section5-swiper .tip,
    #product-page-2022 .section-5 .section5-left .section5-swiper{
        margin: 20px 0 0;
    }
}
