﻿/* Bengin header*/
body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #222222;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #222222;
    text-decoration: none
}

    a:hover {
        color: #a67942
    }

img {
    border: none;
    max-width: 100%
}

svg {
    border: 0;
    outline: 0
}

    svg:focus {
        border: 0;
        outline: 0
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.4
}

p, figure, figcaption, blockquote, caption, fieldset, embed, object, applet, canvas, caption, iframe, strike, time, video {
    border: 0;
    margin: 0;
    padding: 0
}

strong {
    font-weight: bold
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

/* End fix*/
/*Bengin table */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

    .table td, .table th {
        padding: 6px 8px;
        border-top: solid 1px #e0e0e0
    }

.table-bordered, .table-bordered td, .table-bordered th {
    border: solid 1px #e0e0e0
}

.bordered {
    border: solid 1px #e6e6e6
}

.table-striped tr:nth-of-type(2n+2) {
    background-color: #f9f9f9
}

.bg-th {
    background-color: #f7f7f7
}

.bg-thead {
    background: #FDC689
}

.scroll-x {
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    width: 100%
}

.table-scrol-x {
    overflow-x: auto;
    float: left;
    width: 100%
}

.align-top td, .align-top th {
    vertical-align: top;
}
/* Form group */
.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    display: table
}

    .form-group:last-child {
        margin-bottom: 0
    }

/*input,select,textarea,button */
.input:-webkit-autofill, .textarea:-webkit-autofill, .select:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset
}

.input::-ms-clear {
    display: none
}

