* {
    font-family: 'myriad-pro', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: inherit;
}

* a {
    text-decoration: none !important;
    outline: none !important;
}

* ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

* img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* p {
    line-height: 1.8;
    margin-bottom: 8px;
}

body {
    background: #F3F3F3 0% 0% no-repeat padding-box;
    padding: 0px !important;
    font-size: 16px;
}

main {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: inherit;
    margin: 0;
}

td {
    line-height: 1.8;
}

a,
button {
    color: #383841;
}


a:hover,
button:hover {
    color: #006DB8;
}

.inline {
    display: inline !important;
}

.titletxt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-weight: 600;
    margin-left: 54px;
}

textarea {
    resize: none;
}

.titletxt h2 {
    padding-right: 12px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 16px;
    color: #656565;
}

.logo h1 {
    font-size: inherit;
}

@media (min-width: 1280px) {}



/* reset_start */

.bg-light {
    background-color: #fbfbfb !important;
}

.login{
    min-height: 24vh;
}
.socials{
    padding-top: 12px;
    border-top: 1px solid #e3e3e3;
    margin-top: 24px;
    font-size: 12px;
    width: 60%;
    margin: 24px auto 0 auto;
}
.socials .linkItem .linkItemIcon:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}
.login .contentTitle{
    padding-bottom: 0px;
}

.login form>.bmd-form-group:first-child{
    padding-top: 24px;
}
#SignUp .is-filled{
    position: relative;
}
#SignUp .selectType::before{
    font-family: "Material Icons";
    content: "\e5cf";
    position: absolute;
    pointer-events: none;
    right: 16px;
    top: 72%;
    font-size: 24px;
    color: #383841;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1000;
}
.signup button[type="submit"],.signup button[type="reset"]{
    min-width: 80% !important;
}
.login button[type="submit"]{
    min-width: 100% !important;
    margin-top: 12px;
}
button[type="submit"]:active{
    opacity: 0.7;
}
button[type="submit"]:disabled{
    opacity: 0.7;
    background: #E83E2D !important;
    color: #fff !important;
    cursor:default;
}
.forgotBtn{
    margin-top: 12px;
}
#SignUp button[type="reset"]{
    box-shadow: none;
    padding: 12px 4px;
}
.login .btn:hover{
    color: #fff !important;
    background-color: #E83E2D;
}
.login .btn a:hover{
    color: #fff !important;
}
.login label,.contactContent label{
    margin-bottom: 8px;
}
.form-check label{
    margin-bottom: 0px;
}
.contactContent textarea{
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    margin-top: 12px;
}
.form-control {
    display: inline-block;
    padding: 8px 16px;
}
#SignUp .form-row {
    padding-top: 12px;
}
.modal-content {
    border-radius: 40px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
}

.modal-content .modal-header {
    padding: 40px 24px 0;
    border-bottom: 0;
}

.form-control:focus {
    box-shadow: none;
}
.form-check-label {
    line-height: 1.6;
}
.whereLabel>label{
    margin-bottom: 8px;
}
select.form-control:not([size]):not([multiple]),
select.custom-file-control:not([size]):not([multiple]) {
    line-height: 1.6;
    font-size: 16px;
    padding-left: 16px;
}
* .ckeditor_container ul {
    list-style: disc;
}

form {
    margin-bottom: 0px;
}

.bmd-layout-canvas {
    position: static;
}

.bmd-layout-content {
    overflow: hidden;
}

.bmd-layout-drawer {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.col-padding {
    padding: 12px;
}

.row-margin {
    margin-left: -12px;
    margin-right: -12px
}


.bmd-form-group {
    padding: 0;
    margin-bottom: 12px;
}

.bmd-form-group [class*=" bmd-label"],
.bmd-form-group [class^=bmd-label] {
    position: unset;
    color: #333;
    font-size: 14px;
}


label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

.is-focused [class*="bmd-label"] {
    color: #333;
}

.item {
    padding: 4px;
}

input [type=file] {
    outline: unset;
}

input[type=checkbox],
input[type=radio] {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 4px 8px;
}

.owl-theme .owl-nav .disabled:hover {
    opacity: .5;
    background-color: #006DB8;
    
}

.checkbox label,
.radio label {
    margin-bottom: 0;
    line-height: 1.8;
    padding-left: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: #333;
}

.checkbox label:hover,
.radio label:hover,
.checkbox label:active,
.radio label:active {
    margin-bottom: 0;
    line-height: 1.8;
    padding-left: 4px 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: #006DB8;
}

.checkbox,
.radio {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-group input::placeholder,.form-group textarea::placeholder {
    color: #b9b9b9;
}

.bmd-form-group .form-control,
.bmd-form-group input::placeholder {
    line-height: 1.8;
    font-size: 1rem;
}
.learn_class .form-control {
    padding: 10px 8px;
}
.learn_class .checkBox {
    display: inline-block;
}
.learn_class .form-control {
    padding: 10px 20px;
    margin: 0px;
    background-image: inherit !important;
}
.learn_class input[type=checkbox],.learn_class input[type=radio] {
    width: 16px;
    height: 16px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #006DB8;
    background: #fff;
}

.login {
    position: relative;
    width: 100%;
    margin: 200px 0 120px;
}
.form-check{
    padding-left: 2.0rem;
}
.checkLabelNoPad .form-check{
    padding-left: 1.25rem;
}
.privacy-policy-btn{
    text-decoration: underline !important;
}
.form-content {
    max-width: 100%;
    width: 460px;
    margin: 0 auto;
    background-color: #fff;
    padding: 48px 24px;
    border-radius: 40px;
    box-shadow: 0px 16px 16px -24px #000000c2;
}
.signup .form-content{
    width: 680px;
}
.nav-pills .nav-link,
.nav-tabs .nav-link {
    padding: 6px 24px;
    font-size: 16px;
    font-weight: 500;
}

.logo {
    text-align: center;

}

form {
    margin-bottom: 0;
}


.nav {
    margin-bottom: 12px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
    background-image: 
      linear-gradient(0deg, #E83E2D 2px, rgba(0, 150, 136, 0) 0)
    , linear-gradient(0deg, #f3f3f3 1px, #f3f3f3 0) !important;
    border-radius: 8px;
    overflow: hidden;
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #E83E2D;
}
.country-select {
    width: 100%;
}
.btn {
    font-size: 16px;
    display: inline-block;
    min-width: 80px;
    background-color: #006DB8;
    color: #FFF;
    text-align: center;
    padding: 12px 4px;
    border-radius: 40px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    outline: unset;
    border: unset;
    margin: 0px 0 16px;
    letter-spacing: 0.8px;
    text-transform: inherit;
}

.forgotBtn a {
    font-size: 16px;
    color: #006DB8;
    text-decoration: underline !important;
}

.forgotBtn a:hover {
    color: #E83E2D;
}

.bmd-form-group .bmd-label-static,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: 14px;
}

[class*=" bmd-label"],
[class^=bmd-label] {
    color: rgba(0, 0, 0, .60);
}

input::placeholder,
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .20);
    font-size: 16px !important;
}

    {
    /* Chrome, Safari */
    color: rgba(0, 0, 0, .20) !important;
    font-size: 12px !important;
}

/* reset_end  */
@media only screen and (max-width: 1399px) {
    #progressBarContainer {
        display: none;
    }

    #progressBar {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {

    .titletxt h2 {
        font-size: 2rem;
    }

    h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .titletxt {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}