@font-face {
    font-family: "PTSerif";
    src:url("/css/PTSerif.ttc") ;
}
@font-face {
    font-family: "MiSans";
    src: url("/css/MiSans-Semibold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "MiSans";
    src: url("/css/MiSans-Normal.ttf");
    font-weight: normal;
}
html, body{
    margin:0;
    font-size:18px;
    font-family: "PTSerif", 'Times New Roman', Times, serif;
    line-height:150%;
}
.em{
    font-style: italic;
}
.mi-sans{
    font-family:"MiSans", Arial, Helvetica, sans-serif;
}
img{
    width: 100%;
    vertical-align: bottom;
}
h2.title{
    margin: 0 auto;
    text-align: center;
    font-size:40px;
    margin:40px 0 60px 0;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 100;
}
.empty{
    text-align: center;
    padding:200px;
}

.empty > .content{
    min-height: calc(100vh - 700px);
    font-size:5rem;
    line-height: 6rem;
}

a{
    cursor: pointer;
}
#loading-cover.cover{
   background-color:  rgba(0,0,0, 0.8);
}
#loading-cover .loading{
    text-align: center;
    padding-top: 100px;
    font-size: 200%;
    line-height: 250%;
    color: white;
}
#loading-cover .auto-circle{
    display: block;
    margin: 15% auto 10px auto;
    animation: circleing linear 3s infinite;
}
#loading-cover .auto-circle img{
    width: 100px;
    height: 100px;
}
@keyframes circleing {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
/* -------------------------------- */
.notification{
    background-color: rgba(255, 206, 8, 0.8);
    color:#910000;
    text-align: center;
    z-index: 99;
    left:0;
    right:0;
    padding:12px;
}
.close-notification{
    cursor: pointer;
}
header{
    background-color: transparent;
    text-align: center;
    color:white;
}
header.red-back{
    background-color: #910000;
    width: 100vw;
}
header.fix-top{
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:88;
}

.container{
    max-width: 1280px;
    margin:0 auto;
    padding:40px 0;
}

.header-container{
    padding:10px 0;
}
.self-center.col{
    align-self: center;
}
.school-desc{
    position: relative;
    z-index:8;
}
.school-desc .school-title{
    font-size: 130%;
    letter-spacing: 2px;
    margin-top: 28px;
}
header.red-back  .school-desc .school-title{
    margin-top: 2px;
}
.school-desc  a:hover{
    text-decoration: none;
    z-index:8;
}
.school-desc .mi-sans{
    font-size:70%;
    z-index:8;
}
header .school-logo img{
    width:124px;
    height:124px;
}
.school-logo img{
    width:104px;
    height:104px;
    z-index:8;
}
header.red-back  .school-logo img{
    width:64px;
    height:64px;
}
header .school-logo{
    flex:0 0 80px;
    margin-right:10px;
    z-index:8;
}
.header-menus{
    flex:1 1 auto;
    align-self: flex-end;
    padding:12px;
    z-index:4;
}
.header-menus a{
    color:white;
    padding:25px 0;
}
.header-menus .menu-item img{
    display:none;
}
.header-menus .back{
    display: none;
}
.header-menus-mobile.col{
    flex: 0 0 60px;
    display:none;
}
.header-menus-mobile img{
    height:30px;
    width:30px;
    cursor: pointer;
}
.header-menus-mobile .close img{
    height:20px;
    width:20px;
}
.sub-menus{
    position: absolute;
    left:0;
    right:0;
    background-color: rgba(139,0,0,0.95);

    padding:60px 70px 70px 0;
    text-align: left;
    z-index:3;
    margin-top:22px;
    display: none;
}
.sub-menus .menu-back{
    display: none;
}
.menu-col.col,
.sub-menus .sub-menus.col{
    position: relative;
    flex:0 0 auto;
    padding:0;
    margin:0;
}
.sub-menus .sub-menus.col{
    padding-left:40px;
}
.menu-item:hover > .sub-menus,
.sub-menu-item:hover > .sub-menus{
    display: block;
}
.sub-menu-item{
    padding: 20px 0 0 0;
}

.sub-menu-item:hover > .sub-menus{
    width:100%;
    background-color:transparent;
}
a{
    text-decoration: none;
    color:white;
}
a:hover{
    text-decoration: underline;
}
header .search{
    flex: 0 0 60px;
    line-height: 50px;
    align-self: flex-end;
    margin-bottom: 4px;
}
header.red-back .search{

    align-self: center;
    margin-top:4px;
}
header .search img{
    height: 40px;
    width:40px;
}
.header-content{
    border-bottom:1px solid white;
}
.red-back .header-content{
    border:none;
}
.header-content:hover{
    border:none;
    
}
header:hover{
    background-color: #910000;
}
.lan.col{
    flex: 0 0 80px;
    align-self: flex-end;
    line-height: 50px;
}

.lan-item{
    cursor: pointer;
}
.lan img{
    width:50px;
    height:50px;
}
.lan.col span{
    margin-left:-10px;
}
.lan .lan-yellow{
    display: none;
}
.lan .lan-line{
    min-width:100px;
}
/* -------------------------------- */
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    color:white;
}

