.scholarship-header{
    display: none;
}
.scholarship-top-mobile{
    display: none;
}
.top-bg {
    height: 85px;
    background: url(../images/scholarship/top-bg.svg);
    margin-top: -83px;
    background-position: center;
    display: block;
    position: relative;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #1CB0F6;
    height: 70px;
}
.header-container .header-content{
    max-width: 1170px;
    padding: 0px 15px;
    margin: auto;
}
.header-container .header-content .header-left{
    float: left;
    margin-top: 20px;
}
.header-container .header-content .header-left a{
    display: inline-block;
}
.header-container .header-content .header-right{
    float: right;
}
.header-container .header-content .header-right span{
    margin-right: 15px;
    display: none;
    float: left;
    margin-top: 23px;
}
.header-container .header-content .header-right.active span{
    display: inline-block;
}
.header-container .header-content .header-right span svg{
    float: left;
    margin-right: 3px;
}
.header-container .header-content .header-right span i{
    font-style: normal;
    color: #fff;
    font-size: 20px;
    font-family: 'balootammabold';
}
.header-container .header-content .header-right a{
    width: 275px;
    height: 50px;
    background: #fff;
    border-bottom: 4px solid #74cffa;
    border-radius: 11px;
    margin-top: 10px;
    text-align: center;
    line-height: 49px;
    color: #1CB0F6;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'balootammabold';
    text-decoration: none;
    display: none;
}
.header-container .header-content .header-right.active a{
    display: inline-block;
}
.header-container .header-content .header-right a:active{
    height: 46px;
    line-height: 46px;
    border: 0;
    margin-top: 14px;
}






.scholarship-top{
    background: #1CB0F6;
}
.scholarship-top .top-content{
    max-width: 1204px;
    margin: 0 auto;
    padding: 30px 60px 0px;
}
.scholarship-top .right{
    width: 48%;
    float: right;
}
.scholarship-top .right img{
    width: 100%;
}
.scholarship-top .left{
    width: 52%;
    float: left;
    padding-right: 15px;
    padding-top: 70px;
}
.scholarship-top .left h2{
    margin: 0;
    font-size: 40px;
    font-family: balootammaextrabold;
    color: #fff;
}
.scholarship-top .left h1{
    margin: 10px 0px 0px;
    color: #fff;
    font-size: 50px;
    max-width: 568px;
    font-family: balootammaextrabold;
    line-height: 60px;
}
.scholarship-top .left h6{
    margin: 25px 0px 0px;
    color: #fff;
    max-width: 530px;
    font-size: 19px;
    line-height: 28px;
}
.scholarship-top .left h6 span{
    font-family: 'balootammabold';
}
.scholarship-top .left a{
    display: block;
    margin-top: 25px;
    background: #fff;
    height: 50px;
    max-width: 256px;
    text-align: center;
    line-height: 50px;
    color: #1CB0F6;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'balootammabold';
    border-radius: 11px;
    border-bottom: 4px solid #84D8FF;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.scholarship-top .left a:active{
    border-bottom: 0;
    height: 46px;
    line-height: 46px;
    margin-top: 29px;
}
.scholarship-top .left .tenyear{
    margin-top: 30px;
    opacity: 0.8;
}
.scholarship-top .left .tenyear img{
    width: 80px;
    float: left;
}
.scholarship-top .left .tenyear p{
    width: calc(100% - 80px);
    max-width: 400px;
    padding-left: 17px;
    float: left;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}




.scholarship-slider{
    padding: 60px 20px 0;
    max-width: 1140px;
    margin: 0px auto;
}

.scholarship-slider h2{
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-family: 'balootammaextrabold';
    color: #1CB0F6;
    max-width: 610px;
    line-height: 1.2;
}


#slider-content{
    position:relative;
    margin: 35px auto 0px;
    top:0px;
    left:0px;
    width:750px;
    height:400px;
    overflow:hidden;
    visibility:hidden;
    background-color:#27355B;
    border-radius: 20px;
}

#slider-content .slider-slides{
    cursor:default;
    position:relative;
    top:0px;
    left:195px;
    width:555px;
    height:400px;
    overflow:hidden;
}

#slider-content .slider-slides [data-u="image"]{
    display: flex;
    height: 100%;
}

#slider-content .slider-slides [data-u="image"] img{
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}

#slider-content .slider-image{
    background-color: #000;
}

#slider-content .slider-thumb-nav{
    position:absolute;
    left:0px;
    width:195px;
    height:400px;
    background-color:#000;

}

#slider-content .slider-prototype{
    width:165px;
    height:115px;
    text-align: center;
    background: #000;
    cursor: pointer;
}

#slider-content .slider-thumb-template{
    height: 100%;
    width: auto;
}

/*jssor slider loading skin spin css*/

