/* Dictbats*/
@font-face {
    font-family: 'DictBats';
    src: url('../../fonts/DictBats.ttf') format('truetype');
    font-style: normal;
}

/* 29 December 2020 Text normalize */
.reading-page {
    background-color: #f4f4f4;
}

.reading-page .reading-content p,
.reading-content p span,
.sentence-search-result .reading-page .reading-content p,
.sentence-search-result .reading-page .reading-content p span {
    /*font-size: 23px;*/
    line-height: 1 !important;
}

@media (max-width: 892px) {

    .reading-content p span,
    .reading-page .reading-content p {
        font-size: 16px;
        line-height: 1.05 !important;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    counter-reset: section;
}

@media (max-width: 892px) {
    body {
        background-color: #f4f4f4;
    }
}

a {
    outline: none;
}

.wide {
    width: 100%;
}

#body1 {
    width: 560px;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .4444444px;
}

#body2 {
    opacity: .87;
    width: 560px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
}

caption {
    opacity: 0, 87;
    width: 560px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0, 4px;
}

#overline {
    opacity: 0, 87;
    width: 560px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1, 5px;
}

#subtitle1 {
    opacity: 0, 87;
    width: 560px;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0, 15px;
}

#subtitle2 {
    opacity: 0, 87;
    width: 560px;
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0, 1px;
}

/* END @2019 - 12 - 25 */

section {
    width: 100%
}

ul {
    padding: 0;
}

a {
    display: block;
    color: #008DFF;
    text-decoration: none;
}

/* Form Elements */
form {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 50px 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-group {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-message {
    width: 100%;
    background-color: #f4f4f4;
    border-left: 2.4px solid #1a73e8;
    color: black;
    margin-bottom: 30px;
    font-size: .7rem;
    font-weight: bold;
}

.form-message .inner {
    padding-left: 15px;
    padding-right: 15px;

}

form p {
    font-size: 13px;
    padding: 5px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    color: gray;
}

form .check {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: .5;
}

form a {
    font-size: 1rem;
    display: block;
    color: deepskyblue;
}

label {
    margin-bottom: 10px;
}

input {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    background-color: #F4F4F4;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 3px !important;
    padding: 10px 20px !important;
}

input[type="submit"] {
    background-color: #ff761a;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    color: white;
}



.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.container {
    width: 100%;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
}

@media (max-width: 892px) {
    .container {
        margin: 0;
        padding: 0;
    }
}

.blank_space {
    background-color: white;
    height: 50px;
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center !important;
    justify-content: flex-end !important;
}

.blank_space a {
    color: #ffbc00;
    text-decoration: none;
    text-transform: uppercase;
    font-size: initial;
    font-weight: 600;
}

.blank_space a:hover {
    color: orange;
}

@media (max-width: 892px) {
    .blank_space {
        overflow: hidden;
        height: 0;
    }
}

.blank_space h5 {
    background-image: linear-gradient(to bottom, #FFA897, orangered);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    margin: 0;
    height: 60px;
    line-height: 100px;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .04em;
}

/* End Preset */





/* Login False */



/* Login False */





/* Main Header */
.main-header {
    height: 85px;
    box-shadow: 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
}

@media (max-width: 892px) {
    .main-header {
        height: 60px;
    }
}

.header_item_notif {
    width: 20px;
    height: 20px;
    background-color: red;
    font-size: 60%;
    font-weight: bold;
    color: white;
    display: inline-block;
    padding: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    opacity: .6;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, .5);
}

@media (max-width: 892px) {
    .header_item_notif {
        line-height: 15px !important;
        font-size: .8rem !important;
        width: 15px !important;
        height: 15px !important;
        border-radius: 10px !important;
        top: -8px !important;
        right: -15px !important;
        position: initial !important;
        background-color: crimson !important;
        color: white;
        opacity: .8;
        padding: 0;
        border-radius: 3px !important;
        box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0);
    }
}

.subscribe_panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 500;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    justify-content: center;
    align-items: center;
}

/* Panel Home */
.subscribe_panel .item-field {
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    width: 60%;
}

@media (max-width: 892px) {
    .subscribe_panel .item-field {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-y: auto;
    }
}

.subscribe_panel .item-field .open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 40px 0 40px;
    position: relative;
}

.subscribe_panel .item-field .open #close_subspanel {
    font-weight: bold;
    font-size: 40px;
    cursor: pointer;
}

@media (max-width: 892px) {
    .subscribe_panel .item-field .flex-room {
        flex-direction: row;
        padding-bottom: 20px;
        justify-content: center;
    }
}

.subscribe_panel .item-field .item {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

@media (max-width: 892px) {
    .subscribe_panel .item-field .item {
        width: 50%;
    }
}

.subscribe_panel .item-field .item .content {
    padding: 30px 40px;
}

.subscribe_panel .item-field .item .pb {
    padding: 0 40px 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe_panel .item-field .item .pb .price {
    font-weight: bold;
    font-size: 1.3rem;
}

.subscribe_panel .item-field .item .pb a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #e7305b;
    border-radius: 3px;
    color: white;
}

.subscribe_panel .item-field .item .content .buttons {
    margin: 30px 0;
}

.subscribe_panel .item-field .item .content .button {
    background-color: #00bfa5;
    color: white;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.subscribe_panel .item-field .item .content a {
    display: inline-block;
}

.subscribe_panel .item-field .item .content h5 {
    margin-bottom: 30px;
}

.subscribe_panel .item-field .item .content .advantage .list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.subscribe_panel .item-field .item .content .advantage .list .icon {
    height: 25px;
    width: 25px;
    flex-shrink: 0;
    color: white;
    background-color: #f96d80;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 17px;
}

.subscribe_panel .item-field .item .content .advantage .list .text {
    font-size: 17px;
}

.subscribe_panel .item-field .sep {
    position: relative;
    border-left: 2px solid #e84a5f;
    border-right: 2px solid #e84a5f;
    margin-bottom: 90px;
}

@media (max-width: 892px) {
    .subscribe_panel .item-field .sep {
        border: none;
        width: 80%;
        display: none;
        border-top: 1px solid #e84a5f;
        border-bottom: 1px solid #e84a5f;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .subscribe_panel .item-field .item .content {
        padding: 0px 15px;
    }

    .subscribe_panel .item-field .open h3 {
        margin: 20px 5%;
        font-size: 18px;
    }
}

.subscribe_panel .item-field .sep .circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45%;
    left: -20px;
    border-radius: 20px;
    background-color: white;
    border: 3px solid #f96d80;
}

@media (max-width: 892px) {
    .subscribe_panel .item-field .sep .circle {
        left: 45%;
        top: -20px;
    }
}

/* Main Header End */

/* New Login False */
.Container {
    width: 100%;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: space-between;
}

#Main #Header .brand {
    color: white;
}