.banner img {
    max-height: 100%;
    width: auto;
    height: auto;
}
.banner .content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    padding:40px ;
}
.cover-back{
    background-image: url(/images/kv/kv_cover_pc.png) ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title{
    font-size:320%;
    line-height: 120%;
    padding:40px;
    letter-spacing: 2px;
}
.banner-desc{
    line-height: 140%;
}
.cover{
    background-color: rgba(0,0,0, 0.5);
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
}
.hide{
    display: none;
}
.toast-dialog{
    position: absolute;
    top:30%;
    left:30%;
    right:30%;
    border-radius: 20px;
    text-align: center;
    padding:20px;
    vertical-align: middle;
    background-color: white;
}
.toast-header{
    font-size:30px;
    margin:20px;
}
.toast-content{
    padding:10px;
    font-family: "miSans";
}
.toast-icon img{
    height:40px;
    width:40px;
}
.toast-footer{
    margin-top:20px;
    text-align: center;
}
.toast-footer .button{
    border:1px solid black;
    padding:8px 14px;
    width:100px;
    margin:0 auto;
    border-radius: 14px;
    cursor:pointer;
}

.toast-footer .button:hover{
    background-color: #f4f4f4;
}
/* ------------------------------------------------------------------------------- home --------- */
.logo-image{
    text-align: center;
}
.logo-image img{
    width:160px;
    margin:0 auto;
}
.article{
    padding:40px;
    position: relative;
    overflow: hidden;
}
.article.right-image .image{
    margin-right:calc((1280px - 100vw) / 2);
    padding-left:100px;
}
.article.right-image .image img{
    width: 600px;
}
.page .article > .logo-image{
    margin-top:140px;
}
.detail-area{
    overflow-y: scroll;
    padding-right:20px;
}
.left-back .back{
    position: absolute;
    top:5%;
    left:-20%;
    z-index:-1;
}
/* -------------------------------- */
.funful{
    text-align: center;
    background-color: #f4f4f4; 
}
.funful-content{
    padding:40px;
}
.funful-content.row{
    justify-content: center;
}
.funful-item{
    text-align: left;
}
.funful-item.col{
    flex: 0 0 25%;
}
.funful-item img{
    height:50px;
    width:50px;
}
.funful-item-title{
    font-weight: bold;
}
.funful-item-image.col{
    flex:0 0 70px;
}
.funful-item-desc{
    padding-left:70px;
    font-size:80%;
    line-height: 140%;
    color:gray;
}
/* -------------------------------- */
.welcome-founder-title{
    color: #fc0;
}
.welcome .title{
    margin:100px 0 60px 0;
}
p.no-top-margin{
    margin-top:0;
}
p.no-bottom-margin{
    margin-top:0;
}
.welcome-content{
    background-color: #910000;
    color:white;
    position: relative;
    height: 358px;
    padding: 0 30px;
}

.welcome-content a{
    color:white;
    text-decoration: underline;
    position: absolute;
    right:0;
    bottom:0px;
}
.welcome-quotation img{
    max-width:100%;
    width:auto;
    max-height: 100%;
}
.welcome-image.col{
    margin-top:-100px;
    padding-left:20px;
}
.welcome-image img{
    width:400px;
    max-width: 400px;
}
.welcome-desc{
    border-left:2px solid #fc0;
    padding-left:20px;
    margin-left:8px;
    font-size:100%;
    position: relative;
    z-index: 4;
    line-height:28px;
    position: relative;
}
p.welcome-founder-title{
    margin-top:0;
}
.welcome-quotation{
    position: absolute;
    top:0;
    right:0;
    bottom:40px;
    z-index:1;
}
.welcome-ps{
    height:300px;
    position: relative;
}
.welcome-desc{
    height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowarp;
}
.welcome-desc .line{
    padding-top:28px;
}
.page-welcome .banner .cover-back{
    background: none;
    text-align: center;
    width:40%;
    align-items: center;
    justify-content: center;
}
.page-welcome .banner{
    height:100vh;
}
.page-welcome .banner img{
    position: absolute;
    left:-200px;
}
.page-welcome .banner .logo img{
    position: relative;
    height:160px;
    width:160px;
    min-height:160px;
    left:0;
}
.page-welcome .banner .mi-sans{
    font-size:30px;
    font-weight: bold;
}
.page-welcome .banner .huge{
    font-size:50px;
}

.page-welcome .skew{
    height:400px;
    width:100%;
    background-color: #910000;
    position: relative;
    margin:60px 0;
}
.page-welcome .skew .triangle {
    width: 0;
    height: 0;
    border-top: 400px solid white;
    border-right: 300px solid transparent;

    position: absolute;
    left:40px;
    top:0;
    bottom:0;
}
.page-welcome .skew .squre{
    width:40px;
    background-color: white;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
}
.page-welcome .skew img{
    width:600px;
    margin:50px 0 0 0;
    position: relative;
    z-index:6;
}
.page-welcome .skew .con{
    position: absolute;
    right: 10%;
    top: 40px;
    bottom: 40px;
    text-align: right;
    font-size: 300%;
    line-height: 120%;
    color: white;
    width: 300px;
}
.bold-300{
    font-weight: bold;
}
.bold-700{
    font-weight: bold;
    letter-spacing: 4px;
}
.page-welcome .skew .con img{
    height:26px;
    width:26px;
    margin-top:-20px;
}

/* -------------------------------- */
.why-choose{
    color:white;
    line-height:130%;
    max-width: 2560px;
    margin:0 auto;
}
.why-choose-item.col{
    flex:0 0 25%;
    overflow: hidden;
    position: relative;
}
.why-choose-item .item-image img{
    height:600px;
    width:auto;
    max-width: 1000%;
    margin-left:calc((25vh - 810px  ) / 2)
}
.why-choose-item .item-image.no-margin img{
    margin-left:0;
}
.why-choose-item .item-content{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    text-align: left;
    padding: 0 0 60px 40px;
}
.why-choose-item:hover .item-content{
    padding: 0 ;
}
.why-choose-item .item-content img{
    width:60px;
}
.why-choose-item:hover .item-content{
    text-align: center;
    background-image: url(/images/kv/kv_cover_phone.png);
    justify-content: center;
}
.why-choose-item .item-content .item-title{
    padding:20px 0;    
    font-size: 26px;
    line-height: 32px;
}
.why-choose-item .item-desc{
    font-size:80%;
}
.anmo{
    transition: all 3s;
}

/* -------------------------------- */
.contact-nav{
    position: relative;
    color:white;
}
.contact-nav .item-image{
    height:400px;
    overflow: hidden;
}
.contact-nav .item-image img{
    vertical-align: bottom;
}
.contact-nav  .item-title.col{
    font-size:40px;
    line-height:120%;
}
.contact-nav  .col-33{
    height:33%;
}
.contact-nav .item-desc{
    color: #fc0;
    font-size: 100%;
    padding:8px 0 40px 0;
}
.contact-nav  .item-content{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0, 0.5);
}
.contact-nav .button,
#upload-image .button{
    background-color: #910000;
    padding:8px 30px;
    display: inline-block;
    margin:0 5%;
    border-radius: 10px;
    font-size:80%;
    cursor: pointer;
}
.contact-nav-2 .row{
    justify-content: space-between;
    align-items: center;
}
.contact-nav-2 .nav-list.row{
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    background-color: rgba(139, 0, 0, 0.9);
    display: grid;
    padding:30px;
}
.contact-nav-2 .nav-list.row .col{
    display: grid;
}
.contact-nav-2 .button{
    background-color:transparent;
    border:1px solid white;
    justify-self: center;
    min-width: 100px;
}

