html {font-size: 20px;}
body {
    overflow-x: hidden;
    touch-action: pan-y;
}

body .card b {
    margin: 0;
    padding: 0; 
    color:#6d6d6d;
    letter-spacing: 1px;
}
body,
.ai_stick_CTA {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
}
img {
    display: block;
}
a,
a:hover {
    text-decoration: none;
}
.content {
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding: 0 20px;
}
.flex,
.footer_right ._logo {
    display: flex;
    align-items: 
    center;
}

nav, .wrapper {
    padding: 0;
}

body,
.area_title,
.news_detial .nwd_title,
.footer h6,
.footer .content {
    color:#33598f;
}

.empty_before::before {
    content: none!important;
}

.font_green{
    color: #53c788;
}

.font_skyblue,
.user_question b,
.uk-form-stacked .uk-form-label {
    color: #45c8f1;
}

/*******************************************************************************************/

/*
* Nav
*/
.nav_area {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all .3s ease-in-out;
}

.nav_area_flex {
    background-color: #5e89c7b0;
    padding-bottom: 10px;
}

.nav_area .content {
    padding: 15px 0 0;
}

.nav_area .logo img {
    height: 40px;
    margin: 0 auto 5px;
    transition: all .3s ease-in-out;
}

.nav_area .nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.nav_area .nav_item a {
    display: block;
    color: #555;
    font-size: .9rem;
    margin: 0 10px;
    position: relative;
    border-bottom: 2px solid transparent;
    background-color: #ffffff8f;
    border-radius: 20px;
    padding: 0 10px;
}
/*
.nav_area .nav_item a::before {
    color: #fff;
    right: -15px;
    top: 0px;
    content: "|";
    position: absolute; 
}*/

.nav_area .nav_item a:hover,
.nav_area .nav_item .active {
    border-bottom-color: #33598f;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.nav_area #btn_menu a,
.nav_area #btn_back a {
    color:#33598f;
}

#mNav a {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 10px;
    font-size: .8rem;
    padding: 8px 20px;
    background-color: #4f75ac;
    border-radius: 8px;
}
#mNav .uk-offcanvas-bar {
    background-color: #3c69a7;
}
/*
* card
*/
.uk-card {
    border-radius: 8px;
    overflow: hidden;
    background-color: #2D78A0;
}

.uk-card-body {
    padding: 20px;
    font-size: .8rem;
    line-height: .9rem;
    color: #e7e7e7;
}

.uk-card-title {
    font-size: 1rem;
    line-height: 1.15rem;
    font-weight: 700;
    color: #85d5ff;
}

.uk-card-media-top {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
}

.uk-slider-items a:hover,
.uk-card-media-top:hover {
    opacity: .8;
}


/*
* Cover
*/
.cover {
    padding-top: 130px;
    margin-bottom: 80px;
}
.cover .slogan {
    text-align: center;
    position: relative;
}

.cover .slogan img {
    margin: auto;
    height: 230px;
    z-index: 1;
    position: relative;
}

.cover .slogan::before {
    width: 300px;
    height: 100%;
    left: calc(50% - 150px);
    top: 0px;
    background-image: url(../images/bg_slogan.webp);
    background-size: cover;
    content: "";
    position: absolute;
    z-index: 0;
    opacity: .8;
}


/*
*   Page
*/
.wrapper {
    background-image: url(../images/bg_top.webp);
    width: 100%;
    background-repeat: no-repeat;
}


/*
*   Wave
*/
.wave_area {
    position: relative;
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}

.wave_front,
footer .wave {
    fill: #33598f;
    background-color: #f7f7f7;
}

.wave_back {
    fill: #3273cf0a;
}

.wave_bottom {
    fill: #5d89c7;
}

/*
*   Footer
*/
footer {
    position: relative;
    color:#fff;
    background-color:#33598f;
}
footer .copyright {
    text-align: center;
    font-size: .8rem;
    padding: 10px;
    margin-top: 20px;
}

footer .footer_logo img {
    max-height: 30px;
    margin: 10px auto 0;
    padding-top: 10px;
}

footer .footer_logo {
text-align: center;
    display: block;
    font-size: .8rem;
    margin-bottom: 20px;
    color: #fff;
}

footer li a,
footer li {
    font-size: .75rem;
    line-height: .75rem;
}

/*
* Btn & input
*/
.btn_site {
    max-width: fit-content;
}
.btn_link {
    border: 1px solid #dcdcdc;
    font-size: .9rem;
}

.btn_next {
    margin-top: 50px !important;
}

.btn_next:hover {
    background-color: #242424;
    color: #fff;
}
form .uk-input, form .uk-select, form .uk-textarea {
    border-radius: 10px;
    font-size: .85rem;
}
.input_help {
    margin: 5px 0 0 10px;
    font-size: .7rem;
}


/*
*   Other
*/ 
.scrollup .material-symbols-outlined {
    margin-right: 0;
}

.datetime {
    display: flex;
    align-items: center;
}

#loading {
    text-align: center;
    margin: 30px;
}

.uk-alert {
    font-size: .8rem;
    border-radius: 10px;
}
.uk-modal-dialog .uk-modal-body {
    font-size: 1rem;
}

#modal_share .uk-modal-dialog {
    max-width: 600px;
}

table th {
    vertical-align: middle!important;
}

.material-symbols-outlined {
    margin-right: 5px;
}

/*
* Member
*/
.member_area,
.login_area {
    margin: 30px auto 100px;
    max-width: 500px;
}


.btn_app_cta {
    width: 150px;
    margin: auto;
}

/*
* APP
*/
.app_update_msg {
    text-align: center;
    font-size: .75rem;
    background-color: #ffffffa7;
    padding: 5px;
    margin: 10px 0 -10px;
    position: relative;
    z-index: 1;
}

/**************************************************************************************/
/*
* RWD
*/

@media (max-width: 1700px) AND (min-width: 1200px) {
    /*
    .nav_area .nav_item a {
        background-color: #507ec1;
        color: #fff;
        padding: 3px 15px;
        border-radius: 30px;
    }*/
    .nav_area {
        background-color: #ffffff8f;
        padding-bottom: 10px;
    }
    .nav_area .nav_item a:hover,
    .nav_area .nav_item .active {
        border-bottom-color: #33598f;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }
}

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
    html {font-size: 19px;}

    #post button[type="submit"] {
        width: 100%;
    }
    .area .content {
        padding: 0;
    }
    

    .mobile_hidden {
        display: none!important;
    }

    .nav_area .content {
        display: flex;
        justify-content: space-between;
    }
    .nav_area .logo {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .nav_area .logo img {
        height: 25px!important;
        margin: 0 auto;
    }

    .nav_area #btn_menu {
        margin: -5px 5px;
    }
    .nav_flex::before {
        box-shadow: inherit;
        background: linear-gradient(#f4f1f16b, #fff0);
        height: 150px;
        width: 100%;
        top: 0;
        left: 0;
        content: '';
        position: inherit;
        z-index: 0;
    }
    .area {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .ai_mentor_area {
        padding-top: 10px;
    }
    .btn_site {
        font-size: .7rem;
    }
    .ai_mentor_content {
        font-size: .8rem!important;
    }

    .card h4 {
        font-size: 1rem;
    }
    .uk-alert {
        display: block;
    }
    .width50,
    .width30 {
        width: 100%;
    }
    .btn_app_cta {
        width: 100px;
    }
}