.select::-ms-expand {
    display: none;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.input, .select, .textarea, .button {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    outline: none
}

.input, .select {
    height: 40px;
    padding: 0 8px
}

.input, .select, .textarea {
    display: inline-block;
    border: solid 1px #E6E6E6;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
}

    .input:focus, .select:focus, .textarea:focus {
        border: solid 1px #eaeaea;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
        box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

.select {
    background: url(/assets/images/arowr.svg) no-repeat;
    background-size: 14px;
    background-position: right 6px top 50%;
    padding-right: 20px
}

.textarea {
    height: 85px;
    padding: 10px;
    resize: vertical
}

.input.input-full {
    width: 100%;
}

.select.input-full {
    width: 100%;
}

.textarea.input-full {
    width: 100%;
}

.radio {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0 6px 0px 0;
    top: 1px;
    position: relative;
}

.checkbox {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0 6px 0px 0;
    top: 1px;
    position: relative;
}


.section {
    width: 100%;
    float: left;
}

.lpage-main {
    margin: auto;
    max-width: 1140px;
}

.lpage-logo {
    width: 100%;
    float: left;
    margin-bottom: 48px;
    padding-top: 32px;
}

    .lpage-logo a {
        display: inline-block;
    }

        .lpage-logo a img {
            display: inline-block;
            height: 56px
        }

.text-center {
    text-align: center;
}

.section.lpage-bg {
    padding-bottom: 48px;
    background: rgb(255,221,220);
    background: linear-gradient(0deg, rgb(255, 221, 220) 0%, rgb(255, 255, 255) 46%);
}

    .section.lpage-bg.min-height {
        min-height: 340px
    }

.lpage-content {
    width: 100%;
    float: left;
}

.rows-lpage {
    display: table;
}

.lpage-colum1 {
    display: table-cell;
    vertical-align: top;
    width: 60%;
}

.lpage-colum2 {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 40%;
}

.div-lpage {
    margin-bottom: 36px;
}

    .div-lpage:last-child {
        margin-bottom: 0;
    }

.elHeadline {
    font-size: 47px;
    color: #ffd11b;
}

.elSubheadline {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.elButton {
    display: inline-block;
    background: #d82022;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    min-width: 300px;
    text-align: center;
    border-radius: 6px;
}

    .elButton:hover {
        background: #c30000;
        color: #fff;
    }

    .elButton i {
        margin-right: 10px
    }

.e-star {
    display: inline-block;
    height: 32px;
    margin-left: 20px;
    vertical-align: middle;
}

.eluottai {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

.thumb-ebook {
    display: inline-block;
}

    .thumb-ebook img {
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
    }

.lpage-heading {
    font-size: 36px;
    text-align: center;
}

.lpage-section {
    padding: 60px 0;
}

.lpage-heading.mx-auto {
    max-width: 80%;
    margin: auto;
}

.lpage-bglight {
    background: #fafafa;
}

.lpage-header {
    margin-bottom: 40px;
}

.lpage-item-4 {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.lpage-text {
    font-size: 17px;
}

.lpage-thumb4 {
    margin-bottom: 13px;
}

    .lpage-thumb4 img {
        display: inline-block;
        height: 100px;
    }

.lpage-item {
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.08);
    padding: 24px;
    text-align: center;
    border-radius: 10px;
}

.lpage-item-3 {
    text-align: center;
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
}

.lpage-item-2 {
    display: grid;
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    grid-template-columns: repeat(2, 1fr);
}

.lpage-imagedk {
    display: inline-block;
}

    .lpage-imagedk img {
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
    }

.section.lpage-bg2 {
    padding: 60px 0;
    background-position: center right;
    background: url("../images/e-background.png");
    background-attachment: fixed;
}

.font-white {
    color: white;
}

.from-dkebook {
    font-size: 16px;
    max-width: 520px;
    margin: auto;
}

.radius-5 {
    border-radius: 5px;
}

.label-block {
    margin-bottom: 6px;
    display: block;
}

.color-red {
    color: red
}

.btn-bgred {
    display: inline-block;
    width: 100%;
    background: #d82022;
    padding: 12px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px
}

    .btn-bgred:hover {
        background: #c30000;
    }

.font-fdk {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.thum-dk-1 {
    float: right;
    width: 300px;
}

.lpage-post {
    float: left;
    width: 66%;
}

.lpage-article {
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 24px;
    margin-top: -100px;
    z-index: 9;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
}

.lpage-entry {
    font-size: 20px
}

    .lpage-entry p {
        margin-bottom: 24px
    }

.color-orange {
    color: orange;
}

.underline {
    text-decoration: underline
}

.btn-xemngay {
    display: inline-block;
    background: #ff6b49;
    padding: 8px;
    font-size: 20px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    min-width: 300px;
}

    .btn-xemngay:hover {
        background: #c30000;
        color: #fff;
    }

.btn-hompage {
    border: solid 1px #ddd;
    display: inline-block;
    padding: 8px;
    font-size: 20px;
    border-radius: 24px;
    text-align: center;
    min-width: 300px;
    color: brown;
}

.elHeadline2 {
    font-size: 36px;
    color: #ffd11b;
    text-align: center;
}

.input-radius {
    width: 100%;
    border-radius: 6px;
    height: 48px;
    background-color: #fbfbfb;
}

.fs-16 {
    font-size: 16px
}

@media only screen and (max-width: 960px) {
    .lpage-main {
        padding: 0 16px;
    }

    .rows-lpage {
        display: block;
    }

    .lpage-colum1 {
        display: block;
        text-align: center;
        width: 100%;
    }

    .lpage-colum2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .lpage-logo {
        margin-bottom: 36px;
        text-align: center;
    }

    .elHeadline {
        font-size: 34px;
    }

    .div-lpage {
        margin-bottom: 20px;
    }

    .elSubheadline {
        font-size: 20px;
    }

    .e-star {
        height: 24px;
    }

    .eluottai {
        font-size: 18px;
    }

    .elButton {
        min-width: 100%;
    }

    .thumb-ebook {
        display: inline-block;
        text-align: center;
    }

    .lpage-heading {
        font-size: 24px;
    }

    .lpage-item-4 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .lpage-item {
        padding: 12px;
    }

    .lpage-item-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .section.lpage-bg2 {
        padding: 40px 0;
    }

    .section.lpage-section {
        padding: 40px 0;
    }

    .lpage-logo a img {
        height: 44px;
    }

    .section.lpage-bg {
        padding-bottom: 24px
    }

    .elHeadline2 {
        font-size: 24px;
    }

    .thum-dk-1 {
        width: 100%;
        margin-top: 16px;
    }

    .lpage-post {
        width: 100%;
    }

    .lpage-article {
        padding: 24px;
        border-radius: 12px;
    }

    .lpage-heading.mx-auto {
        max-width: 100%;
    }

    .lpage-text {
        font-size: 16px;
    }

    .m-hiden {
        display: none
    }
}













/*Bengin footer */
.footer {
    background: #f3f3f3;
    float: left;
    width: 100%;
    border-top: solid 1px #dedede;
    padding-top: 10px
}

.footer-content {
    float: left;
    width: 100%;
    padding: 15px 0
}

.footer-left {
    float: left;
    width: 70%
}

.footer-right {
    float: right;
    width: 25%
}

.footer-col3 {
    float: left;
    width: 33.33%;
    padding-right: 24px
}

.cat-title {
    float: left;
    padding-bottom: 8px;
    width: 100%
}

.cat-box-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #231f20
}

.nav-bottom {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

    .nav-bottom > li {
        list-style: inside;
        padding: 3px 0
    }

.logo-footer {
    width: 198px;
    height: 54px
}

.footer-item2 {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.hotline {
    float: left;
    margin-right: 10px
}

.c50000 {
    color: #c50000;
    font-size: 15px
}

.font20px {
    font-size: 20px
}

.mxh {
    float: left;
    margin-right: 15px
}

    .mxh img {
        height: 30px;
        width: 30px
    }

.title-app {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #231f20;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 16px
}

    .title-app::before {
        position: absolute;
        left: 0;
        height: 2px;
        width: 40px;
        background: #b28247;
        bottom: 0;
        content: ""
    }

.img-qrcode {
    float: left;
    margin-right: 16px
}

.google-play-badge img {
    width: 120px;
    height: 36px;
    margin-bottom: 8px
}

.appstore-badge img {
    width: 120px;
    height: 36px
}

.rows-qrcode {
    color: #666;
    font-size: 12px;
    font-style: italic;
    padding-top: 10px
}

.img-qrcode img {
    height: 86px;
    width: 86px
}

.add {
    background: #e8e8e8;
    padding: 10px 0;
    float: left;
    width: 100%
}

.add-text {
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    color: #444444
}

    .add-text p {
        font-size: 13px;
        color: #444444
    }

.img-dmca {
    float: left;
    margin-top: 12px;
    height: 48px;
    margin-right: 16px
}

.img-add {
    margin-top: 24px
}

.divg {
    display: grid
}

.google-play-badge {
    display: block
}

.appstore-badge {
    display: block
}

#backtotop {
    background-color: #BDBDBD;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 999;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    cursor: pointer
}

    #backtotop:hover {
        background-color: #a67942;
        color: #fff;
    }

.footer-text {
    float: left;
    width: 100%;
}

.img-scf {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 3px;
}

.f-mxh {
    display: inline-block;
    margin-right: 8px;
}

    .f-mxh .ic {
        font-size: 24px
    }

.fn-size {
    font-size: 16px
}

.thumb-ebook-success {
    float: left;
    width: 500px;
}

.text-ebook-success {
    display: grid;
}

.text-success-1 {
    font-size: 24px;
    color: #d82022;
    margin-bottom: 16px;
    font-weight: bold;
}

.text-success-2 {
    font-size: 17px;
    line-height: 1.6
}

.btn-default-1 {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    background: #d82022;
    color: #fff;
}

    .btn-default-1:hover {
        background: #b91214;
        color: #fff;
    }

.btn-default-2 {
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
    border: solid 1px #c6c3c3;
    margin-left: 12px;
    border-radius: 6px;
    font-size: 16px;
}

.div-mtop12 {
    margin-top: 12px;
}

.btn-default-2 i {
    font-size: 14px;
    margin-right: 6px;
}

.ic_svg {
    vertical-align: middle;
    margin-right: 8px;
}
/* End */
@media only screen and (max-width: 960px) {
    .thumb-ebook-success {
        float: left;
        width: 100%;
        margin-bottom: 24px
    }

    .text-ebook-success {
        display: block;
    }

    .btn-default-1 {
        width: 100%;
        margin-bottom: 16px;
    }

    .btn-default-2 {
        margin-left: 0;
        width: 100%;
    }

    .footer-left {
        float: left;
        width: 100%;
    }

    .footer-right {
        float: right;
        width: 100%;
    }

    .footer-col3 {
        width: 50%;
        margin-bottom: 24px;
        padding-right: 12px;
    }

        .footer-col3:last-child {
            margin-bottom: 0;
        }

    .logo-footer {
        display: block;
        margin-bottom: 16px;
    }

    .footer-text {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding: 16px 0;
        margin: 16px 0;
        border-bottom: solid 1px #ddd;
    }
}
/*End footer */