/* -------------------------------------------------------------------------------school-calendar--------- */
.school-calendar .logo-image{
    width:160px;
    margin:40px auto 10px auto;
}   
.school-calendar .title{
    font-size:360%;
    letter-spacing: 2px;
    line-height: 130%;
}
.school-calendar .detail {
    margin:120px auto 0 auto;
    padding:16px;
    border:1px solid #ddd;
    border-radius: 12px;
    line-height: 1rem;
    width:55%;
    font-weight: bold;
}
.school-calendar .detail .icon,
.school-calendar .detail .button{
    padding:10px 0;
    vertical-align: middle;
    text-align: center;
    line-height: 180%;
}
.school-calendar .detail .icon img{
    height:24px;
    width:22px;
    vertical-align: middle;
    margin-top:-4px;
}
.school-calendar .detail .button{
    display: inline-block;
    background-color: #910000;
    color:white;
    border-radius: 12px;
    text-align: center;
    font-weight: 100;
}
.school-calendar .detail .button img{
    width:40px;
    height:40px;
}
.notice{
    color:#910000;
}
.school-calendar  .notice{
    color:gray;
    font-size:80%;
    text-align: center;
    margin-bottom:100px;
}
/* -------------------------------------------------------------------------------our-schools--------- */
.our-schools .article .detail-title{
    color:#910000;
    font-weight: bold;;
}
.article-item .article-item-title{
    font-size: 38px;
    line-height:48px;
    margin:40px 0 20px 0;
}
.article-item .article-item-author{
    font-style: italic;
}
.article-item .article-item-line{
    border-top:6px solid #910000;
    width:80px;
    margin:20px 0 50px 0;
}
.article-item .detail img{
    max-width: 60%;
    margin:0 auto;
    margin: 40px 0 ;
    object-fit: contain;
    height: initial;
}
/* -------------------------------------------------------------------------------application--------- */
.send-code-button .fulll{
    display:inline;
}
.step-progress.mobile{
    display:none;
}
.send-code-button .sending,
.send-code-button .mobile{
    display:none;
}
.application .logo-image{
    width:160px;
    margin:40px auto 10px auto;
}   
.application .title{
    font-size:360%;
    letter-spacing: 2px;
    line-height: 100%;
    margin:30px;
}
.application .section-title{
    font-size:40px;
    margin-top:80px;    
    line-height: 120%;
}
.application p.notice{
    margin:10px;
}
.application .section-content{
    text-align: left;
    border-top:3px solid black;
    padding-top:20px;
    margin-top:20px;
}
.application .section-content a{
    color:black;
}
.application .section-content .section-item {
    padding:40px 80px;
    border-bottom:1px solid black;
}
.application .section-content .section-item.no-border {
    border-width: 0;
    margin-bottom: 40px;
}
.application .section-content .col{
    flex:1 1 33.3%;
    align-self: center;
}
.application .section-content .badage.col{
    flex:0 0 40px;
    border-radius: 50%;
    background-color: #910000;
    height:40px;
    line-height:40px;
    text-align: center;
    color:white;
    margin-right:10px;
    font-size:26px;
}
.application .section-content .button,
form a.button,
.form a.button{
    border: 2px solid black;
    border-radius: 6px;
    display: inline-block;
    padding:8px 36px;
    color: black;
    margin-right:20px;
}
.application .section-content .button.disabled{
    border:none;
    color:gray;
}
.application .section-content .content-title{
    font-weight: bold;
    margin-bottom: 20px;
}
.application .section-content .mi-sans{
    font-size:100%;
}
.application .section-content ul{
    line-height: 2rem;
}
.application .section-content .section-item{
    position: relative;
}
.application .section-content .big img{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 22px;
    height: 22px;
}
.parent-detail,
.parent-form{
    padding-left:20px;
}
.parent-detail.row{
    align-items: center;
}
.parent-form.row{
    align-items: flex-start;
}
.parent-item .gray{
    color:gray;
}
.parent-item.row{
    align-items: center;
}
.parent-item .parent-title.col{
    flex:0 0 150px;
}
.parent-item  .button.col{
    flex: 0 0 80px;
}
.parent-item  .del-button.col{
    flex: 0 0 40px;
}
/* -------------------------------- */
footer{
    background-color: #fc0;
    font-size:100%;
}
footer .logo-title{
    letter-spacing: 1px;
    margin-top:10px;
}
footer .logo-desc{
    font-size:60%;
}
.footer-title{
    font-size: 120%;
    color: #910000;
    margin-bottom:20px;
}
.footer-content{
    text-align: left;
    font-size: 100%;    
    line-height: 220%;
}
.footer-content img{
    width:30px;
    height:30px;
    margin-right:12px;
    vertical-align: middle;
}
.footer-content .text-left.col{
    flex:0 0 100%;

}
footer .quick-link .link-item{
    margin-bottom:10px;
    font-size:100%;
}
footer .footer-content a,
footer .quick-link a{
    color:black;
}
/* -------------------------------------------------------------------------------fees--------- */
.fees .article .detail-title{
    color:#910000;
    font-weight: bold;;
}
.table{
    width:100%;
    font-size:100%;
    border-collapse: collapse;
    padding:0;
}
.table.border th,
.table.border td{
    border:1px solid black;
    padding:8px;
    line-height: 1.4rem;
}
.fees .notice{
    color:gray;
}
.page-fees p.in-line{
    margin:0;
}

