

html, body {
    scroll-snap-type: none;
}
body{
    font-family: balootamma;
}
.footer-container{
        margin-top: 0px;
}

.home-top{
 
    background: linear-gradient(180deg, #1CB0F6 , #0272D9);
    /* background-image: url(../images/home-bg-birthday.jpg); */
    padding-top: 90px;
    padding-bottom: 230px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;

}

.home-top-content{
    max-width: 675px;
    margin: 0px auto;
    padding: 0 80px;
}

.home-top-content .home-welcome{
    position: relative;
}
.home-top-content .home-welcome img{
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.home-top-content .home-welcome p{
    color: #fff;
    font-size: 18px;
    font-family: 'balootammasemibold';
    text-align: center;
    max-width: 380px;
    margin: 20px auto 0;
}
.home-top-content .home-welcome canvas{
    width: 475px;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.home-top-content .right{
    padding-top: 5px;
}
.home-top-content .home-welcome span{
    display: inline-block;
    width: 135px;
    height: 58.2906218px;
    background: url(../images/voca-bg.svg?n=105);
    background-position: 0px -30px;
    position: absolute;
    right: -30px;
    top: 15%;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-family: promtbold;
    color: var(--color-blue-dark);
}
.home-top-content h1{
    display: block;
    margin: 13px auto 0px;
    text-align: center;
    font-family: 'balootammaextrabold';
    text-transform: capitalize;
    color: var(--color-white);
    font-size: 45px;
    max-width: 510px;
    overflow: hidden;
    animation: unset;/* typing 5.5s steps(40, end);*/
    padding-top: 7px;
    animation-delay: 2s;
    visibility: hidden;
}
.home-top-content h1.show{
    visibility: visible;
}

.home-top-content h6{
    display: block;
    text-align: center;
    color: var(--color-white);
    font-size: 28px;
    font-family: 'balootammamedium';
    margin-top: 30px;
    margin-bottom: 0px;

    max-width: 415px;

    overflow: hidden; /* Ensures the content is not revealed until the animation */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 30px auto 0; /* Gives that scrolling effect as the typing happens */
    animation: 
        typing 5.5s steps(40, end);
    padding-top: 5px;
}

.home-top-content .content{
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'balootamma';
}
.home-top-content a.link-register{
    display: block;
    margin: auto;
    background: #58CC02;
    color: var(--white);
    margin-top: 40px;
    border: 0px;
    border-bottom: 4px solid #58A700;
    height: 53px;
    line-height: 55px;
    border-radius: 18px;
    font-family: 'balootammabold';
    max-width: 318px;
}
.home-top-content a.link-register:hover{
    background: #60d608;
}


.home-top-content a.link-premium{
    display: block;
    margin: auto;
    background: #0064D6;
    color: var(--white);
    border: 0px;
    margin-top: 15px;
    height: 53px;
    line-height: 55px;
    border-radius: 18px;
    font-family: 'balootammabold';
    max-width: 318px;
    border-bottom: 4px solid #0050C7;
}
.home-top-content a.link-premium:hover{
    background: #0367da;
}

.home-top-content a.link-premium svg{
    margin-right: 12px;
    padding-bottom: 2px;
    height: 50px;
}


.home-cloud{
    position: relative;
}
.home-cloud-bg{
    background-image: url(../images/home-cloud-bg.png);
    height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: -130px;
}




.home-target{
    max-width: 1040px;
    margin: 70px auto 0px;
    padding: 0px 24px;
}
.home-target h2{
    margin: 0 auto;
    text-align: center;
    color: #4B4B4B;
    font-size: 24px;
    font-family: 'balootammabold';
    max-width: 620px;
    line-height: 35px;
}
.home-target h2 span{
    font-size: 35px;
}
.home-target .target-content{
    margin-top: 35px;
}
.home-target .target-content .left{
    width: 260px;
    float: left;
}
.home-target .target-content .left img{
    width: 100%;
}
.home-target .target-content .right{
    width: calc(100% - 260px);
    padding-left: 55px;
    float: left;
}
.home-target .target-content .right-content{
    position: relative;
    background: #1CB0F6;
    border-radius: 26px;
    padding: 43px 27px 35px 35px;
}
.home-target .target-content .right-content .content{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.home-target .target-content .right-content::before{
    content: '';
    display: inline-block;
    width: 101px;
    height: 161px;
    background-image: url(../images/home/home-kite-1.svg);
    position: absolute;
    left: -30px;
    top: -25px;
}
.home-target .target-content .right-content::after{
    content: '';
    display: inline-block;
    width: 204px;
    height: 80px;
    background-image: url(../images/home/home-kite-2.svg);
    position: absolute;
    right: 45px;
    bottom: -20px;
}



.home-object{
    max-width: 1238px;
    margin: 0px auto;
    
}
.home-object .home-object-container{
    margin: 0px auto 0px;
    padding: 0 60px 0px;
    max-width: 1148px;
}
.home-object .home-object-content{
    max-width: 1044px;
    margin: 0px auto;
}
.home-object .object-item{
    margin: 70px 0px 0px;
    position: relative;
}
.home-object .object-item .right{
    width: 47.5%;
    float: right;
    overflow: hidden;
}
.home-object .object-item:nth-child(odd) .right {
    float: left;
}
.home-object .object-item.item-9 .right{
    width: 52%;
}
.home-object .object-item .right img{
    width: 100%;
}
.home-object .object-item .right canvas{
    max-width: 100%;
}
.home-object .object-item .left{
    width: 52.5%;
    float: left;
    padding-top: 100px;
}
.home-object .object-item:nth-child(odd) .left {
    padding-left: 60px;
    float: right;
}
.home-object .object-item.item-9 .left{
    width: 48%;
    float: left;
    padding-left: 0;
    padding-right: 0px;
}
.home-object .object-item.item-7 .left,
.home-object .object-item.item-8 .left{
    padding-top: 160px;
}
.home-object .object-item .left h3{
    margin: 0px;
    color: #4B4B4B;
    font-size: 45px;
    font-family: 'balootammaextrabold';
    max-width: 475px;
    line-height: 50px;
}
.home-object .object-item.item-3 .left h3{
    max-width: 400px;
}
.home-object .object-item.item-5 .left h3{
    max-width: 400px;
}
.home-object .object-item.item-7 .left h3{
    max-width: unset;
}
.home-object .object-item .left p{
    color: #777777;
    font-size: 17px;
    font-family: 'balootammamedium';
    max-width: 478px;
    margin: 15px 0px 0px;
}
.home-object .object-item .left a{
    text-decoration: none;
    display: block;
    margin: 25px 0px 0px;
    height: 49px;
    max-width: 270px;
    background: #fff;
    border: 2px solid #e5e5e5;
    text-align: center;
    border-bottom: 4px solid #e5e5e5;
    border-radius: 11px;
    line-height: 49px;
    color: #1CB0F6;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'balootammabold';
}
.home-object .object-item .left a:hover{
    background: #fafafa;
}
.home-object .object-item.item-9 .left a{
    display: block;
    width: 150px;
    float: left;
    height: 69px;
    background: #fff;
    border-radius: 15px;
    border-bottom: 4px solid #e5e5e5;
    line-height: unset;
    text-align: left;
    text-transform: none;
}
.home-object .object-item.item-9 .left a:hover{
    background: #fafafa;
}
.home-object .object-item.item-9 .left .btn-ios{
    margin-right: 20px;
}
.home-object .object-item.item-9 .left a .image{
    width: 50px;
    float: left;
    padding-left: 15px;
    padding-top: 18px;
}
.home-object .object-item.item-9 .left a .text{
    width: calc(100% - 50px);
    float: left;
    padding-top: 15px;
}
.home-object .object-item.item-9 .left a .text span{
    display: block;
    color: #1CB0F6;
    font-size: 13px;
    font-family: 'balootammasemibold';
}
.home-object .object-item.item-9 .left a .text strong{
    display: block;
    font-family: 'balootammabold';
    font-weight: 400;
    color: #1CB0F6;
    font-size: 16px;
}

.home-object .object-item .object{
    margin-top: 18px;
}
.home-object .object-item .object span{
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #FFF2C6;
    text-align: center;
    line-height: 42px;
    color: #FF9600;
    font-size: 17px;
    font-family: 'balootammamedium';
    border-radius: 7px;
    margin-right: 15px;
}
.home-object .object-item .object span.sp-2{
    background: #D7FFB8;
    color: #58CC02;
}
.home-object .object-item .object span.sp-3{
    background: #EFD6FF;
    color: #CE82FF;
}



.home-method{
    position: relative;
    overflow: hidden;
}

.home-method .home-method-content{
    max-width: 1188px;
    margin: 80px auto 0;
    padding: 0 40px 0;
}
.home-method .method-content{
    border-top: 2px solid #e5e5e5;
    padding: 50px 50px 30px;
}
.home-method .method-content h2{
    text-align: center;
    margin: 0 auto;
    font-size: 45px;
    font-family: 'balootammaextrabold';
    max-width: 750px;
}
.home-method .method-content h6{
    color: #777777;
    font-size: 17px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 23px;
    max-width: 625px;
}
.home-method .method-item{
    margin-top: 80px;
}
.home-method .method-item .item-image{
    width: 41%;
    float: right;
}
.home-method .method-item .item-image::before{
    content: '';
    display: block;
    width: 100%;
    height: 350px;
    background: #DDF4FF;
    position: absolute;
    border-radius: 37px;
    margin-left: 150px;
}
.home-method .method-item:nth-child(even) .item-image::before{
    left: 0;
    margin-left: -150px;
    right: 0;
    background: #E2FFCC;
    width: calc(100% - 1008px);
}
.home-method .method-item.voca-classzoom .item-image::before{
    background: #F1DBFF;
}
.home-method .method-item.voca-english-test .item-image::before{
    background: #FFF8D3;
    margin-top: 35px;
}
.home-method .method-item:nth-child(even) .item-image{
    float: left;
}
.home-method .method-item .item-image canvas{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.home-method .method-item .item-text{
    width: 59%;
    float: left;
    padding-right: 50px;
    max-width: 486px;
    padding-top: 50px;
}
.home-method .method-item:nth-child(even) .item-text{
    padding-right: 0px;
    padding-left: 100px;
    max-width: 550px;
}
.home-method .method-item .item-title img{
    width: 55px;
    float: left;
}
.home-method .method-item .item-title span{
    display: block;
    float: left;
    padding-left: 18px;
    color: #1CB0F6;
    font-size: 45px;
    font-family: 'balootammasemibold';
}
.home-method .method-item.voca-superkids .item-title span{
    color: #58CC02;
}
.home-method .method-item.voca-classzoom .item-title span{
    color: #FF9600;
}
.home-method .method-item.voca-english-test .item-title span{
    color: #FFB100;
}
.home-method .method-item .item-title strong{
    font-family: 'balootammaextrabold';
}
.home-method .method-item .item-text p{
    color: #777777;
    font-size: 17px;
    font-family: 'balootammamedium';
    margin: 10px 0 0;
}
.home-method .method-item .item-text a{
    display: block;
    margin-top: 25px;
    max-width: 271px;
    height: 49px;
    border: 2px solid #e5e5e5;
    border-radius: 11px;
    text-align: center;
    line-height: 49px;
    border-bottom: 5px solid #e5e5e5;
    color: #1CB0F6;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'balootammabold';
}
.home-method .method-item.voca-superkids .item-text a{
    color: #58CC02;
}
.home-method .method-item.voca-classzoom .item-text a{
    color: #FF9600;
}
.home-method .method-item.voca-english-test .item-text a{
    color: #FFB100;
}



.home-mission{
    margin: 70px auto 0;
    padding: 0px 15px 0px;
    background: #F0FAFF;
}
.home-mission .mission-content{
    background: url(../images/home/mission-bg.svg);
    max-width: 1113px;
    margin: 0px auto;
}
.home-mission .mission-content .left{
    width: 62%;
    float: right;
    padding: 100px 45px 0px;
}
.home-mission .mission-content .left h6{
    max-width: 590px;
    margin: 0;
    text-align: center;
    color: #777777;
    font-size: 20px;
    font-family: 'balootammamedium';
    line-height: 28px;
}
.home-mission .mission-content .left h3{
    text-align: center;
    margin: 10px auto 0;
    color: #1CB0F6;
    font-size: 25px;
    font-family: 'balootammabold';
    line-height: 35px;
}
.home-mission .mission-content .left p{
    font-size: 19px;
    text-align: center;
    margin-top: 10px;
}
.home-mission .mission-content .left a{
    display: block;
    max-width: 170px;
    text-align: center;
    margin: 15px auto 0pc;
    color: #1CB0F6;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'balootammabold';
}
.home-mission .mission-content .left a span{
    margin-right: 3px;
}
.home-mission .mission-content .right{
    width: 38%;
    float: left;
    margin-top: -50px;
}
.home-mission .mission-content .right img{
    width: 100%;
}

.home-plan{
    background: #0064D6;
}
.home-plan .mission-plan{
    max-width: 1290px;
    margin: 0 auto;
    padding: 150px 20px 150px;
}
.home-plan .mission-plan .left{
    width: 41%;
    float: left;
}
.home-plan .mission-plan .left canvas{
    width: 100%;
}
.home-plan .mission-plan .right{
    width: 49%;
    float: left;
    padding-left: 110px;
    padding-top: 100px;
}
.home-plan .mission-plan .right p{
    margin: 0;
    color: #FFFFFF;
    font-size: 50px;
    font-family: 'balootammaextrabold';
    line-height: 65px;
}
.home-plan .mission-plan .right .btn-start{
    display: inline-block;
    width: 240px;
    height: 48px;
    background: #58CC02;
    color: #fff;
    text-align: center;
    border-bottom: 4px solid #58A700;
    line-height: 48px;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'balootammabold';
    margin-top: 30px;
}
.home-plan .mission-plan .right .btn-premium{
    display: inline-block;
    width: 240px;
    height: 48px;
    background: #fff;
    color: #0064D6;
    text-align: center;
    border-bottom: 4px solid #84D8FF;
    line-height: 48px;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'balootammabold';
    margin-top: 30px;
}


.home-student{
    padding-top: 80px;
}
.home-student h2{
    max-width: 805px;
    margin: 0 auto;
    font-size: 45px;
    text-align: center;
    font-family: 'balootammaextrabold';
}
.home-student h2 span{
    color: #1CB0F6;
}
.home-student .home-student-content{
    margin-top: 80px;
    position: relative;
}
.home-student .home-student-content::before{
    content: '';
    display: block;
    height: 336;
    background: #F0FAFF;
    background-image: url(../images/home/student-bg.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.home-student .student-content{
    max-width: 1343px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.home-student .student-item{
    height: 422px;
    width: 309px;
    position: relative;
    border: 6px solid transparent;
    border-radius: 36px;
}

.home-student .student-item.ms-anh.active{
    border-color: #CE82FF;
}
.home-student .student-item.ms-nhung.active{
    border-color: #1CB0F6;
}
.home-student .student-item.mr-hong.active{
    border-color: #FFB100;
}
.home-student .student-item.mr-phuong.active{
    border-color: #58CC02;
}
.home-student .student-item.mr-hop.active{
    border-color: #0064D6;
}
.home-student .student-item.ms-hai.active{
    border-color: #FF4B4B;
}
.home-student .student-item.ms-ngan.active{
    border-color: #CD7900;
}

.home-student .student-item:hover{
    cursor: pointer;
}
.home-student .student-item .image{
    border: 6px solid #F1DBFF;
    border-radius: 28px;
    height: 410px;
}
.home-student .student-item.ms-nhung .image{
    border-color: #92D8FA;
}
.home-student .student-item.mr-hong .image{
    border-color: #FFE6AE;
}
.home-student .student-item.mr-phuong .image{
    border-color: #CFFFAC;
}
.home-student .student-item.mr-hop .image{
    border-color: #92C5FF;
}
.home-student .student-item.ms-hai .image{
    border-color: #FFB9B9;
}
.home-student .student-item.ms-ngan .image{
    border-color: #FFE1B5;
}

.home-student .student-item.ms-anh.active .image{
    border-color: #CE82FF;
}
.home-student .student-item.ms-nhung.active .image{
    border-color: #1CB0F6;
}
.home-student .student-item.mr-hong.active .image{
    border-color: #FFB100;
}
.home-student .student-item.mr-phuong.active .image{
    border-color: #58CC02;
}
.home-student .student-item.mr-hop.active .image{
    border-color: #0064D6;
}
.home-student .student-item.ms-hai.active .image{
    border-color: #FF4B4B;
}
.home-student .student-item.ms-ngan.active .image{
    border-color: #CD7900;
}


.home-student .student-item .image img{
    width: 100%;
    height: 100%;
}
.home-student .student-item .content{
    position: absolute;
    bottom: 6px;
    width: calc(100% - 12px);
    left: 6px;
    padding-right: 11px;
    z-index: 1;
}
.home-student .student-item .content .name{
    width: calc(100% - 55px);
    float: left;
    background: #CE82FF;
    margin-right: 10px;
    border-radius: 0 25px 0 20px;
    padding: 10px 10px 10px;
}
.home-student .student-item.ms-nhung .content .name{
    background: #1CB0F6;
}
.home-student .student-item.mr-hong .content .name{
    background: #FFB100;
}
.home-student .student-item.mr-phuong .content .name{
    background: #58CC02;
}
.home-student .student-item.mr-hop .content .name{
    background: #0064D6;
}
.home-student .student-item.ms-hai .content .name{
    background: #FF4B4B;
}
.home-student .student-item.ms-ngan .content .name{
    background: #CD7900;
}
.home-student .student-item .content h4{
    margin: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'balootammabold';
}
.home-student .student-item .content p{
    margin: 3px 0 0;
    color: #FFFFFF;
    font-size: 10px;
}
.home-student .student-item .content .action{
    width: 45px;
    float: left;
}
.home-student .btn-student-prev{
    position: absolute;
    left: -40px;
    top: 40%;
    z-index: 2;
}
.home-student .btn-student-next{
    position: absolute;
    right: -40px;
    top: 40%;
    z-index: 2;
}

.home-student-feedback{
    max-width: 1015px;
    margin: 0 auto 0;
    padding: 110px 20px 0;
}
.home-student-feedback .feedback-left{
    width: 46%;
    float: left;
}
.home-student-feedback .feedback-left h3{
    font-size: 35px;
    font-family: 'balootammabold';
    max-width: 255px;
    margin: 0;
}
.home-student-feedback .feedback-left a{
    display: block;
    max-width: 255px;
    height: 49px;
    margin-top: 20px;
    background: #58CC02;
    border-radius: 11px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #58A700;
    font-size: 15px;
    font-family: 'balootammabold';
}
.home-student-feedback .feedback-right{
    width: 54%;
    float: left;
}
.home-student-feedback .feedback-right .feedback-item{
    display: none;
}
.home-student-feedback .feedback-right .feedback-item.active{
    display: block;
}
.home-student-feedback .feedback-right .item-content{
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 100px;
}
.home-student-feedback .feedback-right a{
    display: inline-block;
    color: #1CB0F6;
    font-size: 15px;
    margin-top: 10px;
}
.home-student-feedback .feedback-right .name{
    color: #4c4c4c;
    font-size: 15px;
    font-family: 'balootammabold';
    margin-top: 10px;
}

.premium-video-content{
    max-width: 1260px;
    margin: 0px auto;
    padding: 100px 20px 0px;
    margin-top: 100px;
    border-top: 2px solid #e5e5e5;
}
.premium-video h2{
    margin: 0px auto;
    max-width: 780px;
    text-align: center;
    color: #4B4B4B;
    font-size: 40px;
    font-family: 'balootammaextrabold';
    line-height: 48px;
}
.premium-video h2 span{
    color: #1CB0F6;
}
.premium-video video{
    max-width: 1260px;
    margin: 50px auto 0px;
    display: block;
    border-radius: 24px;
    width: 100%;
}

.home-newspaper .newspaper-content{
    max-width: 1213px;
    margin: 0 auto;
    padding: 70px 20px 50px;
}
.home-newspaper h2{
    margin: 0;
    text-align: center;
    color: #4B4B4B;
    font-size: 40px;
    font-family: 'balootammaextrabold';
}
.home-newspaper .newspaper-content-item{
    margin-top: 50px;
}
.home-newspaper .newspaper-item{
    width: 700px;
}
.home-newspaper .newspaper-item a{
    background: #fff;
    border: 2px solid #E5E5E5;
    min-height: 311px;
    border-radius: 24px;
    padding: 35px 25px 10px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.home-newspaper .newspaper-item img{
    max-width: 300px;
    margin: 0 auto;
}
.home-newspaper .newspaper-item .title{
    max-width: 615px;
    margin: 15px auto 0px;
    color: #707070;
    font-size: 22px;
    font-family: 'balootammasemibold';
}
.home-newspaper .newspaper-item .name{
    color: #B4B4B4;
    font-size: 15px;
    font-family: 'balootammamedium';
    margin-top: 10px;
}
.home-newspaper .newspaper-item .view{
    color: #1CB0F6;
    text-transform: uppercase;
    font-family: 'balootammabold';
    width: 96px;
    margin: 12px auto 0px;
}
.home-newspaper .newspaper-item .view span{
    margin-right: 3px;
    float: left;
    margin-top: -4px;
}


/* The typing effect */
@keyframes typing {
    from { width: 0; visibility: visible; }
    to { width: 100%; visibility: visible; }
}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}


@media(max-width: 1280px){
    .home-object .home-object-container {
        padding: 0 100px 0px;
    }
    .home-method .method-item:nth-child(even) .item-image::before{
        width: calc(100% - 600px);
    }
    .home-student .student-content{
        max-width: 998px;
    }
    .premium-video-content{
        max-width: 1040px;
    }
    .home-newspaper .newspaper-content{
        max-width: 1040px;
    }
    .home-method .method-content h2{
        font-size: 35px;
        max-width: 600px;
        line-height: 43px;
    }
    .home-method .method-item .item-title img{
        width: 44px;
    }
    .home-method .method-item .item-title span{
        font-size: 35px;
    }
    .home-method .method-item .item-text p{
        font-size: 15px;
    }
    .home-object .object-item{
        margin-top: 40px;
    }
    .home-object .object-item .left h3{
        font-size: 35px;
        line-height: 43px;
    }
    .home-student h2{
        font-size: 35px;
        max-width: 600px;
        line-height: 43px;
    }
    .premium-video-content{
        padding-top: 70px;
        margin-top: 70px;
    }
    .premium-video h2{
        font-size: 35px;
        max-width: 720px;
        line-height: 43px;
    }
    .home-plan .mission-plan{
        max-width: 1110px;
        padding: 100px 20px 100px;
    }
    .home-plan .mission-plan .left {
        width: 48%;
    }
    .home-plan .mission-plan .right {
        width: 52%;
        padding-left: 50px;
        padding-top: 130px;
    }
    .home-plan .mission-plan .right p{
        font-size: 40px;
        line-height: 54px;
        max-width: 460px;
    }
}


@media(max-width: 991px){
    .home-top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-top-content .home-welcome{
        float: none;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    .home-top-content .right{
        width: 100%;
        float: none;
        padding-top: 0px;
    }
    
    .home-top-content h6{
        font-size: 20px;
    }
    .home-top-content h1{
        font-size: 30px;
        max-width: 340px;
        line-height: 1.4;
        animation: unset;
        white-space: normal;
    }
    .home-top-content .content{
        font-size: 15px;
    }
    .home-cloud-bg{
        display: none;
    }
    .home-top-content{
        padding-bottom: 35px;
        padding-top: 30px;
    }

    .home-target{
        margin-top: 25px;
        padding: 0px 15px;
    }
    .home-target h2{
        font-size: 20px;
        max-width: 340px;
        line-height: 28px;
    }
    .home-target h2 span{
        display: block;
        font-size: 30px;
        line-height: 44px;
    }
    .home-target .target-content {
        margin-top: 25px;
    }
    .home-target .target-content .left{
        float: none;
        margin: auto;
    }
    .home-target .target-content .right{
        width: 100%;
        padding: 0;
        float: none;
        margin-top: 45px;
    }

    .home-solution{
        padding: 0 100px 0px;
    }
    .home-solution .left{
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    .home-solution .left h3{
        font-size: 33px;
        line-height: 40px;
    }
    .home-solution .left p{
        text-align: center;
        max-width: 475px;
        margin: 15px auto 0px;
    }
    .home-solution .right{
        width: 100%;
        float: none;
        padding-top: 40px;
    }


    .home-object .home-object-container{
        margin-top: 45px;
    }
    .home-object .object-item {
        margin: 20px 0px 0px;
    }

    .home-object .object-item .right{
        width: 100%;
        float: none;
        max-width: 475px;
        margin: 40px auto;
    }
    .home-object .object-item .left{
        width: 100%;
        float: none;
        padding-top: 25px;
    }
    .home-object .object-item .left h3{
        text-align: center;
        font-size: 33px;
        line-height: 40px;
        max-width: 475px;
        margin: 0px auto;
    }
    .home-object .object-item.item-3 .left h3,
    .home-object .object-item.item-5 .left h3 {
        max-width: 475px;
    }
    .home-object .object-item .left p{
        text-align: center;
        max-width: 475px;
        margin: 15px auto 0px;
    }
    .home-object .object-item .left a{
        max-width: 330px;
        margin: 25px auto 0px;
    }
    .home-object .object-item:nth-child(odd) .right{
        float: none;
    }
    .home-object .object-item:nth-child(odd) .left {
        padding-left: 0;
        float: none;
    }
    .home-object .object-item.item-1 .left,
    .home-object .object-item.item-7 .left,
    .home-object .object-item.item-8 .left{
        padding-top: 0px;
    }
    .home-object .object-item.item-9 .right {
        width: 100%;
    }
    .home-object .object-item.item-9 .left {
        width: 100%;
        text-align: center;
    }
    .home-object .object-item.item-9 .left .btn-ios {
        margin-right: 10px;
    }
    .home-object .object-item.item-9 .left a {
        display: inline-block;
        float: none;
    }
    .home-object .object-item .object{
        text-align: center;
    }


    .home-mission {
        margin: 40px auto 0;
    }
    
    .home-mission .mission-content .right{
        width: 100%;
        float: none;
        max-width: 320px;
        margin: 0 auto;
    }
    .home-mission .mission-content .left {
        width: 100%;
        float: none;
        padding: 35px 15px 0px;
    }
    .home-mission .mission-content .left h6{
        font-size: 23px;
        line-height: 31px;
        max-width: 475px;
        margin: 0 auto 0px;
    }

    .home-premium{
        padding: 45px 15px 0px;
    }
    .home-premium .home-premium-content{
        padding: 25px 20px;
    }
    .home-premium .premium-image {
        width: 100%;
        float: none;
        max-width: 300px;
        margin: 0 auto;
    }
    .home-premium .premium-text{
        padding: 30px 0px 0px;
        width: 100%;
        float: none;
        text-align: center;
    }
    .home-premium .premium-text h3{
        font-size: 35px;
        max-width: unset;
        line-height: 42px;
        max-width: 475px;
        margin: 0 auto;
    }
    .home-premium .premium-text p{
        max-width: 475px;
        line-height: 26px;
        margin: 20px auto 0px;
    }
    .home-premium .premium-text .btn-premium{
        margin: 34px auto 0px;
        max-width: 330px;
    }
    .home-premium .premium-text .btn-trial{
        margin: 15px auto 0px;
        max-width: 330px;
    }
    .home-video{
        padding: 45px 15px 0px;
        max-width: unset;
    }
    .home-video h2{
        font-size: 33px;
        line-height: 43px;
        max-width: 475px;
        margin: 0px auto;
    }
    .home-video .video{
        margin-top: 30px;
        border-radius: 20px;
    }

    .home-newspaper .newspaper-content-item {
        width: calc(100% + 15px);
        margin-top: 30px;
    }

    .home-newspaper .newspaper-content{
        padding: 50px 15px 60px;
    }
    
    .home-newspaper .newspaper-item {
        width: 320px;
    }
    .home-newspaper .newspaper-item a{
        min-height: 376px;
        padding: 20px 25px 10px;
    }
    .home-newspaper .newspaper-item .title{
        max-width: 245px;
    }


    .home-student {
        padding-top: 40px;
    }
    .home-student h2{
        font-size: 28px;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-student .home-student-content {
        margin-top: 35px;
        padding-left: 20px;
    }
    .home-student-feedback .feedback-left{
        display: none;
    }
    .home-student-feedback{
        padding: 80px 20px 0 0;
    }
    .home-student-feedback .feedback-right{
        width: 100%;
        float: none;
    }
    .home-student .btn-student-prev,
    .home-student .btn-student-next{
        display: none;
    }
    .home-method .method-item .item-image::before{
        display: none;
    }

    .home-method .method-item .item-image{
        width: 37%;
        padding-top: 40px;
    }
    .home-method .method-item .item-text{
        width: 63%;
    }
    .home-method .method-item:nth-child(even) .item-text{
        padding-left: 70px;
    }
    .home-method .method-content{
        padding: 50px 20px 30px;
    }
    .home-plan .mission-plan{
        padding: 50px 20px 70px;
    }
    .home-plan .mission-plan .left{
        width: 100%;
        max-width: 512px;
        margin: 0 auto;
        float: none;
    }
    .home-plan .mission-plan .right{
        width: 100%;
        float: none;
        padding: 0px 0 0;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width: 776px){
    .home-top-content .home-welcome canvas{
        width: 320px;
        height: 215px;
    }
    .home-top {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .home-top-content{
        padding: 0 15px;
    }
    .home-top-content .home-welcome{
        max-width: 320px;
        height: 320px;
    }
    .home-solution {
        padding: 0 24px 0px;
    }
    .home-solution .home-solution-content {
        border-top: 0;
        padding-top: 40px;
    }
    .home-solution .right {
        padding-top: 30px;
    }
    .home-solution .right video {
        border-radius: 20px;
    }
    .home-object .home-object-container {
        padding: 0 24px 0px;
        margin-top: 0;
    }
    .home-object .object-item .right{
        width: 100%;
        float: none;
        max-width: 345px;
        margin: 40px auto;
    }
    .home-object .object-item .left{
        width: 100%;
        float: none;
        padding-top: 25px;
    }
    .home-object .object-item .left h3{
        text-align: center;
        font-size: 33px;
        line-height: 40px;
        max-width: 330px;
        margin: 0px auto;
    }
    .home-object .object-item.item-3 .left h3,
    .home-object .object-item.item-5 .left h3 {
        max-width: 330px;
    }
    .home-object .object-item .left p{
        text-align: center;
        max-width: 330px;
        margin: 15px auto 0px;
    }
    .home-object .object-item .left a{
        max-width: 330px;
        margin: 25px auto 0px;
    }
    .home-object .object-item .object span{
        width: 95px;
        height: 35px;
        height: 38px;
        font-size: 14px;
        border-radius: 5px;
        margin-right: 6px;
    }

    .home-premium .premium-text h3{
        font-size: 35px;
        max-width: unset;
        line-height: 45px;
        max-width: 330px;
        margin: 0 auto;
    }
    .home-premium .premium-text p{
        max-width: 330px;
        line-height: 26px;
        margin: 20px auto 0px;
    }
   
    .home-mission .mission-content .left h6{
        font-size: 23px;
        line-height: 31px;
        max-width: unset;
    }
    .home-video h2{
        max-width: unset;
        margin: 0px auto;
    }
    .home-top-content .home-welcome img{
        animation: unset!important;
        visibility: visible!important;
    }
    .home-top-content h6{
        animation: unset;
    }
    .home-top-content h1{
        animation: unset!important;
        visibility: visible!important;
    }

    .home-student .btn-student-prev,
    .home-student .btn-student-next{
        display: none;
    }

    .premium-video-content{
        padding-top: 40px;
        margin-top: 40px;
    }
    .premium-video h2{
        font-size: 25px;
        line-height: 35px;
    }
    .premium-video video{
        border-radius: 20px;
        margin-top: 30px;
    }
    .home-newspaper h2{
        font-size: 30px;
    }
    .home-method .home-method-content{
        margin-top: 50px;
        padding: 0;
    }
    .home-method .method-content{
        padding: 35px 20px 35px;
    }
    .home-method .method-content h2{
        font-size: 28px;
        line-height: 35px;
    }
    .home-method .method-item .item-image{
        width: 100%;
        float: none;
        max-width: 320px;
        margin: 0 auto;
    }
    .home-method .method-item .item-image::before{
        display: none;
    }
    .home-method .method-item .item-text{
        width: 100%;
        float: none;
        padding: 35px 0 0;
    }
    .home-method .method-item:nth-child(even) .item-image {
        float: none;
    }
    .home-method .method-item:nth-child(even) .item-text{
        padding: 35px 0 0;
    }
    .home-mission{
        margin: 0px auto 0;
    }
    .home-student {
        padding-top: 40px;
    }
    .home-student h2{
        font-size: 28px;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-student .home-student-content {
        margin-top: 35px;
        padding-left: 20px;
    }
    .home-student-feedback .feedback-left{
        display: none;
    }
    .home-student-feedback{
        padding: 80px 20px 0 0;
    }
    .home-student-feedback .feedback-right{
        width: 100%;
        float: none;
    }
    .home-method .method-item {
        margin-top: 45px;
    }
    .home-method .method-item .item-image{
        padding-top: 0;
    }
    .home-plan .mission-plan {
        padding: 15px 20px 50px;
    }
    .home-plan .mission-plan .right .btn-start{
        display: block;
        margin: 20px auto 0px;
        max-width: 310px;
        width: 100%;
    }
    .home-plan .mission-plan .right .btn-premium{
        display: block;
        margin: 18px auto 0px;
        max-width: 310px;
        width: 100%;
    }
}