@font-face {
  font-family: Helvetica_web_font;
  src: url(../font/Helvetica.ttf);
}

html,body{
    margin: 0;
    padding: 0;
    font-family: Helvetica,"Hiragino Sans GB","华文细黑","STHeiti","微软雅黑","Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

button{
    font-family: Helvetica,"Hiragino Sans GB","华文细黑","STHeiti","微软雅黑","Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 0;
    outline: none;
}
.page_section{
    width: 100%;
}

#welcom_page_section{
    background-image: url("../pic/Group 6.png");
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: cover;
    height: 600px;
}

#logo{
    position: absolute;
    top: 22px;
    left: 35px;
    height: 19px;
    cursor: pointer;
}

.home_nav{
    color: white;
}

#slogan{
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
    color: white;
}
#slogan_title{
    font-size: 50px;
    font-weight: 100;
    margin: 0;
}

#slogan_subtitle{
    font-size: 18px;
    font-weight: 100;
    margin: 3px 0;
}

#start_class_button{
    background: rgba(255,255,255,0.5);
    border-style: none;
    color: #fff;
    padding: 9px 22px;
    font-size: 16px;
    margin: 15px 0;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

#search_form{
    background-color: rgba(0,0,0,0.6);
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    top: 496px;
    width: 100%;
}

#search_bar{
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

#search_input{
    display: inline-block;
    margin-left: 10px;
}

#select_category,#learn_what,#go_search{
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
    box-shadow: none;
    border: none;
}

#select_category{
    /*Remove original arrows*/
    -webkit-appearance: none;
    padding:10px;
    border-radius: 8px;
    padding-left: 12px;
    width: 100px;
    /*Use png at assets/selectArrow.png for the arrow on the right
    Set the background color to a BadAss Green color */
    background: url(../pic/select_arrow.png) no-repeat right white;
    background-position-x: 72px;
     cursor: pointer;
}

#learn_what,#auto_complete_box{
    width: 530px;
    padding:10px;
    /*margin-left: 10px;*/
}

#auto_complete_box{
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.auto_complete_row {
    background-color: white;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
}

.auto_complete_row:hover{
    background-color: #eeeeee;
}

#go_search{
    background-color: #ff5a5f;
    color: #fff;
    padding: 9px 27px;
    font-weight: bold;
    border-radius: 0 2px 2px 0;
    vertical-align: bottom;
    margin-left: -4px;
    font-weight: 100;
     cursor: pointer;
}

#slide_page,#see_all_class_section{
    background-color: #edefec;
}

#slide_title,#slide_subtitle{
    margin: 0;
    color: #494949;
}

#slide_title{
    font-size: 32px;
    font-weight: bold;
    padding: 45px 0 4px;
}

#slide_subtitle{
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 50px;
}

.slide_box{
    width: 90%;
}


.wrapper{
    position: relative;
    width: inherit;
    cursor: pointer;
}

.slide_img_intro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    width: 50%;
    color: white;
    font-size: 28px;
}

.slide_img_wrapper{
    width: 90%;
    height: 0;
    overflow: hidden;
    padding-bottom: 84.7%;
}

.slide_img{
    width: inherit;
    background: black;
    cursor: pointer;
}

.price_wrapper{
    position: absolute;
    bottom: 48px;
    left: 9.5%;
    background-color: #4d4c4a;
    color: white;
    height: 45px;
    padding: 0 10px;
}

.cost_icon,.NTD{
    vertical-align: bottom;
}

.price{
    position: relative;
    top: 6px;
    margin-left: 18px;
    margin-right: 5px;
    font-size: 32px;
}

#all_class_button{
    text-decoration: none;
    color: #494949;
    border: 1px solid  #C8C8C8;
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    padding: 7px 20px;
    margin: 15px 0;
    font-size: 17px;
    margin: 55px 0 45px;
    border-radius: 2px;
}

#pic_section{
    background-image: url(../pic/drawer.jpg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: cover;
    height: 500px;
}

#advantage_section{
    background-color: #fee5dd;
    height: 500px;
}

#left_arrow,#right_arrow{
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}

#left_arrow{
    left: -35px;
}

#right_arrow{
    right:-35px;
}

.entity{
    margin: 0 45px;
}

.entity-img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.entity-title,.entity-content{
    text-align: center;
    font-weight: 100;
}

.entity-title{
    font-size: 28px;
    margin: 10px 0 0;
}

.entity-content{
    margin: 10px 0 0;
    font-size: 17px;
}

#list_wrapper{
    display: flex;
    flex-direction:row;
    justify-content:center;
    color: #4A4A4A;
    align-items:center;
    height: inherit;
}


#about_company_section{
    background-color: #2c2d2f;
    color:white;
}

#about_link_wrapper{
    display: flex;
    justify-content: center;
    padding: 40px 0 18px;
}

.about_link{
    text-decoration: none;
    color:white;
    margin: 0 20px;
    font-size: 16px;
}

#copyright{
    padding: 18px 0;
    font-size: 13px;
}