@media (max-width: 892px) {
    #Main .content-list {
        display: none !important;
    }
}

#Header .brand h5 {
    display: inline-block;
}

#Header .navigation {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

#Header .navigation .button-list {
    display: flex;
    flex-direction: row;
}

#Header .navigation .button-list .normal-btn {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 3px;

}

#Header .navigation .button-list .normal-btn a {
    border-radius: 3px;
    height: 27px;
    line-height: 27px;
}

@media (max-width: 892px) {
    #Header .navigation {
        height: 60px;
        justify-content: flex-end;
    }

    #Header .navigation .button-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Header .navigation .button-list .normal-btn {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 0 !important;

    }

    #Header .navigation .button-list .normal-btn a {
        border-radius: 3px;
    }

}

.login-button,
.signup-button {
    height: 40px;
    line-height: 37px;
    text-align: center;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #4490FF;
    display: block;
    color: white;
    font-weight: 600;
    margin-right: 10px;
}

.premium-wrapper .signup-button {
    display: inline-block;
    width: initial;
    height: 40px;
    border-radius: 3px;
}

.premium-wrapper .signup-button a {
    height: 40px;
    line-height: 40px;
    color: white;
    font-weight: bold;
}

.signup-button {
    display: block;
    margin-right: 0px;
    background-color: #FFB344;
}

@media (max-width: 892px) {

    .login-button,
    .signup-button {
        font-size: 12px;
        margin-right: 10px;
        border-radius: 10px;
    }
}

.nav-button {
    width: 30px;
    height: 60px;
    display: flex;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
}

.nav-button img {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 15px;
    border: 3px solid white;
}

.nav-button:hover img {
    background-color: #f4f4f4;
}

.nav-overlay {
    position: absolute;
    right: 0px;
    top: 60px;
    display: none;
    border-radius: 3px;
    width: 320px;
    padding: 20px 25px;
    background-color: white;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .6);
}

@media (max-width: 892px) {
    .nav-button {
        width: 30px;
        margin: 0;
        align-items: center;
    }

    .nav-button img {
        margin-top: 5%;
    }

    .nav-overlay {
        top: 50px;
        right: 0;

    }
}

.nav-overlay a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 0 0px;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.nav-overlay a:hover {
    background-color: #f4f4f4;
    border-radius: 5px;
}

.nav-overlay h6 {
    width: auto;
    margin: 0 0 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #5a5a5a8c;
}

.bordered {
    border: 3px solid skyblue !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


#Main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: transparent;
}

@media (max-width: 892px) {
    #Main {
        width: 100%;
        position: absolute;
        top: 0;
    }
}

#Footer {
    width: 100%;
    height: 300px;
    background-color: black;
    color: white;
}

#mainWrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 140px 70px 20px 70px;
}

@media (max-width: 892px) {
    #mainWrapper {
        width: 100%;
        border-radius: 0;
        padding: 70px 10% 30px 10% !important;
        box-shadow: none;
    }

    #mainWrapper .content-box:nth-child(2) {
        display: none;
    }
}

#mainWrapper #title {
    display: flex;
    align-items: center;
}

#mainWrapper #title span {
    margin-right: 10px;
    color: lightslategray;
}

#mainWrapper #title h5 {
    display: inline;
    font-weight: bold;
}

#mainWrapper #title i {
    font-size: 20px;
    color: salmon;
    font-weight: bold;
    margin-left: 15px;
}

#Header .brand h5 {
    line-height: .5;
}

/* @20-01-2019 */
#mainWrapper .content-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 70px;
    height: 410px;
    align-items: center;
    justify-content: space-between;
}

#mainWrapper .content-box:nth-child(2) {
    background-color: #f7f7f7;
    align-items: initial;
}

@media (max-width: 892px) {
    #mainWrapper .content-box {
        padding: 0;
        height: auto;
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 20px;
    }
}

.view-all-button {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-button a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    transition: .1s ease-in-out;
    border: 2px solid #84B3ED;
    color: #84B3ED;
    text-align: center;
}

.view-all-button a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.view-all-button a:hover {
    background-color: #84B3ED;
    color: white;
}

.first-box {
    display: flex;
    justify-content: space-between;
}

.greet-card {
    width: 62%;
}

.greet-card h5 {
    font-size: 4rem;
    color: #84B3ED;
    line-height: 1;
    font-weight: 500;
}

.greet-card p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 892px) {
    .greet-card p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
    }
}

/* Mini search */
#Main .mini-search {
    display: none;
}

#mainWrapper .mini-search {
    margin: 0 0 5px 0;
}

.mini-search {
    width: 100%;
    margin: 0 0 10px 0;
}

.mini-search form {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    align-items: center;
}

.mini-search .row {
    display: flex;
    width: 696.5px;
    align-items: center;
    flex-direction: column;
    flex-wrap: no-wrap;
}

.mini-search .row input {
    width: 100%;
    flex-grow: 0 !important;
    background-color: white;
    margin: 0 !important;
    border: 1px solid #f4f4f4;
    border-radius: 0;
}

.mini-search button {
    border: none;
    outline: none;
    height: 46px;
    margin-top: 20px;
    border-radius: 0 !important;
    padding: 0;
}

.mini-search button svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 892px) {
    #Main .mini-search {
        display: block;
    }

    .mini-search {
        display: block;
    }

    .mini-search form {
        margin: 0;
        /* padding: 0; */
    }

    .mini-search form h6 {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
        padding: 0 10% 0 0 !important;
    }

    #mainWrapper .mini-search .row {
        flex-direction: row;
    }

    .mini-search .row {
        flex-direction: row;
        width: 100% !important;
        flex-wrap: nowrap;
        align-items: center;
    }

    .mini-search input[type="text"] {
        width: 95%;
        height: 50px;
        border-radius: 25px 0 0 25px !important;
        font-size: 14px !important;
    }

    #mainWrapper .mini-search .row button {
        width: 50px;
        border-radius: 0;
        margin-top: 0;
    }

    .mini-search .row button {
        width: 80px;
        height: 40px;
        margin-top: 0 !important;
        flex-grow: 0;
        border-radius: 0 20px 20px 0 !important;
        box-shadow: 0 0 10px -7px rgba(0, 0, 0, .7);
    }
}