.jssorl-spin{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
    background-color:rgba(0,0,0,0.7);
}
.jssorl-spin img {
    margin-top:-19px;
    position:relative;
    top:50%;
    width:38px;
    height:38px;
    animation-name: jssorl-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.scholarship-letter{
    max-width: 908px;
    margin: 0px auto;
    padding: 45px 15px 0px;
}
.scholarship-letter .letter-content{
    border: 2px solid #E5E5E5;
    border-radius: 27px;
    padding: 50px 50px 45px;
}
.scholarship-letter .letter-content h3{
    margin: 0;
    text-align: center;
    color: #1CB0F6;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.scholarship-letter .letter-content p{
    margin: 25px 0px 0px;
    color: #777777;
    font-size: 17px;
}
.scholarship-letter .letter-content p strong{
    font-weight: 400;
    font-family: balootammabold;
}
.scholarship-letter .letter-content p span{
    color: #1CB0F6;
}
.scholarship-mission{
    max-width: 1148px;
    margin: 70px auto 0;
    border-top: 2px solid #e5e5e5;
    padding: 80px 15px 0px;
}
.scholarship-mission .mission-content{
    background: url(../images/scholarship/mission-bg.svg);
    border-radius: 25px;
}
.scholarship-mission .mission-content .left{
    width: 62%;
    float: left;
    padding: 90px 50px 0px;
}
.scholarship-mission .mission-content .left h6{
    max-width: 590px;
    margin: 0;
    text-align: center;
    color: #1CB0F6;
    font-size: 30px;
    font-family: balootammabold;
    line-height: 38px;
}
.scholarship-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';
}
.scholarship-mission .mission-content .left a span{
    margin-right: 3px;
}
.scholarship-mission .mission-content .right{
    width: 38%;
    float: left;
    margin-top: -50px;
}
.scholarship-mission .mission-content .right img{
    width: 100%;
}

.scholarship-object-content{
    max-width: 1054px;
    margin: 55px auto 0px;
    border-top: 2px solid #E5E5E5;
    padding: 0px 20px;
}
.scholarship-object-content {
    padding: 55px 0px 0px;
}
.scholarship-object h2{
    margin: 0;
    text-align: center;
    color: #1CB0F6;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.object-content{
    margin-top: 70px;
}
.object-content .image{
    width: 38%;
    float: right;
}
.object-content .image img{
    width: 100%;
}
.object-content .text{
    width: 62%;
    float: left;
    padding-right: 45px;
    padding-top: 30px;
}
.object-content .text h4{
    margin: 0;
    color: #777777;
    font-size: 35px;
    font-family: 'balootammaextrabold';
}
.object-content .text .description{
    color: #1CB0F6;
    font-size: 19px;
    margin-top: 15px;
}
.object-content .text p{
    max-width: 560px;
    color: #777777;
    font-size: 19px;
    margin: 20px 0px 0px;
    font-family: 'balootammamedium';
}
.object-content .text a{
    margin: 15px 0px 0px;
    display: block;
    height: 49px;
    max-width: 270px;
    border-radius: 11px;
    text-align: left;
    line-height: 49px;
    color: #1CB0F6;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammabold';
    text-decoration: none;
}

.scholarship-plan{
    max-width: 1148px;
    margin: 60px auto 0px;
    border-top: 2px solid #e5e5e5;
    padding: 70px 15px 70px;
}
.scholarship-plan .left{
    width: 59%;
    float: left;
}
.scholarship-plan .right{
    width: 41%;
    float: right;
    padding-left: 80px;
}
.scholarship-plan .right .title{
    color: #777777;
    font-size: 35px;
    font-family: balootammaextrabold;
}
.scholarship-plan .right .description{
    color: #777777;
    font-size: 19px;
    margin: 10px 0px 0px
}
.scholarship-plan .btn-start{
    margin: 30px 0px 0px;
    display: block;
    height: 49px;
    max-width: 270px;
    background: #58CC02;
    border-radius: 11px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammabold';
    text-decoration: none;
    border-bottom: 4px solid #58A700;
}
.scholarship-plan .btn-start-mobile{
    display: none;
}
.scholarship-plan .left-content{
    border: 2px solid #e5e5e5;
    border-radius: 21px;
    padding: 35px 40px;
}
.scholarship-plan .left-head{
    font-size: 0;
}
.scholarship-plan .left-head .plan{
        width: 110px;
    font-size: 25px;
    color: #777777;
    font-family: 'balootammabold';
    line-height: 32px;
    float: left;
    margin-top: 11px;
}
.scholarship-plan .left-head .plan-tab-content{
    float: left;
    width: calc(100% - 110px);
}
.scholarship-plan .left-head ul{
    width: calc(100% - 94px);
    float: left;
    margin: 15px 0px 0px;
    padding: 0px 0px 0px 15px;
}
.scholarship-plan .left-head li{
    color: #B4B4B4;
    font-size: 17px;
    font-family: 'balootammabold';
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    margin-left: 18px;
    text-transform: uppercase;
}
.scholarship-plan .left-head li.active{
    color: #1CB0F6;
    border-color: #1CB0F6;
}
.scholarship-plan .left-head li:hover{
    cursor: pointer;
}
.scholarship-plan .left-body .plan-item{
    display: none;
}
.scholarship-plan .left-body .plan-item.active{
    display: block;
}
.scholarship-plan .left-body .item{
    margin-top: 35px;
    border-top: 2px solid #e5e5e5;
    padding-top: 35px;
}
.scholarship-plan .left-body .item .name{
    color: #777777;
    font-size: 25px;
    font-family: balootammabold;
    width: 215px;
    float: left;
    line-height: 32px;
}
.scholarship-plan .left-body .item .price{
    color: #AFAFAF;
    font-size: 25px;
    font-family: balootammabold;
    float: right;
    width: 140px;
    text-align: right;
    margin-top: 20px;
}
.scholarship-plan .left-body .item .price.price-active{
    color: #58CC02;   
}
.scholarship-plan .left-body .item.object-support .price{
    width: calc(100% - 215px);
    margin-top: 0px;
}
.scholarship-plan .left-body .item.tuition-support .price{
    color: #1CB0F6;
    text-align: left;
    font-size: 18px;
    width: calc(100% - 200px);
    margin-top: 3px;
}
.scholarship-plan .left-body .item.object-support .price ul{
    padding: 0;
    margin-top: 0;
}
.scholarship-plan .left-body .item.object-support .price li{
    color: #777777;
    font-size: 14px;
    font-family: 'balootamma';
    text-align: left;
    margin-left: -15px;
    width: calc(100% + 15px);
    position: relative;
    padding-left: 15px;
    display: block;
    margin-bottom: 7px;
}
.scholarship-plan .left-body .item.object-support .price li::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #58CC02;
    left: 0;
    position: absolute;
    top: 6px;
}
.scholarship-plan .left-body .item.tuition-support .name{
    max-width: 170px;
}
.scholarship-objects{
    background: #1CB0F6;
}
.scholarship-objects .objects-top{
    height: 116px;
    background: url(../images/scholarship/object-top-bg.svg);
    background-position-x: center;
}
.scholarship-objects .objects-bottom{
    height: 111px;
    background: url(../images/scholarship/object-bottom-bg.svg);
    background-position-x: center;
}