.founder-message small,
.fees small,
.founder small{
    font-size:60%;
}
/* -------------------------------------------------------------------------------contact--------- */
.contact .detail .image img{
    height:60px;
    width:60px;
}
.contact .detail.mobile{
    display: none;
}
.contact .title{
    margin:80px;
}
.contact .detail-item.col{
    flex: 0 0 calc(50% - 120px);
    background-color: #f4f4f4;
    border-radius: 10px;
    margin: 20px;
    padding: 40px;
}
.contact .detail-item a{
    color:black;
}
.contact .detail-item p{
    margin:10px;
}
.contact .detail-item p.title{
    font-size:140%;
    font-weight: bold;
}
.contact .article{
    padding-bottom:120px;
}

.contact2 .section-title{
    text-align: left;
}
.contact2 .detail .image img{
    height:30px;
    width:30px;
}
.contact2 .contact-area{
    flex: 0 0 30%;
    color:black;
}
.contact2 .contact-area a{
    color:black;
}
.contact2 .send-area{
    flex: 0 0 60%;
    margin-left:10%;
}
.contact2 .detail-item{
    margin:20px 0;
}
.contact2 .detail-item .col{
    flex: 0 0 auto;
}
.contact2 .detail-item .title{
    margin: 0 0 10px 10px;
    font-size:24px;
}
.contact2 .detail-item .mi-sans{
    margin-left: 10px;
    margin-top:0;
}
/* -------------------------------------------------------------------------------Curriculum--------- */

.curriculum .table td{
    font-size:100%;
    line-height: 1.2rem;
}
.curriculum h2.title{
    text-align: left;
}
.curriculum .subject-item {
    position: relative;
    margin:0 20px;
}
.curriculum .subject-item:first-of-type{
    margin-left:0;
}
.curriculum .subject-item:last-of-type{
    margin-right:0;
}
.curriculum  .detail .bottom-cover{
    background-color: rgba(139, 0, 0, 0.9);
    color:white;
    text-align: center;
    padding:18px 0;
    font-size: 24px;
}
.curriculum .gray,
.curriculum .gray .detail-title{
    color:gray;
    margin-top:40px;
}
.curriculum .main-title img{
    height:21px;
    width:21px; 
    padding-right:6px;
}
.curriculum .detail-with-image{
    position: relative;
    margin:40px auto 0 auto;
    overflow: hidden;
}
.curriculum .detail-with-image img{
    min-height:380px;
    width:auto;
}
.curriculum .detail-with-image .detail{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width:320px;
    padding:60px;
    color:white;
}
.curriculum .detail-with-image .detail .detail-title{
    color:white;
    font-size:40px;
    line-height: 40px;
    margin:10px 0 60px 0;
}
.curriculum .detail-with-image .detail .mi-sans{
    font-size:16px;
}
.curriculum .detail-with-image .detail .mi-sans.bold{
    font-size:20px;
    font-weight: bold;
}
/* ------------------------------------------------------------------------ Apply Now --------- */

.page > .no-banner{
    padding-top:150px;
}