/* dropdown */
.dropdown-button {
    width: 38px;
    height: 38px;
    background-color: red;
    flex-shrink: 0;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-button .drop-item {
    display: none;
    width: 200px;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1000;
    background-color: white;
}

.dropdown-button .drop-item a {
    width: 100% !important;
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

.dropdown-button .drop-item a:nth-child(1) {
    border-bottom: 1px solid orangered;
}

/* lesson box */
.lesson-box {
    display: none;
}

@media (max-width: 892px) {
    .lesson-box {
        display: block;
        margin-bottom: 10px;
        padding: 15px 0;
        background-color: white;
    }

    .lesson-box .date {
        padding-left: 10;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .lesson-box {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .lesson-box hr {
        width: 30%;
        border: none;
        height: 1px;
        float: left;
        background-color: rgba(0, 0, 0.7);
        margin: 3px auto 0 17px;
        border-radius: 1px;
    }

    .lesson-box h6 {
        font-size: 13px;
        height: auto;
        text-transform: uppercase;
        margin: 0;
        width: 100%;
        font-weight: 500;
        text-align: left;
    }

    .lesson-box .row {
        width: 100%;
    }

    .lesson-box .row span {
        display: block;
        height: auto;
        line-height: 1.2 !important;
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #1a1aff;
        text-align: left;
    }

    .lesson-box .row a {
        color: #FF761A;
        font-size: 13px;
        text-align: center;
    }

    .lesson-box .row .lod-title {
        font-size: 1.2rem;
        font-weight: bold;
    }
}

.package-card {
    width: 38%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.package-card h5 {
    display: none !important;
}

.greet-card .heading {
    font-size: 4rem;
    color: #84B3ED;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 892px) {
    .first-box {
        flex-direction: column;
    }

    .greet-card {
        width: 100%;
    }

    .package-card {
        width: 100%;
    }

    .package-card h5 {
        display: initial !important;
    }

    .greet-card .heading {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0px;
    }
}

#mainWrapper .content-box h5 {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    padding-right: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 40px;
}

#mainWrapper .content-box h5 .material-icons {
    margin-right: 10px;
    color: lightslategray;
}

@media (max-width: 892px) {
    #mainWrapper .content-box h4 {
        font-size: 1.3rem;
        padding: 0 10px;
        color: #5d6068;
    }

    #mainWrapper .content-box h5 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

#mainWrapper .content-box .flex-box {
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 30px;
}

@media (max-width: 892px) {
    #mainWrapper .content-box .flex-box {
        flex-wrap: wrap;
        padding-bottom: 0;
        justify-content: space-between;
    }

    #mainWrapper .content-box .flex-box .item-wrapper {
        width: 45%;
        margin: 0;
        margin-bottom: 20px;
        overflow-x: hidden;
        margin-bottom: 30px;
        text-align: center;
    }
}

.main-book-wrapper {
    background-color: white;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 3px;
    padding: 0px 0px 20px 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-height: 340px;
}

@media (max-width: 892px) {
    .main-book-wrapper {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
}

#mainWrapper .content-box .flex-box .item {
    width: 180px;
    height: 237px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 0px;
    background-color: white;
    overflow: hidden;
    background-image: none;
}

@media (max-width: 892px) {
    #mainWrapper .content-box .flex-box .item {
        width: 100%;
        height: initial;
    }
}

#mainWrapper .content-box .flex-box .item-wrapper .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    transition: .4s ease;
    background-color: transparent;
}

#mainWrapper .content-box .flex-box .item-wrapper a:hover {
    background-color: skyblue;
    border-radius: 10px;
    padding: 10px 20px;
}

#mainWrapper .content-box .flex-box .course {
    width: 70px;
    height: 70px !important;
    display: flex;
    border: 7px solid white;
    margin-right: 0;
    border-radius: 65px;
    align-items: center;
    box-shadow: 0 0 10px -6px rgba(0, 0, 0, .7);
    justify-content: center;
}

.neumorp {
    box-shadow: 0 0 10px -6px rgba(0, 0, 0, .7);
}

#mainWrapper .content-box .flex-box .caption {
    width: 180px;
    text-align: center;
    color: lightslategray;
    margin-top: 20px;
    font-size: 13px;
    padding: 0 13px;
    font-weight: bold;
}

@media (max-width: 892px) {
    #mainWrapper .content-box .flex-box .caption {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

    .desc-pad {
        padding-bottom: 5px !important;
    }
}

#mainWrapper .content-box .flex-box .course:nth-child(1) {
    background-color: #0E9AE5;
}

#mainWrapper .content-box .flex-box .course:nth-child(1) img {
    width: 90%;
}

#mainWrapper .content-box .flex-box .course:nth-child(2) img {
    width: 90%;
}

#mainWrapper .content-box .flex-box .course img {
    height: initial !important;
}

#mainWrapper .content-box .flex-box .course img {
    width: 85%;
    height: 246px;
    display: block;
}

#mainWrapper .content-box .flex-box .item img {
    width: 100%;
    height: inherit;
    display: block;
}

#mainWrapper .content-box .link {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 892px) {
    #mainWrapper .content-box .link {
        width: 100%;
        text-align: center;
    }
}

#mainWrapper .content-box .blog {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 892px) {
    #mainWrapper .content-box .blog {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

#mainWrapper .content-box .blog .list-item {
    margin: 10px 8% 20px 0%;
    border-radius: 5px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 892px) {
    #mainWrapper .content-box .blog .list-item {
        margin: 10px 0% 20px 0%;
    }
}

#mainWrapper .content-box .blog .list-item .img {
    width: 38%;
    height: 100px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px -7px rgba(0, 0, 0, .5);
}

#mainWrapper .content-box .blog .list-item img {
    width: 100%;
}

#mainWrapper .content-box .blog .list-item .thumbnail {
    width: 120px;
}

#mainWrapper .content-box .blog .list-item .desc {
    width: 62%;
    height: 92px;
    line-height: 1.3;
    padding: 5px 20px 10px 20px;
    overflow: hidden;
}

#mainWrapper .content-box .blog .list-item .desc a {
    font-weight: bold;
}

#mainWrapper .content-box .blog .list-item .desc div {
    font-size: 11px;
    margin-top: 10px;
}

@media (max-width: 892px) {
    .free-trial {
        width: 100%;
        border: none;
    }
}

#word_list_link {
    display: none;
}

@media (max-width: 892px) {
    #word_list_link {
        display: block;
        height: auto;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #word_list_link a {
        width: 100%;
        display: flex;
        margin-right: 0;
        align-items: center;
        color: orangered;
        font-weight: bold;
        font-size: .8rem;
        line-height: 1.2;
    }
}


.wl-view-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;

}

.wl-view-more a {
    display: flex;
    align-items: center;
    height: 30px;
    margin: 0;
    cursor: pointer;
}

/* End New Login False */

/* Login True */
.mobile_style {
    display: none;
}

.login_true_page {
    background-color: #F1F5F8;
    padding: 45px 40px;
    margin-top: 60px;
    display: flex;
}

.login_true_page .main_container:nth-child(1) {
    width: 20%;
    border-right: 1px solid #DADBDD;
}

.login_true_page .main_container:nth-child(1) h5 {
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 1.5cm;
}

.login_true_page .main_container:nth-child(1) .profile_go {
    display: flex;
}

