*{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
}
body{
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-size: contain;
}
@media screen and (max-width: 450px){
    body{
        background-size: cover;
    }
}

.wrapper{
    overflow: hidden;
}

.wrapper i{
    margin: 0 10px 0 0;
}
.wrapper .container{
    max-width: 1000px;
    margin: auto;
}
.wrapper .container .row{
    padding: 30px 0;
}

/*slogan*/
.slogan{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 20px 0 40px;
    font-style: italic;
    background-image: url(../images/slogan-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.slogan h2{
    font-size: 28px;
    letter-spacing: 2px;
    color: #0072E3;
    display: inline-block;
    padding: 5px 50px;
}
.slogan h2 span{
    color: #F91A82;
    font-size: 36px;
}

@media screen and (max-width: 450px){
    .slogan{
        width: 100%;
        padding: 10px 0 0;
        margin: auto;
        background: unset;
    }
    .slogan h2{
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }
    .slogan h2 span{
        font-size: 30px;
    }
}

/*title*/
.title{
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
}
.title h2{
    color: #003D79;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 45px;
}
.title h2::before , .title h2::after{
    content: " | ";
    color: #BF0060;
}

@media screen and (max-width:450px){
    .title h2{
        font-size: 26px;
        font-weight: 500;
    }
}

/*remark*/
.remark{
    padding: 30px 0 0;
    text-align: center;
}
.remark p{
    color: #BF0060;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 32px;
}

@media screen and (max-width:450px){
    .feature .remark p{
        font-size: 18px;
        line-height: 26px;
    }
}

/*導覽(電腦)*/
.header_com{
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    transition: 0.6s;
}
.header_com.sticky{
    background-color: #fff;
    box-shadow: 0 3px 7px #3c3c3c;
    transition: 0.6s;
}
.header_com.sticky .menu a , .header_com.sticky .menu p{
    color: #003D79;
    transition: 0.6s;
}
.header_com.sticky .menu a:hover{
    color: #4EFEB3;
    transition: 0.6s;
}
.nav_com{
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_com img{
    width: 200px;
}
.menu{
    display: flex;
    justify-content: end;
    align-items: center;
}
.menu a{
    margin: 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}
.menu p{
    color: #fff;
    margin: 0 5px;
}
.menu a:hover{
    color: #4EFEB3;
    transition: 0.5s;
}

@media screen and (max-width:860px){
    .header_com{
        display: none;
    }
}

/*導覽(手機)*/
.header_phone{
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    transition: 0.6s;
}
.header_phone.sticky{
    background-color: #fff;
    box-shadow: 0 3px 7px #3c3c3c;
    transition: 0.6s;
}
.header_phone.sticky .menu_open i{
    color: #003D79;
    transition: 0.6s;
}
.nav_phone{
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_phone img{
    width: 180px;
}
.menu_open i{
    color: #fff;
    font-size: 30px;
}
.menu_phone{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 200;
    background:linear-gradient(-90deg, #003D79, #0072E3);
    height: 100%;
}
.list{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
}
.list .menu_close{
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.list a{
    width: 90%;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.list a i{
    margin: 5px 8px 0;
}

@media screen and (min-width:860px){
    .header_phone{
        display: none;
    }
}

/*banner*/
.banner{
    height: 800px;
    width: 100%;
    background-image: url(../images/bn-bg-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .bn_container{
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0 0;
}
.banner .bn_container .bn_word{
    display: flex;
    justify-content: start;
    flex-direction: column;
    max-width: 750px;
    margin: 50px 0 0 0;
}
.banner .bn_container .bn_word img{
    width: 350px;
}
.banner .bn_container .bn_word h1{
    font-size: 70px;
    letter-spacing: 3px;
    line-height: 85px;
    font-weight: 600;
    color: #80FFFF;
    text-shadow: 3px 3px 7px #000042;
    padding: 15px 0;
}
.banner .bn_container .bn_word h1 span{
    font-size: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    font-weight: 600;
    color: 	#D9FFFF;
    text-shadow: 3px 3px 7px #000042;
}
.banner .bn_container .bn_word p{
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFF37;
    padding: 15px 0;
    letter-spacing: 2px;
}
.banner .bn_container .bn_word .bn_feature{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 10px 0;
}
.banner .bn_container .bn_word .bn_feature h5{
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 5px;   
    margin: 0 10px;
    letter-spacing: 2px;
    animation: shine 3s infinite;
}

@keyframes shine{
    0%{
        color: #fff;
        background: #0072E3;
        box-shadow: 0 0 5px #80FFFF;
        border: 2px solid #fff;
    }
    50%{
        color: #0072E3;
        background: #fff;
        box-shadow: 0 0 10px #fff;
        border: 2px solid #0072E3; 
    }
    100%{
        color: #fff;
        background: #0072E3;
        box-shadow: 0 0 5px #80FFFF;
        border: 2px solid #fff;
    }
}

.banner .bn_container .bn_img{
    max-width: 550px;
    margin: 40px 0 0 0;
}
.banner .bn_container .bn_img img{
    width: 100%;
}

@media screen and (max-width: 1300px){
    .banner .bn_container{
        max-width: 100%;
    }
    .banner .bn_container .bn_word{
        width: 750px;
    }
    .banner .bn_container .bn_word h1{
        font-size: 65px;
        line-height: 80px;
    }
    .banner .bn_container .bn_word h1 span{
        font-size: 58px;
    }
    .banner .bn_container .bn_word p{
        font-size: 28px;
        line-height: 38px;
    }
    .banner .bn_container .bn_img{
        width: 450px;
    }
}


@media screen and (max-width: 860px){
    .banner{
        background-image: url(../images/bn-bg-pad.jpg);
        height: 1200px;
    }
    .banner .bn_container{
        width: 90%;
        margin: auto;
        flex-direction: column;
        justify-content: center;
    }
    .banner .bn_container .bn_word{
        width: 100%;
        max-width: none;
        justify-content: center;
        text-align: center;
    }
    .banner .bn_container .bn_word img{
        width: 450px;
        margin: auto;
    }
    .banner .bn_container .bn_word .bn_feature{
        justify-content: center;
    }
    .banner .bn_container .bn_word .bn_feature h5{
        font-size: 28px;
        padding: 10px 30px;
    }
    .banner .bn_container .bn_img{
        width: 80%;
        margin: auto;
        max-width: none;
    }
}

@media screen and (max-width: 450px){
    .banner{
        background-image: url(../images/bn-bg-phone.jpg);
        height: 900px;
    }
    .banner .bn_container{
        padding: 50px 0 0 0 ;
    }
    .banner .bn_container .bn_word img{
        width: 100%;
    }
    .banner .bn_container .bn_word h1{
        font-size: 44px;
        line-height: 54px;
    }
    .banner .bn_container .bn_word h1 span{
        font-size: 35px;
    }
    .banner .bn_container .bn_word p{
        font-size: 20px;
    }
    .banner .bn_container .bn_word .bn_feature h5{
        font-size: 22px;
        margin: 10px auto;
    }
}

/*feature*/
.feature{
    max-width: 1300px;
    padding: 60px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.feature .item{
    width: 250px;
    background-image: url(../images/feature-backimg.png), linear-gradient(180deg, #46A3FF, #005AB5);
    background-size: cover;
    box-shadow: 0px 0px 5px #4DFFFF, 0px 0px 10px #4DFFFF;
    border-radius: 7px;
    margin: 15px;
}
.feature .item .word_box{
    width: 90%;
    padding: 20px 10px;
    margin: 10px;
    text-align: center;
}
.feature .item .word_box h2{
    color: #FFFF37;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}
.feature .item .word_box p{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 32px;
    border: 1px solid #fff;
    padding: 0 30px;
    border-radius: 3px;
}
.feature .symbol{
    max-width: 50%;
    text-align: center;
}
.feature .symbol i{
    color: #FFDC35;
    font-size: 35px;
}

@media screen and (max-width:860px){
    .feature .item{
        width: 350px;
    }
}

@media screen and (max-width:450px){
    .feature{
        width: 90%;
    }
    .feature .item{
        width: 90%;
        margin: 15px auto;
    }
    .feature .item .word_box h2{
        font-size: 30px;
        line-height: 42px;
    }
    .feature .item .word_box p{
        font-size: 18px;
        line-height: 26px;
    }
}

/*admissions*/
.admissions .item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 0;
}
.admissions .item i{
    font-size: 60px;
    line-height: 75px;
}
.admissions .item p{
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
}

@media screen and (max-width:450px){
    .admissions .item{
        padding: 15px 0;
    }
}

/*careers*/
.careers{
    width: 100%;
    height: 500px;
    background-image: url(../images/job-bg-desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.careers img{
    max-width: 1000px;
}
.careers img:nth-child(2) , .careers img:nth-child(3){
    display: none;
}
.salary{
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.salary video{
    width: 100%;
}
.salary img{
    display: none;
    width: 100%;
}

@media screen and (max-width: 860px){
    .careers{
        height: 700px;
        background-image: url(../images/job-bg-pad.png);
    }
    .careers img{
        width: 90%;
    }
    .careers img:nth-child(1){
        display: none;
    }
    .careers img:nth-child(2){
        display: initial;
    }
}
@media screen and (max-width: 450px){
    .careers{
        height: 900px;
        background-image: url(../images/job-bg-phone.png);
    }
    .careers img{
        width: 90%;
    }
    .careers img:nth-child(2){
        display: none;
    }
    .careers img:nth-child(3){
        display: initial;
    }
    .salary video{
        display: none;
    }
    .salary img{
        display: block;
    }
}

/*course*/
.course{
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.course p{
    color: #3c3c3c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border: 1px solid #3c3c3c;
    display: inline-block;
    padding: 2px 30px;
}
.course .learn{
    width: 100%;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 0 15px #BEBEBE;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    transition: 0.6s;
}
.course .learn.fouth{
    height: auto;
    transition: 0.6s;
}
.course .learn:hover , .course .learn.fouth:hover{
    box-shadow: 0 0 15px #0072E3;
    transform: translateY(-10px);
    transition: 0.6s;
}
.course .learn .item h3{
    color: #003D79;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 42px;
    font-weight: 600;
    padding: 5px 0;
}
.course .learn .item h3 span{
    font-size: 20px;
}

.course .learn.fouth .item h3 br{
    display: none;
}
.course .learn .item p{
    color: #3c3c3c;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 5px 0;
}

@media screen and (max-width: 860px){
    .course{
        width: 90%;
        margin: auto;
    }
    .course .learn , .course .learn.fouth{
        height: 230px;
    }
    .course .learn .item h3 br{
        display: none;
    }
}

@media screen and (max-width: 450px){
    .course .learn , .course .learn.fouth{
        height: auto;
    }
    .course .learn .item h3{
        font-size: 22px;
        line-height: 30px;
    }
    .course .learn .item h3 span{
        font-size: 17px;
    }
    .course .learn .item p{
        font-size: 16px;
        line-height: 24px;
    }
}

/*target*/
.target{
    width: 100%;
    padding: 50px 0;
    margin: auto;
}
.target table{
    max-width: 900px;
    margin: 30px auto 0;
    border-radius: 10px;
}
.target table tr td{
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 30px;
}
.target table tr:nth-child(odd){
    background-color: #ECF5FF;
}
.target table tr:nth-child(even){
    background-color: #D2E9FF;
}
.target .icon_button{
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.target .icon_button a{
    display: inline-block;
    margin: 50px 0;
    padding: 5px 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 3px;
    text-decoration: none;
    background-color: #6F00D2;
    transition: 0.6s ease-in-out;
}
.target .icon_button .anime{
    margin-top: -150px;
    z-index: -1;
}
.target .icon_button .anime a{
    background-color: #6F00D2;
    display: inline-block;
    animation: button 3s infinite;
    transition: 0.6s ease-in-out;
}
.target .icon_button .more a:hover{
    background-color: #F1E1FF;
    color: #6F00D2;
    transition: 0.4s ease-in-out;
}
@keyframes button{
    0%{
        padding: 5px 50px;
        box-shadow: 0 0 0px #6F00D2;
        opacity: 0.9;
    }
    70%{
        padding: 5px 50px;
        box-shadow: 0 0 0px #6F00D2;
        opacity: 0.9;
    }
    100%{
        padding: 5px 110px;
        box-shadow: 0 0 30px #6F00D2;
        opacity: 0;
    }
}

@media screen and (max-width: 860px){
    .target{
        width: 90%;
    }
}
@media screen and (max-width: 450px){
    .target table tr td{
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
    }
    .target .icon_button a{
        font-size: 22px;
        line-height: 32px;
    }
    .target .icon_button .anime{
        display: none;
    }
}

/*result*/
.result{
    padding: 50px 0;
}
.result .item{
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 10px #92e7ff;
    margin: 60px auto 0;
    transition: 0.6s;
    width: 90%;
}
.result .item:hover{
    box-shadow: 0 10px 15px #BF0060;
    transform: translateY(-10px);
    transition: 0.6s;
}
.result .item .img_box{
    width: 100%;
    padding: 5px 5px;
}
.result .item .img_box img{
    width: 100%;
}
.result .item .word_box{
    text-align: center;
    padding: 10px 5px 20px;
}
.result .item .word_box h6{
    border: 1px solid #003D79;
    background:linear-gradient(90deg, #ECF5FF, #D2E9FF);
    display: inline-block;
    padding: 5px 20px;
    color: #003D79;
    font-size: 16px;
    font-weight: 300;
    transition: 0.6s;
}
.result .item .word_box h3{
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #003D79;
    transition: 0.6s;
}
.result .item .word_box a{
    margin: 20px 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    transition: 0.6s;
    background-color: #003D79;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 7px #000042;
}
.result .item:hover h6{
    color: #BF0060;
    border: 1px solid #BF0060;
    background:linear-gradient(90deg, #FFF7FB, #FFECF5);
    transition: 0.6s;
}
.result .item:hover h3{
    color: #BF0060;
    transition: 0.6s;
}
.result .item .word_box a:hover{
    background-color: #BF0060;
    color: #fff;
    box-shadow: unset;
    transform: translateY(5px);
    transition: 0.6s;
}
.result .icon_button{
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.result .icon_button a{
    display: inline-block;
    margin: 50px 0;
    padding: 5px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 3px;
    text-decoration: none;
    background-color: #FF2D2D;
    transition: 0.6s ease-in-out;
}
.result .icon_button .anime{
    margin-top: -146px;
    z-index: -1;
}
.result .icon_button .anime a{
    background-color: #FF2D2D;
    display: inline-block;
    animation: button2 3s infinite;
    transition: 0.6s ease-in-out;
}
.result .icon_button .more a:hover{
    background-color: #FFD2D2;
    color: #FF2D2D;
    transition: 0.4s ease-in-out;
}
@keyframes button2{
    0%{
        padding: 5px 30px;
        box-shadow: 0 0 0px #FF2D2D;
        opacity: 0.9;
    }
    70%{
        padding: 5px 30px;
        box-shadow: 0 0 0px #FF2D2D;
        opacity: 0.9;
    }
    100%{
        padding: 5px 70px;
        box-shadow: 0 0 30px #FF2D2D;
        opacity: 0;
    }
}
.result .copy_write{
    text-align: center;
}
.result .copy_write h3{
    margin: 20px 0 0;
    padding: 30px 0;
    color: #005AB5;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 48px;
}
.result .copy_write p{
    color: #3c3c3c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

@media screen and (max-width: 860px){
    .result{
        width: 90%;
        margin: auto;
    }
    .result .movie iframe{
        width: 100%;
    }
    .result .copy_write h3{
        font-size: 25px;
        line-height: 35px;
    }
    .result .copy_write p{
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 450px){
    .result .item{
        margin: 10px auto;
    }
    .result .item .word_box h6{
        font-size: 13px;
    }
    .result .item .word_box h3{
        font-size: 22px;
    }
    .result .item .word_box a{
        font-size: 16px;
        margin: 10px 0;
    }
    .result .icon_button .anime{
        display: none;
    }
}

/*share*/
.share{
    max-width: 1100px;
    padding: 30px 0;
    margin: auto;
}
.share .item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    margin: 30px 20px 0;
}
.share .item .information{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.share .item .information img{
    width: 70%;
    padding: 20px 5px;
    margin: auto;
}
.share .item .information h6{
    color: #003D79;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.share .item .information p{
    color: #ADADAD;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.share .item .wordbox{
    width: 90%;
    text-align: center;
}
.share .item .wordbox p{
    color: #3c3c3c;
    font-size: 14px;
}
.share .recommend img{
    margin: 30px 10px 0;
}

@media screen and (max-width: 860px){
    .share{
        width: 90%;
        margin: auto;
    }
}

/*course_news*/
.course_news{
    width: 100%;
    margin: auto;
}
.course_news table{
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 0 0 15px #003D79;
    border-radius: 10px;
}
.course_news tr td{
    padding: 10px 0;
}
.course_news tr td:nth-child(odd){
    width: 25%;
    background-color: #7186DA;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 28px;
    text-align: center;
}
.course_news tr td:nth-child(even){
    width: 75%;
    background-color: #fff;
    color: #3c3c3c;
    font-weight: 300px;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
}
.course_news tr:nth-child(odd) td:nth-child(odd){
    background-color: #8AA9EF;
}
.course_news tr:nth-child(even) td:nth-child(even){
    background-color: #ECF5FF;
}
.course_news tr td span{
    color: #ff0000;
    font-weight: 400;
}

@media screen and (max-width: 860px){
    .course_news{
        width: 90%;
    }
}
@media screen and (max-width: 450px){
    .course_news table{
        width: 100%;
    }
    .course_news tr td:nth-child(odd){
        width: 40%;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 3px;
        line-height: 22px;
    }
    .course_news tr td:nth-child(even){
        width: 60%;
        font-weight: 300px;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }
    .course_news table tr td{
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
    }
    .course_news table tr td span{
        font-weight: 400;
    }
}

/*form*/
.application{
    width: 100%;
    margin: auto;
    background-image:url(../images/form-bg.png) ,linear-gradient(135deg,#0072E3, #003D79);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 80px;
}
.application .title img{
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
}
.application .word_box{
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.application .word_box p{
    font-size: 20px;
    line-height: 30px;
}
.application form{
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.application form .text_form{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.application form label{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0 5px;
}
.application form label span{
    color: #FFFF37;
}
.application form input{
    border: 0;
    font-size: 20px;
    border-radius: 7px;
    padding: 3px 10px;
    background-color: #fff;
    margin: 0 5px;
}
.application form input + span{
    color: #FFFF37;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.application form input:valid + span{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.application form #agree{
    font-size: 16px;
}
.application form #agree + label{
    font-size: 16px;
}
.application form button{
    display: inline-block;
    border: 0;
    padding: 7px 70px;
    border-radius: 30px;
    color: #000042;
    background-color: #FFDC35;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    transition: 0.4s ease-out;
}
.application form button:hover{
    transform: translateY(7px);
    background-color: #FFFFB9;
    color: #0072E3;
    transition: 0.4s ease-in-out;
}

@media screen and (max-width: 860px){
    .application form .text_form{
        flex-direction: column;
    }
    .application form .text_form:nth-child(2){
        flex-direction: row;
    }
}

@media screen and (max-width: 450px){
    .application .title img{
        width: 100%;
    }
    .application .word_box p{
        font-size: 18px;
        line-height: 26px;
    }
    .application form{
        width: 90%;
        margin: auto;
    }
    .application form input{
        width: 100%;
    }
}

/*ad*/
.ad{
    width: 100%;
    padding: 60px 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.ad img{
    max-width: 860px;
    transition: 0.5s;
}
.ad img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

@media screen and (max-width: 450px){
    .ad{
        width: 90%;
        margin: auto;
    }
    .ad img{
        width: 100%;
    }
}

/*footer*/
.footer{
    width: 100%;
    background-color: #003D79;
    padding: 50px 0 30px;
    text-align: center;
}
.footer p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
}
.footer p br:nth-child(odd){
    display: none;
}

@media screen and (max-width:450px){
    .footer p{
        font-size: 12px;
        line-height: 26px;
    }
    .footer p br:nth-child(odd){
        display: initial;
    }
}

/*right form*/
#hiddenForm{
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}
#initialFrom{
    visibility: initial;
    opacity: 1;
    transition: 1s;
}
.right_form{
    position: fixed;
    right: 0;
    top: 300px;
    width: 150px;
    height: 180px;
    background:linear-gradient(135deg,#0072E3, #003D79);
    border-radius: 5px;
    z-index: 100;
}
.right_form .word_box{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.right_form .word_box h3{
    color: #FFFF37;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.right_form .word_box p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.right_form .word_box a{
    color: #000042;
    text-decoration: none;
    background-color: #FFDC35;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.6s ease-out;
}
.right_form .word_box a:hover{
    transform: translateY(3px);
    background-color: #FFFFB9;
    color: #0072E3;
    transition: 0.4s ease-in-out;
}

@media screen and (max-width: 450px){
    .right_form{
        width: 100%;
        bottom: 0;
        top: unset;
        height: auto;
    }
    .right_form .word_box{
        width: 90%;
        margin: auto;
        flex-direction: row;
    }
    .right_form .word_box h3{
        font-size: 22px;
    }
    .right_form .word_box p{
        padding: 0px 15px;
    }
}

/*go to top*/
#btn-back-to-top{
    position: fixed;
    bottom: 150px;
    right: 10px;
    display: none;
    background-color: #003D79;
    border: 0px;
    opacity: 0.5;
    transition: 0.6s;
  }
#btn-back-to-top:hover{
    opacity: 1;
    transition: 0.6s;
    transform: translateY(-5px);
}