.no-banner h2.title{
    font-size: 64px;
    line-height: 80px;
}
.step-progress{
    margin:0 auto;
    position: relative;
    align-items: center;
    max-width: 800px;
}
.step-progress .col{
    flex:0 0 66px;
    overflow: visible;
}
.step-progress .step-no,
.step-progress .step-done{
    background-color: transparent;
    border: 2px solid rgba(0,0,0,0.5);
    border-radius: 50%;
    height:60px;
    width:60px;
    line-height: 60px;
    color:rgba(0,0,0,0.5);
    margin:10px auto;
}
.step-progress .step-desc{
    width: 200%;
    margin-left: -50%;
    color:rgba(0,0,0,0.5);
}

.step-progress .line{
    border-top:2px solid #ddd;
    flex:1 1 auto;
    margin-top:40px;
}
.step-progress .active{
    font-weight: bold;
}
.step-progress .step-done::before{
    content: '\2713';
}
.step-progress .step-done{
    display: none;
}
.step-progress .active .step-no{
    background-color: #910000;
    color:white;
    border:none;
}
.step-progress .active.line{
    border-color: #910000;
}
.step-progress .finish .step-no {
    display: none;
}
.step-progress .finish .step-done {
    display: block;
    color: #910000;
    border-color: #910000;
}
.step-progress .active .step-desc{
    color:black;
}
.apply-now .section-title{
    margin-top:30px;
    text-align: left;
    line-height: 110%;
}
.apply-now .step-3 .section-title{
    line-height: 3rem;
}
/* ------------------------------------------------------------------------ book-tour --------- */
.book-tour  .article > .logo-image{
    margin-top:0;
}
.section-title{
    font-size:36px;
    text-align: center;
    margin-bottom:40px;
}
.book-tour .step-progress{
    width:30%;
}
.book-tour  .contact .detail{
    padding:20px;
    border-radius: 20px;
    background-color: #f4f4f4;
}
.book-tour .contact .detail-item.col {
    flex: 0 0 33.3%;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ddd;
}
.book-tour .contact .detail-item.col:first-of-type{
    border:none;
}
/* ------------------------------------------------------------------------ search --------- */
.page-search-results  .no-banner{
    padding-top:50px;
}
.search-list .no-result{
    font-size:120%;
    color:gray;
    margin: 30px 0;
}
.search-list .no-result img{
        width:30%;
        display:block;
        margin:0 auto 20px auto;
}
.search-item{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.search-item a{
    color:#910000;
    margin:0 20px;
    font-size:110%;
}
.search-title{
    font-size:130%;
    margin:20px;
}
.search-content{
    margin:20px;
}
/* ------------------------------------------------------------------------ faqs --------- */
.faqs-menus h2.title,
.faqs-content h2.title{
    text-align: left;
}


.faqs a{
    color:black;
    text-decoration: underline;
}
.search-area{
    position: relative;
    text-align: center;
    width:80%;
    margin:0 auto 80px auto;
}
.search-area input{
    width:100%;
}
.search-area .search-action{
    height:40px;
    width:40px;
    position: absolute;
    right:0px;
    top:0px;
    cursor: pointer;
}
.faqs-menus.col{
    flex:0 0 30%;
}

.faqs-menus h2.title{
    font-size:30px;
}
.faqs-menus .menu-item{
    border-left:1px solid #ddd;
    padding:10px 30px;
    cursor: pointer;
}
.faqs-menus .menu-item:hover,
.faqs-menus .menu-item.active{
    border-width:3px;
    border-color: #910000;
}
.faqs-content h2.title{
    font-size:40px;
    margin-top:0;
}
.faqs-content .empty{
    padding: 0;
    color: gray;
}
.faqs-content .empty .content{
    font-size:2rem;
}
.faqs-content .detail-item {
    border-bottom:1px solid #ddd;
    padding:20px 0;
}
.faqs-content .detail-item-title{
    cursor: pointer;
    position: relative;
}
.faqs-content .detail-item-title img{
    height:30px;
    width:30px;
    position: absolute;
    right:0px;
    top:0px;
}
.faqs-content .detail-item.active .detail-item-title{
    font-weight: bold;
}
.faqs-content .detail-item.active .detail-item-title img{
    transform: rotate(180deg);
}
.faqs-content .detail-item-content{
    border-left:1px solid #910000;
    padding:0 20px;
    display:none;
}

.faqs .detail-item.active .detail-item-content{
    display:block;
}
.faqs-content .detail-section {
    padding-bottom:100px;
}
#privacy-cover > .content{
    margin: 5% 5% 0 5%;
    background-color: white;
    border-radius:12px 12px 0 0  ;
    padding: 12px 20px;
    height: calc(100vh - 15% - 50px);
    overflow-y: scroll;
}
#privacy-cover .privacy-footer{
    height:50px;
    background-color: white;
    text-align: center;
    margin: 0 5% 0 5%;
    border-radius:0 0 12px 12px ;
}
#privacy-cover .privacy-footer .button{
    border:1px solid black;
    padding:8px 14px;
    width:100px;
    margin:0 auto;
    border-radius: 14px;
    cursor:pointer;
}
/* -------------------------------- */
.row{
    display: flex;
    align-items: stretch;
    flex-direction: row;
}
.row.child-title{
    display: none ;
}
.row.column{
    flex-direction: column;
}
.column-down{
    justify-content: flex-end;
}
.column-down .col{
    flex: 0 0 auto;
}
.col{
    flex: 1 1 auto;
}
.col-4{
    flex: 1 1 33.3%;
}
.col-8{
    flex: 1 1 66.6%;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

em{
    color: #910000;
    font-weight: bold;
    font-style: normal;
}
.pull-right{
    float: right;
}

.clear{
    clear:both;
}
.form-item .required{
    color:#910000;
}
.form-item .form-label{
    margin:24px 0 10px 0px;
}
.form-item .notice,
.notice-red
{
    color:#910000;
    display: none;    
    margin-top: 10px;
    font-family: 'MiSans';
    text-align: left;
}
.form-item input,
.form-item select,
.form-item textarea,
.multiple-show {
    background-color: #f7f7f7;
    border-radius:4px ;
    height:40px;
    line-height: 40px;
    padding:0 12px;
    border:none;
    width:100% ;
}
.form-item select{
    appearance: none;
    cursor: pointer;
    z-index: 8;
    position: relative;
    background-color: transparent;
}
.form-item input,
.multiple-show{
    width:calc(100% - 24px);
}
.multiple-item{
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 8px 8px 0;
    color:black;
    font-family: "miSans";
    font-size:90%;
}
.multiple-item.active{
    background-color: #918d8d;
    color:white;
}
.form-item textarea{
    min-height: 200px;
    width:calc(100% - 24px);
}
.select-area {
    position: relative;
    background-color: #f7f7f7;
    border-radius:4px ;
}
.select-arrow{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index:6;
}
.select-arrow img{
    height:26px;
    width:26px;
}
.select-depands .form-item + .form-item{
    display: none;
}

.form-item input[type=checkbox],
.form-item input[type=radio]{
    height:20px;
    width:20px;
    vertical-align: middle;
    margin: 0 4px 0 0 ;
}
.privacy a{
    color:black;
    font-weight: bold;
    text-decoration: underline;
}
form .row{
    justify-content: space-between;
}
form .col{
    flex:0 0 48%;
}
form .col-line{
    flex: 0 0 5%;
}
form .col-line .line{
    content:"";
    border-top:2px solid black;
    margin-top: 30px;
}
.col.col-30{
    flex:0 0 30%;
}
.col.col-60{
    flex:0 0 60%;
}
form  a.submit,
.form a.submit{
    background-color: #910000;
    color: white;
    border-color: #910000;
}
.step{
    margin-top:40px;
}
form a.add-button,
form a.del-button{
    line-height: 50px;
    text-align: center;
    color: black;
    display: inline-block;
}
form a.add-button img,
form a.del-button img{
    height:24px;
    width:24px;
    vertical-align: middle;
    margin-top:-4px;
}
form a.del-button{
    color:gray;
}
form a.add-button:hover,
form a.del-button:hover{
    color: #910000;
}
#verfiy-email-form{
    text-align: center;
}
#verfiy-email-form .form-item{
    text-align: left;
}
#verfiy-email-form .button{
    padding:10px 40px;
    margin:0 auto;
}
#verfiy-email-form .send-code{
    align-self: flex-end;
    flex: 0 0 auto;
    margin-left:20px;
}
#verfiy-email-form .send-code .button{
    padding:4px 40px;
}
#verfiy-email-form .submit-button{
    background-color: #910000;
    margin-top:30px;
    color:white
}
.image-area .image-normal,
.image-area:hover .image-active
{
    display:inline-block;
}
.image-area .image-active,
.image-area:hover .image-normal
{
    display: none;
}