.login_true_page .main_container:nth-child(1) .img_back {
    width: 60px;
    height: 60px;
    padding: 4px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 3px;
    /*background-image: linear-gradient(145deg, white 50%, orange 50%);*/
}

.login_true_page .main_container:nth-child(1) .img_back span {
    display: flex;
    width: 100%;
    /* text-align: center; */
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 450%;
    color: #333;
}

.login_true_page .main_container:nth-child(1) .img_back img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
}

.login_true_page .main_container:nth-child(1) .name_email {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.login_true_page .main_container:nth-child(1) .name_email span {
    display: block;
}

.login_true_page .main_container:nth-child(1) .name_email span:nth-child(1) {
    font-weight: bold;
}

.login_true_page .main_container:nth-child(1) .name_email span:nth-child(2) {
    font-size: 13px;
}

.login_true_page .main_container:nth-child(1) .name_email span a {
    color: black;
}

.login_true_page .main_container:nth-child(1) nav {
    margin: 1.5cm 0;
    padding-left: 10px;
}

.login_true_page .main_container:nth-child(1) nav a {
    width: 100%;
    display: flex;
    color: black;
    margin-bottom: 10px;
}

.login_true_page .main_container:nth-child(1) nav a:hover span:nth-child(1) {
    background-color: #474DDC;
    box-shadow: 0 10px 10px -4px rgba(0, 0, 0, .3);
    color: white;
}

.login_true_page .main_container:nth-child(1) nav a span:nth-child(1) {
    width: 50px;
    height: 50px;
    background-color: white;
    justify-content: center;
    display: flex;
    transition: .2s ease;
    align-items: center;
    border-radius: 3px;
}

.login_true_page .main_container:nth-child(1) nav a span:nth-child(2) {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 27px;
}

.login_true_page .main_container:nth-child(1) nav a span:nth-child(2) p:nth-child(1) {
    font-weight: bold;
}

.login_true_page .main_container:nth-child(1) nav a span:nth-child(2) p:nth-child(2) {
    font-size: 13px;
    ;
}

.login_true_page .main_container:nth-child(1) .external_link {
    width: 90%;
}

.login_true_page .main_container:nth-child(1) .external_link h5 {
    margin-bottom: 10px;
}

.login_true_page .main_container:nth-child(1) .external_link ul li {
    list-style-type: decimal;
    list-style-position: inside;
    ;
}

.login_true_page .main_container:nth-child(1) .external_link a {
    display: flex;
    border-radius: 15px;
    color: black;
}

/*
	.login_true_page .main_container:nth-child(1) .external_link:hover a {
		color: black;
		background-color: white;
		box-shadow: 0 10px 10px -4px rgba(0,0,0,.3);
	}
	.login_true_page .main_container:nth-child(1) .external_link a span:nth-child(1) {
		width: 30px;
		height: 30px;
		display: flex;
		flex-shrink: 0;
		border: 3px solid white;
		align-items: center;
		justify-content: center;	
	}
	.login_true_page .main_container:nth-child(1) .external_link a span:nth-child(2) {
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		flex-grow: 1;
		text-align: center;
	}
	.login_true_page .main_container:nth-child(1) .external_link a span:nth-child(2) p {
		font-size: 15px;
	}
	*/
#break {
    display: none;
}

