.menu-header {
    background-color: #0d0e2e;
}

h1{
    margin: 0px;
}

.menu-header .navbar-nav li {
    margin-left: 50px;
}

.row {
    margin: 0 0;
}

.main-title{
    width: 100%;
    background-image: linear-gradient(to bottom, #0b0828 11%, #173a5f 50%, #12275c 66%, #010e1e 84%);
}

.main-title .main-title-1{
    font-weight: bold;
    padding-top: 61px;
    margin-bottom: 60px;
    align-self: stretch;
    font-size: 46px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.billboard .col-4{
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 32px;
    background-image: linear-gradient(to bottom, rgba(12, 8, 41, 0), #24134b);
    margin-left: 8px;
    margin-right: 8px;
}

.billboard .top-text{
    align-self: stretch;
    flex-grow: 0;
    text-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
    font-family: DINMedium;
    font-size: 30px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: 4px;
    text-align: center;
    color: #e4f5ff;
    margin-bottom: 8px;
}

.billboard .bottom-text{
    align-self: stretch;
    flex-grow: 0;
    opacity: 0.8;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #e4e9f5;
}

.text-green{
    color: #00edbf;
}

.plate-1 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.plate-1 .plate-1-title{
    align-self: stretch;
    flex-grow: 0;
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.plate-1 .context {
    margin-top: 24px;
}

.plate-1 .context p{
    align-self: stretch;
    flex-grow: 0;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 32px;
}

.plate-2 .right-part{
    padding-right: 32px;
}

.plate-2 .right-part p{
    text-align: right;

}

.plate-2 .right-part .title-top{
    padding-top: 62px;
    margin-bottom: 16px;
    flex-grow: 0;
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
    
}

.plate-2 .right-part .title-2{
    flex-grow: 0;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 82px;
}

.right-button button{
    width: 209px;
    height: 52px;
    margin-top: 48px;
    background-image: url('/assets/img/index_download_bg.svg');
    border-radius: 38px;
}

.right-button button:hover {
    background-image: url('/assets/img/index-download-bg-hover.svg');
}

.right-button button span{
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.plate-4 {
    position: relative;
    margin-top: 120px;
    margin-bottom: 33px;
}

.plate-4 p{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.plate-5 {
    padding-bottom: 120px;
}

.plate-5 .right-part{
    padding: 70px 40px;
}

.plate-5 .right-part .title-top{
    align-self: stretch;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.plate-5 .right-part .title-2{
    align-self: stretch;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.middle-plate{
    position: relative;
    padding: 112px;
    /* background-color: #0F131C; */
    /* opacity: 0.4; */
    background-color: rgba(15, 19, 28, 0.4);
}

.middle-plate .middle-plate-1 .left-part .title-top{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
    padding-top: 32px;
}

.middle-plate .middle-plate-1 .left-part .title-2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.next-1-plate p img{
    margin-right: 20px;
}
.next-1-plate .left-part{
    padding-top: 96px;
    padding-left: 120px;
    padding-right: 120px;
    background-image: linear-gradient(to bottom, #2f617b, rgba(13, 159, 131, 0));
}

.next-1-plate .right-part{
    padding-bottom: 128px;
    padding-top: 96px;
    padding-left: 4%;
    padding-right: 4%;
    background-image: linear-gradient(to bottom, #304364, rgba(41, 65, 97, 0));
}

.next-1-plate .title-top{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

.next-1-plate .title-2{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #9affeb;
    margin-bottom: 16px;
}

.next-1-plate .context{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.tips{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #42a5f5;
  margin-top: 32px;
}

.next-2-plate {
    position: relative;
    padding-bottom: 128px;
}

.next-2-plate .next-plate-1 {
    margin-bottom: 64px;
}

.next-2-plate .next-plate-1 .title-top{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-top: 152px;
    margin-bottom: 24px;
}

.next-2-plate .next-plate-1 .title-2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.plate-2{
    text-align: center;
}

.plate-2 .col-3{
    flex: 0 0 18%;
}

.plate-2 .col-1{
    flex: 0 0 1.333333%;
}

.plate-2 .col-1 img{
    padding-top: 102px;
}

.plate-2 .col-3 img{
    margin-bottom: 16px;
}

.plate-2 .col-3 p{
  font-size: 20px;
  
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.plate-3 {
    position: relative;
    margin-top: 120px;
}

.plate-3 .title-top{
    font-size: 46px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.next-3-plate{
    position: relative;
}

.next-3-plate .know-more{
    position: absolute;
    left: 50%;
    top: 8%;
    transform:translate(-50%,-50%)
}

.next-3-plate .know-more .next-title{
    margin-top: -13px;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #00edbf;
}

.next-3-plate .know-more .next-1{
    margin-top: -28px;
    margin-left: 67px;
    width: 0px;                 /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 23.6px solid #0d9f83;
    border-bottom-color: transparent;    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent
}

.main-title .plate-2 .left-part {
    padding-top: 113px;
    padding-left: 75px;
}

.main-title .plate-2 .left-part .text-title{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 24px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.main-title .plate-3 .left-part{
    padding: 176.5px 32px;
}

.main-title .plate-3 .right-part{
    position: relative;
    min-width: 634px;
    height: 561px;
    background-image: url('/assets/img/index-computer.png');
}


.main-title .plate-3 .right-part .bg-text{
    position: absolute;
    width: 500px;
    height: 500px;
    top: 90px;
    left: 127px;
}

.main-title .plate-3 .right-part .bg-text .bg-number-1{
    width: 45px;
    height: 24.5px;
    border-radius: 6px;
    padding: 3.8px 7.4px 4.7px 8.5px;
    background-color: #00edbf;
    text-align: center;
    font-size: 12.8px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3a54;
    margin-bottom: 16px;
}

.main-title .plate-3 .right-part .bg-text .bg-number-2{
    margin-bottom: 70px;
}


.main-title .plate-3 .right-part .bg-text .bg-btn-title{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #0d9f83;
    margin-bottom: 8.4px;
}


.main-title .plate-3 .right-part .bg-text .vga-select button{
    width: 162.9px;
    height: 60.8px;
    padding: 13.6px 28px 15.3px 28px;
    background-repeat: no-repeat;
}

.main-title .plate-3 .right-part .bg-text .vga-select .no-click{
    background-image: url('/assets/img/index-computer-left.png');
}

.main-title .plate-3 .right-part .bg-text .vga-select .no-click span{
    background-image: linear-gradient(113deg, #30cfd0 0%, #2e518d 85%, #2c0867 117%);
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title .plate-3 .right-part .bg-text .vga-select .left-20{
    margin-right: 62.7px;
}

.main-title .plate-3 .right-part .bg-text .vga-select .clicked{
    background-image: url('/assets/img/index-computer-right.png');
    
}

.main-title .plate-3 .right-part .bg-text .vga-select .clicked span{
    font-size: 16px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.main-title .plate-3 .right-part .bg-text .bg-number-2 .ex-number{
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00edbf;
    margin-right: 14px;
}

.main-title .plate-3 .right-part .bg-text .bg-number-2 .one-year{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00edbf;
}

.main-title .plate-3 .title-top{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.main-title .plate-3 .title-2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.slider-message .slide{
    margin-top: 2px;
    margin-left: 2px;
    width: 393px !important;
    height: 157px;
    padding: 20px 36px 16px;
    border-radius: 20px;
    box-shadow: -1px -1px 0 1px rgba(0, 237, 191, 0.8);
    background-image: linear-gradient(124deg, rgba(14, 22, 55, 0.9) -27%, rgba(14, 22, 55, 0.56) 33%, rgba(14, 22, 55, 0.73) 62%, #0e1637 95%), linear-gradient(to bottom, #00edbf, #00edbf);
}

.main-title .left-part .bx-viewport{
    height: 164px !important;
}

.main-title .left-part .bx-wrapper{
    margin: 0 !important;
}

.main-title .left-part .bx-prev,.main-title .left-part .bx-next{
    display: none;
}

.main-title .left-part .bx-wrapper .bx-pager{
    display: block;
}

.main-title .left-part .slide .message-context{
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.main-title .left-part .slide .message-name{
    text-align: left;
    position: absolute;
    bottom: 7%;
}

.main-title .left-part .slide .message-name span{
    margin-left: 8px;
    font-family: Cabin;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.48px;
    color: #fff;
    opacity: 0.8;
}

.main-title .plate-2 .left-part .title-2{
    margin-top: 48px;
}

.main-title .plate-2 .left-part .next-slider .bx-wrapper .bx-pager{
    top: 30px !important;
}

.main-title .plate-2 .left-part .message-click{
    font-size: 14px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #00edbf;
    margin-top: 76px;
}

.main-title .plate-2 .left-part .message-click span{
    margin-right: 8px;
}

.main-title .plate-2 .left-part .message-click a{
    color: #00edbf;
    cursor: pointer;
}

.right-comma{
    position: absolute;
    right: -30px;
    top: -60px;
}

.left-comma{
    position: absolute;
    left: -60px;
    bottom: -30px;
}

.icon-eth{
    position: absolute;
}

.main-title .plate-1 .icon-eth{
    right: 15%;
    top: -3%;
}

.main-title .plate-2 .icon-eth{
    top: -70px;
    left: -75px;
}

.main-title .plate-3 .icon-eth{
    right: -49px;
    top: -68px;
}

.main-title .plate-4 .icon-eth{
    right: 64%;
    top: -78px;
}

.middle-plate .icon-eth{
    right: 16%;
    top: -47px;
}

.next-1-plate .middle-plate-1 .left-part .icon-eth{
    right: 16%;
    bottom: 15%;
}

.next-2-plate .icon-eth.eth-1{
    right: 5%;
    top: 3%;
}

.next-2-plate .icon-eth.eth-2{
    right: 5%;
    top: 37%;
}

.next-2-plate .plate-3 .icon-eth{
    right: 0;
    left: 15%;
    top: -77%;
}

.next-3-plate .icon-eth{
    left: 29%;
    top: -2%;
}

.slider4 .slide {
    position: relative;
}

.slider4 .slide .activity-icon img{
    position: absolute;
    border-radius: 10px;
    width: 300px;
    left: 20px;
    top: 15px;
    cursor: pointer;
}

.slider4 .slide .activity-icon{
    position: relative;
    height: 352px;
    width: 330px;
    background-image: url('/assets/img/index-activity-bg.png');
    background-repeat: no-repeat;
}

.slider4 .slide {
    height: 440px;
}

.slider4 .slide .activity-title{
    top: 85%;
    left: 20px;
    position: absolute;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #00edbf;
    cursor: pointer;
}

.footer p{
}


.modal .modal-dialog{
    max-width: 600px;
}

.modal .modal-title{
    font-size: 20px;
    flex-grow: 0;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #232d41;
}

.modal .modal-text{
    flex-grow: 1;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #14142b;
}

.modal p{
    margin-bottom: 30px;
}

.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-header .close span{
    font-size: 21px;
}

.modal .modal-body button{
    width: 160px;
    height: 52px;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(84, 91, 108, 0.2);
    background-color: #0065b6;
    color: #fff;
    font-size: 14px;
    line-height: 1.13;
}

#feedback_modal .modal-body textarea{
    text-align: left;
    font-size: 16px;
    width: 520px;
    height: 72px;
    border: solid 2px #e4e9f5;
    border-radius: 12px;
}

#feedback_modal .modal-body textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(15, 19, 28, 0.38);
}

#feedback_modal .modal-body button{
    width: 120px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    border-radius: 10px;
    background-color: #f2f5fc;

    font-size: 14px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #d3d8e7;
}

#feedback_modal .modal-body .can-send{
    
    background-color: #0065b6;
    
    color: #fff;
}

#login_modal .roundbtn{
    width: 300px;
    height: 58px;
    flex-grow: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    padding-left: 80px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d3d8e7;

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff;

    margin-bottom: 20px;
    background-position-x: 50px;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

#googleLoginBtn{
    background-color: #fff;
}

#fbLoginBtn{
    background-color: #465993;
}

#paypalLoginBtn{
    background-color: #0069ae;
}

.carousel-inner .carousel-caption {
    right: 62%;
    bottom: 25%;

}

.carousel-inner .carousel-caption p{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    width: 555px;
}

.footer{
    background-color: #010e1e;
}

.right-video{
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    background-image: linear-gradient(to bottom, #6427bc, #3bdfc7);
    border-radius: 10px;
}

.right-video video{
    border-radius: 10px;
}


.float-ball{
    position: fixed;
    top: 60%;
    right: 0vh;
    width: 81px;
    height: 171px;
    justify-content: center;
    padding: 15px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
}

.float-ball img{
    cursor: pointer;
    margin-bottom: 15px;
}

footer a,footer span{
    margin-right: 25px;
}

@media screen and (max-width: 1330px) {
    .plate-2 .right-part .title-2{
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .main-title .main-title-1{
        font-size: 32px;
    }

    .main-title .billboard .text-center{
        flex: 0 0 91.333333%;
        max-width: 91.333333%;
    }

    .main-title .plate-1 {
        margin-top: 80px;
        margin-bottom: 0;
    }

    .main-title .plate-1-title{
        font-size: 32px;
    }

    .main-title .plate-1 .col-8{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-title .last-title .next-1-plate .col-6{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding: 0 32px;
        padding-top: 31px;
    }

    .main-title .last-title .next-2-plate .plate-2 .col-3{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-title .last-title .middle-plate .col-2{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .main-title .last-title .middle-plate .col-6{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 64px;
    }

    .main-title .plate-5 .col-4{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .main-title .plate-2 .col-4{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .main-title .plate-3 .col-4{
        flex: 0 0 100%;
        max-width: 100% !important;
        padding: 0 32px;
    }

    .main-title .plate-2 .left-part{
        padding-left: 12px;
    }

    .icon-eth{
        display: none;
    }

    .web{
        display: none;
    }

    .phone{
        display: block !important;
    }

    .right-comma{
        top: 38px;
        right: 16px
    }

    .plate-2 .right-part .title-top{
        padding-left: 32px;
        font-size: 32px;
        text-align: left;
    }

    .plate-2 .right-part .title-2 {
        padding-left: 32px;
        text-align: left;
    }

    .plate-2 .right-part {
        padding-right: 0;
    }

    .right-video video{
        width: 100% !important;
    }

    .plate-2 .right-part p{
        text-align: center;
    }

    .plate-2 .right-part {
        padding-top: 72px;
    }

    .main-title .plate-2 .left-part .text-title {
        padding-left: 37px;
    }

    .slider-message .slide{
        width: 358px !important;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        right: 15px !important;
    }

    .main-title .plate-2 .left-part .message-click{
        margin-top: 26px;
        padding-left: 34px;
    }

    .main-title .plate-3 .title-top{
        text-align: left;
        font-size: 32px;
    }

    .main-title .plate-3 .right-part{
        background-image: url("/assets/img/index-computer-small.png");
        width: 100%;
        min-width: 375px;
        max-width: 375px !important;
        height: 334px;
    }

    .main-title .plate-3 .left-part{
        margin-bottom: 48px;
    }

    .main-title .plate-3 .right-part .bg-text{
        left: 50px;
        top: 53px;
        width: 297px;
        height: 191px;
    }

    .main-title .plate-3 .right-part .bg-text .bg-number-1{
        width: 25px;
        height: 14px;
        font-size: 6px;
        padding-left: 5.5px;
    }

    .main-title .plate-3 .right-part .bg-text .bg-number-2 .ex-number{
        font-size: 28px;
    }

    .main-title .plate-3 .right-part .bg-text .bg-number-2 .one-year{
        font-size: 12px;
    }

    .main-title .plate-3 .right-part .bg-text .bg-number-2{
        margin-bottom: 30px;
    }

    .main-title .plate-3 .right-part .bg-text .vga-select button{
        width: 135px;
        height: 50px;
        padding: 12px 20px 13px;
    }

    .main-title .plate-3 .right-part .bg-text .vga-select .no-click span{
        font-size: 14px;
    }

    .main-title .plate-3 .right-part .bg-text .vga-select .no-click{
        background-image: url('/assets/img/index-computer-left-small.svg');
    }

    .main-title .plate-3 .right-part .bg-text .vga-select .clicked{
        background-image: url('/assets/img/index-computer-right-small.svg');
    }

    .main-title .plate-3 .right-part .bg-text .vga-select .clicked span{
        font-size: 14px;
    }

    .main-title .plate-3 .right-part .bg-text .vga-select .left-20{
        margin-right: 13px;
    }

    .plate-4 p{
        text-align: left;
        font-size: 32px;
    }

    .plate-4{
        padding: 0 32px;
    }

    .main-title .plate-5 .left-part{
        text-align: center;
    }

    .main-title .plate-5 .left-part img{
        width: 295px;
    }

    .main-title .plate-5 .right-part{
        margin-top: 32px;
        padding: 0 32px;
    }

    .main-title .last-title .middle-plate{
        padding: 0 32px;
    }

    .main-title .last-title .middle-plate .middle-plate-1 .right-part{
        text-align: center;
    }

    .middle-plate .middle-plate-1 .left-part .title-top {
        font-size: 32px;
    }

    .next-1-plate .title-top{
        font-size: 32px;
    }

    .next-1-plate .middle-plate-1 .right-part{
        min-width: 0 !important;
    }

    .next-1-plate .middle-plate-1 .right-part img{
        margin-right: 0;
    }

    .next-2-plate .next-plate-1 .title-top{
        font-size: 32px;
        text-align: left;
    }

    .next-2-plate .next-plate-1 .title-2{
        text-align: left;
    }

    .next-2-plate {
        padding: 0 16px;
    }

    .next-2-plate .next-plate-1{
        padding: 0 16px;
    }

    .next-2-plate .plate-2 .col-1{
        display: none;
    }

    .next-2-plate .plate-2 .col-3{
        margin-top: 40px;
    }

    .main-title .next-2-plate .plate-3 {
        margin-top: 86px;
    }

    .main-title .next-2-plate .plate-3 .title-top{
        text-align: center;
    }

    .bx-wrapper .bx-next{
        transform: scale(0.4);
        right: -44px !important;
    }

    .bx-wrapper .bx-prev{
        transform: scale(0.4);
        left: -44px !important;
    }

    .next-3-plate{
        margin-top: -65px;
    }

    .next-3-plate .know-more .next-1{
        border: 20px solid #0d9f83;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .main-title{
        padding-bottom: 110px;
    }

    .carousel-caption{
        display: block !important;
    }

    .carousel-inner .carousel-caption p{
        font-size: 28px;
    }

    .carousel-inner .carousel-caption{
        bottom: 10%;
    }

    .carousel-caption .right-button {
        padding-left: 61px;
    }

    .carousel-caption .right-button button{
        margin-top: 204px;
        width: 140px;
        height: 40px;
        background-image: url(/assets/img/index_download_bg-small.svg);
    }

    .carousel-caption .right-button button span{
        font-size: 16px !important;
    }

    .billboard .top-text{
        font-size: 40px !important;
    }

    .billboard .col-4{
        padding: 0;
    }

}