@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .headLogo{
        width: 100px;
        height: 34px;
    }
    .headLogoImg{
        height: 33px;
    }
    .navWrapper{
        padding: 15px 15px;
    }
    .navWrapper .logo{width: 10%;}
    .menuWrapper>div{padding-right: 10px;}
    .menuWrapper>div>a{
        font-size: 15px;
    }
    .menuWrapper a{
        font-size: 13px;
        margin-right: 5px;
    }
    .loginRegister {
        font-size: 13px;
        margin: 0 10px;
    }
    
    .buyTicket{
        width: 102px;
        font-size: 12px;
        margin-right: 12px;
        /* padding: 16px; */
    }
    .timeBlock{
        display: none;
    }
    .timeBlock{margin-right: 10px;}
    .timeBlock>p:first-child{font-size: 15px;}
    .timeBlock>p:last-child{font-size: 12px;}
    .demo-navigation{
        padding: 5px 5px;
    }
    .headLanguage .demo-navigation .area .ibox h3{font-size: 12px;}
    .headLanguage .demo-navigation .area .ibox h3>img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
    .headLanguage .demo-navigation .area li.ibox h3 em{margin-top: 0;}
    .headLanguage .demo-navigation .area li.ibox .menus li a{font-size: 12px;}

    .sectionVideo .text,.confGathSwiper .swiper-slide .text{top: 18%;padding: 0 20px;}
    .sectionVideo .text .knowMoreButton,.confGathSwiper .text .knowMoreButton{margin: 20px 0px 0;}

    .aboutUsSection{padding: 160px 30px;height: 1428px;}
    .textContainer h2{font-size: 32px;}
    .textContainer a{font-size: 16px;}
    .cfExhContainer{gap: 3vw;}
    .blurMask{
        width: 300px;
        height: 430px;
    }
    .achvWrapper{padding: 0 30px;}
    .eventWrapper{max-width: 480px;}
    .eventDetail{gap: 12px;}
    .followLine{max-width: 70px;}
    .ew1 .eventContent{right: 0;}
    .ew4 .eventContent,.ew5 .eventContent,.ew6 .eventContent{left: 0;}

    .footerWrapper{padding: 64px 30px;}
    .linkServBox,.subsAboutBox{max-width: unset;}
    .linkServBox>div{width: auto;max-width: unset;}
    .emailInput{width: 510px;}

    .modelTostChile{
        top: calc(50% - 370px);
        right: 5%;
        width: 90%;
        max-width: unset;
        max-height: unset;
        height: auto;
    }

    /* 定义从右进入滑动动画特效 */
    @keyframes modelToLeft {
        0% {
            right: -120%;
        }
        /* 50% {
            right: 50%;
            transform: translateX(50%);
        } */
        100% {
            right: 6%;
            /* transform: translateX(-50%); */
        }
    }
    /* 定义从右离开滑动动画特效 */
    @keyframes modelToRight {
        0% {
            right: 6%;
        }
        /* 50% {
            right: 50%;
            transform: translateX(50%);
        } */
        100% {
            right: -120%;
            /* transform: translateX(-50%); */
        }
    }

    /* conference聚合页 */
    .speakerCardsSection{
        padding: 160px 30px;
    }
    .spCardsWrapper{
        width: 100%;
    }
    .spCards{
        width: 100%;
    }
    .brandsWrapper h2{
        margin: 0 0 30px;
    }
    .brandsBox a{
        padding: 16px 16px 20px;
    }
    .brandTitle{
        font-size: 14px;
        margin: 14px 0;
    }
    .brandIntro {
        font-size: 12px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1279px) {
    .navWrapper{padding: 0px 20px;}
    .navWrapper .logo{width: 10%;}
    .menuWrapper>div{padding-right: 10px;}
    .timeBlock{display: none !important;}
    .menuWrapper a,.buyTicket,.timeBlock{margin-right: 5px;}
    .loginRegister{margin: 0 10px 0 8px;}
    .timeBlock>p:last-child{text-align: center;}
    .demo-navigation{padding: 5px;}
    .headLanguage .demo-navigation .area .ibox h3>img{
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .sectionVideo .text,.confGathSwiper .swiper-slide .text{top: 18%;padding: 0 20px;}
    .sectionVideo .text .knowMoreButton,.confGathSwiper .text .knowMoreButton{margin: 40px 0px 0;}

    .aboutUsSection{padding: 160px 30px;height: 1428px;}
    .textContainer h2{font-size: 32px;}
    .textContainer a{font-size: 16px;}
    .cfExhContainer{gap: 3vw;}

    .titleSection{height: 588px;}

    .blurMask{
        width: 300px;
        height: 430px;
    }
    .achvWrapper{padding: 0 30px;}
    .achvWrapper .achvContent:first-child{height: 709px;}
    .achvWrapper .achvContent:nth-child(2){height: 817px;}
    .achvWrapper .achvContent:last-child{height: 921px;}

    .eventWrapper{max-width: 480px;}
    .eventDetail{gap: 12px;}
    .followLine{max-width: 70px;}
    .ew1 .eventContent{right: 0;}
    .ew4 .eventContent,.ew5 .eventContent,.ew6 .eventContent{left: 0;}

    .footerWrapper{padding: 64px 30px;}
    .linkServBox,.subsAboutBox{max-width: unset;}
    .linkServBox>div{width: auto;max-width: unset;}

    /* conference聚合页 */
    .speakerCardsSection{
        padding: 114px 30px;
    }
    .spCardsWrapper{
        width: 100%;
    }
    .spCards{
        width: 100%;
    }
    .brandsWrapper h2{
        margin: 0 0 30px;
    }
    .brandsBox a{
        padding: 16px 16px 20px;
    }
    .brandTitle{
        font-size: 14px;
        margin: 14px 0;
    }
    .brandIntro {
        font-size: 12px;
    }

    /* .modelTostChile{
        top: calc(50% - 370px);
        right: 5%;
        width: 90%;
        max-width: unset;
        max-height: unset;
        height: auto;
    } */

    /* 定义从右进入滑动动画特效 */
    /* @keyframes modelToLeft {
        0% {
            right: -120%;
        }
        
        100% {
            right: 6%;
        }
    } */
    /* 定义从右离开滑动动画特效 */
    /* @keyframes modelToRight {
        0% {
            right: 6%;
        }
        100% {
            right: -120%;
        }
    } */
    
    
}
@media screen and (min-width: 1280px) and (max-width: 1800px) {
    .eventWrapper{max-width: 600px;}
    .eventDetail{gap: 12px;}
    .followLine{max-width: 156px;}
    .ew1 .eventContent{right: -45px;}
    .ew4 .eventContent{left: -90px;}
    .ew5 .eventContent{right: -118px;}
    .ew6 .eventContent{left: -30px;}
}
@media screen and (min-width: 1280px) and (max-width: 1860px) {
    .sectionVideo .text,.confGathSwiper .swiper-slide .text{padding: 0 62px;margin: unset;}
    .titleSection{height: 642px;}
    .brExContent>h3{
        font-size: 28px;
    }
    .brExContent>p{
        font-size: 18px;
    }
    .registrationCard{
      top: 240px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1500px) {
    .navWrapper{padding: 0px 30px;}
    .menuWrapper>div{padding-right: 22px;}
    .menuWrapper a{margin-right: 5px;}
    .loginRegister{margin: 0 16px 0 6px;}
    .buyTicket{margin-right: 20px;}
    .timeBlock{margin-right: 10px;}
    .sectionVideo .text,.confGathSwiper .swiper-slide .text{top: 18%;padding: 0 60px;}
    .sectionVideo .text .knowMoreButton,.confGathSwiper .text .knowMoreButton{margin: 35px 0 0;}

    .blurMask{
        width: 300px;
        height: 430px;
    }

    /* conference聚合页 */
    .brandsWrapper h2{
        margin: 0 0 35px;
    }
    .brandsBox a{
        padding: 16px 16px 35px;
    }
    

    /* .modelTostChile{
        right: 5%;
        width: 90%;
        max-width: unset;
        max-height: unset;
        height: auto;
    } */

    /* 定义从右进入滑动动画特效 */
    /* @keyframes modelToLeft {
        0% {
            right: -120%;
        }
        100% {
            right: 6%;
        }
    } */
    /* 定义从右离开滑动动画特效 */
    /* @keyframes modelToRight {
        0% {
            right: 6%;
        }
        100% {
            right: -120%;
        }
    } */
    .registrationCard{
        width: 312px;
        height: 360px;
        right: 10%;
        top: 2.8rem;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .registrationCard .card-ul .card-li{
        margin-top: 25px;
    }
    .registrationCard .card-ul .card-li img{
        width: 30px;
        height: 30px;
    }
    .registrationCard .card-ul .card-li span{
        margin-left: 10px;
        font-size: 18px;
    }
    .registrationCard .card-login{
        margin-top: 30px;
        font-size: 16px;
    }
}
@media (max-width: 1500px){
    /* .sponsorshipPackages{
        height: 1500px;
    } */
    .sspCardsBox{flex-wrap: wrap;}
    .titleArticle{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (max-width: 1280px){
    .cardIntro{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        min-height: unset;
    }
    .brExContent>h3{
        font-size: 18px;
    }
    .brExContent>p{
        font-size: 14px;
    }
    .registrationCard{
        width: 312px;
        height: 360px;
        right: 10%;
        top: 2.8rem;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .registrationCard .card-ul .card-li{
        margin-top: 25px;
    }
    .registrationCard .card-ul .card-li img{
        width: 30px;
        height: 30px;
    }
    .registrationCard .card-ul .card-li span{
        margin-left: 10px;
        font-size: 18px;
    }
    .registrationCard .card-login{
        margin-top: 30px;
        font-size: 16px;
    }
    /* .whySponsor{height: 910px;} */
}
@media (min-width: 1025px){
    .navHeader:hover{background-color: rgba(0,0,0,0.5) !important;}
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
    .headText .headText2{
        letter-spacing: -0.8px;
    }
    .headText .headText1{
        letter-spacing: -0.8px;
        
    }
    .headLogo{
        width: 153px;
        height: 50px;
    }
    .headLogoImg{
        height: 50px;
    }
}
/* 手机端样式 begin */
@media (max-width: 1024px) {
    html,body{height: 100%;}
    .bodyFixed{position: fixed;}
    /* .navHeader{height: 1.3rem;} */
    /* .navHeader:hover {
        background-color: #000 !important;
    } */
    .navHeader{
        background-color: rgba(56, 66, 76, 1);
    }
    .navWrapper{
        width: 100%;
        padding: 10px 10px;
        flex-wrap: wrap;
    }
    .headLogo{
        width: 127px;
        height: 32px;
    }
    .headLogoImg{
        height: 33px;
    }
    .headText{display: none;}
    .mobileFlexCupp{
        display: inline-block;
        width: 1.2rem;
        height:30px;
    }
    .logoImg,.logoImgBlack{max-height: 30px !important;}
    .navWrapper .button1{
        display: none;
    }
    .menuWrapper{display: none;}
    .navLogin,.timeBlock,.headLanguage{display: none;}
    .navButtIcons{
        margin-left: auto;
        margin-right: 15px;
    }
    .buyTicket{
        width: 90px;
        height: 25px;
        font-size: 12px;
        padding: 5px 10px;
        border: 1px solid #FFFFFF;
    }
    .buyTicketBox{
        display: none;
    }
    .btArrRight{
        width: 14px;
        height: 14px;
    }
    .btArrRight:after{
        width: 14px;
        height: 14px;
    }
    #mobileTimeBlock{
        /* display: inline-block; */
        margin-right: 0;
        margin-top: -4px;
        margin-left: -7vw;
    }
    .timeBlock>p:first-child{font-size: 16px;line-height: 16px;}

    .hamburgerButton{
        display: inline-block;
        background-color: transparent;
        position: relative;
        z-index: 4;
        transition: all .75s cubic-bezier(.77,0,.175,1);
        cursor: pointer;
    }
    
    .hamburgerButton span{
        display: block;
        width: 20px;
        height: 2px;
        position: relative;
        opacity: .88;
        background: #fff;
        z-index: 1;
        transform-origin: 4px 0;
        transition: transform .5s cubic-bezier(.77,.2,.05,1), background .5s cubic-bezier(.77,.2,.05,1), opacity .55s ease;
    }
    .hamburgerButton span:first-child {
        transform-origin: 0 0;
        margin-bottom: 3px;
    }
    .hamburgerButton span:nth-last-child(2) {
        transform-origin: 0 100%;
        /* width: 16px; */
        margin-bottom: 3px;
        transition: all .6s ease;
    }

    .hamburgerButton.isActive span {
        opacity: 1;
        transform: rotate(45deg);
    }
    .hamburgerButton.isActive span:nth-last-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(.2);
    }
    .hamburgerButton.isActive span:first-child {
        margin-bottom: 3px;
        transform: rotate(45deg) translateY(-2px);
    }
    .hamburgerButton.isActive span:last-child {
        /* margin-bottom: 5px; */
        transform: rotate(-45deg) translateY(-2px);
    }
    
    .fullScreenMenu{
        position: fixed;
        top: 44px;
        width: 100%;
        height: 100%;
        background-color: #000;
        color: #fff;
        /* overflow: scroll; */
        transform: translateY(0);
        transition: all .4s cubic-bezier(.39,.575,.565,1);
    }
    .fullScreenMenu .menuContainer {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        height: 100%;
        display: block;
        padding-top: 30px;
    }
    
    /* navMenu */
    .navMenu{padding-bottom: 60px;}
    .navMenu>li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
    }

    .navMenu>li>div {
        display: block;
        overflow: hidden;
        padding-left: 0px;
        line-height: 40px;
        /* color: #ABB1B7; */
        transition: all .3s;
        position: relative;
        text-decoration: none;
        font-size: 17px;
        /* border-top: 1px solid #ABB1B7; */
        /* border-bottom: 1px solid #ABB1B7; */
        width: 100%;
        padding: 3px 7px;
    }

    .navMenu>li:nth-of-type(1)>div {
        border-top: 1px solid transparent;
    }

    .navMenu>li:last-child>div {
        border-bottom: 1px solid transparent;
    }

    .navMenu li .arrow:before {
        float: right;
        font-size: 16px;
        content: "";
        width: 14px;
        height: 12px;
        background-image: url(/images/dropdown-icon.svg);
        font-weight: 300;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        text-shadow: none;
        cursor: pointer;
        transition: .5s;
        transform: rotate(-90deg);
        filter: invert(0.2);
    }

    .navMenu li .arrow.open:before {
        font-size: 16px;
        content: "";
        width: 14px;
        height: 12px;
        background-image: url(/images/dropdown-icon.svg);
        font-weight: 300;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        text-shadow: none;
        cursor: pointer;
        transition: .5s;
        transform: rotate(0deg);
        filter: invert(0.2);
    }

    /* .navMenu>li>div.active,
    .navMenu>li>div:hover {
        color: #FFF;
        background: #164A96;
        border-radius: 4px;
    } */
    .navMenu>li>div a{display: inline-block;width: 92%;color: #fff;}
    .navMenu>li>div.active a,
    .navMenu>li>div:hover a{color: #FFF;}

    .navMenu>li>div>span,.sub-menu>li>div>span{
        float: right;
        margin-top: 16px;
        padding: 0 0px 10px 10px;
        cursor: pointer;
    }

    .navMenu>li>ul.sub-menu,
    .navMenu>li>ul.sub-menu>li>ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 8px 0px 0px 10px;
        padding-bottom: 5px;
    }

    .navMenu>li>ul.sub-menu li {
        background: none;
        margin: 0px;
        padding: 0px;
    }

    .navMenu>li>ul.sub-menu li>div>a {
        display: inline-block;
        font-size: 16px;
        line-height: 36px;
        padding-left: 20px;
        color: #fff;
        clear: both;
    }

    /* .navMenu>li>ul.sub-menu li>div.active,
    .navMenu>li>ul.sub-menu li>div:hover,
    .navMenu>li>ul.sub-menu>li.active>div {
        color: #FFF;
        border-radius: 4px;
        background: #164A96;
    } */
    .navMenu>li>ul.sub-menu li>div.active a,
    .navMenu>li>ul.sub-menu li>div:hover a,
    .navMenu>li>ul.sub-menu>li.active>div a{color: #FFF;}

    /* .mobileRegButt{
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        padding-bottom: 30px;
    }
    .button1{
        min-width: 100px;
        height: 44px;
        line-height: 44px;
        color: #fff;
    } */

    .fullScreenMenu .menuContainer .navButtIcons{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2vh;
    }
    .loginRegister,.buyTicket{margin: 0;}
  
    /* .domo-slides .tabs{bottom: 15px;} */
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 15px;}
  .confGathSwiper .swiper-slide .text{top: 18%;padding: 0 20px;}
    .sectionVideo .text{
        top: 36%;
        padding-left: 10%;
    }
    .sectionVideo .text .knowMoreButton,.confGathSwiper .text .knowMoreButton{margin: 20px 0px 0;}
    .sectionVideo .text h3{
        font-size: 18px;
        font-weight: 400;
    }
    .sectionVideo .text h1{
        font-size: 30px;
        font-weight: 400;
    }
    .RegisterButton{
    margin-top: 60%;
    margin-left: 20%;
    background: #38424C;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 44px;
    font-size: 16px;
    padding: 10px 10px 10px 30px;
    font-weight: bold;
    }
    .RegisterButton_kmArrRight{
            width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 30px;
    background: #FBBC04;
    position: relative;
    }
    .RegisterButton_kmArrRight:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-image: url(/images/Arrow_forward.svg);
}
    .aboutUsSection{padding: 160px 30px;height: 1360px;}
    
    /* .textContainer a{font-size: 16px;} */
    .cfExhContainer{gap: 3vw;}

    /* .exhibitiorSection{opacity: 1;transform: scale(1, 1);} */
    .exhibitiorSection .text{
        top: 15%;
    }
    .exhibitiorSection .text h5{margin-bottom: 50px;}

    #partnersSection{height: 543px;}
    .demo-scroll-marquee .textCont .logosSlide a{width: 200px;padding: 0 20px;}

    .titleSection{height: 532px;}
    /* .achvBlur{height: 180px;} */
    .blurMask{
        width: 248px;
        height: 430px;
    }
    .achvBlur{height: 200px;}
    .achvWrapper{padding: 0 30px;}
    .achvWrapper .achvContent:first-child{height: 590px;}
    .achvWrapper .achvContent:nth-child(2){height: 750px;}
    .achvWrapper .achvContent:last-child{height: 779px;}
    .achvDetail,.achvBottomBg{margin-bottom: 60px !important;}
    .achvBottomBg{max-height: 236px;}

    #exhibitors {
        height: 407px;
        padding: 60px 0;
    }
    
    .eventSection{height: auto;}
    .eventTreeBox{
        flex-direction: column;
        align-items: center;
        gap: 6vh;
        background-position-y: 12%;
    }
    .eventWrapper{max-width: 480px;}
    .eventDetail{gap: 12px;}
    .followLine{display: none;}
    .ew2,.ew3,.ew4,.ew5,.ew6{margin-top: 0;}
    .ew1 .eventContent{right: 0;}
    .ew4 .eventContent,.ew5 .eventContent,.ew6 .eventContent{left: 0;}

    .footerWrapper{padding: 64px 30px;}
    .linkServBox,.subsAboutBox{max-width: unset;gap: 2vw;}
    .linkServBox>div{width: auto;max-width: unset;}
    .emailInput{width: 400px;}

    .footerSelctBox{
        flex-direction: column;
        height: auto;
    }
    .countryBox .demo-navigation{z-index: 2;}
    .payBox{
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 200px;
    }

    .modelTostChile{
        right: 10%;
        width: 80%;
        max-width: unset;
        max-height: unset;
        height: auto;
        top: 30px;
    }
    .modelTostTextBox{
        max-width: unset;
        width: 85%;
    }

    /* 定义从右进入滑动动画特效 */
    @keyframes modelToLeft {
        0% {
            right: -120%;
        }
        100% {
            right: 6%;
        }
    }
    /* 定义从右离开滑动动画特效 */
    @keyframes modelToRight {
        0% {
            right: 6%;
        }
        100% {
            right: -120%;
        }
    }

    /* conference聚合页 */
    .speakerCardsSection{
        height: auto;
        padding:50px 30px 0;
    }
    .spCardsWrapper{width: 100%;}
    .spCards{width: 100%;}
    .spCardsText h2{
        opacity: 1;
        font-size: 20px;
    }
    .spCardsText p{
        opacity: 1;
        font-size: 14px;
        margin-top: 25px;
    }
    .spCardsText .knowMoreButton{
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .spCards .logosSlide,.spCards .cardBox{max-width: 330px;}
    .spCards .cardTitle{
        letter-spacing: 3px;
    }
    
    .brandsSection{
        padding-bottom: 50px;
        height: auto;
        background: none;
    }
    .brandsWrapper h2,.wsWrapper h2,.brExWrapper h2,.sspWrapper h2,.sponsayWrapper h2{
        margin: 40px 0 40px;
        font-size: 20px;
    }
    .sslogoWrapper h2{
        margin: 20px 0;
        font-size: 20px;
    }
    .brandsBox{
        flex-direction: column;
        align-items: center;
    }
    .confRegistration{opacity: 1;}
    .confRegWrapper h2{margin: 0px 0 40px;font-size: 20px;}
    .confRegImg_close{display: none;}
    .confRegLink{display: inline-block;margin-left: 18px;}
    .waysToVisit{opacity: 1;height: auto;}
    .waysWrapper h2{margin: 50px 0;font-size: 20px;}
    .confRegBox,.waysBox{flex-direction: column;align-items: center;}
    .confQuesBox{
        width: 90%;
        margin: 0 auto;
    }
    .confQuesWrapper h2{
        margin: 70px 0 60px;
        font-size: 20px;
    }
    .confQuestions{
        opacity: 1;
        height: auto;
        padding-bottom: 60px;
    }
    /* .whySponsor{height: 1360px;} */
    .sponsorshipPackages,.sponsorLogo{
        /* height: 1260px; */
        margin-bottom: 100px;}
    /* .brandExposure{height: 960px;} */
    .brExBox>div{opacity: 1;}
    .sponsorsSay{height: 670px;}
    .wsCardsBox,.sspCardsBox{
        flex-wrap: wrap;
    }
    .wsCardsBox{margin-bottom: 90px;}
    .headTitle{
        height: auto;
        padding: 10px;
        display: inline-block;
    }
    .headTitle a h1{
        display: none;
    }
    .headTitle_logo{
        display: none;
    }
    .headTitle a img{
        height: auto;
    }
    .headTitle_logo_mobile{
        height: auto;
        display: inline-block;
      }
    .headTitle_time{
        display: none;
    }
    .headTitle_time_mobile{
        height: auto;
        display: inline-block;
      }
    /* .navHeader{
      top:1.4rem;
      background: #FFFFFF !important;
    } */
    .registrationCard{
        display: none;
    }
    /* .bannerSwipperBox{
        display: none;
    } */
    /* .menu_icon{
        display: inline-block;
    } */
    .menu_title{
        display: block;
       
    }
    .head_title{
        display: inline-block;
    }
    .head_title_1{
        font-size: 17px;
    }
    .head_title_2{
        font-size: 13px;
    }
    /* .hamburgerButton .inner{
        display: none;
    } */
    .timeBlock{
        display: none !important;
    }
    .mobileFlexCupp{
        display: none !important; 
    }
    .registrationCardMobile{
        display: inline-block;
    }
    .navHeader{
        box-shadow: none !important;
        animation: none !important;
    }
    .mainWrapper{
        /* margin-top: 9rem; */
        
    }
    .aboutUsSection{
        padding-top: 0px !important;
    }
    .textContainer{
        padding-top: 20px;
    }
    .textContainer h2{
        font-weight: 500;
    }
    .textContainer a{
        margin-top: 30px;
        font-weight: 500;
    }
    /* .textContainer{
        padding-top: 0px !important;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom:10px;
        border-radius: 5%;
    }
    .textContainer h2{
        font-weight: bold;
        padding: 10px;
    }
    .textContainer a{
        padding: 20px 10px 10px 10px;
        margin-top: 0px;
        border: 0;
    }
    .textContainer a span{
        border-bottom: 1px solid #E0EAF4;
        display: inline-block;
        width: 100%;
    }
    .textContainer a:after{
        width: 18px;
        height: 18px;
        top: 15px;
        right: 10px;
    } */
    .exhibitiorSection .text h2{
        color: #FFFFFF;
    }
    .exhibitiorSection .text h5{
        color: #FFFFFF;
    }
    .registerBox_index{
        display: none;
    }
}
@media screen and (max-width: 912px) {
    /* .sponsorshipPackages{height: 2335px;} */
}

@media screen and (max-width: 810px) {
    
    .footerNavBox{
        flex-direction: column;
        gap: 12px;
    }
    .linkServBox, .subsAboutBox{
        gap: 8vw;
        flex-direction: column;
    }
    .linkServBox>div{
        max-width: unset;
        width: 100%;
    }
    .lsItem{width: 100%;}
    .lsItem>div{width: 100%;}
    .lsItem a, .lsItem p{
        width: 100%;
        text-wrap:wrap;
    }
    .payBox {
        flex-wrap: nowrap;
    }
    .emailInput{
        width: 280px;
    }
}

@media (max-width: 767px) {
    
    .knowMoreButton{
        width: 360px;
        height: 44px;
        line-height: 34px;
    }
    .kmArrRight{
        width: 36px;
        height: 36px;
    }
    .kmArrRight:after{
        top: 6px;
        left: 8px;
        width: 25px;
        height: 25px;
    }
    

    .aboutUsSection{
        padding: 80px 20px;
        height: auto;
    }
    .textContainer h2{font-size: 20px;}
    .textContainer a{font-size: 14px;}
    .textContainer h2,.textContainer a,.cardBox{opacity: 1;}
    .cfExhContainer{
        flex-direction: column;
        gap: 3vh;
        align-items: center;
    }
    .cardContent{padding: 30px 15px;}
    .cardImg{
        max-height: unset;
        height: auto;
    }
    .cardTitle{margin: 20px 0;}
    .cardList{margin: 10px 0;}
    .cardButton{padding: 7px 20px 7px 15px;}

    .exhibitiorSection .text{padding: 0 15px;}
    .exhibitiorSection .text h2{
        margin: 10px 0 5px;
    }
    .exhibitiorSection .text h5{margin-bottom: 5px;}

    .exhibitiorSection .exhSecWrapper,.sponsorSection .sponsorSecWrapper{opacity: 1;transform: scale(1, 1);}

    #partnersSection {
        height: 255px;
    }

    .gallerySection{
        padding-bottom: 0px;
        height: auto;
    }
    .blurMask{width: 30px;}
    .galleryBlur{
        padding-bottom: 120px;
        margin-top: -30px;
    }
    .gallerySection .title{margin: -40px 0 70px;}

    .titleSection{padding: 60px 0px 50px;height: auto !important;}
    .titleSection .title{margin-bottom: 40px;}

    .achvWrapper .achvContent:first-child,.achvWrapper .achvContent:nth-child(2),.achvWrapper .achvContent:last-child{height: auto !important;}
    
    .achiveSection{margin-top: -50px;}
    .achvBlur{height: 140px;}
    .achvBottomBg{margin-top: 80px;}
    .achvWrapper .achvContent:nth-child(2) .achvBottomBg{margin-bottom: 76px;}
    .bottomBlur{height: 50px;}

    .titleSection,.gallerySection,.achiveSection>h3,.achvContent{opacity: 1;}

    .eventSection .title{margin: 60px 0 40px;}
    .eventTreeBox{
        margin-top: 60px;
        background-size: 4px 94%;
        padding-bottom: 100px;
    }
    .eventTime{font-size: 18px;}
    .eventButt{
        width: 150px;
        height: 30px;
    }
    .whySponsor,.brandExposure,.sponsorshipPackages,.sponsorsSay,.sponsorLogo {
        height: auto;
        opacity: 1;
    }
    .sponsorshipPackages,.sponsorsSay{padding-bottom: 60px;}
    .sponsorshipPackages,.sponsorLogo {
        margin-bottom: 30px;
    }
    .sponsorLogo{
        padding-top: 15px;
    }
    .brExBox{padding: 0 15px;}
    .brExBox>div{flex-direction: column;align-items: center;}
    .brExImgWrapper,.brExContent{width: 100%;}
    .sspWrapper h2{
        width: 90%;
        margin: 40px auto;
    }
    .headTitle a{
        padding-left: 0.05rem;
        padding-right: 0.05rem;
    }
    .headTitle a h1{
        color: #38424C;
        letter-spacing: -0.03rem;
        font-size: 0.35rem;
        font-weight: bold;
     }
     .headTitle a img{
        height: auto !important;
      }

    .registrationCard{
        width: 80%;
        height: 360px;
        right: 10%;
        top: 215px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .registrationCard .card-ul .card-li{
        margin-top: 25px;
    }
    .registrationCard .card-ul .card-li img{
        width: 30px;
        height: 30px;
    }
    .registrationCard .card-ul .card-li span{
        margin-left: 10px;
        font-size: 18px;
    }
    .registrationCard .card-login{
        margin-top: 30px;
        font-size: 16px;
    }
    .registrationCard .card-close{
        display: inline-block;
    }
#exhibitors img{
    max-height: 60px;
}

#partnersSection img{
    min-height: 60px;
}
}

@media (max-width: 599px) {
    .confGathSwiper .swiper-slide .text h1{
        font-size: 23px;
        line-height: 23px;
    }
}

@media (max-width: 484px) {
    /* .sectionVideo .text{top: 22%;} */
    .confGathSwiper .swiper-slide .text h3{
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 5px;
    }
    .confGathSwiper .swiper-slide .text h2{
        font-size: 18px;
        line-height: 18px;
    }
    .knowMoreButton,.confGathSwiper .text .knowMoreButton{
        width: 140px;
        height: 33px;
        line-height: 23px;
        font-size: 12px;
        align-items: center;
        padding-left: 15px;
    }
    .kmArrRight{
        width: 18px;
        height: 18px;
    }
    .kmArrRight:after{
        top: 2px;
        left: 2px;
        width: 15px;
        height: 15px;
    }


    .exhibitiorSection .text{
        top: 14%;
        padding: 0 15px;
    }
    .exhibitiorSection .text h2{
        font-size: 12px;
        margin: 8px 0 8px;
    }
    .exhibitiorSection .text h5{
        margin-bottom: 20px;
        font-size: 12px;
        padding: 0;
    }
    .knowMoreButton{
        width: 200px;
        height: 30px;
        line-height: 20px;
        align-items: center;
        font-size: 14px;
    }

    .demo-scroll-marquee .textCont .logosSlide a{width: 140px;}

    .achvWrapper{padding: 0px 20px;}
    .achvTip{font-size: 14px;}
    .achvDetail{
        margin: 50px 0 80px;
        flex-direction: column;
    }
    .adContent{align-items: center;}
    .achvKmButt{width: 315px;}
    .index_achvKmButt{
        width: 240px;
        height: 42px;
        padding: 0 15px;
    }
    .index_achvKmButt .kmArrRight{
        width: 24px;
        height: 24px;
    }
    .index_achvKmButt .kmArrRight:after{
        width: 20px;
        height: 20px;
    }
    .index_achvKmButt:hover .kmArrRight:after{
        transform: translateX(3px) !important;
    }
    .eventWrapper{
        max-width: unset;
        width: 92%;
    }
    .eventContent{
        flex-direction: column;
        padding-right: 0;
    }
    .eventContent>img{
        width: 100%;
        height: auto;
        border-radius: 0px 20px 20px 20px;
    }
    .eventDetail{
        max-width: unset;
        width: 92%;
        margin-left: 0;
        align-items: center;
        padding: 15px 0;
    }
    .eventTime{font-size: 18px;}
    .eventButt{width: 150px;}

    .modelTostChile{top: 28%;}
    .modelTostTextBox{
        max-width: unset;
        width: 92%;
        bottom: 15px;
        left: 10px;
        padding: 5px;
    }
    .modelTostTextBox h3,.modelTostTextBox p{font-size: 12px;}
    
}