.login_true_page .main_container:nth-child(2) {
    width: 80%;
    padding-left: 47px;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper {
    padding: 40px;
    border-radius: 3px;
    display: flex;
    background-color: white;
    margin-bottom: 1.2cm;
}

@media (max-width: 892px) {
    .login_true_page .main_container:nth-child(2) .lesson_wrapper {
        margin-bottom: 30px;
    }
}

#Main .lesson_wrapper {
    width: 100%;
    border-radius: 27px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item,
#Main .lesson_wrapper .item {
    width: 24%;
    height: 6.7cm;
    flex-shrink: 0;
    border-radius: 3px;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    overflow: hidden;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item {
    padding: 30px;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item h5,
#Main .lesson_wrapper .item .word p,
.login_true_page .main_container:nth-child(2) .lesson_wrapper .item .word p {
    font-size: x-large;
    font-weight: bold;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item h5,
#Main .lesson_wrapper .item .word p span,
.login_true_page .main_container:nth-child(2) .lesson_wrapper .item .word p span {
    font-size: x-large;
    font-weight: bold;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item h5,
#Main .lesson_wrapper .item h5 {
    font-weight: bold;
    color: white;
    font-size: large;
    margin-bottom: 13px;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item .word,
#Main .lesson_wrapper .item .word {
    color: white;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item .lesson,
#Main .lesson_wrapper .item .lesson {
    font-size: x-large;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item .lesson p span,
#Main .lesson_wrapper .item .lesson p span {
    font-size: x-large !important;
    line-height: initial;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item a,
#Main .lesson_wrapper .item a {
    color: white;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item button,
#Main .lesson_wrapper .item button {
    width: inherit;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    border: none;
    transition: .2s ease;
    border-radius: 5px;
    padding: 0 15px 0 20px;
    display: flex;
    background-color: #7CB1ED;
    position: absolute;
    margin: auto;
    color: white;
    cursor: pointer;
    text-transform: initial;
    font-weight: bold;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: all .3s ease-in;
}

#Main .lesson_wrapper .item button:hover {
    background-color: #2377d6;
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item:nth-child(1),
#Main .lesson_wrapper .item:nth-child(1) {
    background-color: #FFB344;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item:nth-child(2),
#Main .lesson_wrapper .item:nth-child(2) {
    background-color: #B344FF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item:nth-child(3),
#Main .lesson_wrapper .item:nth-child(3) {
    background-color: #4490FF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.login_true_page .main_container:nth-child(2) .lesson_wrapper .item:nth-child(4),
#Main .lesson_wrapper .item:nth-child(4) {
    background-color: #0ed84c;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.login_true_page .main_container:nth-child(2) .book_list,
.login_true_page .video-container {
    border-radius: 27px;
    margin-bottom: 45px;
}

@media (max-width: 892px) {
    .login_true_page .video-container {
        padding: 0px;
    }
}

.login_true_page .main_container:nth-child(2) .book_list h5,
.login_true_page .video-container h5 {
    margin: 0;
    height: auto;
    padding-left: 1.7cm;
    display: inline-block;
    font-weight: bold;
}

@media (max-width: 892px) {
    .login_true_page .video-container h5 {
        padding-left: 0;
    }
}

.login_true_page .main_container:nth-child(2) .book_list .sep,
.login_true_page .video-container .sep {
    background-color: #474DDC;
    width: 40px;
    margin-left: 1.7cm;
    border-radius: 2px;
    height: 5px;
    margin-bottom: .4cm;
}

@media (max-width: 892px) {
    .login_true_page .video-container .sep {
        margin-left: 0;
    }
}

.login_true_page .main_container:nth-child(2) .book_list a {
    width: 100%;
    padding: 0 7px;
    border-radius: 25px;
    display: flex;
    margin-bottom: 10px;
    color: black;
    justify-content: space-between;
    transition: .2s ease;
}

.login_true_page .main_container:nth-child(2) .book_list a:hover {
    background-color: white;
}

.login_true_page .main_container:nth-child(2) .book_list span {
    display: block;
    height: 36px;
    line-height: 36px;
}

.login_true_page .main_container:nth-child(2) .book_list span:nth-child(1) {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    color: black;
    font-weight: bold;

}

.login_true_page .main_container:nth-child(2) .book_list span:nth-child(1) img {
    width: 100%;
}

.login_true_page .main_container:nth-child(2) .book_list span:nth-child(2) {
    flex-grow: 1;
    overflow: hidden;
    padding: 0 20px;
    font-weight: bold;
}

.login_true_page .main_container:nth-child(2) .book_list span:nth-child(3) {
    width: 150px;
    text-align: right;
    padding-right: 50px;
    font-size: 14px;
}

.login_true_page .main_container:nth-child(2) .book_list span:nth-child(4) {
    width: 200px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: white;
    line-height: 30px;
    margin: 3px 0;
    border-radius: 18px;
    background-color: #474DDC;
}

/* End Login True */

@media (max-width: 892px) {
    .ck-content p {
        font-size: 15px;
    }

    .ck-content ul li {
        font-size: 14px;
    }
}

/* Regis & login*/
.regis-form,
.login-form {
    background-color: white;
    width: 100%;
    height: 100%;
}

@media (max-width: 892px) {

    .regis-form,
    .login-form {
        width: 100%;
        align-items: flex-start;
    }
}

.regis-form form,
.login-form form {
    width: 100%;
    height: -webkit-fill-availables;
    margin: 0;
    padding: 0;
    padding-top: 0;
    overflow: hidden;
    flex-direction: row;
    align-items: flex-start;
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 892px) {

    .regis-form form,
    .login-form form {
        width: 100%;
        padding-top: 30px;
        background-color: white;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: none;
        border-radius: 0;
    }
}

.regis-form form .inner,
.login-form form .inner {
    width: 550px;
    height: inherit;
    padding: 50px;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 892px) {

    .regis-form form .inner,
    .login-form form .inner {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 100px !important;
    }
}

.regis-form .form-message .inner,
.login-form .form-message .inner {
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 3px;
    padding: 10px 25px;
}

.regis-form form fieldset,
.login-form form fieldset {
    border: 2.4px solid #1a73e8;
    border-radius: 5px;
    height: 45px;
    padding: 1px 11px 0 11px;
}

.regis-form form fieldset legend,
.login-form form legend {
    padding: 0 5px;
    font-size: .7rem;
    color: #1a73e8;
}

.regis-form form .row,
.login-form form .row {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 892px) {

    .regis-form form .row,
    .login-form form .row {
        width: 100%;
        margin-bottom: 10px !important;
        flex-wrap: wrap !important;
    }

    .regis-form form .name-section fieldset {
        width: 100%;
    }

    .regis-form form .name-section fieldset:nth-child(1) {
        margin-bottom: 0px !important;
        margin-right: 10px;
    }
}

.regis-form form .row p,
.login-form form .row p {
    padding: 0;
    margin: 10px 0 0 0;
}

.regis-form form fieldset input,
.regis-form form fieldset input[type="email"],
.login-form form fieldset input,
.login-form form fieldset input[type="email"] {
    width: 100%;
    height: 20px;
    padding: 3px 0 0 4px !important;
    border-radius: 0 !important;
    margin: 0;
    outline: none;
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}

@media (max-width: 892px) {

    .regis-form form fieldset input,
    .login-form form fieldset input {
        width: 100%;
    }
}

.regis-form form fieldset input:focus,
.regis-form form fieldset input[type="email"]:focus,
.login-form form fieldset input:focus,
.login-form form fieldset input[type="email"]:focus {
    border: none;
    box-shadow: none;
}

.regis-form form .row input[type="submit"],
.login-form form .row input[type="submit"] {
    width: 100px;
    background-color: #1a73e8;
}

.regis-form form .row a,
.login-form form .row a {
    color: #1a73e8;
    font-weight: 500;
}

.regis-form form .header,
.login-form form .header {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    margin-bottom: 20px;
    align-items: center !important;
    box-shadow: none !important;
}

@media (max-width: 892px) {

    .regis-form form .header,
    .login-form form .header {
        width: 100% !important;
        margin-bottom: 30px !important;
        padding: 0 !important;
    }
}

.login-form form .header a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 892px) {
    .login-form form .header a {
        margin-right: 20px !important;
    }
}

.regis-form form .header img,
.login-form form .header img {
    width: 70px;
    height: 35px;
    display: block;
    margin-right: 30px;
}

.regis-form form .header h4,
.login-form form .header h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: black;
}

.login-form .select-option {
    width: 100%;
    background-color: #1a73e8;
    padding: 7px 11px;
    color: white;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
    border: 2.4px solid #fff;
}

.login-form .select-option:hover {
    background-color: white;
    border: 2.4px solid #1a73e8;
    color: #1a73e8;
}

.regis-form .subscription {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-direction: column;
    padding-top: 105px;
    padding-left: 50px;
    font-weight: bold;
    color: white;
}

@media (max-width: 892px) {

    .regis-form form .header h4,
    .login-form form .header h4 {
        margin-left: 20px;
    }

    .regis-form .subscription {
        display: none;
    }
}

.login-form .reclaim-wrapper .inner {
    margin: 0 auto !important;
    padding: 20px !important;
}

.login-form .reclaim-wrapper {
    border: none !important;
}

.regis-form .subscription .indicator {
    display: flex;
    font-weight: bold;
    font-size: 20px;
}

.regis-form .subscription .indicator span {
    margin: 0 10px;
}

.regis-form .subscription .indicator svg {
    width: 10px;
    margin: 0 10px;
}

.regis-form .subscription h1 {
    color: #000;
    text-shadow: -3px 4px 0px rgb(255 255 255 / 86%);
    line-height: 1;
    margin: 20px 0 40px 0;
}

.regis-form .subscription ul {
    padding: initial;
}

.regis-form .subscription ul li {
    font-weight: initial;
    font-size: 20px;
    color: black;
    margin-left: 25px;
}

/* End Regis */

/* Lost password */
.lost-password {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 892px) {
    .lost-password {
        width: 100%;
        overflow: hidden;
    }
}

/* End Lost password */

/* BookTrue */
.login-true .trial-book {
    padding: 0px 10% 20px 10%;
    font-size: 14px;
}

.login-true .book-collection {
    font-size: 18px;
    padding: 0 10%;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    font-size: 12px;
    display: flex;
    margin: 30px 0 30px 0;
    align-items: center;
}

@media (max-width: 892px) {
    .login-true .book-collection {
        font-size: .7rem;
        font-weight: bold;
    }
}

.book-collection a {
    display: inline-block;
    width: initial;
    background-color: #474DDC;
    border-radius: 20px;
    font-size: 12px;
    color: #fff !important;
    padding: 10px 15px;
    margin-left: 1.7cm;
    margin-bottom: 27px;
    transition: .2s ease;
}

.book-collection a:hover {
    background-color: #474DDC;
    box-shadow: 0 10px 10px -4px rgba(0, 0, 0, .3);
    color: white;
}

@media (max-width: 892px) {
    .book-collection a {
        width: 100px;
        background-color: #474DDC !important;
        border-radius: 20px;
        font-size: 12px;
        color: #fff !important;
        padding: 10px 15px;
        margin-left: 0cm;
        margin-bottom: 10px;
        transition: .2s ease;
    }
}

.book-list {
    display: flex;
    box-shadow: 0 0 10px -7px rgba(0, 0, 0, .7);
    flex-direction: column;
    padding: 140px 15%;
    background-color: white;
    border-radius: 10px;
    margin: 0px 30px 30px 30px;
}

@media (max-width: 892px) {
    .book-list {
        padding: 30px;
        padding-bottom: 0;
        margin: 0;
        box-shadow: none;
    }
}

.book-list a {
    width: 100%;
    display: block;
}

.book-list .item {
    width: 100%;
    display: flex;
    padding-right: 10px;
    position: relative;
    color: black;
    transition: .6s ease-in-out;
}

.book-list .expired {
    padding: 0 0 0 46px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

@media (max-width: 892px) {
    .book-list .expired {
        font-style: italic;
        padding: 0 25px;
        color: salmon;
    }
}

.book-list .item:hover {
    background-color: coral;
    color: white;
}

.book-list .item .num {
    width: 10px;
    text-align: center;
    height: auto;
    color: black;
    border-radius: 5px;
    margin-left: 5%;
    background-color: transparent;
    font-weight: bold;
    font-size: 13px;
}

.book-list .item .desc .title {
    font-size: 16px;
    width: 100%;
    line-height: 1.3;
    padding: 0 15px;
}

.book-list .my-book {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 23px;
}

.book-list .guide {
    padding: 5px 0 10px 5%;
    font-weight: bold;
    color: blue
}

@media (max-width: 892px) {
    .book-list .my-book {
        padding: 0;
        font-size: 1.5rem;
    }

    .book-list .guide {
        padding: 0;
        font-size: .6rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 892px) {
    .book-collection {
        width: 100%;
        height: auto !important;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        font-size: 13px;
        margin: 0 30px;
        padding: 0;
    }

    .book-collection a {
        background-color: #EBB62D;
        border-radius: 3px;
        font-size: 12px;
        color: #8A3014;
        padding: 10px 10px;
    }

    .book-list {
        max-height: 100%;
        flex-direction: column;
    }

    .book-list a {
        width: 100%;
        display: block;
    }

    .book-list .item .num {
        display: inline;
        text-align: center;
        background-color: white;
        color: black;
        border-radius: 0;
        margin-left: 0;
        font-weight: bold;
        font-size: 13px;
    }

    .book-list .item .desc .title {
        font-size: 14px;
        height: auto;
        font-weight: 400;
        line-height: initial;
        padding: 0 15px;
    }
}

/* End BookTrue */

/* Bookfalse */
.book-false {
    height: 100vh;
    text-align: center;
}

/* End BookFalse */

/* AddBook */
.addbook-container {
    width: 100%;
    padding: 170px 70px 50px 70px;
    line-height: 150%;
    color: black;
    border-radius: 3px;
    background-color: #F1F5F8;
}

@media (max-width: 892px) {
    .addbook-container {
        margin: 0 auto;
        padding: 90px 10% 50px 10%;
    }
}

.notice {
    color: black;
    border-radius: 3px;
    padding: 30px 30px;
    background-color: white;
    margin-bottom: 50px;
    box-shadow: 0px 0px 12px -9px rgba(179, 179, 179, 0.99);
}

.notice div {
    font-size: 15px;
    letter-spacing: .04em;
    line-height: 1.3;
}

.add-book-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.add-book-list .item {
    width: 200px;
    height: 385px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 3px;
    overflow: hidden;
    transition: .1s ease-out;
    box-shadow: 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
}

.add-book-list .item:hover {
    box-shadow: 0 4px 6px rgba(49, 54, 68, .09), 0 10px 40px rgba(49, 54, 68, .3);
}

.add-book-list .item .num {
    position: absolute;
    width: 30px;
    height: 30px;
    box-shadow: inset 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
    background-color: white;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
}

.add-book-list .item .add-img-thumbnail {
    max-height: 300px;
    overflow: hidden;
}

.add-book-list .item .add-img-thumbnail img {
    width: 100%;
    display: block;
}

.add-book-list .item .option {
    padding: 12px 15px;
}

.add-book-list .item .option .price {
    font-size: 13px;
    color: #0f4c75;
}

@media (max-width: 892px) {
    .addbook-container {
        width: 100%;
        border-radius: 0;
        padding: 30px 20px;
    }

    .notice {
        padding: 20px 20px 0 20px;
    }

    .notice div {
        font-size: 13px;
        letter-spacing: .04em;
        line-height: 1.3;
        text-align: justify;
    }

    .add-book-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .add-book-list a {
        display: block;
        width: 45%;
        margin-bottom: 20px;
    }

    .add-book-list .item {
        width: 100%;
        height: 290px;
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        transition: .1s ease-out;
        box-shadow: 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
    }

    .add-book-list .item:hover {
        box-shadow: 0 4px 6px rgba(49, 54, 68, .09), 0 10px 40px rgba(49, 54, 68, .3);
    }

    .add-book-list .item .num {
        position: absolute;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
        background-color: rgba(0, 0, 0, .6);
        margin: 5px;
        text-align: center;
        line-height: 20px;
        font-size: 13px;
        border-radius: 3px;
        color: white;
    }

    .add-book-list .item .add-img-thumbnail {
        max-height: 300px;
        overflow: hidden;
    }

    .add-book-list .item .add-img-thumbnail img {
        width: 100%;
        display: block;
    }

    .add-book-list .item .option {
        padding: 12px 15px;
    }

    .add-book-list .item .option h4 {
        font-size: 10px;
        line-height: 1.25;
        color: #2B2D42;
    }

    .add-book-list .item .option div {
        font-size: 12px;
        color: orangered;
        font-weight: bold;
    }
}

/* End AddBook*/

/* Item View */
.add-book-detail {
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 10%;
}

.add-book-detail .book-detail .title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.add-book-detail .img-thumbnails {
    width: 30%;
    overflow: hidden;
    margin: auto;
}

.add-book-detail .img-thumbnails img {
    width: 100%;
    border-radius: 5px;
}

.add-book-detail .book-detail {
    width: 70%;
    padding: 0 10%;
    font-size: 13px;
}

.add-book-detail .add-button {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    border-radius: 3px;
    background-color: dodgerblue;
}

.add-book-detail .add-button a {
    color: white;
    font-weight: bold;
}

@media (max-width: 892px) {
    .add-book-detail {
        width: 100%;
        padding: 0;
        flex-direction: column;
        background-color: white;
    }

    .add-book-detail .img-thumbnails {
        width: 80%;
        margin: auto;
        padding: 50px 20px 20px 20px;
    }

    .add-book-detail .img-thumbnails img {
        width: 100%;
        border-radius: 3px;
        box-shadow: 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
    }

    .add-book-detail .book-detail {
        width: 100%;
        padding: 0 10%;
        font-size: 13px;
        box-shadow: 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .08);
    }

    .add-book-detail .book-detail .title {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .add-book-detail .book-detail .price {
        background-color: orange;
        margin-bottom: 20px;
        color: white;
        font-weight: bold;
        padding: 5px 15px;
        border-radius: 3px;
    }

    .add-book-detail .book-detail .sinop {
        padding: 5px 5px 80px 5px;
    }

    .add-book-detail .add-button {
        width: initial;
        position: fixed;
        bottom: 0%;
        left: 10%;
        right: 10%;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    .add-book-detail .add-button a {
        text-align: center;
        padding: 13px 0 10px 0;
        display: block;
        color: white;
        line-height: initial;
        font-weight: bold;
        font-size: 15px;
        border-radius: 3px 3px 0 0;
        background-color: deepskyblue;
    }
}

/* End Item View */

/* Cart */
.cart {
    padding: 180px 70px 50px 70px;
    background-color: #F1F5F8;
    display: flex;
    justify-content: center;
}

@media (max-width: 892px) {
    .cart {
        flex-direction: column;
        padding: 90px 0% 0 0%;
    }
}

.cart div:nth-child(1) {
    width: 100%;
    background-color: white;
    padding: 50px;
    border-radius: 13px;
    box-shadow: 0 0 10 -8px rgba(0, 0, 0, .4);
}

.cart .desc {
    width: 60%;
}

@media (max-width: 892px) {
    .cart .desc {
        width: 100%;
    }

    .cart div:nth-child(2) {
        padding: 30px 10%;
    }
}

.cart h4 {
    margin-bottom: 20px;
}

@media (max-width: 892px) {
    .cart h4 {
        font-size: 1.3rem;
        font-weight: bold;
    }
}

.cart p:nth-child(2) {
    font-weight: bold;
    margin-bottom: 20px;
}

.cart p:nth-child(3) {
    margin-bottom: 20px;
}

.cart a {
    width: 200px;
    text-align: center;
    background-color: deepskyblue;
    color: white;
    font-weight: bold;
    padding: 10px;
    margin-top: 30px;
    border-radius: 0px;
    transition: .2s ease-in-out;
}

@media (max-width: 892px) {
    .cart a {
        width: 100%;
    }
}

.cart a:hover {
    border-radius: 10px;
}

/* End Cart */

/* Checkout Page */
.checkout {
    padding: 170px 70px 50px 70px;
}

.checkout form {
    padding: 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 892px) {
    .checkout {
        padding: 90px 10% 30px 10%;
    }

    .checkout form {
        flex-direction: column;
        padding: 0 0 5% 0;
    }
}

.checkout textarea {
    border: none;
    padding: 20px;
    background-color: #fff;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 3px;
}

input[type="date"] {
    background-color: #fff;
    height: 40px;
    padding: 0 15px;
    font-weight: bold;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 3px;
}

.checkout .invoice {
    width: 100%;
}

.checkout table {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(49, 54, 68, .05), 0 5px 20px rgba(49, 54, 68, .05);
}

#Cart_Table td,
#Cart_Table th {
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#Cart_Table td {
    padding: 0 20px;
}

.checkout .dataTables_length,
.dataTables_info,
.paginate_button {
    display: none;
}

#Cart_Table tr th:nth-child(1) {
    background-color: red;
    width: 40px;
    background-color: #e4e4e4
}

#Cart_Table tr td:nth-child(1) {
    text-align: center;
    background-color: #e4e4e4;
}

#Totals tr td {
    padding: 0 20px;
}