.scholarship-objects .scholarship-objects-content{
    max-width: 1010px;
    margin: 0px auto;
    padding: 50px 20px 0px;
}
.scholarship-objects h2{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.scholarship-objects .objects-content-item{
    margin-top: 40px;
}

.scholarship-objects .objects-item .image{
    width: 40%;
    float: right;
}
.scholarship-objects .objects-item .image img{
    width: 100%;
}
.scholarship-objects .objects-item .text{
    width: 60%;
    float: left;
    padding-right: 100px;
    text-align: right;
    padding-top: 80px;
}
.scholarship-objects .objects-item .text h4{
    margin: 0;
    color: #FFFFFF;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.scholarship-objects .objects-item .text p{
    color: #fff;
    font-size: 22px;
    margin: 5px 0px 0px;
    line-height: 30px;
}
.scholarship-objects .objects-item.item-2 .image{
    float: left;
}
.scholarship-objects .objects-item.item-2 .text{
    padding-right: 0;
    padding-left: 100px;
    text-align: left;
    padding-top: 100px;
}

.scholarship-intend{
    max-width: 1208px;
    margin: 0px auto;
    padding: 80px 60px 80px;
}
.scholarship-intend .image{
    width: 35%;
    float: left;
}
.scholarship-intend .image img{
    width: 100%;
}
.scholarship-intend .text{
    width: 65%;
    float: left;
    padding-left: 40px;
    max-width: 566px;
}
.scholarship-intend .text h3{
    margin: 0;
    color: #1CB0F6;
    font-size: 50px;
    font-family: balootammaextrabold;
}
.scholarship-intend .text .text-content{
    position: relative;
}
.scholarship-intend .text .text-content::before{
    content: '';
    display: inline-block;
    content: '';
    display: inline-block;
    height: 270px;
    position: absolute;
    border-left: 2px dashed #1CB0F6;
    left: 33px;
    top: 37px;
    
}
.scholarship-intend .text .item{
    margin-top: 45px;
    position: relative;
    z-index: 1;
}
.scholarship-intend .item .number{
    width: 65px;
    height: 65px;
    background: #1CB0F6;
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 40px;
    font-family: 'balootammaextrabold';
    float: left;
}
.scholarship-intend .item .content{
    width: calc(100% - 65px);
    float: left;
    padding-left: 15px;
}
.scholarship-intend .item .content strong{
    display: block;
    color: #777777;
    font-size: 25px;
    font-family: balootammabold;
}
.scholarship-intend .item .content span{
    display: block;
    color: #777777;
    font-size: 19px;
    margin-top: 1px;
}
.scholarship-intend .text a{
    display: block;
    max-width: 340px;
    height: 49px;
    text-align: center;
    margin-top: 45px;
    background: #58CC02;
    border-bottom: 4px solid #58A700;
    color: #fff;
    border-radius: 11px;
    text-transform: uppercase;
    line-height: 49px;
    font-family: 'balootammabold';
    text-decoration: none;
    font-size: 15px;
}




.scholarship-feedback{
    background: #1CB0F6;
    margin-top: 100px;
}
.scholarship-feedback .feedback-content{
    max-width: 1027px;
    margin: 0 auto;
    padding: 60px 15px 110px;
}
.scholarship-feedback h2{
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'balootammaextrabold';
    max-width: 730px;
}
.scholarship-feedback .feedback-content-item{
    margin-top: 40px;
    position: relative;
}
.scholarship-feedback .feedback-item{
    width: 299px;
    height: 500px;
}
.scholarship-feedback .feedback-item-content{
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    padding: 35px 21px 20px;
    position: relative;
    height: 100%;
    text-align: center;
}


.scholarship-feedback .feedback-item .image{
    width: 98px;
    height: 98px;
    margin: 23px auto 0px;
    border-radius: 60px;
}
.scholarship-feedback .feedback-item .image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.scholarship-feedback .feedback-item .name{
    text-align: center;
    margin-top: 11px;
    color: #777777;
    font-size: 18px;
}
.scholarship-feedback .feedback-item .name strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.scholarship-feedback .feedback-item .member{
    text-align: center;
    font-size: 18px;
    color: #B4B4B4;
    margin-top: 6px;
}

.scholarship-feedback .feedback-item .star{
    text-align: center;
    margin-top: 10px;
}
.scholarship-feedback .feedback-item .content{
    margin-top: 15px;
    text-align: center;
    color: #4C4C4C;
    font-size: 15px;
    position: relative;
    line-height: 22px;
}
.scholarship-feedback .feedback-item .content svg{
    position: absolute;
    left: 0;
}
.scholarship-feedback .btn-feedback-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
}
.scholarship-feedback .btn-feedback-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
}