.child-title .col-line{
    flex: 1 1 auto;
}
.child-title .col-line .line{
    border-color: #910000;
    margin-top: -16px;
}
.child-title .info{
    flex: 0 0 150px;
    align-self: center;
    text-align: center;
    margin-top:-30px;
    color: #910000;
}

.book-tour form{
    margin-top:80px;
}

.choose-this {
    cursor: pointer;
    display:inline-block;
    line-height: 30px;
    vertical-align: middle;
    height:30px;
}
.choose-this input{
    margin-top:4px;
}
.child-form .child-title,
.parent-form .child-title,
.school-form .child-title{
    margin-top:40px;
}
.child-form .add-button,
.parent-form .add-button,
.school-form .add-button{
    display:none;
}

 .col.col-full{
    flex: 1 1 auto;
}
.date-picker{
    position: relative;
}
.date-picker .input-icon{
    position: absolute;
    right: 10px;
    top: 40px;
    z-index:6;
}
.date-picker .input-icon img{
    height:20px;
    width:20px;
    
}
.ui-datepicker{
    z-index:10 !important;
}
.system-date-picker{
    position: relative;
}
.system-date-picker::-webkit-calendar-picker-indicator{
    position: absolute;
    right:10px;
    padding-left:100%;
    height:20px;
    width:20px;
}
#upload-image{
    margin:80px 0 40px 0;
}
#upload-image-show.col{
    flex: 0 0 240px;
    height: 280px;
    width: 240px;
    border:1px solid #ddd;
    margin-right:30px;
    overflow: hidden;
}
#upload-image .actions.col{
    flex: 1 1 auto;
    line-height: 200%;
}
#upload-image .actions.col span{
    color:gray;
}
#upload-image .button{
    color:white;
    display: inline-block;
    padding:12px 30px;
    margin:0;
}
.image-center{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}
.image-center img{
    height:100%;
}
@media screen and (max-width: 980px) {
    input[type="date"] {
        -webkit-appearance: none;
      }
    h2.title{
        font-size:32px;
    }
    html, body{
        font-size:16px;
        overflow-x: hidden;
    }
    .empty{
        padding: 150px 50px;
    }
    .empty > .content{
        font-size: 3rem;
        line-height: 4rem;
    }
    .article{
        padding:40px 20px;
    }
    header.red-back .school-logo img,
    header .school-logo img{
        width: 54px;
        height: 54px;
        margin-top: 5px;
    }
    .header-content{
        border:none;
    }
    header{
        background-color: #910000;
    }
    header .school-desc .school-title{
        margin-top: 2px;
    }
    .header-menus{
        flex-direction: column;
        position: fixed;
        top: 78px;
        left: 0;
        right: 0;
        bottom: 0;        
        align-self: auto;
        flex: none;
        padding:40px 0;
        background-color: rgba(139, 0, 0, 1);
        display:none;
    }
    .header-menus.active{
        display: block;
    }
    .header-menus .menu-item{
        text-align: left;
        flex:0 0 auto;
        margin:10px 0;
        padding-left:40px;
        position: relative;
    }
    .header-menus .back{
        display: block;
        opacity: 0.1;
        width: 100%;
        top: auto;
        bottom: -10%;
    }
    .header-menus .menu-item a{
        display:inline-block;
        width:100%;
        padding:10px 0;
    }
    .header-menus-mobile.col{
        display: block;        
        align-self: center;
    }
    .header-menus-mobile.col.active .list,
    .header-menus-mobile.col .close{
        display: none;    
    }
    .header-menus-mobile.col .list,
    .header-menus-mobile.col.active .close{
        display: block;       
        position: relative;
        z-index: 10;
    }
    .header-menus-mobile.col .close{     
        margin-top: -8px;
    }
    .header-menus .menu-item  img{
        display:block;
        position: absolute;
        right:20px;
        line-height: 100%;
        height:50px;
        width:50px;
    }
    .header-menus .menu-item  .menu-back img{
        display:inline-block;
        position: relative;
        height: 32px;
        width: 32px;
        right: 0px;
        margin-left: -6px;
    }
    .header-menus .menu-item:hover .sub-menus{
        display:none;
    }
    .header-menus .sub-menus{
        margin-top:0;
        padding-top:0;
        padding-left:40px;
    }
    .header-menus .sub-menus .sub-menus{
        display: none;
    }
    .sub-menus .menu-back{
        display: block;
        line-height: 32px;
    }
    .sub-menus{
        background-color: transparent;
    }
    header .search{
        margin-top:-10px;
    }
    .lan{
        display: none;
    }
    .lan.active{
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 4;
        font-family: 'miSans';
        padding-bottom:10px;
    }
    .lan.active #current-language{
        display: none;
    }
    .lan.active .sub-menus{
        display: inline-block;
        position: relative;
        padding: 0;
    }
    .lan.active .sub-menus div{
        display:inline-block;
        margin-right:20px;
        line-height:50px;
    }
    .lan .lan-line{
        min-width: 0;
    }
    .banner-desc{
        padding:0 80px;
    }
    .contact-nav-2 .item-content.row{
        flex-direction: column;
        background-color: rgba(139, 0, 0, 0.9);
    }
    .contact-nav-2 .item-content .item-title{
        padding-top:50px;
    }
    .contact-nav-2 .item-content .item-desc{
        padding:0;
    }
    .contact-nav-2 .nav-list.row{
        background-color: transparent;
    }
    .contact-nav-2 .nav-list.row .col {
        margin: 8px;
    }

    footer{
        padding-left:40px;
    }
    footer > .row{
        flex-direction: column;
    }
    footer .school-logo img{
        float: left;
        width: 80px;
        height: 80px;
    }
    footer .school-logo {
        text-align: left;
        
    }
    footer .school-logo .logo-title,
    footer .school-logo .logo-desc{
        padding-left:90px;
        font-size:16px;
    }
    footer .school-logo .logo-title{
        font-size:30px;
        padding-bottom:6px;
    }
    footer .quick-link,
    footer .campus-location{
        margin-top:40px;
    }
    footer .contact-us .contact{
        float: right;
        width: 250px;
        margin-top: -60px;
        text-align: right;
    }
    .funful-item.col {
        flex: 0 0 33%;
    }
    .funful-item.col .row{
        flex-direction: column;
    }
    .funful-item-image.col{
        align-self: center;
    }
    .funful-item-desc{
        padding: 10px;
        text-align: center;
    }
    .step-progress.mobile{
        display:block;
    }
    .step-progress.pc{
        display:none;
    }
    .step-progress .s{
        display: none;
        font-size:24px;
        font-weight: bold;
        margin:60px 0 40px 0;
    }
    .step-progress .s br{
        display: none;
    }
    .step-progress .active{
        display: block;
        width:100%;
    }
    .application .section-content  .section-item{
        position: relative;
        padding:40px 0px;
        margin-bottom:20px;
    }
    .application .mobile-by{
        position: absolute;
        top:10px;
        left: 40px;
        flex: none;
        width:50%;
    }
    .application .section-content .badage.col {
        flex: 0 0 30px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    .application .section-content .button{
        margin:0;
        padding:6px 14px;
    }
    .application .section-content .mi-sans.download{
        position: absolute;
        top:10px;
        right: 0;
    }
    .application  .section-content  .col.mobile-desc{
        width: 100%;
        padding: 20px 0 0 80px;
    }
    .application .section-content .big img{
        left: 6px;
        top: 12px;
    }
    .send-code-button .mobile{
        display:inline;
    }
    .send-code-button .sending,
    .send-code-button .fulll{
        display:none;
    }

    .contact2 .container > .row{
        flex-direction: column;
    }
    .contact2 .send-area {
        margin: 40px 0;
    }
    .book-tour .pc{
        display: none;
    }
    .book-tour .step-progress{
        width:80%;
    }
    
    .book-tour .contact .detail{
        background-color: white;
    }
    .faqs .faqs-menus.col{
        display: none;
    }

    .last-news .article-item .detail img,
    .special-events .article-item .detail img {
        max-width: 100%;
        width:100%;
    }
    .toast-dialog{
        left:20%;
        right:20%;
    }
    .toast-header{
        line-height: 40px;
    }
    .school-calendar .detail{
        width:90%;
    }
    .curriculum .detail .row{
        flex-direction: column;
    }
    .curriculum .subject-item{
        margin:20px 0;
    }
    .curriculum .detail-with-image .detail{
        text-align: center;
        width:auto;
        padding-left:120px;
        padding-right:120px;
    }
    .home .row{
        flex-direction: column;
    }
    .funful .row{
        flex-direction: row;
    }
    .home .detail-area{
        height:auto !important;
        overflow: visible;
    }.article{
        position: relative;
    }
    .article.right-image .image{
        margin:20px 0;
        padding:0;
    }
    .article.right-image .image img{
        width:100%;
    }
    .left-back .back{
        top:auto;
        bottom:400px;
    }
    .welcome-content{
        height:auto;
    }
    .welcome-image.col{
        z-index:8;
    }
    .welcome-ps{
        position: unset;
        padding-top:20px;
        height:auto;
        padding-bottom:60px;
    }
    .welcome .title{
        margin-bottom:80px;
    }
    .welcome .container{
        padding-bottom:0;
    }
    p.welcome-founder-title{
        right:88px;
        top:40px;
        font-size:16px;
    }
    p.founder.mi-sans{
        right:20px;
        top:60px;
        color:white;
        max-width:200px;
        word-break: break-all;
        font-size:13px;
    }
    .welcome-image img{
        max-width: 60%;
    }
    .welcome-desc .line{
        padding-top:0px
    }
    .welcome-content a{
        bottom:20px;
        right:20px;
    }
    .why-choose-item .item-image img{
        height: 300px;
        min-width:100%;
        margin-left:0 !important;
    }
    .why-choose-item .item-content{
        background-image: url(/images/kv/kv_cover_phone.png);

    }
    .why-choose-item:hover .item-content{
        position:absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        text-align: left;
        padding: 0 0 60px 40px;

    }
    .welcome-quotation{
    }
    .welcome-quotation img{
        max-width: 300px;
    }
    .page-welcome .banner img{
        left:auto;
        right:0;
    }
    .page-welcome .banner .cover-back {
        width: 100%;
        justify-content: flex-start;
        padding: 100px 0 0 0 ;
    }
    .page-welcome .banner .logo img{
        height: 100px;
        width: 100px;
        min-height: 100px;
    }
    .page-welcome .banner .banner-title{
        padding:20px;
    }
    .page-welcome .skew img{
        width:calc(100% - 60px );
        margin:0 30px;
        position: relative;
        z-index:6;
    }
    .page-welcome .skew {
        margin-left:-30px;
        margin-right:-30px;
        width:auto;
        height:auto;
        padding-bottom: 80px;
        margin-bottom: 0;
    }
    .page-welcome .skew .squre{
        top:0;
        left:0;
        right:0;
        bottom:auto;
        height:40px;
        width:100%;
    }
    .page-welcome .skew .triangle{
        border-right-width: 100vw;
        border-top-width:100px;
        top:40px;
        left:0;
    }
    .page-welcome .skew .con{
        position: relative;
        text-align: left;
        right: 0;
        margin-left: 30px;
        line-height:150%;
    }
    .page-welcome .skew .con img{
        margin:0;
    }
    .page-welcome .skew .sqoure:first-of-type{
        margin-bottom:30px;
    }
    .page-welcome .skew .sqoure:last-of-type{
        text-align: right;
    }
    .page-welcome .article{
        padding-bottom:0;
    }
    .contact .detail.mobile{
        display: block;
    }
    .parent-item .parent-title.col{
        flex: 0 0 70px;
    }
    .parent-item .button.col {
        flex: 0 0 70px;
        padding: 4px 10px;
        margin:0 6px;
    }
    .parent-item .del-button.col{
        flex: 0 0 20px;
        margin-left: 10px;
    }
    .parent-item .gray{
        padding:0 6px;
    }
}
@media screen and (max-width: 500px) {
    .banner-desc {
        padding: 0 20px;
    }
    footer .contact-us .contact {
        margin-top: -120px;
    }
    .banner img{
        
    }
}