#Totals tr td:nth-child(1) {
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #e4e4e4;
}

#Totals tr td:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
}

.to_checkout {
    width: 100%;
    padding: 20px 10px;
    color: white;
    font-weight: bold;
    margin: auto;
    transition: .2s ease-in-out;
    text-align: center;
    background-color: deepskyblue;
}

.to_checkout:hover {
    width: 80%;
}

.checkout .dataTables_wrapper {
    padding: 0;
}

.checkout .billing_detail {
    width: 62%;
    padding-right: 10%;
}

@media (max-width: 892px) {
    .checkout .billing_detail {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

.checkout .order {
    width: 38%;
}

@media (max-width: 892px) {
    .checkout .order {
        width: 100%;
    }
}

.checkout .order h4 {
    margin-bottom: 30px;
}

.checkout .billing_detail h4 {
    margin-bottom: 30px;
}

.checkout .billing_detail .form-group {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.checkout .order th,
.checkout .order td {
    text-align: left;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.checkout .order th {
    font-weight: bold;
    background-color: #fff;
}

.checkout .order td {
    font-size: 13px;
}

.checkout .order .total {
    font-weight: bold;
    background-color: #fff;
}

.checkout .order .transfer {
    width: 100%;
    line-height: 40px;
    padding: 20px;
    background-color: #fff;
}

/* End Checkout Page */

/* Read */
strong {
    font-weight: bold;
}

.page_ident {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.page_ident p {
    margin-right: 6px;
}

.read-container #Header {
    position: relative;
}

.read-container .content-wrapper {
    padding-top: 80px;
}

@media (max-width: 892px) {
    .read-container .content-wrapper {
        padding: 0 0px 40px 0;
    }
}

.content-wrapper {
    width: 100%;
    display: flex;
    padding: 200px 10% 3% 10%;
    position: relative;
    background-color: #F1F5F8;
    justify-content: space-around;
}

.content-wrapper .left-side {
    width: 336px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.left-side .book-cover {
    width: 80%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 10px -6px rgba(0, 0, 0, .5);
    background-color: white;
}

.left-side .book-cover img {
    width: 100%;
    display: block;
}

.left-side .chapter-list {
    width: 80%;
    margin-top: 50px;
}

.left-side .chapter-list ul li {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.left-side .chapter-list ul a {
    color: #6F728A;
}

.content-wrapper .right-side {
    width: 730px;

    flex-grow: 1;
    display: flex;
    border-radius: 3px;
    flex-direction: column;
    align-items: center;
}

.content-wrapper .right-side .next-btn {
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px;
    background-color: white;
}

.content-wrapper .right-side .next-btn a {
    background-color: orange;
    border-radius: 3px;
    height: 30px;
    padding: 0 16px;
    line-height: 30px;
    font-weight: bold;
    color: white;
}

.content-wrapper .right-side .next-btn a:hover {
    color: white;
    text-decoration: none;
}

.content-wrapper .right-side .title {
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: brown;
    border-left: 5px solid brown;
    padding-left: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (max-width: 892px) {
    .content-wrapper .right-side .title {
        padding-right: 10px;
        font-size: 1.6rem;
    }
}

.ck-content h1 {
    font-size: 1.6rem;
}

.ck-content h2 {
    font-size: 1.4rem;
}

.ck-content h3 {
    font-size: 1.2rem;
}

.ck-content h4 {
    font-size: 1rem;
}

.ck-content h5 {
    font-size: .8rem;
}

.ck-content h6 {
    font-size: .7rem;
}

.ck-content .soundPlayer {
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 100;
}

@media (max-width: 892px) {
    .content-wrapper {
        width: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
        padding: 0 0 40px 0;
        justify-content: space-around;
    }

    .content-wrapper .left-side {
        position: fixed;
        top: 0;
        display: none;
        height: 100vh;
        width: 100%;
        overflow: hidden;
        background-color: white;
        z-index: 1000;
    }

    .left-side .book-cover {
        display: none;
        width: 80%;
        overflow: hidden;
        border-radius: 3px;
        box-shadow: 0 0 10px -6px rgba(0, 0, 0, .5);
        background-color: white;
    }

    .left-side .book-cover img {
        width: 100%;
        display: block;
    }

    .left-side .chapter-list {
        width: 100%;
        overflow-y: scroll;
        height: inherit;
        padding-bottom: 100px;
    }

    .left-side .chapter-list ul li {
        overflow: hidden;
        font-size: 13px;
        margin-bottom: 10px;
        background-color: #FAFCFC;
        font-weight: bold;
        padding-top: 5px;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 5px;
        border-radius: 4px;
        box-shadow: 0 0 8px -6px rgba(0, 0, 0, .6);
    }

    .left-side .chapter-list ul a {
        color: #6F728A;
    }

    .content-wrapper .right-side {
        width: 100%;
        flex-grow: 1;
        display: flex;
        border-radius: none;
        flex-direction: column;
        align-items: center;
    }

    .content-wrapper .right-side .next-btn {
        width: 100%;
        font-size: 10px;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .content-wrapper .right-side .next-btn a {
        background-color: orange;
        border-radius: 3px;
        padding: 0 15px;
        font-weight: bold;
        color: white;
    }

    .content-wrapper .right-side .next-btn a:hover {
        color: white;
        text-decoration: none;
    }

    #back-to-top {
        width: 100px;
        height: 100px;
        background-color: white;
    }
}

@media (max-width: 892px) {
    .back-to-top {
        display: block;
        width: 100%;
        text-align: center;
        margin: 20px auto 0 auto !important;
    }

    .back-to-top a {
        outline: none;
        width: 50px;
        height: 50px;
        margin: 0 auto 10px auto;
        line-height: 60px;
        display: block;
        border-radius: 25px;
        border: 2px solid deeppink
    }
}


#book_chapter {
    width: 100%;
    position: relative;
    background-color: rgba(223, 221, 213, 0.33);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 6px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
}

#book_chapter .chapter_list {
    margin-right: 10px;
}

.read_footer {
    padding: 17px 10% 40px 10%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .6);
    background-color: #F1F5F8;
}

.read_footer .logo {
    width: 65px;
    height: 40px;
    margin-right: 30px;
}

.read_footer .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

#right_nav_button_close {
    display: none;
}

.page_shortcut {
    width: 60px;
    flex-shrink: 0;
    margin-left: 45px;
}

@media (max-width: 892px) {
    .page_shortcut {
        display: none;
        width: 50%;
        height: 100vh;
        background-color: white;
        position: fixed !important;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 400;
    }

    #right_nav_button_close {
        display: block;
        width: 50%;
        position: fixed;
        bottom: 0;
        height: 40px;
        border: none;
        background-color: orangered;
        color: white;
        font-weight: bold;
    }
}

.page_shortcut .inner {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}

.page_shortcut p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page_shortcut a {
    display: block;
    width: 100%;
    color: black;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 6px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
}

.page_shortcut a:hover {
    color: skyblue;
}

/* End Read */

/* Success confirm */
.ss-confirm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    padding-top: 100px;
    background-color: white;
    flex-direction: column;
    align-items: center;
}

.ss-confirm p {
    width: 30%;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: justify;
    line-height: 150%;
}

@media (max-width: 892px) {
    .ss-confirm p {
        width: 100%;
        font-size: 13px;
        padding: 5% 10%;
    }
}

/* End Success confirm */

/* Profile */
#Profile {
    width: 80%;
    margin: 140px 15%;
}