.scholarship-form{
    background: #1CB0F6;
    margin-top: 50px;
    position: relative;
}
.scholarship-form .scholarship-form-content{
    max-width: 729px;
    margin: 0px auto 0px;
    padding: 60px 15px 35px;
}
/* .scholarship-form .form-top{
   position: absolute;
    top: -35px;
    right: 0;
    max-width: 150px; 
}
.scholarship-form .form-bottom{
    position: absolute;
    bottom: -30px;
    left: 0;
    max-width: 250px;
} */

.scholarship-form .form-top{
    height: 116px;
    background: url(../images/scholarship/object-top-bg.svg);
    background-position-x: center;
}
.scholarship-form .form-bottom{
    height: 111px;
    background: url(../images/scholarship/object-bottom-bg.svg);
    background-position-x: center;
    margin-top: -70px;
}

.scholarship-form .scholarship-form-content{
    max-width: 729px;
    margin: 0px auto 0px;
    padding: 60px 15px 35px;
}
.scholarship-form .form-content {
    margin: 30px auto 0px;
}
.scholarship-form h3{
    text-align: center;
    font-size: 50px;
    font-family: balootammaextrabold;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.scholarship-form h3 span{
    color: #58CC02;
}
.scholarship-form h4{
    margin: 0 auto 20px;
    font-size: 23px;
    color: #ffffff;
    font-family: 'balootammabold';
    width: 100%;
    text-align: left;
}
.scholarship-form input[type="text"],
.scholarship-form input[type="number"],
.scholarship-form input[type="email"],
.scholarship-form .slt-form{
    display: block;
    width: 100%;
    height: 69px;
    margin: 20px auto 0px;
    background: #f7f7f7;
    border-radius: 15px;
    border: 0;
    color: #4c4c4c;
    font-size: 20px;
    padding-left: 15px;
    font-family: balootamma;
    border: 0;
    box-shadow: none;
    border: 2px solid #E5E5E5;
}
.scholarship-form .slt-form.slt-default{
    color: #777777;
    font-family: balootamma;
}
.scholarship-form .slt-form.slt-default option{
    color: #4c4c4c;
    font-family: balootammasemibold;
}
.scholarship-form input[type="email"]{
    /*margin-right: 0px;*/
}
.scholarship-form input[type="text"]:focus,
.scholarship-form input[type="number"]:focus,
.scholarship-form input[type="email"]:focus{
    outline: none;
    box-shadow: none;
    border-color: #E5E5E5;
}
.scholarship-form input[type="text"]::placeholder,
.scholarship-form input[type="number"]::placeholder,
.scholarship-form input[type="email"]::placeholder{
    font-size: 20px;
    color: #777777;
    font-family: balootamma;
}
.scholarship-form button{
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 25px;
    border: 0px;
    background: #58CC02;
    height: 50px;
    line-height: 50px;
    border-bottom: 4px solid #65A20E;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    font-family: balootammabold;
    text-transform: uppercase;
    color: var(--color-white);
    border-radius: 14px;
}
.scholarship-form button:hover{
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.scholarship-form .payment-channel{
    color: #fff;
    font-size: 15px;
    margin: 15px 0 0;
}
.scholarship-form .premium-channel{
    display: block;
    max-width: 320px;
    margin: 20px auto 0px;
}
.choose-group {
    margin: 35px auto 0px;
}
.form-content .title {
    color: #fff;
    font-size: 23px;
    font-family: 'balootammabold';
    margin-top: 30px;
}

.choose-group .choose-group-content .name {
    
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    color: #FFFFFF;
    font-family: 'balootammasemibold';
    background: #1CB0F6;
    width: 100%;
    font-size: 20px;
    padding: 0;
    height: 69px;
    padding-left: 15px;
    border: 2px solid #E5E5E5!important;
}
.choose-group .choose-group-content .name:focus{
    outline: none;
    border: 0;
}
.choose-group .choose-group-content .name option {
    color: #fff; 
}
.student-group{
    width: 100%;
    margin: 20px auto 0px;
    color: #fff;
    font-size: 15px;
}
/* The.group-checkbok */
.group-checkbok {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
    padding-top: 8px;
    color: #fff;
    font-size: 15px;
    font-family: 'balootammamedium';
}

/* Hide the browser's default checkbox */
.group-checkbok input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 9px;
}



/* When the checkbox is checked, add a blue background */
.group-checkbok input:checked ~ .checkmark {
   background-color: #D7FFB8;
   border-color: #58CC02;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

/* Show the checkmark when checked */
.group-checkbok input:checked ~ .checkmark:after {
 display: block;
}

/* Style the checkmark/indicator */
.group-checkbok .checkmark:after {
   left: 10px;
   top: 5px;
   width: 10px;
   height: 15px;
   border: solid #58CC02;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}




.scholarship-app{
    background: #1CB0F6;
}
.scholarship-app .scholarship-app-content{
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 15px 30px;
}
.scholarship-app .app-content{
    max-width: 920px;
    margin: 0 auto;
}
.scholarship-app .scholarship-app-content .app-left{
    width: calc(100% - 320px);
    float: left;
    padding-top: 20px;
}
.scholarship-app .scholarship-app-content .app-right{
    width: 320px;
    float: left;
}
.scholarship-app .scholarship-app-content .app-right h5{
    margin: 0 0 15px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: balootammabold;
}
.scholarship-app .scholarship-app-content .app-left h3{
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'balootammabold';
}
.scholarship-app .scholarship-app-content .app-left p{
    margin: 19px 0px 0px;
    max-width: 485px;
    font-size: 17px;
    color: #fff;
    line-height: 23px;
}
.scholarship-app .scholarship-app-content .app-right a{
    display: block;
    width: 150px;
    float: left;
    height: 69px;
    background: #fff;
    border-radius: 15px;
    border-bottom: 4px solid #DDF4FF;
}
.scholarship-app .scholarship-app-content .app-right .btn-ios{
    margin-right: 20px;
}
.scholarship-app .app-right a .image{
    width: 50px;
    float: left;
    padding-left: 15px;
    padding-top: 18px;
}
.scholarship-app .app-right a .text{
    width: calc(100% - 50px);
    float: left;
    padding-top: 15px;
}
.scholarship-app .app-right a .text span{
    display: block;
    color: #777;
    font-size: 13px;
    font-family: 'balootammasemibold';
}
.scholarship-app .app-right a .text strong{
    display: block;
    font-family: 'balootammabold';
    font-weight: 400;
    color: #777;
    font-size: 16px;
}
.scholarship-app .app-menu{
    margin-top: 50px;
}
.scholarship-app .app-menu .app-menu-content{
    display: flex;
    max-width: 750px;
    margin: 0px auto;
}
.scholarship-app .app-menu .app-menu-content a{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff9e;
    font-family: 'balootammabold';
    text-align: center;
    text-transform: uppercase;
}

.scholarship-app-bg{
    height: 97px;
    background: url(../images/scholarship/scholarship-app-bg.svg);
    margin-top: -97px;
    background-position: center;
}
.scholarship-app .app-menu{
    margin-top: 50px;
}
.scholarship-app .app-menu .app-menu-content{
    display: flex;
    max-width: 750px;
    margin: 0px auto;
}
.scholarship-app .app-menu .app-menu-content a{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff9e;
    font-family: 'balootammabold';
    text-align: center;
}




.scholarship-faq .scholarship-support{
    text-align: center;
    max-width: 1097px;
    margin: 80px auto 0px;
}
.scholarship-faq .scholarship-support h3{
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-family: 'balootammaextrabold';
    width: 100%;
}
.scholarship-faq .scholarship-support .btn-phone{
    display: block;
    width: 188px;
    height: 48px;
    background: #fff;
    margin: 25px auto 0px;
    border-radius: 15px;
    line-height: 50px;
    color: #1CB0F6;
    font-size: 20px;
    font-family: 'balootammabold';
    border-bottom: 4px solid #E2E4FF;
    text-decoration: none;
}
.scholarship-faq .scholarship-support .support-social{
    max-width: 475px;
    margin: 25px auto 0px;
    color: #fff;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.scholarship-faq .scholarship-support .support-social a{
    color: #fff;
    font-family: 'balootammabold';
}
.scholarship-faq .scholarship-support .support-email{
    margin: 15px auto 0px;
    color: #fff;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.scholarship-faq .scholarship-support .support-email a{
    color: #fff;
    font-family: 'balootammabold';
}



.scholarship-faq .scholarship-faq-content{
    max-width: 940px;
    margin: 0px auto;
    padding: 40px 15px 0px;
}
.scholarship-faq .scholarship-faq-content h2{
    text-align: center;
    margin: 0;
    color: #4B4B4B;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.scholarship-faq .faq-content{
    background: #fff;
    margin-top: 40px;
    border-radius: 22px;
    border: 2px solid #e5e5e5;
}
.scholarship-faq .faq-content .faq-item{
    position: relative;
    border-bottom: 2px solid #E5E5E5;
    padding: 24px 24px 20px;
}
.scholarship-faq .faq-content .faq-item:last-child{
    border: 0;
}
.scholarship-faq .faq-item .faq-title{
    position: relative;
}
.scholarship-faq .faq-item .faq-title:hover{
    cursor: pointer;
}
.scholarship-faq .faq-item .faq-title .content{
    width: calc(100% - 40px);
    color: #3c3c3c;
    font-size: 20px;
    font-family: 'balootammamedium';
}
.scholarship-faq .faq-item.active .faq-title .content{
    font-family: balootammabold;
}
.scholarship-faq .faq-item .faq-title svg{
    position: absolute;
    right: 0;
    top: 0;
}
.scholarship-faq .faq-item.active .faq-title svg{
    transform: rotate(180deg);
}
.scholarship-faq .faq-item .faq-answer{
    margin-top: 30px;
    display: none;
}
.scholarship-faq .faq-item.active .faq-answer{
    display: block;
}
.scholarship-faq .faq-item .faq-answer .content{
    color: #3c3c3c;
    font-size: 18px;
}
.scholarship-faq .faq-item .faq-answer .content li{
    list-style: unset;
}
.scholarship-faq .faq-item .faq-answer .content strong{
    font-weight: 400;
    font-family: 'balootammasemibold';
}




.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;
}




.scholarship-school{
    max-width: 1140px;
    margin: auto;
    padding: 65px 24px 50px;
    border-top: 2px solid #e5e5e5;
    margin-top: 80px;
}
.scholarship-school h2{
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-family: 'balootammaextrabold';
    color: #1CB0F6;
}
.scholarship-school .school-content{
    margin-top: 45px;
}
.scholarship-school .school-item{
    width: 300px;
    float: left;
    
    text-align: center;
}
.scholarship-school .school-item.school-1{
    padding-top: 20px;
}
.scholarship-school .school-item.school-2{
    
}
.scholarship-school .school-item.school-3{
    padding-top: 60px;
}
.scholarship-school .school-item .content{
    max-width: 210px;
    margin: 24px auto 0px;
    font-size: 16px;
    font-family: balootammamedium;
}
.scholarship-school .school-item.school-3 .content{
    margin-top: 50px;
}
.scholarship-school .school-item img{
        width: 190px;
    margin: 0 auto;
}
.scholarship-school .school-item.school-2 img{
    width: 145px;
}
.scholarship-school .school-item.school-3 img{
    width: 300px;
}
.scholarship-school .school-item.school-4 img{
    width: 150px;
}



.home-newspaper .newspaper-content{
    max-width: 1203px;
    margin: 0 auto;
    padding: 20px 15px 50px;
}
.home-newspaper h2{
    margin: 0;
    text-align: center;
    color: #1CB0F6;
    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;
}


.premium-video{
    padding: 60px 20px 0;
    max-width: 1140px;
    border-top: 2px solid #e5e5e5;
    margin: 60px auto;
}
.premium-video-content{
    max-width: 1140px;
    margin: 0px auto;
}
.premium-video h2{
    margin: 0px auto;
    max-width: 810px;
    text-align: center;
    color: #4B4B4B;
    font-size: 40px;
    font-family: 'balootammaextrabold';
    line-height: 45px;
}
.premium-video h2 span{
    color: #1CB0F6;
}
.premium-video video{
    max-width: 670px;
    margin: 50px auto 0px;
    display: block;
    border-radius: 24px;
}

.scholarship-message{
    margin-top: 20px;
    display: none;
}
.scholarship-message.active{
    display: block;
}
.scholarship-message .scholarship-message-content{
    background: rgb(255 255 255 / 15%);
    border-radius: 16px;
    padding: 15px 20px 15px;
}
.scholarship-message .scholarship-message-content ul{
    margin: 0;
    padding: 0;
}
.scholarship-message .scholarship-message-content li{
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'balootamma';
    text-align: left;
    position: relative;
    padding-left: 15px;
    display: block;
    margin-bottom: 7px;
}
.scholarship-message .scholarship-message-content li::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #FFFFFF;
    left: 0;
    position: absolute;
    top: 6px;
}
.scholarship-message .scholarship-message-value{
    margin-top: 20px;
}
.scholarship-message .scholarship-message-value svg{
    float: left;
    width: 30px;
    margin-top: 2px;
}
.scholarship-message .scholarship-message-value span{
    display: block;
    width: calc(100% - 30px);
    padding-left: 7px;
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: 'balootammabold';
    max-width: 560px;
}
@media(max-width: 1190px){
    /* .scholarship-form .form-top {
        max-width: 120px;
    }
    .scholarship-form .form-bottom {
        max-width: 170px;
    } */
}

@media(max-width: 991px){
    /* .scholarship-form .form-top {
        max-width: 100px;
    }
    .scholarship-form .form-bottom{
        max-width: 100px;
    } */
    .scholarship-top .top-content{
        padding: 10px 15px 110px;
    }
    .scholarship-top .right{
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
        float: none;
    }
    .scholarship-top .left{
        width: 100%;
        float: none;
        padding: 30px 0px 0px;
    }
    .scholarship-top .left h2{
        text-align: center;
        font-size: 30px;
    }
    .scholarship-top .left h1{
        font-size: 40px;
        text-align: center;
        max-width: unset;
        line-height: 49px;
    }
    .scholarship-top .left h6{
        margin: 20px auto 0px;
        text-align: center;
        font-size: 20px;
        line-height: 27px;
    }
    .scholarship-top .left a{
        margin: 25px auto 0px;
    }
    .scholarship-top .left .tenyear{
        max-width: 300px;
        margin: 30px auto 0px;
    }
    .scholarship-top .left .tenyear p{
        font-size: 15px;
        padding-top: 3px;
    }



    
    .scholarship-letter{
        padding: 40px 15px 0px;
    }
    .scholarship-letter .letter-content {
        border-radius: 20px;
        padding: 30px 25px 40px;
    }
    .scholarship-letter .letter-content h3{
        font-size: 35px;    
    }
    .scholarship-letter .letter-content p {
        margin: 20px 0px 0px;
        text-align: justify;
    }
    .scholarship-mission {
        margin: 40px auto 0;
        padding: 40px 15px 0px;
    }
    .scholarship-mission .mission-content {
        border-radius: 20px;
    }
    .scholarship-mission .mission-content .right{
        width: 100%;
        float: none;
        max-width: 320px;
        margin: 0 auto;
    }
    .scholarship-mission .mission-content .left {
        width: 100%;
        float: none;
        padding: 35px 15px 0px;
    }
    .scholarship-mission .mission-content .left h6{
        font-size: 23px;
        line-height: 31px;
        max-width: 475px;
        margin: 0 auto 0px;
    }
    .scholarship-object-content{
        padding: 45px 15px 0px;
    }
    .object-content {
        margin-top: 40px;
    }
    .scholarship-object h2{
        font-size: 35px;
    }
    .object-content .image{
        width: 100%;
        float: none;
        max-width: 300px;
        margin: 0 auto;
    }
    .object-content .text{
        width: 100%;
        float: none;
        padding: 35px 0px 0px;
    }
    .scholarship-plan{
        margin: 40px 0px 0px;
        padding: 40px 15px 40px;
    }
    .scholarship-plan .left {
        width: 100%;
        float: none;
        overflow: hidden;
        overflow-x: auto;
    }
    .scholarship-plan .left-content{
        padding: 25px 20px;
        width: 100%;
        border-radius: 15px;
    }
    .scholarship-plan .right{
        width: 100%;
        float: none;
        padding: 0px 0px 30px;
    }
    .scholarship-plan .left-head .plan{
        width: 100%;
        float: none;
        font-size: 20px;
    }
    .scholarship-plan .left-head .plan-tab-content{
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
    }
    .scholarship-plan .left-head .plan-tab-content::-webkit-scrollbar{
        display: none;
    }
    .scholarship-plan .left-head ul{
        float: none;
        margin: 10px 0px 0px;
        padding: 0;
        width: 356px;
    }
    .scholarship-plan .left-head li{
        margin-right: 15px;
        font-size: 14px;
        margin-left: 0;
    }
    .scholarship-plan .left-body .item {
        margin-top: 20px;
        border-top: 2px solid #e5e5e5;
        padding-top: 20px;
    }
    .scholarship-plan .left-body .item .name {
        color: #777777;
        font-size: 17px;
        font-family: balootammabold;
        width: calc(100% - 77px);
        float: left;
        max-width: 150px;
        line-height: 23px;
    }
    .scholarship-plan .left-body .item .price {
        color: #AFAFAF;
        font-size: 20px;
        font-family: balootammabold;
        float: right;
        width: 140px;
        text-align: right;
        margin-top: 10px;
    }
    .scholarship-objects .scholarship-objects-content{
        padding: 40px 15px;
    }
    .scholarship-objects .objects-content {
        max-width: 300px;
        margin: 40px auto 0px;
    }
    .scholarship-intend{
        padding: 40px 60px 40px;
    }
    .scholarship-intend .image {
        width: 100%;
        float: none;
        max-width: 300px;
        margin: 0 auto;
    }
    .scholarship-intend .text{
        width: 100%;
        float: none;
        max-width: unset;
        padding: 40px 0px 0px;
    }
    .scholarship-intend .text h3{
        font-size: 35px;
    }
    .scholarship-intend .text .item {
        margin-top: 50px;
    }
    .scholarship-intend .text a{
        max-width: unset;
    }
    .scholarship-feedback {
        margin-top: 20px;
    }
    .scholarship-feedback .feedback-content {
        padding: 40px 15px 40px;
    }
    .scholarship-feedback h2{
        font-size: 32px;
    }
    .scholarship-feedback .feedback-content-item {
        width: calc(100% + 15px);
    }
    .scholarship-form .scholarship-form-content {
        padding: 40px 15px 35px;
    }
    .scholarship-form h3{
        font-size: 35px;
    }
    .scholarship-faq{
        padding-bottom: 0;
    }
    .scholarship-faq .scholarship-faq-content h2{
        font-size: 35px;
    }
    .scholarship-faq .faq-content{
        margin-top: 25px;
    }
    .scholarship-faq .faq-support{
        margin-top: 35px;
    }
    .scholarship-faq .faq-support h3{
        font-size: 30px;
    }
    .scholarship-faq .faq-support .support-social{
        font-size: 17px;
    }
    .scholarship-faq .scholarship-app-content{
        padding: 45px 15px 45px;
    }

    .scholarship-faq .scholarship-support {
        margin: 40px auto 0px;
        padding-bottom: 10px;
    }
    .scholarship-faq .scholarship-support h3 {
        font-size: 35px;
    }


    .scholarship-faq .guide-support{
        margin: 40px auto 0px;
    }
    .scholarship-faq .guide-support h3{
        font-size: 30px;
    }
    .scholarship-app .scholarship-support .support-social{
        font-size: 17px;
    }
    .scholarship-app .scholarship-app-content{
        padding-top: 35px;
    }

    .scholarship-app .scholarship-app-content .app-left{
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    .scholarship-app .scholarship-app-content .app-right{
        float: none;
        margin: 35px auto 0px;
    }
    .scholarship-app .app-menu{
        text-align: center;
    }

    .scholarship-plan .btn-start{
        display: none;
    }
    .scholarship-plan .btn-start-mobile{
        display: block;
        max-width: unset;
    }
    .scholarship-plan .right .title{
        text-align: center;
        font-size: 30px;
    }
    .scholarship-plan .right .description{
        text-align: center;
    }

    header{
        display: none;
    }
    .scholarship-header{
        background: #1CB0F6;
        width: 100%;
        height: 70px;
        position: fixed;
        z-index: 1001;
        top: 0px;
        display: block;
    }
    .scholarship-header-content{
        max-width: 1170px;
        padding: 0px 15px;
        margin: auto;
    }
    .scholarship-header-content a{
        display: block;
        text-decoration: none;
        margin-top: 20px;
        position: relative;
    }
    .scholarship-header-content a svg{
        margin-right: 10px;
    }
    .scholarship-header-content a img{
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 5px;
    }
    .scholarship-top-mobile{
        display: block;
        background: #1CB0F6;
        padding: 60px 24px 40px;
    }
    .scholarship-top-mobile h1{
        margin: 0 auto;
        color: #fff;
        font-size: 40px;
        text-align: center;
        font-family: 'balootammaextrabold';
        line-height: 50px;
    }
    .scholarship-top-mobile h6{
        color: #FFFFFF;
        font-size: 15px;
        text-align: center;
        margin: 22px 0px 0px;
    }
    .scholarship-top-mobile a{
        display: block;
        height: 49px;
        background: #fff;
        max-width: 270px;
        margin: 40px auto 0;
        text-align: center;
        border-radius: 11px;
        border-bottom: 4px solid #BFF1FE;
        text-transform: uppercase;
        color: #1CB0F6;
        font-size: 15px;
        font-family: balootammabold;
        line-height: 49px;
        text-decoration: none;
    }
    
    .object-content .text h4{
        text-align: center;
        font-size: 30px;
    }
    .object-content .text .description{
        text-align: center;
    }
    .object-content .text p{
        text-align: center;
        margin: 20px auto 0px;
    }
    .object-content .text a{
        margin: 15px auto 0px;
        text-align: center;
    }
    .scholarship-objects h2{
        font-size: 30px;
    }
    .scholarship-intend .item .content strong{
        font-size: 22px;
    }
    .scholarship-intend .item .content span {
        font-size: 17px;
    }
    .scholarship-form h4{
        font-size: 20px;
    }
    .form-content .title{
        font-size: 20px;
    }
    .scholarship-top-mobile .view-more{
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'balootammabold';
        width: 106px;
        text-align: center;
        margin: 70px auto 0px;
    }
    .scholarship-top-mobile .view-more span{
        display: block;
        margin-bottom: 10px;
    }
    
    .scholarship-app .app-menu .app-menu-content{
        display: block;
    }
    .scholarship-app .app-menu .app-menu-content a {
        display: inline-block;
        width: unset;
        margin: 0px 10px 10px;
    }

    .scholarship-slider h2{
        font-size: 35px;
        line-height: 1.3;
    }

    .scholarship-school{
        padding-top: 40px;
    }
    .scholarship-school h2{
        font-size: 35px;
        line-height: 1.3;
    }
    .scholarship-school .school-item.school-1,
    .scholarship-school .school-item.school-2 ,
    .scholarship-school .school-item.school-3{
        float: none;
        margin: 40px auto 0px;
        padding: 0;
    }
    .scholarship-school .school-content {
        margin-top: 0px;
    }
    .scholarship-school .school-item.school-3 .content{
        margin-top: 24px;
    }

    .scholarship-objects .owl-theme .owl-nav.disabled+.owl-dots{
        display: block;
        margin-top: 15px;
    }
    .scholarship-objects .owl-theme .owl-dots .owl-dot.active span, 
    .scholarship-objects .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
    }
    .scholarship-app .scholarship-app-content .app-left p{
        margin: 19px auto 0px;
    }

    .scholarship-objects .objects-item .text h4{
        font-size: 40px;
    }
    .scholarship-objects .objects-item .text p{
        font-size: 20px;
    }
    
    .home-newspaper h2{
        font-size: 35px;
        line-height: 1.3;
    }
    .home-newspaper .newspaper-content-item {
        width: calc(100% + 15px);
        margin-top: 30px;
    }

    .home-newspaper .newspaper-content{
        padding: 0px 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;
    }
    
    .premium-video h2 {
        font-size: 35px;
        line-height: 1.3;
    }
}

@media(max-width: 767px){
    .scholarship-top .top-content {
        padding: 10px 15px 35px;
    }
    .top-bg{
        display: none;
    }
    .scholarship-top-mobile h1{
        max-width: 252px;
    }
    .scholarship-intend{
        padding: 40px 15px 40px;
    }
    .scholarship-objects .objects-top{
        display: none;
    }


    .scholarship-top .slider-content-item {
        max-width :320px;
    }
    .scholarship-top .slider-item {
        width: 320px;
    }
    .scholarship-objects .objects-content-item {
        margin-top: 0px;
    }
    .scholarship-objects .objects-item .image{
        width: 100%;
        float: none;
        max-width: 320px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .scholarship-objects .objects-item .text{
        width: 100%;
        float: left;
        text-align: center;
        padding: 20px 0px 0px;
    }
    .scholarship-objects .objects-item.item-2 .image {
        float: none;
        padding-top: 30px;
    }
    .scholarship-objects .objects-item.item-2 .text{
        text-align: center;
        padding: 20px 0px 0px;
    }
    .scholarship-objects .objects-bottom{
        display: none;
    }
    .scholarship-intend .image{
        max-width: 250px;
    }
    .scholarship-form .form-top{
        display: none;
    }
    .scholarship-form h3 {
        font-size: 30px;
    }
    .scholarship-faq .scholarship-faq-content {
        padding: 0px 15px 35px;
    }
    .scholarship-form .form-bottom{
        display: none;
    }
    .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;
    }
    .scholarship-slider{
        margin: 0px auto 0;
        padding: 35px 20px 0;
    }
    #slider-content{
        border-radius: 15px;
    }
    .scholarship-school{
        margin-top: 40px;
    }
    
    .scholarship-form input[type="text"],
    .scholarship-form input[type="number"],
    .scholarship-form input[type="email"],
    .scholarship-form .slt-form{
        height: 60px;
    }
    .scholarship-objects .objects-item .text h4 {
        font-size: 35px;
    }
    
    .premium-video {
        margin: 45px auto 0;
        padding: 35px 20px 0;
    }
    .premium-video h2{
        font-size: 28px;
    }
    .premium-video .video{
        padding: 0 20px;
    }
    .premium-video video{
        width: 100%;
        margin-top: 35px;
    }
    .scholarship-slider h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    .scholarship-school h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    .home-newspaper h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    .scholarship-form .form-top {
        display: none;
    }
    .scholarship-form .form-bottom{
        display: none;
    }
    .scholarship-plan .left-body .item.tuition-support .name,
    .scholarship-plan .left-body .item.object-support .name{
        width: 115px;
    }
    .scholarship-plan .left-body .item.tuition-support .price,
    .scholarship-plan .left-body .item.object-support .price {
        width: calc(100% - 115px);
    }
    .scholarship-plan .left-body .item.tuition-support .price {
        font-size: 14px;
        margin-top: 1px;
    }
    .scholarship-faq {
        padding-top: 35px;
    }
}