#Profile section {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

#Profile section .profile-image {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0 30px 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#Profile section .profile-image img {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#Profile section .profile-image span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    transition: .2s ease-in-out;
}

#Profile section .profile-image:hover span {
    opacity: 1;
}

#Profile section h5 {
    width: 100%;
    height: auto;
    font-weight: bold;
    padding: 10px 0;
    color: #9D9D9F;
    line-height: initial;
}

#Profile section .profile-detail form {
    padding: 0;
}

#Profile section .profile-detail form label {
    width: 170px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

#Profile section .profile-detail form input {
    flex-grow: 1;
}

#Profile section .profile-detail .form-group {
    width: 100%;
    ;
    flex-direction: row;
}

@media (max-width: 892px) {
    #Profile section .profile-detail form label {
        width: 100%;
    }

    #Profile section .profile-detail .form-group {
        flex-direction: column;
    }

    #Profile_header .brand {
        color: white;
    }
}

/* End Profile */

/* Footer */

#Main .footer-wrapper {
    padding: 70px 70px 50px 70px;
}

.footer-wrapper {
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding: 70px 70px 50px 70px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer-wrapper .article h5 {
    font-size: 25px;
}

@media (max-width: 892px) {
    #Main .footer-wrapper {
        padding: 30px 10%;
    }

    .footer-wrapper {
        flex-direction: column;
        background-color: white;
        color: #aeaeae;
        word-break: break-word;
        padding: 30px 10%;
    }

    .footer-wrapper .article h5 {
   