/*:root {
    --fwd-orange: #e87722;
    --white: #ffffff;
    --fwd-green: #0A3B32;
    --remark: #999999;
    --error: #b30909;
    --percentBlack: #cccccc;
    --percentBlack20: #e5e5e5;
    --darkgrey: #707070;
    --white-two: #f5f5f5;
    --dark: #193029;
    --black: #313131;
    --greyish-brown-0: rgba(84, 84, 84, 0);
    --fwd-hover: #FCEBDE;
}*/

/*html, body {
    height: 100%;
    margin: 0;
}*/

body {
    /* background: #fff !important;*/
    background: #F5F5F5 !important;
    padding: 0 !important;
    color: #0A3B32;
}

@font-face {
    font-family: 'FWDCircularTT-Book';
    src: url('../fonts/fwd-fonts/FWDCircularTT-Book/FWDCircularTT-Book.eot');
    src: url('../fonts/fwd-fonts/FWDCircularTT-Book/FWDCircularTT-Book.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/FWDCircularTT-Book/FWDCircularTT-Book.woff?') format('woff'), url('../fonts/fwd-fonts/FWDCircularTT-Book/FWDCircularTT-Book.ttf') format('truetype'), url('../fonts/fwd-fonts/FWDCircularTT-Book/FWDCircularTT-Book.svg#FWDCircularTT-Book') format('svg');
}

@font-face {
    font-family: 'FWDCircularTT-Bold';
    src: url('../fonts/fwd-fonts/FWDCircularTT-Bold/FWDCircularTT-Bold.eot');
    src: url('../fonts/fwd-fonts/FWDCircularTT-Bold/FWDCircularTT-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/FWDCircularTT-Bold/FWDCircularTT-Bold.woff?') format('woff'), url('../fonts/fwd-fonts/FWDCircularTT-Bold/FWDCircularTT-Bold.ttf') format('truetype'), url('../fonts/fwd-fonts/FWDCircularTT-Bold/FWDCircularTT-Bold.svg#FWDCircularTT-Bold') format('svg');
}

@font-face {
    font-family: 'FWDCircularTT-Medium';
    src: url('../fonts/fwd-fonts/FWDCircularTT-Medium/FWDCircularTT-Medium.eot');
    src: url('../fonts/fwd-fonts/FWDCircularTT-Medium/FWDCircularTT-Medium.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/FWDCircularTT-Medium/FWDCircularTT-Medium.woff?') format('woff'), url('../fonts/fwd-fonts/FWDCircularTT-Medium/FWDCircularTT-Medium.ttf') format('truetype'), url('../fonts/fwd-fonts/FWDCircularTT-Medium/FWDCircularTT-Medium.svg#FWDCircularTT-Medium') format('svg');
}

/* --------- TH --------- */

@font-face {
    font-family: 'notosansthai-regular';
    src: url('../fonts/fwd-fonts/notosansthai-regular/notosansthai-regular.eot');
    src: url('../fonts/fwd-fonts/notosansthai-regular/notosansthai-regular.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/notosansthai-regular/notosansthai-regular.woff?') format('woff'), url('../fonts/fwd-fonts/notosansthai-regular/notosansthai-regular.ttf') format('truetype'), url('../fonts/fwd-fonts/notosansthai-regular/notosansthai-regular.svg#notosansthai-regular') format('svg');
}

@font-face {
    font-family: 'notosansthai-bold';
    src: url('../fonts/fwd-fonts/notosansthai-bold/notosansthai-bold.eot');
    src: url('../fonts/fwd-fonts/notosansthai-bold/notosansthai-bold.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/notosansthai-bold/notosansthai-bold.woff?') format('woff'), url('../fonts/fwd-fonts/notosansthai-bold/notosansthai-bold.ttf') format('truetype'), url('../fonts/fwd-fonts/notosansthai-bold/notosansthai-bold.svg#notosansthai-bold') format('svg');
}

@font-face {
    font-family: 'notosansthai-semibold';
    src: url('../fonts/fwd-fonts/notosansthai-semibold/notosansthai-semibold.eot');
    src: url('../fonts/fwd-fonts/notosansthai-semibold/notosansthai-semibold.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/notosansthai-semibold/notosansthai-semibold.woff?') format('woff'), url('../fonts/fwd-fonts/notosansthai-semibold/notosansthai-semibold.ttf') format('truetype'), url('../fonts/fwd-fonts/notosansthai-semibold/notosansthai-semibold.svg#notosansthai-semibold') format('svg');
}

@font-face {
    font-family: 'noto_serif_thairegular';
    src: url('../fonts/fwd-fonts/notoserif-regular/noto_serif_thai_regular.eot');
    src: url('../fonts/fwd-fonts/notoserif-regular/noto_serif_thai_regular.eot#iefix') format('embedded-opentype'), url('../fonts/fwd-fonts/notoserif-regular/noto_serif_thai_regular.woff?') format('woff'), url('../fonts/fwd-fonts/notoserif-regular/noto_serif_thai_regular.ttf') format('truetype'), url('../fonts/fwd-fonts/notoserif-regular/noto_serif_thai_regular.svg#noto_serif_thai_regular') format('svg');
}


.btn:focus {
    outline: 0;
}

:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background: #ffffff;
    border: 1px solid #cccccc;
}


.hvr-float {
    /*-moz-osx-font-smoothing: grayscale !important;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
    display: block !important;*/
}

.bg-white {
    background: #ffffff !important;
}

.bintro {
    overflow: hidden;
}

    .bintro .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.b2intro {
    overflow: hidden;
}

    .b2intro .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.bg-footer {
    background: #E5E5E5;
}

.popover {
    top: 0;
    left: 0;
    right: 4px;
    z-index: 1049;
    display: block;
    margin: 0;
    margin-bottom: 40px;
    max-width: 250px;
    padding: 8px;
    border-radius: 4px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: 18px;
    color: #0A3B32;
}

.popover {
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

    .popover.top {
        margin-top: -8px;
    }

        .popover.top > .arrow {
            left: 50%;
            margin-left: 0;
            border-bottom-width: 0;
            border-top-color: #999;
            bottom: -7px;
        }

    .popover .arrow {
        border: none;
    }

        .popover .arrow,
        .popover .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
        }

.popover-intable .popover.top {
    margin-left: 8%;
}

.popover-intable .popover .arrow {
    margin-left: -22%;
}

.popover-title {
    display: none !important;
}

.popover-content {
    padding: 20px 8px;
}

.ico-popover {
    background: url(../img/condition-df.svg) no-repeat top center;
    background-size: 100% auto;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-left: 8px;
}

.ico-intable {
    margin-left: 8px;
    margin-top: -4px;
}

.ico-popover:hover {
    background: url(../img/condition-sel.svg) no-repeat top center;
    background-size: 100% auto;
}

.header .mxnav {
    display: none;
}

.header .navbar-toggle {
    display: none;
}

.header .header-nav {
    background-color: #fff;
    margin: 20px 0;
    height: 40px;
}

    .header .header-nav .box-c-3 .c-3 h1 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 40px;
        letter-spacing: normal;
        text-align: center;
        color: #e87722;
        margin: 0;
        padding: 0;
    }

        .header .header-nav .box-c-3 .c-3 h1 a {
            color: #e87722;
        }

    .header .header-nav .box-c-3 .c-3 .btn-profile .icon-drop-name-2 {
        margin: 0 0 0 8px;
    }

    .header .header-nav .box-c-3 .c-3 .btn-profile {
        /* font-family: 'notosansthai-regular','FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: transparent;
        border-color: transparent;
        padding: 11px 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0 0 0 0;
        color: #0A3B32; */
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #0A3B32;
        padding: 8px 0;
    }

        .header .header-nav .box-c-3 .c-3 .btn-profile.btn:active,
        .header .header-nav .box-c-3 .c-3 .btn-profile.btn.active {
            box-shadow: none;
        }

    .header .header-nav .box-c-3 .c-3 .dropdown {
        float: right;
    }

        .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu .icon-menu-rew {
            margin-right: 15px;
            width: 24px;
            height: 24px;
        }

.dropdown-menu > li > a:hover {
    /*border-radius: 4px;*/
}

.header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0;
    margin: 0 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.16);
}

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu li {
        border-bottom: 1px solid #dfdfdf;
    }

        .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu li:last-child {
            border-bottom: 0px;
        }

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu > li > a {
        height: 45px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 16px;
        line-height: 45px;
        color: #0A3B32;
        padding: 0 0 0 42px;
    }

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu > li:hover > a {
        color: #fff;
    }

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu > li > .ico-home {
        background: url(../img/ico-menu-home.svg) no-repeat 10px center;
        background-size: 24px 24px;
    }

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu > li > .ico-logout {
        background: url(../img/ico-menu-logout.svg) no-repeat 10px center;
        background-size: 24px 24px;
    }

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu > li:hover > .ico-home {
        background: url(../img/ico-menu-home-hover.svg) no-repeat 10px center #E87723;
        background-size: 24px 24px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .header .header-nav .box-c-3 .c-3 .dropdown .dropdown-menu > li:hover > .ico-logout {
        background: url(../img/ico-menu-logout-hover.svg) no-repeat 10px center #E87723;
        background-size: 24px 24px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.header .header-nav .c-3mx {
    display: none;
}

.header .header-nav .logo {
    /* padding-top: 30px; */
    width: 114px;
    height: 38.4px;
}

.modal p {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    color: black;
}

.modal label {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    /*font-size: 12px !important;*/
    color: black;
}

.section-content-1 {
    position: absolute;
    top: 30px;
    left: 0;
}

    .section-content-1 .logo {
        padding: 0 0;
    }

        .section-content-1 .logo img {
            width: 114px;
            height: 39px;
        }

.section-content-2 {
    padding: 30px 0;
    position: relative;
}

    .section-content-2 .box-c-2 .c-2 .box-login .head {
        background-color: #e87722;
        padding: 12px 20px;
        height: 50px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .section-content-2 .box-c-2 .c-2 .box-login .head h3 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 22px;
            line-height: 40px;
            color: #fff;
            padding: 0;
            margin: 0 0 0 0;
        }

    .section-content-2 .box-c-2 .c-2 .box-login .login {
        background-color: #ffffff;
        padding: 20px 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .section-content-2 .box-c-2 .c-2 .box-login .login h1 {
            font-family: 'notosansthai-semibold','FWDCircularTT-Medium';
            font-size: 25px;
            line-height: 30px;
            color: #e87722;
            padding: 0;
            margin: 0 0 12px 0;
        }

        .section-content-2 .box-c-2 .c-2 .box-login .login h2 {
            font-family: 'notosansthai-semibold','FWDCircularTT-Medium';
            font-size: 25px;
            line-height: 30px;
            color: #0A3B32;
            padding: 0;
            margin: 0 0 0 0;
        }

        .section-content-2 .box-c-2 .c-2 .box-login .login p {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 16px;
            line-height: 24px;
            color: #0A3B32;
            margin: 0 0 60px 0;
        }

            .section-content-2 .box-c-2 .c-2 .box-login .login p.otp-detail {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 13px;
                line-height: 24px;
                color: #666666;
                margin: 0 0 8px 0;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login p .breakline {
                display: none;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login p.register-errmsg {
                color: #b30909 !important;
                font-family: 'notosansthai-regular','FWDCircularTT-Book' !important;
                font-size: 12px !important;
                line-height: 18px !important;
                background: url(../img/ico-error.svg) no-repeat left 3px !important;
                padding-left: 14px !important;
                display: inline-block;
                margin-top: 8px;
            }

        .section-content-2 .box-c-2 .c-2 .box-login .login h2.h2-welcome {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 28px;
            line-height: 32px;
            color: #0A3B32;
            padding: 0;
            margin: 0 0 40px 0;
        }

        .section-content-2 .box-c-2 .c-2 .box-login .login h6 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            line-height: 22px;
            text-align: left;
            color: #b30909;
            padding: 0;
            margin: 0 0 30px 0;
        }

        .section-content-2 .box-c-2 .c-2 .box-login .login h5 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 22px;
            line-height: 22px;
            text-align: left;
            color: #e87722;
            padding: 0;
            margin: 0 0 15px 0;
        }

            .section-content-2 .box-c-2 .c-2 .box-login .login h5 a {
                color: #e87722;
                text-decoration: underline;
            }

        .section-content-2 .box-c-2 .c-2 .box-login .login h3 {
            margin: 0 0 15px 0;
            padding: 0;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 30px;
            line-height: 26px;
            text-align: center;
            color: #777;
        }

            .section-content-2 .box-c-2 .c-2 .box-login .login h3 span {
                color: #e87722;
            }

        .section-content-2 .box-c-2 .c-2 .box-login .login .form-control {
            height: 40px;
            padding: 0px 12px;
            margin-bottom: 15px;
            border: 0;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 14px;
            line-height: 40px;
            color: #0A3B32;
            background-color: #ffffff !important;
            border: 1px solid #cccccc;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            outline: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .section-content-2 .box-c-2 .c-2 .box-login .login .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #777;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .form-control::-moz-placeholder {
                /* Firefox 19+*/
                color: #777;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .form-control:-ms-input-placeholder {
                /* IE 10+*/
                color: #777;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #777;
            }

        .section-content-2 .box-c-2 .c-2 .box-login .login .btn-next .icon-next-2 {
            margin: 0 0 0 15px;
        }

        .section-content-2 .box-c-2 .c-2 .box-login .login .form-control .ico-ppl {
            background: url(../img/ico-txtbox-id.svg) no-repeat top left;
        }

        .section-content-2 .box-c-2 .c-2 .box-login .login .info {
            padding: 15px 15px 15px 15px;
            border-bottom: 1px solid #eaeaea;
            text-align: center;
        }

            .section-content-2 .box-c-2 .c-2 .box-login .login .info p {
                display: inline-block;
                vertical-align: middle;
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 22px;
                line-height: 22px;
                color: #0A3B32;
                padding: 0;
                margin: 0 0 0 0;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .info .icon-info {
                margin: 0 30px 0 0;
                display: inline-block;
                vertical-align: middle;
            }

        .section-content-2 .box-c-2 .c-2 .box-login .login .forgot {
            padding: 15px 15px 15px 15px;
            text-align: center;
        }

            .section-content-2 .box-c-2 .c-2 .box-login .login .forgot p {
                display: inline-block;
                vertical-align: middle;
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 22px;
                line-height: 22px;
                color: #0A3B32;
                padding: 0;
                margin: 0 0 0 0;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .forgot .icon-faq {
                margin: 0 30px 0 0;
                display: inline-block;
                vertical-align: middle;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .forgot .icon-line {
                margin: 0 30px 0 30px;
                display: inline-block;
                vertical-align: middle;
            }

            .section-content-2 .box-c-2 .c-2 .box-login .login .forgot p a {
                color: #0A3B32;
            }

    .section-content-2.section-content-2a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login {
            padding: 30px 25px;
        }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .head {
            padding: 10px 25px;
        }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb {
            margin: 0;
            padding: 0;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 30px;
            line-height: 26px;
            list-style: none;
            text-align: center;
            float: right;
        }

            .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li {
                display: inline-block;
                position: relative;
                margin: 0;
            }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.text {
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 30px;
                    line-height: 26px;
                    color: #0A3B32;
                }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li a {
                    text-decoration: none;
                    color: #777;
                    display: block;
                    position: relative;
                    background: #eee;
                    padding: 0;
                    margin: 0 10px;
                    border-radius: 50%;
                    width: 44px;
                    height: 44px;
                    line-height: 44px;
                }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li a:after {
                        content: '';
                        width: 35px;
                        height: 10px;
                        position: absolute;
                        background: #eee;
                        left: 100%;
                        top: 50%;
                        margin-top: -5px;
                        z-index: 0;
                    }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li:last-of-type a {
                    margin-right: 0;
                }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li:last-of-type a:after {
                        content: none;
                    }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.completed a:hover {
                    background: #eee;
                }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.completed.active a {
                    background: #feac00;
                    color: #fff;
                }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.completed a:after {
                    background: #eee;
                    /* completed label connecting line color */
                }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx {
            margin: 0 -24px;
        }

            .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx .b-register-xx {
                padding: 0 24px;
            }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx .b-register-xx .icon-register-xx {
                    display: inline-block;
                    vertical-align: middle;
                    width: 24px;
                }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx .b-register-xx .form-register-xx {
                    display: inline-block;
                    vertical-align: middle;
                    margin-bottom: 0;
                }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx .b-register-xx p {
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 12px;
                    line-height: normal;
                    color: #d30000;
                    margin: 0 0 10px 0;
                    padding: 0 0 0 0;
                    clear: both;
                }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx .b-register-xx .input-group-addon {
                    padding: 0 15px 0 0;
                    background-color: #fff;
                    border: none;
                    border-radius: 0;
                }

    .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .note p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 18px;
        line-height: normal;
        color: #999999;
        font-weight: normal;
        margin: 60px 0 5px 0;
        padding: 0 0 0 0;
    }

    .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .note ol {
        padding: 0 0 0 15px;
    }

        .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .note ol li {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            line-height: 18px;
            color: #999999;
            font-weight: normal;
            margin: 0 0 4px 0;
            padding: 0 0 0 0;
        }

    .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .check-mail h6 {
        margin: 0 0 35px 0;
        padding: 0;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        color: #777;
    }

        .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .check-mail h6 span {
            color: #0A3B32;
        }

    .section-content-2 .box-c-2 .c-2 .box-login .login .form-control.form-otp {
        width: 50%;
        margin: 0 auto 35px auto;
    }

    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login .btn-next-2 {
        width: auto;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: #e87722;
        border-color: #e87722;
        padding: 6px 35px;
        border-radius: 25px;
        box-shadow: none;
        margin: 0 0 15px 0;
        color: #fff;
    }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login .btn-next-2 .icon-next-2 {
            margin: 0 0 0 15px;
        }

    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login .btn-next-3 {
        width: auto;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: #fcaf17;
        border-color: #fcaf17;
        padding: 6px 35px;
        border-radius: 25px;
        box-shadow: none;
        margin: 0 0 15px 0;
        color: #fff;
    }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login .btn-next-3 .icon-next-3 {
            margin: 0 0 0 15px;
        }

.section-content-3 .nav-pills {
    text-align: center;
    padding-top: 30px;
    background-color: #fff;
}

    .section-content-3 .nav-pills > li {
        float: none;
        display: inline-block;
        zoom: 1;
    }

        .section-content-3 .nav-pills > li.active > a,
        .section-content-3 .nav-pills > li.active > a:hover,
        .section-content-3 .nav-pills > li.active > a:focus {
            color: #fff;
            background-color: #e87722;
        }

        .section-content-3 .nav-pills > li > a {
            padding: 8px 30px;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: center;
            color: #0A3B32;
            background-color: #ebebeb;
            border-radius: 0;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

            .section-content-3 .nav-pills > li > a:hover,
            .section-content-3 .nav-pills > li > a:focus {
                color: #fff;
                background-color: #e87722;
            }

.section-content-4 {
    position: relative;
    background-color: #fff;
    margin: 30px 0 0 0;
    padding: 25px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .section-content-4 .close-2 {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        padding: 15px;
    }

    .section-content-4 .box-c-4 {
        margin: 0 -9px;
    }

        .section-content-4 .box-c-4 .c-4 {
            padding: 0 9px;
            border-right: 1px solid #ececec;
        }

            .section-content-4 .box-c-4 .c-4:last-child {
                border-right: none;
            }

    .section-content-4 .c4-content-text.c-mb {
        display: none;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic,
    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text,
    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load {
        padding: 25px 0 0 0;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic {
        padding-left: 10px;
    }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic .pic {
            position: relative;
            width: 60px;
            height: 60px;
        }

            .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic .pic img {
                width: 100%;
            }

#section-notify .pic img.img-responsive.center-block {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic .pic h6 {
    position: absolute;
    bottom: -6px;
    right: -4px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    padding: 0 0;
    margin: 0 0 0 0;
    text-align: center;
    border-radius: 50%;
    background: #e87722;
    width: 23px;
    height: 23px;
}

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic .pic h6 a {
        color: #fff;
    }

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text {
    padding-left: 25px;
    height: 100px;
}

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text h2 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 24px;
        color: #0A3B32;
        padding: 0 0;
        margin: 0 0 10px 0;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 18px;
        color: #999999;
        padding: 0 0;
        margin: 0 0 0 0;
    }

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load .pdf-load {
    text-align: center;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -10px;
    /*width: 76px;
        height: 70px;
        text-align: center;
        padding: 1px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: -16.5px;*/
}

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load .pdf-load:hover {
        background: #FCEBDE;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load .pdf-load p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        color: #0A3B32;
        padding: 0 0;
        margin: 8px 0 0 0;
    }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load .pdf-load p a {
            color: #0A3B32;
        }

    /*.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load .pdf-load p a:hover {
                    color: #e87722;
                }
*/
    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load .pdf-load img {
        width: auto;
        margin-top: 11px
    }

.section-content-4 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e87722;
}

.section-content-4 .owl-theme .owl-dots {
    text-align: right;
}

.section-content-4 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.section-content-4 .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 3px;
    background: #707070;
}

.section-content-4 .box-c-4 .btn-more {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    color: #0A3B32;
    text-decoration: underline;
}

    .section-content-4 .box-c-4 .btn-more:hover {
        color: #e87722;
    }

.section-content-4 .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 30px;
}

    .section-content-4 .carousel-control.right {
        background-image: none;
        right: -60px;
    }

    .section-content-4 .carousel-control.left {
        background-image: none;
        left: -60px;
    }

.section-content-4 .left-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*.section-content-4 img.left-arrow:hover {
        background-color: #FCEBDE;
        padding: 5px 8px 5px 8px;
    }

    .section-content-4 img.right-arrow:hover {
        background-color: #FCEBDE;
        padding: 5px 8px 5px 8px;
    }*/

.section-content-4 .right-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text .absmiddle {
    display: inline-block;
    width: auto;
}

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doc-content .table {
    margin-bottom: 0px;
}

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content .doc-content-all {
    border: 1px solid #fff;
    background: #fff;
    margin-left: 14px;
}

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doc-content .table > tbody > tr > td:last-child {
    border-bottom: none;
    width: 100%;
}

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doc-content .table > tbody > tr > td {
    vertical-align: middle;
    border-top: none;
    position: relative;
    padding: 0;
}

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doc-content .table > tbody > tr > td h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        margin: 0 0;
        color: #0A3B32;
        padding-left: 8px;
    }

.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content {
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px 0 0 0;
    display: none;
}

.section-content-4 .box-c-4 .c-4 .c4-content.c4-mobile {
    display: none;
}

.section-content-4 .box-c-4 .c-4 .carousel-indicators {
    position: absolute;
    bottom: -25px;
    left: auto;
    width: 100%;
    margin: 0;
    text-align: left;
}

    .section-content-4 .box-c-4 .c-4 .carousel-indicators .active {
        background-color: #e87722;
    }

    .section-content-4 .box-c-4 .c-4 .carousel-indicators li {
        border: none;
        background-color: #777;
    }

.section-content-5 {
    position: relative;
    margin: 14px 0;
}

    .section-content-5.section-content-5-all {
        position: relative;
        margin: 30px 0;
    }

        .section-content-5.section-content-5-all .box-c-5 .c-5 .box-c5-content .head.all {
            background-color: #ebebeb;
        }

            .section-content-5.section-content-5-all .box-c-5 .c-5 .box-c5-content .head.all h2 {
                color: #0A3B32;
            }

        .section-content-5.section-content-5-all .box-c-5 .c-5 .box-c5-content .head h6 span {
            font-size: 30px;
            color: #777;
        }

    .section-content-5 .box-c-5 .c-5x {
        display: none;
    }

    .section-content-5 .box-c-5 {
        position: relative;
        margin: 0 -5px;
    }

        .section-content-5 .box-c-5 .c-5 {
            padding: 0 5px;
        }

            .section-content-5 .box-c-5 .c-5 .box-c5-content {
                margin-bottom: 10px;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head {
                    padding: 0 24px;
                    height: 64px;
                    background-color: #e87722;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

            .section-content-5 .box-c-5 .c-5 .fill {
                background-color: #291447;
                padding: 0 15px;
            }

                .section-content-5 .box-c-5 .c-5 .fill:first-child {
                    padding-top: 15px;
                }

                .section-content-5 .box-c-5 .c-5 .fill:last-child {
                    padding-bottom: 15px;
                }

                .section-content-5 .box-c-5 .c-5 .fill .linec-5 {
                    height: 1px;
                    padding: 0;
                    background-color: rgba(195, 172, 230, 0.5);
                    margin: 0 0 10px 0;
                }

                .section-content-5 .box-c-5 .c-5 .fill .namec-5 h2 {
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 36px;
                    line-height: 32px;
                    color: #c3ace5;
                    padding: 0 0;
                    margin: 0 0 0 0;
                }

                .section-content-5 .box-c-5 .c-5 .fill .namec-5 h6 {
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 12px;
                    line-height: normal;
                    color: #fff;
                    padding: 0 0 0 10px;
                    margin: 0 0 0 0;
                }

                .section-content-5 .box-c-5 .c-5 .fill .allc-5 p {
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 12px;
                    line-height: normal;
                    color: #c3ace5;
                    padding: 0 0;
                    margin: 0 0 0 0;
                }

                .section-content-5 .box-c-5 .c-5 .fill .allc-5 .btn-all-5 {
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 12px;
                    line-height: normal;
                    color: #fff;
                    background-color: #c3ace5;
                    border-color: #c3ace5;
                    padding: 3px 6px;
                    margin: 0 0 0 0;
                    float: right;
                }

                .section-content-5 .box-c-5 .c-5 .fill .namec-5 {
                    padding-bottom: 10px;
                }

                .section-content-5 .box-c-5 .c-5 .fill .valuec-5 {
                    padding-bottom: 10px;
                    min-height: 75px;
                }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5.col-2 {
                        border-left: 1px solid rgba(195, 172, 230, 0.5);
                        padding-left: 10px;
                    }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5 h3 {
                        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                        font-size: 24px;
                        line-height: 20px;
                        color: #c3ace5;
                        padding: 0 0;
                        margin: 0 0 5px 0;
                    }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5 h4 {
                        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                        font-size: 24px;
                        line-height: 20px;
                        color: #fff;
                        padding: 0 0;
                        margin: 0 0 0 0;
                    }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5 h5 {
                        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                        font-size: 24px;
                        line-height: 20px;
                        color: #fff;
                        padding: 0 0;
                        margin: 0 0 0 0;
                    }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5 .value-arrow {
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5 h5 span.up {
                        color: #347b00;
                    }

                    .section-content-5 .box-c-5 .c-5 .fill .valuec-5 h5 span.down {
                        color: #b30909;
                    }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .head h2 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 22px;
                line-height: 64px;
                color: #ffffff;
                padding: 0 0;
                margin: 0 0 0 0;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head h2 a {
                    color: #ffffff;
                }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .head h5 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 14px;
                line-height: 64px;
                color: #ffffff;
                padding: 0 0;
                margin: 0 0 0 0;
                text-align: right;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 36px;
                line-height: 32px;
                color: #e87722;
                padding: 0 0;
                margin: 0 0 0 0;
                text-align: right;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 span {
                    font-size: 30px;
                    color: #777;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 a {
                    color: #e87722;
                }

                    .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 a span {
                        color: #777;
                    }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text {
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .p-15 {
                padding: 0 20px;
                position: absolute;
                width: 100%;
                bottom: 0;
                background: rgba(255, 255, 255, 0.75);
                -webkit-border-bottom-right-radius: 16px;
                -webkit-border-bottom-left-radius: 16px;
                -moz-border-radius-bottomright: 16px;
                -moz-border-radius-bottomleft: 16px;
                border-bottom-right-radius: 16px;
                border-bottom-left-radius: 16px;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text:last-child {
                border-bottom: none;
                /* background-color: #ffffff; */
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text h3 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 22px;
                line-height: 40px;
                color: #707070;
                padding: 0 0;
                margin: 0 0 0 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text p {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 20px;
                line-height: 40px;
                color: #0A3B32;
                padding: 0 0;
                margin: 0 0 0 0;
            }


                .section-content-5 .box-c-5 .c-5 .box-c5-content .text p a {
                    color: #0A3B32;
                }

                    .section-content-5 .box-c-5 .c-5 .box-c5-content .text p a.remark {
                        color: #999999;
                    }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 a span {
                color: #777;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text {
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more {
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .p-15 {
                padding: 0 20px;
                position: absolute;
                width: 100%;
                bottom: 0;
                background: rgba(255, 255, 255, 0.75);
                -webkit-border-bottom-right-radius: 16px;
                -webkit-border-bottom-left-radius: 16px;
                -moz-border-radius-bottomright: 16px;
                -moz-border-radius-bottomleft: 16px;
                border-bottom-right-radius: 16px;
                border-bottom-left-radius: 16px;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more:last-child {
                border-bottom: none;
                /*karn*/
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text:last-child {
                border-bottom: none;
                margin-right: 22px;
                /*karn*/
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text h3 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 22px;
                line-height: 40px;
                color: #707070;
                padding: 0 0;
                margin: 0 0 0 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more h3 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 22px;
                line-height: 40px;
                color: #707070;
                padding: 0 0;
                margin: 0 0 0 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text p {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 20px;
                line-height: 40px;
                color: #0A3B32;
                padding: 0 0;
                margin: 0 0 0 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more p {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 20px;
                line-height: 40px;
                color: #0A3B32;
                padding: 0 0;
                margin: 0 0 0 0;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text h3 a {
                color: #707070;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more h3 a {
                color: #999999;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text p a {
                color: #0A3B32;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more p a {
                color: #0A3B32;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text p a.remark {
                color: #999999;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more p a.remark {
                color: #999999;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .head.all {
                background-color: #e87722;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head.all h2 {
                    color: #0A3B32;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head.all h6 span {
                    color: #777;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .head.all h6 {
                    color: #e87722;
                }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                width: 133px;
                height: 40px;
                font-size: 18px;
                line-height: 26px;
                color: #0A3B32;
                background-color: transparent;
                border-color: transparent;
                border-radius: 4px;
                box-shadow: none;
                margin: 0 15px 0 0;
                float: right;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next.padtop10 {
                    padding-top: 6px;
                }


                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next:hover {
                    background: #FCEBDE;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next .icon-next-3 {
                    margin: 0 5px 0 0;
                    width: 24px;
                    height: 24px;
                }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5 {
                padding: 0;
                position: relative;
            }

            /*dashboardAll web*/
            .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5-all.bgwhitecover {
                padding: 40px 40px 40px 40px;
                background-color: #ffffff;
                -webkit-border-bottom-right-radius: 16px;
                -webkit-border-bottom-left-radius: 16px;
                -moz-border-radius-bottomright: 16px;
                -moz-border-radius-bottomleft: 16px;
                border-bottom-right-radius: 16px;
                border-bottom-left-radius: 16px;
            }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .pic .textpic {
                position: relative;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .pic .textpic .mainpic {
                    width: 100%;
                    margin-top: 8px;
                    -webkit-border-radius: 16px;
                    -moz-border-radius: 16px;
                    border-radius: 16px;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .pic .textpic h6 {
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 18px;
                    line-height: 1.22;
                    margin: 0 0 0 0;
                    color: #ffffff;
                    text-align: center;
                }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5-more {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                width: auto;
                height: 40px;
                font-size: 18px;
                line-height: 26px;
                color: #0A3B32;
                background-color: transparent;
                border-color: transparent;
                border-radius: 4px;
                box-shadow: none;
                margin: 0 22px 0 0;
                padding-right: 0px;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5-more:hover {
                    background: #FCEBDE;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5-more .icon-next-3 {
                    margin: 0 5px 0 0;
                    width: 24px;
                    height: 24px;
                }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5 {
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                width: auto;
                height: 40px;
                font-size: 18px;
                line-height: 26px;
                color: #0A3B32;
                background-color: transparent;
                border-color: transparent;
                border-radius: 4px;
                box-shadow: none;
                margin: 0 15px 0 0;
            }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5:hover {
                    background: #FCEBDE;
                }

                .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5 .icon-next-3 {
                    margin: 0 5px 0 0;
                    width: 24px;
                    height: 24px;
                }

/* ----- New Style for input box ----- */
/* ---- input text ---- */
.txtbox-wrap .txt-label {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: normal;
    display: block;
    transition: all 0.1s ease;
    margin: 0;
}

.txtbox-wrap .txt-input {
    height: 41px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    background: #ffffff;
}

    /*karn*/
    .txtbox-wrap .txt-input.table-align-right {
        width: 100%;
    }

        .txtbox-wrap .txt-input.table-align-right .textboxcustom {
            text-align: right;
        }

.txtbox-wrap .width340 {
    width: 340px;
    margin-left: -10px;
}

.txtbox-wrap .txt-input input {
    outline: none;
    border: none;
    border-bottom: 1px solid #999999;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0 10px 30px;
    color: #0A3B32;
    transition: all 0.1s ease;
    margin: 0 auto;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.txtbox-focus .txt-label {
    color: #e87722;
}

.txtbox-focus .txt-input {
    border: 1px solid #e87722;
}

    .txtbox-focus .txt-input input {
        border-bottom: 1px solid #ffffff;
        width: 95%;
    }

    .txtbox-focus .txt-input .input-xs {
        width: 85%;
    }

    .txtbox-focus .txt-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }

    .txtbox-focus .txt-input input::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    .txtbox-focus .txt-input input:-ms-input-placeholder { /* IE 10+ */
        color: #ffffff;
    }

    .txtbox-focus .txt-input input:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }

.txtbox-filled .txt-label {
    color: #707070;
}

.txtbox-filled .txt-input {
    border: 1px solid #707070;
}

    .txtbox-filled .txt-input input {
        border-bottom: 1px solid #ffffff;
        width: 95%;
    }

    .txtbox-filled .txt-input .input-xs {
        width: 85%;
    }

    .txtbox-filled .txt-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }

    .txtbox-filled .txt-input input::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    .txtbox-filled .txt-input input:-ms-input-placeholder { /* IE 10+ */
        color: #ffffff;
    }

    .txtbox-filled .txt-input input:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }

.txtbox-filled .showplace input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}

.txtbox-filled .showplace input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}

.txtbox-filled .showplace input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}

.txtbox-filled .showplace input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.txtbox-error .txt-label {
    color: #707070;
}

.txtbox-error .txt-input {
    border: 1px solid #b30909;
}

    .txtbox-error .txt-input input {
        border-bottom: 1px solid #ffffff;
        width: 95%;
    }

    .txtbox-error .txt-input .input-xs {
        width: 85%;
    }

    .txtbox-error .txt-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }

    .txtbox-error .txt-input input::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    .txtbox-error .txt-input input:-ms-input-placeholder { /* IE 10+ */
        color: #ffffff;
    }

    .txtbox-error .txt-input input:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }


.txtbox-disabled .txt-label {
    color: #707070;
}

.txtbox-disabled .txt-input {
    border: 1px solid #cccccc;
    background: #e5e5e5;
}

    .txtbox-disabled .txt-input input {
        border-bottom: 1px solid #e5e5e5;
        color: #999999;
        width: 95%;
        cursor: not-allowed;
        background: #e5e5e5;
    }

    .txtbox-disabled .txt-input .input-xs {
        width: 85%;
    }

    .txtbox-disabled .txt-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }

    .txtbox-disabled .txt-input input::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    .txtbox-disabled .txt-input input:-ms-input-placeholder { /* IE 10+ */
        color: #ffffff;
    }

    .txtbox-disabled.txt-input input:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }


/* ----- Text box for OTP ------- */
.txtbox-wrap .txt-input-otp input {
    width: 11.5%;
    height: 50px;
    float: left;
    margin-right: 6%;
    border: 1px solid #999999;
    font-family: 'notosansthai-bold', 'FWDCircularTT-Bold';
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
}

    .txtbox-wrap .txt-input-otp input:focus {
        border: 1px solid #e87722;
    }

.txtbox-wrap .txt-input-otp .last-box {
    margin-right: 0;
}
/* ---- Text area ---- */


.txtbox-wrap .txt-area {
    width: 355px;
    height: 41px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 8px 0;
}

    .txtbox-wrap .txt-area textarea {
        outline: none;
        border: none;
        border-bottom: 1px solid #999999;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 5px 0 10px 30px;
        color: #0A3B32;
        width: 95%;
    }

.txtbox-focus .txt-area {
    border: 1px solid #e87722;
}

    .txtbox-focus .txt-area textarea {
        border-bottom: 1px solid #ffffff;
    }

        .txtbox-focus .txt-area textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ffffff;
        }

        .txtbox-focus .txt-area textarea::-moz-placeholder { /* Firefox 19+ */
            color: #ffffff;
        }

        .txtbox-focus .txt-area textarea:-ms-input-placeholder { /* IE 10+ */
            color: #ffffff;
        }

        .txtbox-focus .txt-area textarea:-moz-placeholder { /* Firefox 18- */
            color: #ffffff;
        }

.txtbox-filled .txt-area {
    border: 1px solid #707070;
}

    .txtbox-filled .txt-area textarea {
        border-bottom: 1px solid #ffffff;
    }

        .txtbox-filled .txt-area textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ffffff;
        }

        .txtbox-filled .txt-area textarea::-moz-placeholder { /* Firefox 19+ */
            color: #ffffff;
        }

        .txtbox-filled .txt-area textarea:-ms-input-placeholder { /* IE 10+ */
            color: #ffffff;
        }

        .txtbox-filled .txt-area textarea:-moz-placeholder { /* Firefox 18- */
            color: #ffffff;
        }

.txtbox-error .txt-area {
    border: 1px solid #b30909;
}

    .txtbox-error .txt-area textarea {
        border-bottom: 1px solid #ffffff;
    }

        .txtbox-error .txt-area textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ffffff;
        }

        .txtbox-error .txt-area textarea::-moz-placeholder { /* Firefox 19+ */
            color: #ffffff;
        }

        .txtbox-error .txt-area textarea:-ms-input-placeholder { /* IE 10+ */
            color: #ffffff;
        }

        .txtbox-error .txt-area textarea:-moz-placeholder { /* Firefox 18- */
            color: #ffffff;
        }


.txtbox-disabled .txt-area {
    border: 1px solid #cccccc;
    background: #e5e5e5;
}

    .txtbox-disabled .txt-area textarea {
        border-bottom: 1px solid #e5e5e5;
        color: #999999;
    }

        .txtbox-disabled .txt-area textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ffffff;
        }

        .txtbox-disabled .txt-area textarea::-moz-placeholder { /* Firefox 19+ */
            color: #ffffff;
        }

        .txtbox-disabled .txt-area textarea:-ms-input-placeholder { /* IE 10+ */
            color: #ffffff;
        }

        .txtbox-disabled .txt-area textarea:-moz-placeholder { /* Firefox 18- */
            color: #ffffff;
        }

/* ---------  icon input --------------- */

/* --- none ico --- */
.txtbox-wrap .txt-input input.none-ico {
    padding: 5px 0 10px 0;
}


/* --- icon mail ---- */

.txtbox-wrap .ico-mail {
    background: url(../img/ico-txtbox-mail-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-focus .ico-mail {
    background: url(../img/ico-txtbox-mail.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-filled .ico-mail {
    background: url(../img/ico-txtbox-mail.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-error .ico-mail {
    background: url(../img/ico-txtbox-mail-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-disabled .ico-mail {
    background: url(../img/ico-txtbox-mail-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

/* --- icon id ---- */

.txtbox-wrap .ico-id {
    background: url(../img/ico-txtbox-id-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-focus .ico-id {
    background: url(../img/ico-txtbox-id.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-filled .ico-id {
    background: url(../img/ico-txtbox-id.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-error .ico-id {
    background: url(../img/ico-txtbox-id-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-disabled .ico-id {
    background: url(../img/ico-txtbox-id-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

/* --- icon user ---- */

.txtbox-wrap .ico-user {
    background: url(../img/ico-txtbox-login-grey.svg) no-repeat left 3px;
    background-size: 16px 16px;
}

.txtbox-focus .ico-user {
    background: url(../img/ico-txtbox-login-org.svg) no-repeat left 3px;
    background-size: 16px 16px;
}

.txtbox-filled .ico-user {
    background: url(../img/ico-txtbox-login-grey.svg) no-repeat left 3px;
    background-size: 16px 16px;
}

.txtbox-error .ico-user {
    background: url(../img/ico-txtbox-login-grey.svg) no-repeat left 3px;
    background-size: 16px 16px;
}

.txtbox-disabled .ico-user {
    background: url(../img/ico-txtbox-login-grey.svg) no-repeat left 3px;
    background-size: 16px 16px;
}

/* --- icon percent ---- */

.txtbox-wrap .ico-percent {
    background: url(../img/ico-txtbox-percent-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-focus .ico-percent {
    background: url(../img/ico-txtbox-percent.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-filled .ico-percent {
    background: url(../img/ico-txtbox-percent.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-error .ico-percent {
    background: url(../img/ico-txtbox-percent-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-disabled .ico-percent {
    background: url(../img/ico-txtbox-percent-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

/* --- icon unit ---- */

.txtbox-wrap .ico-unit {
    background: url(../img/ico-txtbox-unit-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-focus .ico-unit {
    background: url(../img/ico-txtbox-unit.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-filled .ico-unit {
    background: url(../img/ico-txtbox-unit.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-error .ico-unit {
    background: url(../img/ico-txtbox-unit-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-disabled .ico-unit {
    background: url(../img/ico-txtbox-unit-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

/* --- icon coin ---- */

.txtbox-wrap .ico-coin {
    background: url(../img/ico-txtbox-coin-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-focus .ico-coin {
    background: url(../img/ico-txtbox-coin.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-filled .ico-coin {
    background: url(../img/ico-txtbox-coin.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-error .ico-coin {
    background: url(../img/ico-txtbox-coin-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.txtbox-disabled .ico-coin {
    background: url(../img/ico-txtbox-coin-lgrey.svg) no-repeat top left;
    background-size: 24px 24px;
}

.showerror {
    display: inline-block !important;
}

.hideerror {
    display: none !important;
}

.x-login {
}

    .x-login .box-footer .content-footer .contact h6 {
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 16px;
        margin: 0 0 0 0;
        line-height: 20px;
        padding: 0 0;
        text-align: right;
    }

    .x-login .box-footer .content-footer .contact p {
        color: #e87722;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 26px;
        margin: 0 0 0 0;
        text-align: right;
        line-height: 1.38;
        padding: 0 0;
    }

        .x-login .box-footer .content-footer .contact p a {
            color: #e87722;
        }

    .x-login .box-footer .content-footer .contact .ico-footer-tel {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .x-login .box-footer .content-footer .social-footer .icon-social {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 6px 0 6px;
        height: 34px;
    }

    .x-login .box-footer .content-footer .social-footer {
        float: right;
        margin-top: -3px;
    }

    .x-login .box-footer .content-footer h4 {
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 27px;
        margin: 0 5px 0 0;
        padding: 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .x-login .box-footer .content-footer .contact h5 {
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        margin: 0 0 0px 0;
        line-height: 21px;
        padding: 0 0;
        text-align: right;
    }


    .x-login .box-footer .content-footer h4 a {
        color: #E87723;
        padding: 8px 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .x-login .box-footer .content-footer h4 a.active {
            color: #E87723;
            background-color: #E6D5C8;
        }

        .x-login .box-footer .content-footer h4 a:hover {
            color: #E87723;
            background-color: #E6D5C8;
        }

    .x-login .warp {
        border-bottom: 1px solid #cccccc;
    }

    .x-login .box-footer-copy {
        padding: 20px 0 20px 0;
    }

        .x-login .box-footer-copy .content-copy-footer p {
            color: #707070;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            line-height: 16px;
            margin: 0 0 0 0;
            text-align: left;
            display: inline-block;
        }

        .x-login .box-footer-copy .content-copy-footer ul {
            padding: 0;
            margin: 0;
            float: none;
            text-align: right;
        }

            .x-login .box-footer-copy .content-copy-footer ul li {
                margin: 0;
                text-align: center;
                padding: 0 10px;
                float: none;
                list-style: none;
                display: inline-block;
            }

                .x-login .box-footer-copy .content-copy-footer ul li a {
                    color: #707070;
                    display: block;
                    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                    font-size: 12px;
                    line-height: 16px;
                }

                    .x-login .box-footer-copy .content-copy-footer ul li a:hover {
                        color: #E87723;
                    }

                .x-login .box-footer-copy .content-copy-footer ul li.b-center {
                    /*border-left: 1px solid #a8a8a8;*/
                    border-right: 1px solid #a8a8a8;
                }

    .x-login .x-space {
        width: 100%;
        height: 32px;
        float: left;
    }

    .x-login .box-footer {
        padding-bottom: 20px;
    }

.f-login .box-footer .social-footer .icon-social {
    /*display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    height: 20px;*/
    display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 6px;
    height: 34px;
}

    .f-login .box-footer .social-footer .icon-social:first-child {
        margin: 0 8px 0 0;
    }

.f-login .box-footer .social-footer a.fb-name {
    display: inline-block;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: 25px;
    color: #0A3B32;
}

.x-login .box-footer .content-footer .social-footer a.fb-name {
    display: inline-block;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: 25px;
    color: #0A3B32;
}

.f-login .box-footer {
    padding: 73px 0 12px 0;
}

.f-login .box-footer-copy {
    padding: 15px 0 15px 0;
    border-top: 1px solid #cccccc;
}

    .f-login .box-footer-copy .content-copy-footer p {
        color: #707070;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 0 0;
        text-align: left;
        padding: 0 0;
    }

    .f-login .box-footer-copy .content-copy-footer ul {
        padding: 0;
        margin: 0;
        float: none;
        text-align: right;
    }

        .f-login .box-footer-copy .content-copy-footer ul li {
            color: #707070;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            margin: 0 0;
            text-align: center;
            padding: 0 10px;
            line-height: 20px;
            float: none;
            list-style: none;
            display: inline-block;
        }

            .f-login .box-footer-copy .content-copy-footer ul li a {
                color: #707070;
                display: block;
                line-height: 20px;
            }

            .f-login .box-footer-copy .content-copy-footer ul li.b-center {
                /*border-left: 1px solid #707070;*/
                border-right: 1px solid #707070;
            }

.f-login .contact {
    background-color: #cccccc;
    padding: 22px 25px;
}

    .f-login .contact p {
        color: #fff;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 36px;
        margin: 0 0 0 0;
        line-height: 30px;
        padding: 0 0;
    }

        .f-login .contact p a {
            font-size: 26px;
            line-height: 36px;
            color: #e87722;
        }

        .f-login .contact p img {
            margin: -3px 4px 0 0;
            padding: 0;
        }

        .f-login .contact p span {
            font-size: 26px;
            line-height: 36px;
            color: #e87722;
        }

    .f-login .contact h6 {
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 16px;
        margin: 0 0 0 0;
        line-height: 21px;
        padding: 0 0;
    }

        .f-login .contact h6 > span {
            font-family: 'FWDCircularTT-Book';
            font-size: 14px;
        }

    .f-login .contact h4 {
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        margin: 16px 0 0 0;
        line-height: 21px;
        padding: 0 0;
    }

.modal-doc .modal-header {
    padding: 0;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    background: #E5E5E5;
    min-height: 36px;
    font-size: 22px;
    line-height: 36px;
    color: #0A3B32;
    font-family: 'notosansthai-regular','FWDCircularTT-Book';
}

.modal-doc .modal-body {
    padding: 30px 45px;
}

.modal-doc .modal-header .head-box-content {
    padding: 15px 0;
}

    .modal-doc .modal-header .head-box-content p {
        display: inline-block;
        vertical-align: middle;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 30px;
        color: #0A3B32;
        padding: 0;
        margin: 0 0 0 0;
    }

    .modal-doc .modal-header .head-box-content h5 {
        display: inline-block;
        vertical-align: middle;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 30px;
        line-height: 40px;
        color: #0A3B32;
        padding: 0;
        margin: 0 0 0 0;
    }

    .modal-doc .modal-header .head-box-content h2 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 48px;
        line-height: 44px;
        color: #e87722;
        padding: 0;
        margin: 0 0 0 0;
    }

    .modal-doc .modal-header .head-box-content h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 25px;
        line-height: 1.44;
        color: #0A3B32;
        padding: 0;
        margin: 0 0 0 0;
    }

    .modal-doc .modal-header .head-box-content .icon-faq {
        margin: 0 30px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

.modal-doc .modal-body .box-text h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #777;
    padding: 0;
    margin: 0 0 30px 0;
}

.modal-doc .modal-body .box-text h5 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #777;
    padding: 0;
    margin: 0 0 30px 0;
}

    .modal-doc .modal-body .box-text h5 span {
        color: #0A3B32;
    }

    .modal-doc .modal-body .box-text h5 a {
        color: #777;
    }

.modal-doc .modal-body .box-text label {
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #0A3B32;
    padding: 0;
    margin-top: 5px;
}

.modal-doc .modal-body .box-text .form-control {
    padding: 0px 12px;
    border: 0;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px;
    color: #0A3B32;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
}

.modal-doc .modal-body .box-text .input-group-addon {
    padding: 6px 20px;
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    background: url(../img/date.png) #f3f3f3 no-repeat center;
    cursor: pointer;
}

.modal-doc .modal-body .box-text .checkbox {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

    .modal-doc .modal-body .box-text .checkbox input[type="checkbox"] {
        cursor: pointer;
    }

    .modal-doc .modal-body .box-text .checkbox label {
        line-height: normal;
        font-size: 14px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        color: #0A3B32;
        font-weight: normal;
        padding-left: 10px;
    }

        .modal-doc .modal-body .box-text .checkbox label::before {
            width: 21px;
            height: 21px;
            cursor: pointer;
            transition: none;
            background-color: #ababab;
            border: 1px solid #ababab;
        }

        .modal-doc .modal-body .box-text .checkbox label::after {
            font-size: 15px;
            background-color: #fcaf17;
            color: #fff;
            width: 21px;
            height: 21px;
            border-radius: 3px;
            padding-top: 0px;
            line-height: 21px;
            padding-right: 3px;
        }

.modal-doc .modal-body .box-text .risk-chkbox input[type=checkbox] {
    display: none !important;
}

    .modal-doc .modal-body .box-text .risk-chkbox input[type=checkbox] + label {
        display: inline-block;
        width: auto;
        height: 24px;
        background: url("../img/ico-checkbox.svg") no-repeat left top;
        background-size: 20px 20px;
        padding-left: 30px !important;
        margin: 5px auto;
        font-size: 14px !important;
        line-height: 21px !important;
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-weight: normal;
        text-align: left;
    }

    .modal-doc .modal-body .box-text .risk-chkbox input[type=checkbox]:checked + label {
        display: inline-block;
        width: auto;
        height: 24px;
        background: url("../img/ico-checkbox-active.svg") no-repeat left top;
        background-size: 20px 20px;
        padding-left: 30px !important;
        margin: 5px auto;
        font-size: 14px !important;
        line-height: 21px !important;
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-weight: normal;
        text-align: left;
    }

.modal-doc .modal-body .box-text .risk-chkbox label.notAllow::before {
    cursor: not-allowed;
}

.modal-doc .modal-body .box-text .risk-chkbox input[type="checkbox"].styled:checked + label:after,
.modal-doc .modal-body .box-text .risk-chkbox input[type="radio"].styled:checked + label:after {
    display: none;
}

.modal-doc .modal-body .box-text .risk-error {
    font-size: 12px;
    line-height: 18px;
    color: #b30909;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
}

.modal-doc .modal-body .box-text .checked .btn-next {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px;
    line-height: 24px;
    background-color: #feac00;
    border-color: #feac00;
    padding: 6px 35px;
    border-radius: 25px;
    box-shadow: none;
    margin: 0 0 15px 0;
    color: #fff;
}

.modal-doc .modal-body .box-text .checked .btn-c,
.btn-c {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px;
    line-height: 24px;
    background-color: #ccc;
    border-color: #ccc;
    padding: 6px 35px;
    border-radius: 25px;
    box-shadow: none;
    margin: 0 0 15px 0;
    color: #4e2a81;
}

.modal-doc {
    padding-right: 0 !important;
}

    .modal-doc .modal-body .box-text .checked .icon-next-2 {
        margin: 0 0 0 15px;
    }

    .modal-doc .modal-body .box-text .checked {
        margin: 30px 0 0 0;
    }

    .modal-doc .close {
        text-shadow: none;
        opacity: 1;
        filter: alpha(opacity=100);
        /* padding: 10px; */
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
    }

    .modal-doc .rdb {
        text-align: center;
    }

        .modal-doc .rdb .radio label {
            line-height: 22px;
            font-size: 30px;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            color: #0A3B32;
            font-weight: normal;
            padding-left: 10px;
            margin-top: 0;
        }

        .modal-doc .rdb .radio input[type="checkbox"],
        .modal-doc .rdb .radio input[type="radio"] {
            cursor: pointer;
        }

        .modal-doc .rdb .radio label::before {
            width: 21px;
            height: 21px;
            cursor: pointer;
            transition: none;
            background-color: #fcaf17;
            border: 1px solid #fcaf17;
        }

        .modal-doc .rdb .radio label::after {
            width: 15px;
            height: 15px;
            background-color: #fff;
        }

        .modal-doc .rdb .radio input[type="radio"]:checked + label::before {
            background-color: #fcaf17;
            border: 1px solid #fcaf17;
        }

    .modal-doc .doc .table > tbody > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: none;
    }

        .modal-doc .doc .table > tbody > tr > td:last-child {
            border-bottom: 1px solid #e5e5e5;
            width: 100%;
        }

        .modal-doc .doc .table > tbody > tr > td h3 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 16px;
            line-height: 1.5;
            margin: 0 0;
            color: #0A3B32;
        }

            .modal-doc .doc .table > tbody > tr > td h3 a {
                color: #0A3B32;
            }

    .modal-doc .doc {
        margin: 0 -5px;
    }

        .modal-doc .doc .doc-content {
            padding: 0 5px;
        }

        .modal-doc .doc .table {
            margin-bottom: 0px;
        }

        .modal-doc .doc:last-child .table > tbody > tr > td {
            border-bottom: 1px solid transparent;
        }

    .modal-doc.m-payment .modal-body .box-text h6 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 30px;
        line-height: 26px;
        color: #777;
        padding: 0;
        margin: 0 0 0 0;
    }

.modal-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modal-doc.m-payment.mxx .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.modal-doc.m-payment.mxx .modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: none;
}

.modal-doc .modal-body .box-text .condition {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: normal;
    color: #999999;
    font-weight: normal;
}

    .modal-doc .modal-body .box-text .condition .font-bold {
        font-weight: bold !important;
    }

    .modal-doc .modal-body .box-text .condition ul {
        margin-top: 10px;
        padding-left: 17px;
    }

.datepicker table {
    width: 100%;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    text-transform: uppercase;
    font-size: 24px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    font-weight: normal;
    border-radius: 0;
}

.datepicker.dropdown-menu {
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
    color: #0A3B32 !important;
    z-index: 1080 !important;
}

.datepicker-dropdown:before {
    border-bottom-color: #ececec !important;
}

.modal-doc.m-payment .modal-content {
    border-radius: 4px;
    border-radius: 0;
    border: 1px solid #fff;
}

.modal-doc.m-payment .modal-header .head-box-content h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #e87722;
    padding: 0;
    margin: 0 0 0 0;
}

.modal-doc.m-payment .modal-header .head-box-content .logo-2 {
    float: right;
    padding-right: 20px;
}

.modal-doc.m-payment .modal-header .head-box-content .logo {
    padding-left: 20px;
}

.modal-doc.m-payment .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
}

.modal-doc.m-payment .modal-body {
    padding: 20px 20px;
}

    .modal-doc.m-payment .modal-body .box-text label {
        font-size: 24px;
        line-height: 20px;
        color: #e87722;
        margin-top: 7px;
    }

    .modal-doc.m-payment .modal-body .box-text .form-group .col-form-text {
        padding: 0 5px;
    }

    .modal-doc.m-payment .modal-body .box-text .form-group {
        margin-bottom: 10px;
    }

    .modal-doc.m-payment .modal-body .box-text .form-group-2 {
        margin-bottom: 5px;
    }

        .modal-doc.m-payment .modal-body .box-text .form-group-2 .col-form-text-show {
            color: #0A3B32;
            padding: 0 5px;
        }

    .modal-doc.m-payment .modal-body .box-text .tr-content {
        padding-top: 20px;
    }

        .modal-doc.m-payment .modal-body .box-text .tr-content .btn-paynow {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 30px;
            line-height: 30px;
            background-color: #e87722;
            border-color: #e87722;
            padding: 6px 25px;
            border-radius: 4px;
            box-shadow: none;
            margin: 15px 0 0 0;
            color: #fff;
        }

        .modal-doc.m-payment .modal-body .box-text .tr-content .checkbox {
            margin: 0;
        }

            .modal-doc.m-payment .modal-body .box-text .tr-content .checkbox input[type="checkbox"] {
                cursor: pointer;
            }

            .modal-doc.m-payment .modal-body .box-text .tr-content .checkbox label {
                line-height: normal;
                font-size: 12px;
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                color: #0A3B32;
                font-weight: normal;
                padding-left: 10px;
            }

                .modal-doc.m-payment .modal-body .box-text .tr-content .checkbox label::before {
                    width: 21px;
                    height: 21px;
                    cursor: pointer;
                    transition: none;
                    background-color: #ababab;
                    border: 1px solid #ababab;
                }

                .modal-doc.m-payment .modal-body .box-text .tr-content .checkbox label::after {
                    font-size: 15px;
                    background-color: #fcaf17;
                    color: #fff;
                    width: 21px;
                    height: 21px;
                    border-radius: 3px;
                    padding-top: 0px;
                    line-height: 21px;
                }

.modal-doc.m-fundinfo .modal-content {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    border-radius: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .modal-doc.m-fundinfo .modal-content .modal-header {
        -webkit-border-top-left-radius: 4px !important;
        -webkit-border-top-right-radius: 4px !important;
        -moz-border-radius-topleft: 4px !important;
        -moz-border-radius-topright: 4px !important;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
        background-color: #e5e5e5;
    }

    .modal-doc.m-fundinfo .modal-content .head-box-content .title h2 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 36px;
        color: #e87722;
        padding: 0 0;
        margin: 0 0 10px 0;
    }

    .modal-doc.m-fundinfo .modal-content .head-box-content .title p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #e87722;
        padding: 0 0;
        margin: 0 0 0 0;
    }

.modal-doc.m-fundinfo .modal-header {
    padding: 10px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
}

.modal-doc.m-fundinfo .modal-body {
    font-size: 18px;
}

.modal-doc.m-fundinfo .padding-l {
    padding: 0 15px 15px 15px;
}

.modal-doc.m-fundinfo .modal-content .box-text-content .table > tbody > tr > td {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    padding: 5px 10px;
    line-height: normal;
    color: #0A3B32;
    background-color: #e5e5e5;
}

    .modal-doc.m-fundinfo .modal-content .box-text-content .table > tbody > tr > td:first-child {
        background-color: #e5e5e5;
    }

.modal-doc.m-fundinfo .modal-content .box-text-content .table-bordered > tbody > tr > td {
    border: 1px solid #fff;
}

.modal-doc.m-fundinfo .modal-content .box-text-content .table > tbody > tr > td.c-blue {
    /* background-color: #2b1a41; */
    color: #fff;
}

    .modal-doc.m-fundinfo .modal-content .box-text-content .table > tbody > tr > td.c-blue .violet {
        color: #afa6c7;
    }

.modal-doc.m-fundinfo .modal-content .box-text-content .table-bordered > tbody > tr > td .plus {
    color: green;
}

.modal-doc.m-fundinfo .modal-content .box-text-content .table-bordered > tbody > tr > td .down {
    color: red;
}

.box-main {
    margin: 30px -5px 0 -5px;
}

    .box-main .box-main-content {
        padding: 0 5px;
    }

.section-content-6 {
    margin-bottom: 10px;
}


    .section-content-6 .box-c-1 .c-1 .box-c1-content .head {
        /* padding: 11px 13px; */
        background-color: #e87722;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        /* width: 325px;
    height: 50px; */
        border-radius: 4px 4px 0 0;
    }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .head h2 {
            font-size: 18px;
            line-height: 30px;
            color: #ffffff;
            padding: 12px 14px 11px;
            margin: 0 0 0 0;
            border-radius: 4px 4px 0 0;
        }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .head h6 {
            font-size: 14px;
            line-height: 25px;
            color: #ffffff;
            padding: 16px 14px 13px;
            margin: 0 0 0 0;
            text-align: right;
            border-radius: 4px 4px 0 0;
        }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .text {
        position: relative;
        background-color: #fff;
        /* padding: 0 20px 0 20px; */
    }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .text.active:before {
            content: "";
            position: absolute;
            top: 0px;
            left: -11px;
            background: url(../img/ico-asidemenu.svg) no-repeat center center;
            width: 21px;
            height: 44px;
        }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .text:after {
            content: "";
            background: url(../img/dot.png) #fff repeat-x center center;
            width: 100%;
            /* height: 20px; */
        }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .text:last-child:after {
            content: "";
            background: url() #fff repeat-x center center;
            width: 100%;
            /* height: 20px; */
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .space-tb {
        background: #fff;
        width: 100%;
        float: left;
        height: 20px;
        clear: both;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .text .pic img {
        width: 30px;
        height: 30px;
    }

.pig img {
    padding-left: 21px;
}

.pig-ico-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.pdl-21 {
    /* padding-left: 0px;
    margin: 0 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px; */
    padding-left: 0px;
    margin: 0 20px;
    border-top: 1px solid #ccc;
    padding-top: 12px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    border-bottom: none;
}

.pdl-22 {
    padding-left: 0px;
    margin: 0 20px;
    /* border-bottom: 1px solid #cccccc; */
    border-top: 1px solid #cccccc;
    padding-bottom: 12px;
    padding-top: 12px;
}

.pdl-23 {
    border-top: none;
    border-bottom: none;
}


.section-content-6 .box-c-1 .c-1 .box-c1-content .text .pic img {
    width: 30px;
    height: 30px;
}

.section-content-6 .box-c-1 .c-1 .box-c1-content .text .textc h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 16px;
    line-height: 1.43;
    color: #0A3B32;
    padding: 0 0;
    margin: 0 0 5px 0;
}

.section-content-6 .box-c-1 .c-1 .box-c1-content .text .textc p {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: 1.33;
    color: #0A3B32;
    padding: 0 0;
    margin: 0 0 0 0;
}

.section-content-6 .box-c-1 .c-1 .box-c1-content .text .textc {
    /* padding-left: 20px; */
}

.section-content-6 .box-c-1 .c-1 .box-c1-content .dd-load {
    position: relative;
    background-color: #fff;
    padding: 0 0 0 0;
}

    .section-content-6 .box-c-1 .c-1 .box-c1-content .dd-load:before {
        /*content: "";*/
        /*background: url(../img/dot.png) #fff repeat-x center center;*/
        /*width: 100%;
        height: 20px;
        border-bottom: 1px solid #cccccc;*/
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .dd-load .d-load {
        /* padding: 5px 15px; */
        position: relative;
    }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .dd-load .d-load img {
            width: 30px;
            height: 30px;
        }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .dd-load .d-load p {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 22px;
            line-height: 1.5;
            color: #0A3B32;
            padding: 12px 20px 0 20px;
            margin: 0 0 0 0;
            border-top: 1px solid #ccc;
        }

        .section-content-6 .box-c-1 .c-1 .box-c1-content .dd-load .d-load .info-2 {
            position: absolute;
            top: 5px;
            right: 15px;
        }

.section-content-6 .box-c-1 .c-1 .box-c1-content .docc {
    position: relative;
    background-color: #fff;
    /* padding: 10px 15px 0px 15px; */
}

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .d-line {
        border-bottom: 1px solid #cccccc;
        margin: 0 20px;
        padding-left: 16px;
        padding-top: 12px;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .c-line {
        /* border-bottom: 1px solid #cccccc !important; */
        margin: 0 20px;
        padding-left: 16px;
        padding-top: 12px;
        border-bottom: 0;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .d-line:last-child {
        border-bottom: 0;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .pic img {
        width: 100%;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .docccc h6 {
        /* font-family: 'notosansthai-regular','FWDCircularTT-Book'; */
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        color: #0A3B32;
        font-size: 14px;
        /*ine-height: normal;*/
        line-height: 1.5;
        /* padding: 0 0; */
        margin: 0 0 10px 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .docccc h4 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #0A3B32;
        padding: 0 0;
        margin: 8px 0 0 0;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .docccc p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        color: #0A3B32;
        padding: 0;
        margin: 0;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .docccc {
        padding-left: 6px;
    }

.section-content-7 {
    margin-bottom: 10px;
}

.section-content-8 {
    position: relative;
    margin-bottom: 10px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px 4px 0px 0px;
}

    /*.content-policy-unitlink center {
        margin-top: -5.5%;
    }*/

    .section-content-8 .box-c-8 .c-8 .head {
        /*  */
    }

        .section-content-8 .box-c-8 .c-8 .head .moneybag {
            margin-right: 15px;
            width: 30px;
            height: 30px;
        }

        .section-content-8 .box-c-8 .c-8 .head h2 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 30px;
            line-height: 38px;
            color: #0A3B32;
            /*padding: 0 0 0 38px;*/
            margin: 0 0 28px 0;
            background: none;
            background-size: 30px 30px;
        }

            .section-content-8 .box-c-8 .c-8 .head h2.ilp {
                /*karn*/
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 30px;
                line-height: 38px;
                color: #0A3B32;
                padding: 0 0 0 38px;
                margin: 0 0 28px 0;
                background: url(../img/ico-product-name.svg) no-repeat left top;
                background-size: 30px 30px;
            }

            .section-content-8 .box-c-8 .c-8 .head h2 > span {
                font-family: 'FWDCircularTT-Book';
                font-size: 28px;
            }

    .section-content-8 .box-c-8 .c-8 .style-2 {
        text-align: center;
        border-bottom: 1px solid;
        /* border-radius: 4px; */
        border-color: #ebebeb;
        text-align: left;
    }

    .section-content-8 .box-c-8 .c-8 .mobilex-x {
        display: none;
    }

    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li {
        float: none;
        display: inline-block;
        zoom: 1;
    }

    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li.active > a,
    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li.active > a:hover,
    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li.active > a:focus {
        color: #fff;
        background-color: #e87722;
    }

    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 27px;
        color: #0A3B32;
        margin: 0 0 0 0;
        /*padding: 10px 35px;*/
        padding: 10px 25px;
        text-align: center;
        background-color: #ebebeb;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:hover,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:focus {
            background-color: #e87722;
            color: #fff;
        }

.txt-bold {
    font-weight: bold;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 {
    padding: 20px 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #0A3B32;
        padding: 0 0;
        margin: 0 0 15px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h4 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 30px;
        color: #0A3B32;
        padding: 0 0;
        margin: 20px 0 20px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .topupheadercontent h4 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 30px;
        color: #0A3B32;
        padding: 0 0;
        margin: 25px 0 0 0 !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .topupheaderspan {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        color: #0A3B32;
        padding: 0 0;
        margin: 25px auto 0 !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .claim h4 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 16px;
        line-height: 33px;
        color: #0A3B32;
        padding: 0 0;
        margin: 20px 0 20px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: normal;
        color: #0A3B32;
        padding: 0 0;
        margin: 25px 0 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #0A3B32;
        padding: 0 0;
        margin: 5px 0 0 0;
        text-align: right;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 a {
            color: #0A3B32;
        }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 a.nav-back {
                background: url(../img/ico-arrow-left-cir.svg) no-repeat 8px center #ffffff;
                background-size: 15px 15px;
                padding: 4px 8px 4px 26px;
                margin-right: -8px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 a.nav-back:hover {
                    background: url(../img/ico-arrow-left-cir.svg) no-repeat 8px center #fcebde;
                    background-size: 15px 15px;
                }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 .back {
            display: inline-block;
            width: 10px;
            margin-right: 10px;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 .btn-next {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: #8e8e8e;
        border-color: #8e8e8e;
        padding: 6px 35px;
        border-radius: 4px;
        box-shadow: none;
        margin: 15px 0 0 0;
        color: #fff;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 .btn-next .icon-next-2 {
            margin: 0 0 0 15px;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 .icon-step-2 {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        padding: 5px 0;
        line-height: normal;
        border-top: none;
        color: #0A3B32;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td.unl {
            color: #c6bcde;
            background-color: #4f4174;
            padding: 5px 12px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td.unl-f-breaks {
            background-color: #fff;
            padding-top: 15px;
            padding-bottom: 0;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td.unl-l-breaks {
            background-color: #fff;
            padding-bottom: 15px;
            padding-top: 0;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table .unl-breaks {
        background-color: #4f4174;
        padding: 15px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td.unl:last-child {
        color: #fff;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td:last-child {
        color: #0A3B32;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td:last-child .plus {
            color: green;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td:last-child .down {
            color: red;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table > tbody > tr > td.grey {
        color: #777;
        padding: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-1.table .breaks {
        border-top: 1px solid #ececec;
        margin: 15px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td:first-child {
        padding: 5px 10px 5px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 30px;
        line-height: 26px;
        color: #0A3B32;
        padding: 5px 0 5px 0;
        border-top: none;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td .btn-next {
            display:block;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 18px;
            line-height: 27px;
            background-color: #e87722;
            border: 2px solid #e87722;
            padding: 6px 35px;
            box-shadow: none;
            margin: 20px auto 20px;
            color: #ffffff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            min-width: 100px;
        }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td .btn-next:hover {
                color: #e87722 !important;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
                border: 2px solid #ffffff !important;
                background-color: #ffffff !important;
            }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td .btn-next .icon-next-2 {
                margin: 0px 0px 0px 15px;
            }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > tbody > tr > td {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        /*font-size: 14px;
        padding: 5px;
        line-height: 1.5;*/
        /*karn comment*/
        font-size: 12px;
        line-height: 16px;
        color: #0A3B32;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td {
        font-size: 14px;
        color: #0A3B32;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a {
            color: #0A3B32;
        }

            /*a.a-hover-show {
    padding-left: 3px;
}

a.a-hover-show:hover {
    background-color: #fcebde;
    border-radius: 4px;
    padding: 3px 5px 5px 3px;
}

span.txt-th.sp-hover-show {
    padding-left: 5px;
}*/

            /*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.fundswitch-loadpdf {
    color: #0A3B32;
    margin-top: 4px;
    display: block;
    padding: 8px 0 8px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: -8px;
    width: 89%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.fundswitch-loadpdf:hover {
    background: #fcebde;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.fundswitch-loadpdf img {
    vertical-align: top;
    margin: 4px 0 0 0;
    padding: 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.fundswitch-loadpdf span {
    color: #0A3B32;
    display: inline-block;
    width: 80%;
    margin-left: 8px;
}*/



            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.fundswitch-loadpdf {
                color: #0A3B32;
                margin-top: 4px;
                display: table;
                padding: 8px 0 8px 8px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                margin-left: -8px;
            }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.fundswitch-loadpdf:hover {
                    background: #fcebde;
                }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.fundswitch-loadpdf img {
                    vertical-align: middle;
                    margin: 8px 8px 8px 8px;
                    padding: 0;
                }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.fundswitch-loadpdf span {
                    color: #0A3B32;
                    display: table-cell;
                    width: auto;
                    margin: 19px;
                    vertical-align: middle;
                    padding: 8px 8px 8px 0;
                }


            /*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.topup-loadpdf {
    color: #0A3B32;
    margin-top: 4px;
    display: block;
    padding: 8px 0 8px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: -8px;
    width: 89%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.topup-loadpdf:hover {
    background: #fcebde;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.topup-loadpdf img {
    vertical-align: top;
    margin: 4px 0 0 0;
    padding: 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table>tbody>tr>td a.topup-loadpdf span {
    color: #0A3B32;
    display: inline-block;
    width: 80%;
    margin-left: 8px;
}*/


            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.topup-loadpdf {
                color: #0A3B32;
                margin-top: 4px;
                display: table;
                padding: 8px 0 8px 8px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                margin-left: -8px;
            }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.topup-loadpdf:hover {
                    background: #fcebde;
                }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.topup-loadpdf img {
                    vertical-align: middle;
                    margin: 8px 8px 8px 8px;
                    padding: 0;
                }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.topup-loadpdf span {
                    color: #0A3B32;
                    display: table-cell;
                    width: auto;
                    margin: 19px;
                    vertical-align: middle;
                    padding: 8px 8px 8px 0;
                }




            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.delete-fund {
                background: url(../img/ico-minus.svg) left center;
                background-size: 22px 22px;
                display: inline-block;
                width: 22px;
                height: 22px;
            }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.delete-fund:hover {
                    background: url(../img/ico-minus-over.svg) left center;
                    background-size: 22px 22px;
                    display: inline-block;
                    width: 22px;
                    height: 22px;
                }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.linkpdf {
                color: #0A3B32;
                margin-left: 30px;
                padding: 8px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.linkpdf:hover {
                    background: #fcebde;
                }

            /*a.linkpdffwd:hover {
    background-color: #FCEBDE;
    padding: 5px;
}
*/
            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a img.loadpdf {
                margin-right: 4px;
            }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-en {
            font-size: 12px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-th {
            color: #0A3B32;
            font-size: 12px !important;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-th-date {
            color: #999999;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .plus {
            color: green;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .down {
            color: red;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.linkpdf {
            color: #0A3B32;
            margin-left: 30px;
        }

        /*a.linkpdffwd:hover {
    background-color: #FCEBDE;
    padding: 5px;
}*/

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a img.loadpdf {
            margin-right: 4px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-en {
            font-size: 12px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-th {
            color: #0A3B32;
            font-size: 12px !important;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-th-date {
            color: #999999;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .plus {
            color: green;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .down {
            color: red;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td h6 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            line-height: normal;
            font-weight: normal;
            color: #0A3B32;
            margin: 0 0 4px 0;
            padding: 0 0 4px 0;
            border-bottom: 1px solid #afafaf;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td h5 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            line-height: normal;
            color: #0A3B32;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .info {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            margin-top: -2px;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .stop-restrain {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 18px;
        color: #b30909;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .stop-restrain img.info {
            margin-top: -3px;
            margin-left: 4px;
        }

.addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-en {
    font-size: 16px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}


    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type=radio] {
        display: none;
    }


        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type=radio] + label {
            display: inline-block;
            width: auto;
            height: auto;
            background: url(../img/ico-radio-inactive.svg) no-repeat left 2px;
            background-size: 22px 22px;
            padding-left: 37px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 26px;
            color: #0A3B32;
        }



            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type=radio] + label::before,
            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type=radio] + label::after {
                display: none;
            }


        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type=radio]:hover + label {
            display: inline-block;
            width: auto;
            height: auto;
            background: url(../img/ico-radio-hover.svg) no-repeat left 2px;
            background-size: 22px 22px;
            padding-left: 37px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 26px;
            color: #0A3B32;
        }


        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type=radio]:checked + label {
            display: inline-block;
            width: auto;
            height: auto;
            background: url(../img/ico-radio-active.svg) no-repeat left 2px;
            background-size: 22px 22px;
            padding-left: 37px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 26px;
            color: #0A3B32;
        }



/* radio for fund switching */

.section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

    .section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio input[type=radio] {
        display: none;
    }

        .section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio input[type=radio] + label {
            display: block;
            width: 100%;
            height: auto;
            background: url(../img/ico-radio-inactive.svg) no-repeat left 2px;
            background-size: 22px 22px;
            padding-left: 37px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 27px;
            color: #0A3B32;
        }

            .section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio input[type=radio] + label::before,
            .section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio input[type=radio] + label::after {
                display: none;
            }

        .section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio input[type=radio]:hover + label {
            display: block;
            width: 100%;
            height: auto;
            background: url(../img/ico-radio-hover.svg) no-repeat left 2px;
            background-size: 22px 22px;
            padding-left: 37px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 27px;
            color: #0A3B32;
        }


        .section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio input[type=radio]:checked + label {
            display: block;
            width: 100%;
            height: auto;
            background: url(../img/ico-radio-active.svg) no-repeat left 2px;
            background-size: 22px 22px;
            padding-left: 37px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 27px;
            color: #0A3B32;
        }

/* Checkbox for fund switching */

.section-content-8 .manage-content-x8 .checkbox {
    padding-left: 0;
    padding-top: 0;
}

    .section-content-8 .manage-content-x8 .checkbox input[type=checkbox] {
        display: none !important;
    }

    .section-content-8 .manage-content-x8 .checkbox label::before,
    .section-content-8 .manage-content-x8 .checkbox label::after {
        display: none;
    }

    .section-content-8 .manage-content-x8 .checkbox input[type=checkbox] + label {
        display: inline-block;
        width: auto;
        height: 24px;
        background: url("../img/ico-checkbox.svg") no-repeat left top;
        background-size: 20px 20px;
        padding-left: 30px !important;
        margin: 5px auto;
        font-size: 14px !important;
        line-height: 21px !important;
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-weight: normal;
        text-align: left;
    }

    .section-content-8 .manage-content-x8 .checkbox input[type=checkbox]:checked + label {
        display: inline-block;
        width: auto;
        height: 24px;
        background: url("../img/ico-checkbox-active.svg") no-repeat left top;
        background-size: 20px 20px;
        padding-left: 30px !important;
        margin: 5px auto;
        font-size: 14px !important;
        line-height: 21px !important;
        color: #0A3B32;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-weight: normal;
        text-align: left;
    }

    .section-content-8 .manage-content-x8 .checkbox label.notAllow::before {
        cursor: not-allowed;
    }

    .section-content-8 .manage-content-x8 .checkbox input[type="checkbox"].styled:checked + label:after,
    .section-content-8 .manage-content-x8 .checkbox input[type="radio"].styled:checked + label:after {
        display: none;
    }



/*.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type="radio"] {
    cursor: pointer;
    position: relative;
    margin: 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type="radio"]:disabled {
        cursor: not-allowed;
        position: relative;
        margin: 0;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio label::before {
    width: 21px;
    height: 21px;
    cursor: pointer;
    transition: none;
    background-color: #fff;
    border: 1px solid #fff;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio label.notAllow::before {
     width: 22px;
    height: 22px;
    cursor: not-allowed;
    transition: none;
    background-color: #fff;
    border: 1px solid #fff;
    background: url(../img/ico-radio-inactive.svg) no-repeat top left;
    background-size: 100% 100%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio label::after {
    width: 15px;
    height: 15px;
    background-color: #e87722;
    width: 22px;
    height: 22px;
    background: url(../img/ico-radio-active.svg) no-repeat top left;
    background-size: 100% 100%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type="radio"]:checked + label::before {
    background-color: #fff;
    border: 1px solid #fff;
}*/

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2a.table > tbody > tr > td {
    padding: 10px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2a.table-bordered > tbody > tr:first-child > td:first-child {
    background-color: #fcebde;
    color: #0A3B32;
    border-top-left-radius: 24px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2a.table-bordered > tbody > tr:first-child > td:last-child {
    border-top-right-radius: 24px;
    background-color: #e5e5e5;
    color: #0A3B32;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2a.table-bordered > tbody > tr > td:first-child {
    background-color: #fcebde;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2a.table-bordered > tbody > tr > td:last-child {
    background-color: #e5e5e5;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > thead > tr > th {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-bottom: 0px;
    padding: 5px;
    line-height: 24px;
    color: #ffffff;
    background-color: #e87722;
    vertical-align: middle;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2a.table-bordered > tbody > tr:nth-child(4) > td:last-child .ico-status {
    margin-right: 10px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > tbody > tr > td {
    border: 1px solid #ffffff;
    padding-left: 10px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > tbody > tr > td:first-child {
        border-left: none;
    }



.scroll::-webkit-scrollbar {
    height: 18px;
}

.scroll::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.scroll::-webkit-scrollbar-corner {
    background-color: transparent;
}

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-unitlink > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 24px !important;
}*/

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-unitlink > tbody > tr > td:last-child {
    border-bottom-right-radius: 24px !important;
}*/

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > tbody > tr > td:last-child {
    border-right: none;
}


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff !important;
}

.bg-w {
    background-color: #ffffff !important;
}

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.tablefundpercent > tbody > tr:last-child > td:nth-child(2) {
    border-bottom-left-radius: 24px;
    padding: 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.tablefundpercent > tbody > tr:last-child > td:nth-child(2) > div {
        height: 40px;
        padding-left: 10px;
        padding-top: 5px;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-bottom-left-radius: 24px !important;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.tablefundpercent > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 24px;
    padding: 0px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.tablefundpercent > tbody > tr:last-child > td:last-child > div {
        height: 40px;
        padding-left: 10px;
        padding-top: 5px;
        padding-right: 5px;
        padding-right: 10px;
        border-bottom: 1px solid #e5e5e5;
        border-bottom-right-radius: 24px !important;
    }
*/
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.tabletopup > tbody > tr > td:nth-last-child(-n+2) {
    background-color: #ffffff;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.tabletopup > tbody > tr > td:nth-child(2) {
    /*border-bottom-left-radius: 24px !important;*/
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e5e5e5;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > thead > tr > th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    /* border-bottom: 1px solid #2b1a41;
    border-top: 1px solid #2b1a41; */
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > thead > tr > th:first-child {
        border-left: 1px solid #fcebde;
        border-radius: 0 !important;
    }

    /*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > thead > tr > th:first-child {
    border-left: none;
}*/

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered > thead > tr > th:last-child {
        /* border-right: 1px solid #2b1a41; */
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h4 {
    margin: 0 0 0 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .subhead-content-x8-tab2 h4 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #0A3B32;
    padding: 0 0;
    margin: 20px 0 20px 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .subhead-content-x8-tab2 p {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #777;
    padding: 0 0;
    margin: 20px 0 20px 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .subhead-content-x8-tab2 .btn-next {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px;
    line-height: 24px;
    background-color: #e87722;
    border-color: #e87722;
    padding: 6px 35px;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 20px 0;
    color: #d7c3f2;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .subhead-content-x8-tab2 .btn-next .icon-next-2 {
        margin: 0 0 0 15px;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h3 {
    margin: 6px 0 0 0;
    text-align: right;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #0A3B32;
    padding: 0 0;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h6 a {
        color: #0A3B32;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h6 .icopdf-x8 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 {
    margin: 0 0 15px 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2.head-in {
        padding: 0 15px;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 {
    margin: 20px 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 h4 {
        margin: 0 0 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 {
        float: right;
        padding: 0;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li {
            display: inline-block;
            margin-left: 5px;
        }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li > a {
                border-radius: 4px;
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
                font-size: 18px;
                line-height: 27px;
                color: #fff;
                margin: 0 0 0 0;
                padding: 10px 15px;
                text-align: center;
                background-color: #e87722;
            }


                .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li > a:hover {
                    color: #e87722 !important;
                    /* backdrop-filter: blur(30px) !important; */
                    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
                    border: none !important;
                    background-color: #ffffff !important;
                }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3.mobile-x {
        display: none;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > tbody > tr > td .btn-next-2:focus,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > tbody > tr > td .btn-next-2:visited {
    background-color: #feac00;
    border-color: #feac00;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > tbody > tr > td .btn-next-2 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    background-color: #feac00;
    border-color: #feac00;
    padding: 5px 10px;
    margin: 0 0;
    color: #fff;
    border-radius: 4px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered {
    border: none;
}

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-left-radius: 24px;
}*/

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    border-bottom-right-radius: 24px;
}*/

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-unitlink tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-unitlink tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}*/

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-unitlink > thead > tr:first-child > th {
    line-height: 30px;
    font-size: 22px;
    color: #fff !important;
    height: 56px !important;
    background-color: #e87722 !important;
}


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table.v-middle > tbody > tr > td {
    vertical-align: middle;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > tbody > tr > td .fa-check {
    color: black;
    font-size: 20px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table > tbody > tr > td .ico-rmoney {
    display: inline-block;
    margin-right: 10px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-load {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px;
    line-height: 24px;
    background-color: #e87722;
    border-color: #e87722;
    padding: 6px 25px;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 0 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-load .ico-load {
        margin: 0 15px 0 0;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-next {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 27px;
    background-color: #e87722;
    border: 2px solid #e87722;
    padding: 6px 35px;
    box-shadow: none;
    margin: 0 0 20px 0;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-next:hover {
        color: #e87722 !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
        border: 2px solid #ffffff !important;
        background-color: #ffffff !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-next .icon-next-2 {
        margin: 0 0 0 15px;
    }

.table-border-radius-myscblife {
    border-radius: 24px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-c {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 27px;
    background-color: #ffffff;
    border: 2px solid #e87722;
    padding: 6px 35px;
    box-shadow: none;
    margin: 0 16px 20px 0;
    color: #e87722;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-c:hover {
        color: #ffffff !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
        border: 2px solid #e87722;
        background-color: #e87722 !important;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 {
    margin: 20px 0;
    text-align: center;
}

.formaddtopup > .btn-c:hover {
    color: #ffffff !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
    border: 2px solid #e87722;
    background-color: #e87722 !important;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note {
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 30px;
        line-height: 26px;
        color: #0A3B32;
        font-weight: normal;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 ul {
    padding: 0 0 0 16px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 ul li {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: normal;
        color: #999999;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 5px 0;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #0A3B32;
    font-weight: normal;
    margin: 0 30px 15px 0;
    padding: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note .ico-note {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 {
    margin: 0 -15px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content {
        padding: 0 15px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2.form-content-x8-tab3 {
        margin-bottom: 15px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .option-claim {
        margin: 0 -15px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .trx-content {
        padding: 0 15px;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .table-responsive .swipe {
    display: none;
}

.table-responsive {
    border-radius: 24px;
    margin: 0 0 15px 0;
}

.box-top-table {
    border: 1px solid #ddd;
    margin-bottom: 22px;
    position: relative;
}

.table-border-radius {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.table-border-bottom-radius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.box-top-table > table > thead > tr > .bg-text {
    background-color: #e87722;
    height: 51px;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 20px 20px 0;
    margin: 0px !important;
    font-weight: normal;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover,
    .close:focus {
        /* color: #000; */
        text-decoration: none;
        /* cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; */
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-edit {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    background-color: #ebebeb;
    border-color: #ebebeb;
    padding: 6px 6px;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 0 0;
    color: #0A3B32;
    width: 100%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-ok {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    background-color: #ebebeb;
    border-color: #ebebeb;
    padding: 6px 6px;
    border-radius: 4px;
    box-shadow: none;
    margin: 6px 0 0 0;
    color: #0A3B32;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-edit-2 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    background-color: #ebebeb;
    border-color: #ebebeb;
    padding: 6px 6px;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 0 0;
    color: #0A3B32;
    width: auto;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control {
    padding: 0px 12px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    color: #0A3B32;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.auto-x {
        padding: 0px 12px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        text-align: center;
        color: #0A3B32;
        background-color: transparent;
        border-top: 0;
        border-bottom: 1px solid #ebebeb;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        outline: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.auto-inl {
        display: inline-block;
        width: 250px;
        margin-left: 10px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #777;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control::-moz-placeholder {
        /* Firefox 19+*/
        color: #777;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control:-ms-input-placeholder {
        /* IE 10+*/
        color: #777;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #777;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content p {
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    padding: 0;
    clear: both;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 h4 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px !important;
    line-height: 36px !important;
    color: #0A3B32 !important;
    padding: 0 0 !important;
    margin: 0 0 0 0 !important;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px !important;
    line-height: 36px !important;
    color: #0A3B32 !important;
    padding: 0 0 !important;
    margin: 0 0 0 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 h7 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px !important;
    line-height: 36px !important;
    color: #0A3B32 !important;
    padding: 0 0 !important;
    margin: 0 0 0 0 !important;
    display: inline-block;
    vertical-align: middle;
}


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > li > a {
    color: #e87722;
    background-color: #ffffff;
    border: 1px solid #e87722;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px !important;
    line-height: 29px !important;
    margin: 0 12px;
    padding: 0;
    width: 29px;
    height: 29px;
    text-align: center;
    border-radius: 50%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > .active > a,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > .active > a:focus,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > .active > a:hover {
    background-color: #e87722;
    border: 1px solid #e87722;
    color: #ffffff;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > li:hover > a {
    background-color: #e87722;
    border: 1px solid #e87722;
    color: #ffffff;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > li > a.paging-next {
    color: #0A3B32;
    background: url(../img/pagination-next.svg) no-repeat right 8px center;
    background-size: 12px 12px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px !important;
    line-height: 29px !important;
    margin: 0;
    padding: 0 28px 0 8px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    width: auto;
    height: 29px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > li:hover > a.paging-next {
    background: url(../img/pagination-next.svg) no-repeat right 8px center #fcebde;
    background-size: 12px 12px;
}

/*  */
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > li > a.paging-prev {
    color: #0A3B32;
    background: url(../img/pagination-previous.svg) no-repeat left 8px center;
    background-size: 12px 12px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px !important;
    line-height: 29px !important;
    margin: 0 0 0 8px;
    padding: 0 8px 0 24px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    width: auto;
    height: 29px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 .pagination > li:hover > a.paging-prev {
    background: url(../img/pagination-previous.svg) no-repeat left 8px center #fcebde;
    background-size: 12px 12px;
}

/*  */
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8:last-child {
    text-align: right;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 ul.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
    border-radius: 0;
    padding: 0;
}

.section-content-8 .content-pdf-check {
    width: 100%;
    margin: 0px auto;
}

    .section-content-8 .content-pdf-check .embed-container {
        height: 0;
        width: 100%;
        padding-bottom: 56.25%;
        /* play with this until right */
        overflow: hidden;
        position: relative;
    }

        .section-content-8 .content-pdf-check .embed-container iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content label {
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #0A3B32;
    padding: 0;
    margin-top: 9px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content label span {
        color: #d30000;
    }


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio {
    padding-left: 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type=radio] {
    display: none;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type=radio] + label {
        display: block;
        width: 100%;
        height: auto;
        background: url(../img/ico-radio-inactive.svg) no-repeat left 2px;
        background-size: 22px 22px;
        padding-left: 37px;
        margin: 0 auto 0;
        font-size: 14px;
        line-height: 28px;
        color: #0A3B32;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type=radio] + label::before,
        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type=radio] + label::after {
            display: none;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type=radio]:hover + label {
        display: block;
        width: 100%;
        height: auto;
        background: url(../img/ico-radio-hover.svg) no-repeat left 2px;
        background-size: 22px 22px;
        padding-left: 37px;
        margin: 0 auto 0;
        font-size: 14px;
        line-height: 28px;
        color: #0A3B32;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type=radio]:checked + label {
        display: block;
        width: 100%;
        height: auto;
        background: url(../img/ico-radio-active.svg) no-repeat left 2px;
        background-size: 22px 22px;
        padding-left: 37px;
        margin: 0 auto 0;
        font-size: 14px;
        line-height: 28px;
        color: #0A3B32;
    }


/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio {
    margin-top: 9px;
    margin-left: 0;
    margin-right: 9px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio label {
        margin-bottom: 0;
        font-weight: normal;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #0A3B32;
        padding: 0 0 0 10px;
        margin-top: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type="radio"] {
        cursor: pointer;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio label::before {
        width: 21px;
        height: 21px;
        cursor: pointer;
        transition: none;
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio label::after {
        width: 15px;
        height: 15px;
        background-color: #e87722;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio input[type="radio"]:checked + label::before {
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
    }*/

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-file {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    background-color: #b9afc7;
    border-color: #b9afc7;
    padding: 6px 35px;
    border-radius: 4px;
    box-shadow: none;
    margin: 9px 0 0 0;
    color: #0A3B32;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table {
    margin-bottom: 0px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc:last-child .table > tbody > tr > td:last-child {
    border-bottom: 1px solid transparent;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td:last-child {
    width: 100%;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td {
    padding: 8px;
    vertical-align: middle;
    border-top: none;
    position: relative;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td .docload {
        position: absolute;
        top: 11px;
        right: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        /*line-height: 21px; karn fix download*/
        line-height: 30px;
        margin: 0 0;
        color: #0A3B32;
        padding-right: 30px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td .download-wrap {
        display: block;
        float: left;
        margin: 0 0 0 30px;
        padding: 8px;
        background: url(../img/ico-table-download.svg) no-repeat left 8px top 50%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td .download-wrap:hover {
            background: url(../img/ico-table-download.svg) no-repeat left 8px top 50% #FCEBDE;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td .download-wrap span {
            display: block;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 14px;
            line-height: 24px;
            color: #0A3B32;
            margin-left: 32px;
            float: left;
        }

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box h2 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 22px;
    line-height: 30px;
    margin: 8px 0 0 0;
    color: #0A3B32;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box {
    background-color: #ffffff;
    padding: 20px;
    margin: 0 0 10px 0;
    /*border-bottom: 1px solid rgb(235, 235, 235);*/
    border-color: #cccccc;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box-notborderbuttom {
    background-color: #ffffff;
    padding: 20px;
    margin: 0 0 10px 0;
}

.select2-container {
    width: 100% !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    color: #0A3B32;
}

.select2-container--default .select2-selection--single {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 34px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #0A3B32;
        line-height: 34px;
    }

.select2-dropdown {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.section-content-8 .head-content-x8-tab6 {
    margin: 20px 0 50px 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab6 .text-content-x8-tab6 h5 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #777;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 48px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #2b1a41;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-radius: 3px;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 .col-form-label {
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #0A3B32;
    margin: 0 0 10px 0;
    padding: 0px;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 .col-form-label-inline {
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #0A3B32;
    margin: 9px 0px 0px 0;
    padding: 0px 0 0 10px;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 .form-control {
    padding: 0px 12px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    color: #0A3B32;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 .form-group {
    margin-bottom: 0;
}

    .section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 .form-group p {
        margin-bottom: 0;
        font-weight: normal;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: normal;
        color: #d30000;
        padding: 0;
        margin-top: 5px;
        clear: both;
    }

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 h4 {
    margin-bottom: 0 !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 12px !important;
    line-height: normal !important;
    color: #0A3B32 !important;
    padding: 0 !important;
    margin-top: 10px !important;
    clear: both !important;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 {
    padding: 10px 30px;
}

.section-content-8 .head-content-x8-tab6 .text-content-x8-tab6--2 {
    padding: 10px 30px;
    border-left: 1px solid #eaeaea;
}

.section-content-8 .head-content-x8-tab7 .text-content-x8-tab7 h2 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 40px;
    line-height: 26px;
    color: #e87722;
    margin: 0 0 0 0;
    padding: 0;
}

    .section-content-8 .head-content-x8-tab7 .text-content-x8-tab7 h2 span {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #777;
        margin: 0 0 0 0;
        padding: 0;
    }

.section-content-8 .head-content-x8-tab7 .text-content-x8-tab7 h5 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #777 !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    display: inline-block;
}

.section-content-8 .head-content-x8-tab7 .text-content-x8-tab7 h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 48px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    color: #fff !important;
    background-color: #2b1a41 !important;
    margin: 1px 0 0 0 !important;
    text-align: center !important;
    padding: 0;
    border-radius: 3px !important;
    display: inline-block !important;
    vertical-align: text-bottom;
}

.section-content-8 .head-content-x8-tab7 .text-content-x8-tab7--2 {
    text-align: right;
}

.section-content-8 .head-content-x8-tab8 {
    margin: 20px 0 50px 0;
}

    .section-content-8 .head-content-x8-tab8 .text-content-x8-tab8 h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-size: 14px !important;
        line-height: normal !important;
        color: #0A3B32 !important;
        margin: 10px 0 10px 0 !important;
        padding: 0 0 10px 0 !important;
        font-weight: normal !important;
        border-bottom: 1px solid #eaeaea;
    }

    .section-content-8 .head-content-x8-tab8 .text-content-x8-tab8 p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-size: 12px !important;
        line-height: normal !important;
        color: #777 !important;
        margin: 10px 0 10px 0 !important;
        padding: 0 0 10px 0 !important;
        font-weight: normal !important;
    }

.section-content-8 .manage-content-x8 .manage-content-x8 .form-control {
    padding: 0px 12px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    color: #0A3B32;
    width: 45%;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    float: left;
}

.section-content-8 .manage-content-x8 .manage-content-x8 .col-form-label {
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: 34px;
    color: #0A3B32;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
}

.section-content-8 .manage-content-x8 .manage-content-x8 .rdb .radio {
    line-height: 34px;
}

    .section-content-8 .manage-content-x8 .manage-content-x8 .rdb .radio label {
        margin-bottom: 0;
        font-weight: normal;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #0A3B32;
        padding: 0 0 0 10px;
        margin-top: 0;
    }

    .section-content-8 .manage-content-x8 .manage-content-x8 .rdb .radio input[type="radio"] {
        cursor: pointer;
    }

    .section-content-8 .manage-content-x8 .manage-content-x8 .rdb .radio label::before {
        width: 21px;
        height: 21px;
        cursor: pointer;
        transition: none;
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
    }

    .section-content-8 .manage-content-x8 .manage-content-x8 .rdb .radio label::after {
        width: 15px;
        height: 15px;
        background-color: #e87722;
    }

    .section-content-8 .manage-content-x8 .manage-content-x8 .rdb .radio input[type="radio"]:checked + label::before {
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
    }

.section-content-8 .manage-content-x8 .manage-content-x8 h5 {
    font-weight: normal !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 12px !important;
    line-height: normal !important;
    color: #0A3B32 !important;
    padding: 0 0 0 30px !important;
    margin: 5px 0 5px 0 !important;
    text-align: left !important;
}

.section-content-8 .manage-content-x8 .manage-content-x8 h6 {
    font-weight: normal !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 12px !important;
    line-height: normal !important;
    color: #777 !important;
    padding: 0 0 0 30px !important;
    margin: 5px 0 5px 0 !important;
    text-align: left !important;
}

.section-content-8 .manage-content-x8 .manage-content-x8 p {
    font-weight: normal !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 12px !important;
    line-height: normal !important;
    color: #d30000 !important;
    padding: 0 0 0 30px !important;
    margin: 5px 0 5px 0 !important;
    text-align: left !important;
}

.section-content-8 .manage-content-x8 .manage-content-x8 .manage-content-x8c1 {
    margin-bottom: 10px;
}

.section-content-8 .manage-content-x8 .manage-content-x8.col2 {
    padding: 15px;
    background-color: #cdc8d1;
}

.section-content-8 .manage-content-x8 .manage-content-x8 .manage-content-x8c2 {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}

    .section-content-8 .manage-content-x8 .manage-content-x8 .manage-content-x8c2:last-child {
        border-bottom: none;
    }

    .section-content-8 .manage-content-x8 .manage-content-x8 .manage-content-x8c2 h3 {
        font-weight: normal !important;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-size: 14px !important;
        line-height: normal !important;
        color: #0A3B32 !important;
        padding: 0 0 0 0 !important;
        margin: 5px 0 5px 0 !important;
    }

.section-content-8 .textblack {
    font-weight: normal !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #0A3B32 !important;
    padding: 0 0 0 0 !important;
    margin: 15px 0 35px 0 !important;
    text-align: left !important;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table.v-middle > tbody > tr.active > td {
    background-color: #feac00;
}

/* .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .select-htr-x8 .select-htr-x8-tab .form-control {
    width: 25%;
    float: left;
    padding: 6px 12px;
    font-size: 12px;
    font-family: 'notosansthai-regular','FWDCircularTT-Book' !important;
    color: #0A3B32;
    font-weight: bold;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    margin-right: 2px;
    margin-bottom: 15px;
} */


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .select-htr-x8 .select-htr-x8-tab .form-control {
    width: 25%;
    float: left;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    color: #0A3B32;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    margin-right: 2px;
    margin-bottom: 15px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/ico-dropdown.svg) no-repeat 98% 5px;
    background-size: 20px 20px;
}

.bg-text-color-tap {
    background-color: #fcebde !important;
    color: #0A3B32 !important;
}

#divFundTopup table.table-bordered > tbody > tr > td > center:hover {
    /*karn*/
    /*background: #FCEBDE;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    border-radius: 4px;*/
}

.paymentHistory table.table-bordered > tbody > tr > td > center {
    background: none;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    border-radius: 4px;
}

    .paymentHistory table.table-bordered > tbody > tr > td > center:hover {
        background: #FCEBDE;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 0px;
        border-radius: 4px;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .select-htr-x8 .select-htr-x8-tab .form-control:focus {
    border-color: #e87722;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl04 p {
    font-weight: normal !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #0A3B32 !important;
    padding: 0 0 0 0 !important;
    margin: 15px 0 15px 0 !important;
    text-align: left !important;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl04 .text-content-x8-unl04 {
    background-color: #fcebde;
    padding: 20px;
    margin-bottom: 15px;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl04 .text-content-x8-unl04 .text-x8-unl04 {
        font-weight: normal !important;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-size: 14px !important;
        line-height: normal !important;
        color: #0A3B32 !important;
        background-color: #fff;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl04 .text-content-x8-unl04 .table-bordered > tbody > tr > td {
        border: 1px solid #fff;
        /*border-bottom: 3px solid #e1dce8;*/
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl04 .text-content-x8-unl04 .table-bordered > tbody > tr > td span.bigtext {
            font-size: 16px !important;
            font-weight: bold !important;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl04 .text-content-x8-unl04 .table-bordered > tbody > tr > td:first-child {
            border-right: 1px solid #eaeaea;
        }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 h2 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #0A3B32;
    padding: 0 0;
    margin: 20px 0 20px 0;
    text-align: center;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05.unl05x .text-content-x8-unl05 h3 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #0A3B32;
    padding: 0 0;
    margin: 20px 0 20px 0;
    text-align: left;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05.unl05x {
    margin: 0 0 30px 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05.unl05x .text-content-x8-unl05 h6 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
        color: #777;
        padding: 0 0 0 0;
        margin: 15px 0 15px 0;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05.unl05x .text-content-x8-unl05 h6 b {
            color: #0A3B32;
        }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 p {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: normal;
    color: #777;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05.textguide p {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: normal;
    color: #999999;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 ol {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: normal;
    color: #0A3B32;
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05.unl05x .text-content-x8-unl05 ol {
    color: #999999;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 ol li {
    padding: 5px 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 ol li a {
        color: #341d51;
        font-weight: bold;
        text-decoration: underline;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .fundswitch-remark .text-content-x8-unl05 p,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .fundswitch-remark .text-content-x8-unl05 ul li,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .fundswitch-remark .text-content-x8-unl05 ol li {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}



.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 .checkbox {
    margin: 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 .checkbox input[type="checkbox"] {
        cursor: pointer;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 .checkbox label {
        line-height: 21px;
        font-size: 14px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        color: #0A3B32;
        font-weight: normal;
        padding-left: 15px;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05.unl05x .text-content-x8-unl05 .checkbox label {
    color: #777;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 .checkbox label::before {
    width: 21px;
    height: 21px;
    cursor: pointer;
    transition: none;
    background-color: #ababab;
    border: 1px solid #ababab;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .unl05 .text-content-x8-unl05 .checkbox label::after {
    font-size: 15px;
    background-color: #fcaf17;
    color: #fff;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    padding-top: 0px;
    line-height: 21px;
}

.section-content-8 .manage-content-x8.sty-2 .manage-content-x8 .rdb .radio label {
    line-height: 21px;
}

.section-content-8 .manage-content-x8.sty-2 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table.sty-2 > thead > tr > th {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 16px;
    line-height: normal;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table.sty-2 > tbody > tr > td {
    color: #0A3B32;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table.sty-2 > tbody > tr > td h5 {
        color: #0A3B32;
        font-weight: normal;
        line-height: 16px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table.sty-2 > tbody > tr > td h6 {
        color: #0A3B32;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border-bottom: none;
        line-height: 16px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table.sty-2 > tbody > tr > td .form-control {
        text-align: right;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        color: #0A3B32;
        font-weight: bold;
        border: 1px solid #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table.sty-2 > tbody > tr.all > td {
    /*background-color: #e5e5e5;*/
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .down-step {
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > tbody > tr > td .addf .add-fund {
    color: #0A3B32;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > tbody > tr > td .addf {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    color: #0A3B32;
    padding: 10px 0;
    display: block;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > tbody > tr > td .addf a {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: 30px;
        color: #0A3B32;
        padding: 0 0 0 38px;
        display: block;
        background: url(../img/ico-add-fund.svg) no-repeat top left;
        background-size: 30px 30px;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > tbody > tr > td .addf a:hover {
            background: url(../img/ico-add-fund-over.svg) no-repeat top left;
            background-size: 30px 30px;
        }

/*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > thead > tr > th:first-child {
    border-right: none;
}*/

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > thead > tr > th:nth-child(2) {
    border-left: none;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > tbody > tr > td:first-child {
    border-right: none;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered.sty-2x > tbody > tr > td:nth-child(2) {
    border-left: none;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data {
    margin: 10px 0;
}

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: 1.5;
        color: #0A3B32;
        background-color: #f4bb91;
        border: none;
        box-shadow: none;
    }


        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default:last-child {
            background-color: #e87722;
            color: white;
            /* opacity: 0.5; */
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default:active,
        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default:focus {
            color: #ffffff;
            background-color: #e87722;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default[disabled],
        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default[disabled]:hover {
            background-color: #0A3B32;
            color: #ffffff;
            border: none;
            opacity: 100;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data.btn-group .btn + .btn {
        margin: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background-color: #502a81;
    }

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-warp p.title {
    font-size: 12px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    line-height: normal;
    color: #0A3B32;
    display: none;
    font-weight: normal;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m.table {
    display: none;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .addf {
    display: none;
}

.deletefund .modal-body .box-text h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #777;
    padding: 0;
    margin: 0 0 20px 0;
}

.deletefund.ffund .modal-body .box-text h6 {
    color: #0A3B32;
}

.deletefund.ffund .modal-body .box-text p {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: normal;
    color: #777;
    padding: 0;
    margin: 0 0 0 0;
}

    .deletefund.ffund .modal-body .box-text p:last-child {
        margin: 0 0 20px 0;
    }

.deletefund .modal-body .box-text h6 span {
    color: #e87722;
}

.deletefund .modal-body {
    /* padding: 30px 15px 15px 15px !important; */
}

.m-fundinfo .modal-body .btn-m .btn-next {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 27px;
    background-color: #e87722;
    border: 2px solid #e87722;
    padding: 8px 20px;
    box-shadow: none;
    margin: 0 0 20px 0;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 80px;
}

    .m-fundinfo .modal-body .btn-m .btn-next:hover {
        color: #e87722 !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16) !important;
        border: 2px solid #ffffff !important;
        background-color: #ffffff !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 8px 20px;
    }


.m-fundinfo .modal-body .btn-m .btn-c {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 27px;
    background-color: #ffffff;
    border: 2px solid #e87722;
    padding: 8px 20px;
    box-shadow: none;
    margin: 0 4px 20px 0;
    color: #e87722;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 80px;
}

    .m-fundinfo .modal-body .btn-m .btn-c:hover {
        color: #ffffff !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
        border: 2px solid #e87722;
        background-color: #e87722 !important;
    }


.addfund .modal-body .box-text h6 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 22px;
    line-height: 30px;
    color: #0A3B32;
    padding: 0;
    margin: 0;
}

.addfund .modal-body {
    padding: 35px !important;
}

.addfund .section-content-8 {
    padding: 0;
}

    .addfund .section-content-8 .box-c-8 .c-8 .tab-x8 {
        padding: 0 0;
    }

    .addfund .section-content-8 h5 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        font-size: 14px !important;
        line-height: normal !important;
        color: #0A3B32;
        margin: 0 !important;
        padding: 0 !important;
        font-weight: normal !important;
        display: inline-block;
    }

    .addfund .section-content-8 h6 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px !important;
        width: 50px !important;
        height: 50px !important;
        color: #0A3B32;
        background: none !important;
        margin: 0 !important;
        text-align: right !important;
        padding: 0;
        display: inline-block !important;
        vertical-align: text-bottom;
        border: none !important;
        font-weight: normal !important;
    }

    .addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio {
        text-align: left;
        padding-left: 0;
    }

        .addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type="radio"] {
            position: absolute;
        }

        .addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio .txt-th {
            display: block;
            padding-left: 37px;
        }

/*.addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-en {
        font-size: 12px;
    }

    .addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-th {
        color: #777;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: normal;
    }*/

.modal-doc.addfund .modal-body .box-text label {
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 20px;
    color: #e87722;
    padding: 0 0 0 15px;
    margin-top: 0;
}

.addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio input[type="radio"]:checked + label::before {
    background-color: #ffffff;
    border: 2px solid #e87722;
}

.addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio label::before {
    background-color: #ffffff;
    border: 2px solid #e87722;
}

.modal-doc.m-fundinfo.addfund .modal-content {
    border: none;
}

    .modal-doc.m-fundinfo.addfund .modal-content .box-text-content .table > tbody > tr > td:first-child {
        background-color: #fff;
    }

    .modal-doc.m-fundinfo.addfund .modal-content .box-text-content .table > tbody > tr:last-child > td {
        border-bottom: none !important;
    }

    .modal-doc.m-fundinfo.addfund .modal-content .box-text-content .table > tbody > tr > td {
        background-color: #fff;
        padding: 20px 0 !important;
        border-bottom: 1px solid #eaeaea !important;
    }


/*  Custom by SCBLife   */
.bggrey {
    background: #e5e5e5;
}

.read-more-state {
    display: none;
}

.read-more-target {
    padding: 0px !important;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

/*.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}*/

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

/*scroll table*/
.points_table thead {
    width: 100%;
}

.points_table tbody {
    height: 400px;
    overflow-y: auto;
    width: 100%;
}

.points_table thead tr {
    width: 99%;
}

.points_table tr {
    width: 100%;
}

.points_table thead,
.points_table tbody,
.points_table tr,
.points_table td,
.points_table th {
    display: inline-block;
}

.points_table thead {
    background: #2B1A41;
    color: #fff;
}

    .points_table tbody td,
    .points_table thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.points_table > tbody > tr > td,
.points_table > tbody > tr > th,
.points_table > tfoot > tr > td,
.points_table > tfoot > tr > th,
.points_table > thead > tr > td,
.points_table > thead > tr > th {
    padding: 8px;
    height: 50px;
    text-align: center;
    line-height: 32px;
}

.odd {
    background: #ffffff;
    color: #0A3B32;
}

.even {
    background: #efefef;
    color: #0A3B32;
}

.points_table_scrollbar {
    height: 550px;
    overflow-y: scroll;
}

div.item-upload .input-group {
    position: relative !important;
    display: table !important;
    border-collapse: separate !important;
}

div.item-upload label {
    /*margin-bottom: 0 !important;*/
    font-weight: normal !important;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    /*font-size: 14px !important;*/
    /*line-height: normal !important;*/
    /*color: #777 !important;*/
    /*padding: 6px 12px !important;*/
    /*margin-top: 9px !important;*/
    /*background-color: #b9afc7;*/

    width: 120px;
    height: 34px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    background: #ffffff;
    border: 2px solid #E87723;
}

div.item-upload span {
    color: #E87723 !important;
}

div.item-upload .jumbotron {
    font-size: 21px !important;
    font-weight: 200 !important;
    line-height: 2.1428571435 !important;
    color: inherit !important;
}

div.item-upload label span.badge {
    background: #e87723 !important;
    color: #ffffff !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    padding: 0 !important;
    top: -3px !important;
    right: -45px;
}

div.item-upload label.btn-default:hover{
    background: #ffffff !important;
    border: 2px solid #E87723 !important;
}

/*div.item-upload .btn .badge {
    position: relative !important;
    top: -1px !important;
}

div.item-upload .badge {
    display: inline-block !important;
    min-width: 10px !important;
    padding: 3px 7px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    background-color: #999999 !important;
    border-radius: 10px !important;
}*/

div.item-upload .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content label span {
    color: #0A3B32;
}

.modal-doc .modal-body .box-text label {
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 30px;
    line-height: 26px;
    color: #0A3B32;
    padding: 0;
    margin-top: 5px;
}

.modal-body center {
    font-size: 18px;
    line-height: 30px;
}

    .modal-body center i.orange {
        color: #feac00;
        margin-bottom: 10px;
    }

    .modal-body center i.purple {
        color: #e87722;
        margin-bottom: 10px;
    }

.modal-body .box-c-8 .c-8 .tab-x8 {
    padding: 20px 0;
}

    .modal-body .box-c-8 .c-8 .tab-x8 img.ico-modal-in {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

.panel-heading {
    cursor: pointer;
}

.accordion-toggle:after {
    float: right;
    content: " ";
    background: url('../img/ico-up.png') no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 3px 0 0 0;
}

.collapsed .accordion-toggle:after {
    float: right;
    content: " ";
    background: url('../img/ico-down.png') no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 3px 0 0 0;
}

.panel-group {
    margin-bottom: 5px !important;
}

    .panel-group > .panel-purple > .panel-heading {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        padding: 5px 0px;
    }

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 0px;
        background-color: #ffffff;
    }

.panel {
    border-radius: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .panel .panel-title {
        font-size: 24px;
        padding: 5px 15px;
    }

.panel-purple {
    padding-bottom: 0px;
}

    .panel-purple .panel-body {
        padding: 15px;
        background-color: #fafafa;
        border: 0px;
    }

    .panel-purple .panel-heading {
        /* border-bottom: solid #ebebeb; */
        padding: 0px;
        border-radius: 0px;
    }

/* Coupon Accumulation Custom 14/06/2019 */

.hidden {
    display: none;
}

.cpn-acc .modal-header {
    background: #ececec repeat center center;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    width: 100%;
    height: auto;
    color: #0A3B32;
    padding: 10px 0;
    margin: 0;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
}

    .cpn-acc .modal-header .close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 7px;
        right: 7px;
        background: url(../img/modal-close.png) no-repeat center center;
        opacity: 1;
        width: 32px;
    }

.cpn-acc .description {
    width: 79%;
    display: block;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 28px;
    line-height: 32px;
    color: #3b1273;
    padding: 0;
    margin: 0 auto 15px;
    text-align: center;
}

.cpn-acc .sub-des {
    width: 80%;
    display: block;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 22px;
    line-height: 24px;
    color: #777777;
    padding: 15px 0 15px 0;
    margin: 0 auto;
    text-align: center;
}

.cpn-acc .item-count {
    width: auto;
    text-align: right;
    margin-right: 15px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 24px;
    line-height: 24px;
}

.cpn-acc .select-all-wrap {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
    text-align: left;
}

    .cpn-acc .select-all-wrap input[type=checkbox] {
        display: none;
    }

        .cpn-acc .select-all-wrap input[type=checkbox] + label {
            display: inline;
            width: 100%;
            height: 26px;
            background: url("../img/check-box.png") no-repeat left 2px;
            background-size: auto 20px;
            padding-left: 30px !important;
            margin: 5px auto;
            font-size: 24px !important;
            line-height: 24px !important;
            color: #0A3B32;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            font-weight: normal;
            cursor: pointer;
        }

        .cpn-acc .select-all-wrap input[type=checkbox]:checked + label {
            display: inline;
            width: 100%;
            height: 26px;
            background: url("../img/check-box-active.png") no-repeat left 2px;
            background-size: auto 20px;
            padding-left: 30px !important;
            margin: 5px auto;
            font-size: 24px !important;
            line-height: 24px !important;
            color: #0A3B32;
            font-family: 'kittithada_roman_55_pregular' !important;
            font-weight: normal;
            cursor: pointer;
        }

.cpn-acc .c-title-wrap {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    background: #f3f3f3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .cpn-acc .c-title-wrap .c-title {
        font-size: 26px;
        line-height: 26px;
        color: #0A3B32;
        text-align: center;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    }

    .cpn-acc .c-title-wrap .f-col {
        float: left;
        margin-left: 30px;
    }

.cpn-acc .cashback-item {
    width: 80%;
    height: auto;
    max-height: 190px;
    overflow: auto;
    padding: 0;
    margin: 0 auto;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    text-align: left;
}

    .cpn-acc .cashback-item .row {
        border-bottom: 1px solid #b9afc7;
        padding: 5px 0;
        margin: 0;
    }

    .cpn-acc .cashback-item .cashback-title {
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        color: #3d1f65;
        text-align: left;
        margin: 0;
    }

    .cpn-acc .cashback-item img {
        width: auto;
        height: 70px;
        margin: 0 15px 0 0;
        border: none;
        float: left;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .cpn-acc .cashback-item .insurance-no {
        font-size: 24px;
        line-height: 24px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        color: #8e8e8e;
        text-align: left;
        margin: 0 0 0 30px;
        display: block;
    }

    .cpn-acc .cashback-item p {
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        margin: 5px auto;
        text-align: center;
    }

    .cpn-acc .cashback-item span.txt-hl {
        color: #3d1f65;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-weight: bold;
    }

    .cpn-acc .cashback-item input[type=checkbox] {
        display: none;
    }

        .cpn-acc .cashback-item input[type=checkbox] + label {
            display: inline-block;
            width: auto;
            height: 26px;
            background: url("../img/check-box.png") no-repeat left 2px;
            background-size: auto 20px;
            padding-left: 30px !important;
            margin: 5px auto;
            font-size: 24px !important;
            line-height: 24px !important;
            color: #0A3B32;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            font-weight: normal;
            cursor: pointer;
        }

        .cpn-acc .cashback-item input[type=checkbox]:checked + label {
            display: inline-block;
            width: auto;
            height: 26px;
            background: url("../img/check-box-active.png") no-repeat left 2px;
            background-size: auto 20px;
            padding-left: 30px !important;
            margin: 5px auto;
            font-size: 24px !important;
            line-height: 24px !important;
            color: #0A3B32;
            /* font-family: 'kittithada_roman_55_pregular' !important; */
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            font-weight: normal;
            cursor: pointer;
        }

.cpn-acc .txt-alert {
    font-size: 20px;
    line-height: 24px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    color: #0A3B32;
    text-align: left;
    margin: 5px 0 0 0;
    display: block;
}

.cpn-acc .radio {
    width: 73%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 24px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
}

.cpn-acc input[type=radio],
.cpn-acc input[type=radio]:before,
.cpn-acc input[type=radio]:after {
    display: none;
}

    .cpn-acc input[type=radio] + label {
        display: block;
        width: 100%;
        height: 26px;
        background: url("../img/radio-off.jpg") no-repeat left 3px;
        background-size: auto 20px;
        padding-left: 10px;
        margin: 0;
        font-size: 24px;
        line-height: 26px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    }

    .cpn-acc input[type=radio]:checked + label {
        display: block;
        width: 100%;
        height: 26px;
        background: url("../img/radio-on.jpg") no-repeat left 3px;
        background-size: auto 20px;
        padding-left: 10px;
        margin: 0;
        font-size: 24px;
        line-height: 26px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    }

.cpn-acc .modal-footer {
    padding: 0;
    border: none;
    text-align: center;
    padding: 0 0 20px 0;
}

    .cpn-acc .modal-footer .btn {
        display: inline-block;
        width: auto;
        height: auto;
        height: auto;
        margin: 10px 10px 10px 0;
        padding: 6px 35px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 22px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: none;
    }

    .cpn-acc .modal-footer .btn-next {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 22px;
        background-color: #feac00;
        border-color: #feac00;
        padding: 6px 35px;
        border-radius: 25px;
        box-shadow: none;
        margin: 0;
        color: #fff;
    }

        .cpn-acc .modal-footer .btn-next:hover {
            background-color: #ea9e00;
        }

    .cpn-acc .modal-footer .btn-cancel {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: #ccc;
        border-color: #ccc;
        padding: 6px 35px;
        border-radius: 25px;
        box-shadow: none;
        margin: 0;
        color: #4e2a81;
    }

        .cpn-acc .modal-footer .btn-cancel:hover {
            background-color: #bbbbbb;
        }

.policy-wrap {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 18px;
}

    .policy-wrap .modal-header h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .policy-wrap .modal-header .close {
        display: none;
    }

    .policy-wrap .modal-body p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 24px;
    }

    .policy-wrap .modal-footer .btn {
        display: inline-block;
        width: 120px;
        height: auto;
        height: auto;
        margin: 10px 10px 10px 0;
        padding: 6px 35px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 22px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: none;
    }

    .policy-wrap .modal-footer .btn-next {
        background-color: #e87722;
        border-color: #e87722;
        color: #d7c3f2;
    }

        .policy-wrap .modal-footer .btn-next:hover {
            background-color: #2b1a41;
        }

    .policy-wrap .modal-footer .btn-cancel {
        background-color: #b9afc7;
        border-color: #b9afc7;
        color: #3d3050;
    }

        .policy-wrap .modal-footer .btn-cancel:hover {
            background-color: #777;
        }

.panel-cpn {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
}

    .panel-cpn span.detail {
        width: 100%;
        display: inline-block;
        margin: 0 0 15px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .panel-cpn span.detail-sub {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #777;
    }

    .panel-cpn span.contact {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #777;
    }

    .panel-cpn .btn-next {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: #e87722;
        border-color: #e87722;
        padding: 6px 35px;
        border-radius: 4px;
        box-shadow: none;
        margin: 5px 0 5px 0;
        color: #d7c3f2;
    }

    .panel-cpn .cpn-chkbox {
        margin: 20px 0 20px 0;
    }

        .panel-cpn .cpn-chkbox input[type=checkbox] {
            display: none;
        }

            .panel-cpn .cpn-chkbox input[type=checkbox] + label {
                display: block;
                width: 100%;
                height: 26px;
                background: url("../img/check-box.png") no-repeat left 2px;
                background-size: auto 20px;
                padding-left: 30px !important;
                margin: 10px auto 0;
                font-size: 24px !important;
                line-height: 26px !important;
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            }

            .panel-cpn .cpn-chkbox input[type=checkbox]:checked + label {
                display: block;
                width: 100%;
                height: 26px;
                background: url("../img/check-box-active.png") no-repeat left 2px;
                background-size: auto 20px;
                padding-left: 30px !important;
                margin: 10px auto 0;
                font-size: 24px !important;
                line-height: 26px !important;
                font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            }

.cpn-btn {
    text-align: left !important;
}

#CpnStep2 .title {
    margin-top: 20px;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    color: #999999;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

#CpnStep2 .cashback-item {
    border: none;
}

    #CpnStep2 .cashback-item .row {
        border: none;
        padding: 5px 0;
    }

    #CpnStep2 .cashback-item .insurance-no {
        text-align: center;
        margin: 0;
    }

.cpn-acc-comp {
    width: 80%;
    margin: 30px auto;
}

    .cpn-acc-comp h3 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 28px;
        line-height: 32px;
        color: #3d1f65;
        text-align: center;
        margin: 0;
    }

    .cpn-acc-comp img {
        margin: 30px auto;
        display: block;
    }

    .cpn-acc-comp p {
        width: 60%;
        font-size: 26px;
        line-height: 26px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        color: #2b2b2b;
        text-align: center;
        margin: 20px auto;
    }

        .cpn-acc-comp p .txtpurple {
            color: #e87722;
            font-weight: bold;
        }

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




.condition {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 20px;
    line-height: 26px;
    color: #909090;
    padding: 0;
    margin: 0 0 0 0;
}

    .condition .modal-header {
        background: #ececec repeat center center;
        color: #171717;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .condition .modal-header .close {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 7px;
            right: 7px;
            background: url("../img/modal-close.png") no-repeat center center;
            opacity: 1;
        }

    .condition .modal-body {
        padding: 15px 40px;
        max-height: 350px;
        overflow: auto;
    }

    .condition .font-bold {
        color: #e87722;
    }

    .condition h2.consent-term-title {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 36px;
        line-height: 32px;
        color: #0A3B32;
        padding: 10px !important;
        margin: 20px 0 !important;
        background: #f5f3f6;
    }

    .condition h2.mconsent-term-title {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 36px;
        line-height: 32px;
        color: #0A3B32;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .condition .sub-title {
        color: #2e2e2e;
        border-bottom: 1px solid #2e2e2e;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .condition p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 20px;
        line-height: 26px;
        color: #909090;
    }

.term-chkbox {
    width: 100%;
    text-align: center;
}

    .term-chkbox p {
        font-size: 24px;
        padding: 0;
        margin: 0;
        color: #666666;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
    }

    .term-chkbox input[type=checkbox] {
        display: none;
    }

        .term-chkbox input[type=checkbox] + label {
            display: inline-block;
            width: auto;
            height: 26px;
            background: url("../img/check-box.png") no-repeat left 3px;
            background-size: auto 20px;
            padding-left: 30px !important;
            margin: 5px auto;
            font-size: 20px !important;
            line-height: 26px !important;
            color: #666666;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            font-weight: normal;
        }

        .term-chkbox input[type=checkbox]:checked + label {
            display: inline-block;
            width: auto;
            height: 26px;
            background: url("../img/check-box-active.png") no-repeat left 3px;
            background-size: auto 20px;
            padding-left: 30px !important;
            margin: 5px auto;
            font-size: 20px !important;
            line-height: 26px !important;
            color: #666666;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
            font-weight: normal;
        }

.condition .modal-footer {
    background: #f3f3f3;
}

    .condition .modal-footer .btn-wrap {
        margin: 5px 0 0 0;
    }

    .condition .modal-footer .btn-next {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 22px;
        background-color: #feac00;
        border-color: #feac00;
        padding: 6px 35px;
        border-radius: 25px;
        box-shadow: none;
        margin: 0;
        color: #fff;
    }

    .condition .modal-footer .btn-cancel {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 24px;
        line-height: 24px;
        background-color: #ccc;
        border-color: #ccc;
        padding: 6px 35px;
        border-radius: 25px;
        box-shadow: none;
        margin: 0;
        color: #4e2a81;
    }


/* Topup */
.navbarlist {
    overflow: hidden;
    max-height: 1800px;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

    .navbarlist.collapsed {
        max-height: 0;
    }

ul.menu-list {
    width: 100%;
    padding-left: 38px;
    margin: 30px 0 0 0;
    list-style: none;
    height: auto !important;
}

    ul.menu-list li {
        width: 100%;
        padding: 5px 0 5px 15px;
        background: url(../img/bullet-right.png) no-repeat left center;
        background-size: 6px auto;
        border-bottom: 1px dotted #ececec;
    }

        ul.menu-list li.lastchild {
            border: none;
        }

        /*
ul.menu-list li::before {
    content: "\2022"; 
    color: #777777;
    display: inline-block; 
    width: 1em;
    margin-left: -1em
}*/
        ul .menu-list li a {
            color: #777777;
            font-size: 12px;
        }

            ul.menu-list li a:hover {
                color: #2b2b2b;
            }

.insurance-type-tbl {
    margin: 40px 0 0 0;
    padding: 5px 0 0 55px;
    background-size: auto 100%;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: url(../img/ico-investment-graph.svg) no-repeat 15px center #e87722;
}

.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .insurance-type-tbl h4 {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 0;
    margin: 10px 0;
}


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h4.fnt-medium {
    font-size: 24px;
    line-height: 35px;
}

.topup-head {
    padding-top: 8px;
}

.bd-top {
    border-top: 1px solid #ececec;
}

/*.topup-head input {
    width: 75%;
    margin: 0 15px;
    float: left;
}*/

.topup-head span {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: 35px;
    display: block;
    vertical-align: bottom;
}

.topup-head title-detail {
    margin-bottom: 10px;
}

.topup-head .rwd-break {
    display: none;
}





.modaltopup {
    width: 91%;
    margin: 0 auto;
}

    .modaltopup center i.orange {
        margin-bottom: 20px;
    }

    .modaltopup .title {
        display: inline-block;
    }

.tbl-btn {
    margin: 10px 0 5px 0 !important;
}

    .tbl-btn .fundswitch-btn {
        color: #ffffff !important;
    }

    .tbl-btn .fundhistory {
        float: none !important;
        display: inline-block !important;
    }

.modalPremiumTopup .modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #e5e5e5;
    color: #0A3B32;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modalfundswich .modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #e5e5e5;
    color: #0A3B32;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .modalfundswich .modal-header span {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 30px;
        color: #0A3B32;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

.modalfundswich .modal-body span.title {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 30px;
    color: #0A3B32;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}

.modalfundswich .modal-body .fundswitch-chk {
    /*width: 90%;*/
    margin: 0 auto 30px;
}

.modalfundswich .modal-body .checkbox {
    margin-bottom: 15px;
}

.modalfundswich .modal-body .radio {
    margin-bottom: 15px;
}

.modalfundswich .modal-body label {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 25px;
    line-height: 25px;
    padding-left: 15px;
}

    .modalfundswich .modal-body label::before {
        width: 21px;
        height: 21px;
        cursor: pointer;
        transition: none;
        background-color: #ababab;
        border: 1px solid #ababab;
    }

    .modalfundswich .modal-body label::after {
        font-size: 15px;
        background-color: #fcaf17;
        color: #fff;
        width: 21px;
        height: 21px;
        border-radius: 3px;
        padding-top: 0px;
        line-height: 21px;
        padding-right: 3px;
    }

.modalfundswich .modal-body .txt-detail {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #0A3B32;
}

.modalfundswich .modal-body .btn-c {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 27px;
    background-color: #ffffff;
    border: 2px solid #e87722;
    padding: 8px 20px;
    box-shadow: none;
    margin: 0 4px 20px 0;
    color: #e87722;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
}

    .modalfundswich .modal-body .btn-c:hover {
        color: #ffffff !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
        border: 2px solid #e87722;
        background-color: #e87722 !important;
    }

.modalfundswich .modal-body .btn-next {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 18px;
    line-height: 27px;
    background-color: #e87722;
    border: 2px solid #e87722;
    padding: 8px 20px;
    box-shadow: none;
    margin: 0 0 20px 0;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
}

    .modalfundswich .modal-body .btn-next:hover {
        color: #e87722 !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
        border: 2px solid #ffffff !important;
        background-color: #ffffff !important;
    }

.modalfundswich .modal-body input[type=radio] {
    display: none;
}

    .modalfundswich .modal-body input[type=radio] + label {
        display: block;
        width: 100%;
        height: auto;
        background: url(../img/ico-radio-inactive.svg) no-repeat left 2px;
        background-size: 22px 22px;
        padding-left: 37px;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 21px;
        color: #0A3B32;
    }

        .modalfundswich .modal-body input[type=radio] + label::before,
        .modalfundswich .modal-body input[type=radio] + label::after {
            display: none;
        }

    .modalfundswich .modal-body input[type=radio]:hover + label {
        display: block;
        width: 100%;
        height: auto;
        background: url(../img/ico-radio-hover.svg) no-repeat left 2px;
        background-size: 22px 22px;
        padding-left: 37px;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 21px;
        color: #0A3B32;
    }

    .modalfundswich .modal-body input[type=radio]:checked + label {
        display: block;
        width: 100%;
        height: auto;
        background: url(../img/ico-radio-active.svg) no-repeat left 2px;
        background-size: 22px 22px;
        padding-left: 37px;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 21px;
        color: #0A3B32;
    }


/* Adjust Register */
.term-register h1 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: bold;
    font-weight: bold;
    margin-top: 15px !important;
}

.term-register h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-top: 5px !important;
    text-decoration: underline;
    text-align: left !important;
    text-decoration: underline;
    text-align: left !important;
}

.nav-tabs > li > a {
    background: #e5e5e5;
    font-size: 18px;
    color: #0A3B32;
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #e87722;
    color: #ffffff;
    border: none;
}

.highcharts-navigator-mask-inside {
    fill: rgba(232, 119, 35, 0.3);
}

.modal-title {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 22px;
    line-height: 1;
    color: #0A3B32;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #e5e5e5;
    text-align: center;
}

.modal-header2 {
    background-color: #e5e5e5;
    padding-top: 21px;
    padding-bottom: 21px;
    border-radius: 4px;
}

.modal-doc.m-fundinfo .modal-body .box-text ul,
.modal-doc.m-fundinfo .modal-body .box-text ol {
    padding-left: 28px;
    margin-bottom: 20px;
    margin-top: 49px;
}

.modal-doc.m-fundinfo .modal-body .box-text li {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

    .modal-doc.m-fundinfo .modal-body .box-text li a {
        color: #999999;
        text-decoration: underline;
    }

        .modal-doc.m-fundinfo .modal-body .box-text li a:hover {
            color: #e87722;
        }

.box-top-table > table {
    margin-bottom: 0px;
}
/* New table style 1 with header fwd-orange */
table.table-sty-wrap {
    border-collapse: collapse;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}

.table.table-sty-wrap > thead > tr > th {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 16px;
    line-height: 24px;
    color: #0A3B32;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    padding: 16px;
    background: #fcebde;
    font-weight: normal;
    border: 1px solid #ffffff;
    text-align: center;
}

    .table.table-sty-wrap > thead > tr > th:first-child {
        border-left: 1px solid #fcebde;
    }

    .table.table-sty-wrap > thead > tr > th:last-child {
        border-right: 1px solid #fcebde;
    }

.table.table-sty-wrap > thead > tr.bg-orange > th {
    background: #e87722;
    line-height: 30px;
    font-size: 22px;
    color: #ffffff;
    height: 56px;
    text-align: left;
}

    .table.table-sty-wrap > thead > tr.bg-orange > th:first-child {
        border-left: 1px solid #e87722;
    }

    .table.table-sty-wrap > thead > tr.bg-orange > th:last-child {
        border-right: 1px solid #e87722;
    }

.table.table-sty-wrap > tbody > tr > td {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: 21px;
    color: #0A3B32;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    padding: 16px;
    border: 1px solid #ffffff;
}

    .table.table-sty-wrap > tbody > tr > td:first-child {
        border-left: 1px solid #e5e5e5;
    }

    .table.table-sty-wrap > tbody > tr > td:last-child {
        border-right: 1px solid #e5e5e5;
    }

.table.table-sty-wrap > tbody > tr:last-child > td {
    border-bottom: 1px solid #e5e5e5;
}

table.table-sty-wrap tbody tr:nth-child(even) {
    background: #ffffff;
}

table.table-sty-wrap tbody tr:nth-child(odd) {
    background: #e5e5e5;
}


/* New table style 2 no header fwd-orange */
table.table-sty2-wrap {
    border-collapse: collapse;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}

.table.table-sty2-wrap > thead > tr > th {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    padding: 8px;
    background: #e87722;
    font-weight: normal;
    border: 1px solid #ffffff;
    text-align: center;
}

    .table.table-sty2-wrap > thead > tr > th:first-child {
        border-left: 1px solid #e87722;
    }

    .table.table-sty2-wrap > thead > tr > th:last-child {
        border-right: 1px solid #e87722;
    }

.table.table-sty2-wrap > tbody > tr > td {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    font-size: 14px;
    line-height: 21px;
    color: #0A3B32;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    padding: 8px;
    border: 1px solid #ffffff;
}

    .table.table-sty2-wrap > tbody > tr > td:first-child {
        border-left: 1px solid #e5e5e5;
    }

    .table.table-sty2-wrap > tbody > tr > td:last-child {
        border-right: 1px solid #e5e5e5;
    }

.table.table-sty2-wrap > tbody > tr:last-child > td {
    border-bottom: 1px solid #e5e5e5;
}

table.table-sty2-wrap tbody tr:nth-child(even) {
    background: #ffffff;
}

table.table-sty2-wrap tbody tr:nth-child(odd) {
    background: #e5e5e5;
}


/* End New table style */

.text-detail-wrap {
    width: 100%;
}

    .text-detail-wrap p.text-detail {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        line-height: 26px;
        color: #0A3B32;
    }

.carousel-inner .textview .btn-next {
    font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
    width: 133px;
    height: 40px;
    font-size: 18px;
    line-height: 26px;
    color: #0A3B32;
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    float: right;
}

    .carousel-inner .textview .btn-next:hover {
        background: #FCEBDE;
    }

    .carousel-inner .textview .btn-next .icon-next-3 {
        margin: 0 5px 0 0;
        width: 24px;
        height: 24px;
    }

/* tos */

.dropdown-wrap {
    margin-bottom: 20px;
}

    .dropdown-wrap .wrapper {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .dropdown-wrap .wrapper .title {
            font-weight: 700;
            font-size: 24px;
            color: #fff;
        }

    .dropdown-wrap .select_wrap,
    .dropdown-wrap .select_wrap1,
    .dropdown-wrap .select_wrap2 {
        width: 100%;
        margin: 12px auto 0;
        position: relative;
        user-select: none;
        display: inline-grid;
    }

        .dropdown-wrap .select_wrap .default_option,
        .dropdown-wrap .select_wrap1 .default_option1,
        .dropdown-wrap .select_wrap2 .default_option2 {
            background: #fff;
            border-radius: 0;
            position: relative;
            cursor: pointer;
            padding: 0 !important;
            margin-bottom: 0;
            width: 97%;
            border-bottom: 1px solid #cccccc;
            list-style:none;
        }

    .dropdown-wrap .active .default_option,
    .dropdown-wrap .active .default_option1,
    .dropdown-wrap .active .default_option2 {
        border-bottom: 1px solid #e87722;
    }

    .dropdown-wrap .select_wrap .default_option p,
    .dropdown-wrap .select_wrap1 .default_option1 p,
    .dropdown-wrap .select_wrap2 .default_option2 p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 21px;
        color: #0A3B32;
        margin: 0;
        padding: 0;
        background: url(../img/ico-txtbox-dropdown.svg) no-repeat right center;
        background-size: 20px 20px;
        display: block;
        width: 100%;
    }

    .dropdown-wrap .select_wrap .default_option li,
    .dropdown-wrap .select_wrap1 .default_option1 li,
    .dropdown-wrap .select_wrap2 .default_option2 li {
        padding: 10px 20px;
    }

    .dropdown-wrap .select_wrap .select_ul,
    .dropdown-wrap .select_wrap1 .select_ul1,
    .dropdown-wrap .select_wrap2 .select_ul2 {
        position: absolute;
        top: 27px;
        left: 0;
        width: 97%;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        display: none;
        z-index: 50;
        list-style:none;
    }

        .dropdown-wrap .select_wrap .select_ul li,
        .dropdown-wrap .select_wrap1 .select_ul1 li,
        .dropdown-wrap .select_wrap2 .select_ul2 li {
            padding: 0 !important;
            cursor: pointer;
        }

            .dropdown-wrap .select_wrap .select_ul li:last-child:hover,
            .dropdown-wrap .select_wrap1 .select_ul1 li:last-child:hover,
            .dropdown-wrap .select_wrap2 .select_ul2 li:last-child:hover {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

            .dropdown-wrap .select_wrap .select_ul li:hover,
            .dropdown-wrap .select_wrap1 .select_ul1 li:hover,
            .dropdown-wrap .select_wrap2 .select_ul2 li:hover {
                background: #e87722;
                color: #ffffff;
            }

                .dropdown-wrap .select_wrap .select_ul li:hover p,
                .dropdown-wrap .select_wrap1 .select_ul1 li:hover p,
                .dropdown-wrap .select_wrap2 .select_ul2 li:hover p {
                    color: #ffffff !important;
                }


.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .dropdown-wrap .select_wrap .select_ul li:hover p,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .dropdown-wrap .select_wrap1 .select_ul1 li:hover p,
.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .dropdown-wrap .select_wrap2 .select_ul2 li:hover p{
    color: #ffffff !important;
}

        .dropdown-wrap .select_wrap .select_ul .option p,
        .dropdown-wrap .select_wrap1 .select_ul1 .option p,
        .dropdown-wrap .select_wrap2 .select_ul2 .option p {
            display: inline-block;
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 12px;
            line-height: 21px;
            color: #0A3B32;
            margin: 0;
            padding: 0 0 0 10px !important;
            width: 90%;
        }

        .dropdown-wrap .select_wrap .select_ul li:hover .option p,
        .dropdown-wrap .select_wrap1 .select_ul1 li:hover .option p,
        .dropdown-wrap .select_wrap2 .select_ul2 li:hover .option p {
            color: #ffffff;
        }

    .dropdown-wrap .select_wrap .option .icon,
    .dropdown-wrap .select_wrap1 .option .icon,
    .dropdown-wrap .select_wrap2 .option .icon {
        background: url(../img/ico-check-alt.svg) no-repeat 0 0;
        width: 7px;
        height: 5.3px;
        margin-right: 0;
        display: inline-block;
    }

    .dropdown-wrap .select_wrap .select_ul li:hover .option .icon,
    .dropdown-wrap .select_wrap1 .select_ul1 li:hover .option .icon,
    .dropdown-wrap .select_wrap2 .select_ul2 li:hover .option .icon {
        background: url(../img/ico-check-alt-white.svg) no-repeat 0 0;
        width: 7px;
        height: 5.3px;
        margin-right: 0;
        display: inline-block;
    }


    .dropdown-wrap .select_wrap.active .select_ul,
    .dropdown-wrap .select_wrap1.active .select_ul1,
    .dropdown-wrap .select_wrap2.active .select_ul2 {
        display: block;
        padding: 0 !important;
    }

    .dropdown-wrap .select_wrap.active .default_option:before,
    .dropdown-wrap .select_wrap1.active .default_option1:before,
    .dropdown-wrap .select_wrap2.active .default_option2:before {
        top: 25px;
        transform: rotate(-225deg);
    }

    .dropdown-wrap .btn-search-history-next {
        background: url(../img/ico-search-v.svg) no-repeat left 12px center;
        background-size: 24px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 27px;
        background-color: #e87722;
        border: 2px solid #e87722;
        padding: 4px 12px 4px 44px;
        box-shadow: none;
        margin: 0 0 12px 0;
        color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .dropdown-wrap .btn-search-history-next:hover {
            color: #e87722 !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16) !important;
            border: 2px solid #ffffff !important;
            background: url(../img/ico-search-orange.svg) no-repeat left 12px center;
            background-size: 24px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 4px 12px 4px 44px;
        }

    .dropdown-wrap .btn-search-history-clear {
        background: url(../img/ico-search-v.svg) no-repeat left 12px center;
        background-size: 24px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 27px;
        background-color: #e87722;
        border: 2px solid #e87722;
        padding: 4px 12px 4px 44px;
        box-shadow: none;
        margin: 0 0 12px 0;
        color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .dropdown-wrap .btn-search-history-clear:hover {
            color: #e87722 !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16) !important;
            border: 2px solid #ffffff !important;
            background: url(../img/ico-search-orange.svg) no-repeat left 12px center;
            background-size: 24px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 4px 12px 4px 44px;
        }

.ico-check-alt {
    background: url(../img/ico-check-alt-white.svg) no-repeat 0 0;
    width: 7px;
    height: 5.3px;
    margin-right: 0;
    display: inline-block;
}

.selected_p {
    color: #e87722 !important;
}

.sty-icoplus {
    display: inline-block;
    background: url(../img/ico-plus.svg) no-repeat center center;
    background-size: 22px 22px;
    margin-right: -8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    margin: 0 auto -8px;
}

    .sty-icoplus:hover {
        background: url(../img/ico-plus.svg) no-repeat center center #fcebde;
        background-size: 22px 22px;
    }

.sty-head-modal-tstatus {
    background-color: #e87722;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 51px;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 20px 20px 0;
    margin: 0px !important;
}

/* tod */

.icon-table {
    width: 24px;
    height: 24px;
}

.link-highlight {
    padding: 8px;
    border-radius: 4px;
    margin: 0 0 0 0;
}

    .link-highlight:hover {
        padding: 8px;
        background-color: #FCEBDE;
        margin: 0 0 0 0;
    }

.section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .check-mail .otp-wrap {
    width: 45%;
    margin: 0 auto;
}

.box-login {
    padding: 115px 0;
}

div.item-upload label {
    width: 120px;
    height: 34px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    background: #ffffff;
    border: 2px solid #E87723;
}

    div.item-upload label span {
        color: #e87723 !important;
    }

        div.item-upload label span.badge {
            background: #e87723 !important;
            color: #ffffff !important;
            width: 22px !important;
            height: 22px !important;
            font-size: 12px !important;
            line-height: 25px !important;
            padding: 0 !important;
            top: -3px !important;
            right: -75px;
        }

div.item-upload .buttonText {
    position: absolute;
    left: 30px;
}

div.item-upload .buttonright {
    right: -5px;
}

.alert-danger {
    background: none;
    border:none;
    padding: 0;
    list-style:none;
}
    .alert-danger label {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 18px;
        color: #b30909;
        background: url(../img/ico-error.svg) no-repeat left 3px;
        padding: 0 0 0 15px;
        font-weight:normal;
    }

    @media only screen (min-width:992px) and (max-width:1199px) {
        .icon-table {
        width: 24px;
        height: 24px;
    }


    .section-content-8 .manage-content-x8 .manage-content-x8 .form-control {
        width: 40%;
    }

    .x-login .box-footer .content-footer:first-child {
        text-align: center;
        padding-bottom: 40px;
    }

    .x-login .box-footer .content-footer .social-footer {
        float: left;
    }

    .x-login .box-footer .content-footer h4 {
        margin: 0 2px 0 0;
    }

        .x-login .box-footer .content-footer h4 a {
            padding: 2px 4px;
        }

    .section-content-2 .box-c-2 .c-2 .box-login .head {
        padding: 10px 25px;
    }

    .section-content-2 .box-c-2 .c-2 .box-login .login {
        padding: 30px 25px;
    }

    .f-login .box-footer-copy .content-copy-footer {
        width: 100%;
    }

        .f-login .box-footer-copy .content-copy-footer ul {
            margin: 15px 0 0 0;
            text-align: left;
        }

            .f-login .box-footer-copy .content-copy-footer ul li:first-child {
                padding: 0 10px 0 0;
            }

    .f-login .box-footer {
        padding: 65px 0 20px 0;
    }


    .section-content-8 {
        padding: 20px;
    }

        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:hover,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:focus {
            padding: 10px 20px;
        }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content {
        padding-right: 20px;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text h2 {
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text p {
        min-height: 70px;
    }

    .section-content-4 {
        padding: 35px 20px 20px 20px;
    }
}

@media only screen (max-width: 992px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }


    .cpn-acc .description {
        width: 100%;
    }

    .cpn-acc .sub-des {
        width: 100%;
    }

    .cpn-acc .select-all-wrap {
        width: 95%;
    }

    .cpn-acc .c-title-wrap {
        width: 95%;
    }

    .cpn-acc .cashback-item {
        width: 95%;
        max-height: 142px;
    }

    .cpn-acc .c-title-wrap .c-title {
        font-size: 22px;
        line-height: 22px;
    }

    .cpn-acc-comp p {
        width: 100%;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 1.5;
        color: #0A3B32;
        background-color: #f4bb91;
        border: none;
        box-shadow: none;
    }
}

@media only screen (min-width:768px) and (max-width:991px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .addfund .section-content-8 h5 {
        margin: 0 0 0 0 !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .select-htr-x8 .select-htr-x8-tab .form-control {
        width: 31%;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .checkbox {
        margin: 7px 15px 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-ok {
        margin: 0px 0 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-edit {
        margin: 22px 0 0 0;
    }

    .section-content-5.section-content-5-all .box-c-5 .c-5 .box-c5-content .bg-c5 {
        padding: 40px 40px 40px 40px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.auto-inl {
        width: 230px;
    }

    .x-login .box-footer .content-footer:first-child {
        text-align: center;
        padding-bottom: 40px;
    }

    .x-login .box-footer .content-footer .social-footer {
        float: left;
    }

    .section-content-4 .box-c-4 .c-4 {
        padding: 0 6px;
    }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load {
            display: none;
        }

    .section-content-4 .box-c-4 {
        margin: 0;
    }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text p {
            min-height: 70px;
        }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content .doc-content-all {
            border: 0;
        }

    .f-login .box-footer-copy .content-copy-footer {
        width: 100%;
    }

        .f-login .box-footer-copy .content-copy-footer ul {
            margin: 15px 0 0 0;
            text-align: left;
        }

            .f-login .box-footer-copy .content-copy-footer ul li:first-child {
                padding: 0 10px 0 0;
            }

    .f-login .contact {
        padding: 36px 40px;
    }

    .section-content-4 {
        padding: 40px 15px 35px 15px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head h2 {
        font-size: 22px;
        line-height: 23px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 {
        font-size: 30px;
        line-height: 26px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head {
        padding: 15px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more h3 {
        font-size: 24px;
        line-height: 20px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more p {
        font-size: 24px;
        line-height: 20px;
        text-align: right;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more .btn-next {
        margin: 5px 0 0 0;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more h3 {
        font-size: 24px;
        line-height: 20px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more p {
        font-size: 24px;
        line-height: 20px;
        text-align: right;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next {
        margin: 5px 0 0 0;
    }

    .section-content-8 {
        padding: 20px;
    }

        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:hover,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:focus {
            font-size: 20px;
            line-height: 16px;
            padding: 10px 20px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.table-bordered {
            margin: 0 0 0 0;
        }

    .table-responsive {
        border-radius: 24px;
        margin: 0 0 15px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content label {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .radio-inline + .radio-inline {
        margin-left: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.col-xx-8 {
        margin-top: 35px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio {
        display: block;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note .ico-note {
        margin: 0 5px 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note h6 {
        margin: 0 15px 15px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box h2 {
        font-size: 30px;
        line-height: 26px;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text h2 {
    }

    .section-content-4 {
        padding: 35px 20px 20px 20px;
    }

        .section-content-4 .c4-content-text.c-mb {
            display: block;
        }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text.c-mb .text p {
            display: block;
        }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text.c-mb .text {
            padding-left: 0;
        }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content.doccx-content-desktop {
            display: block;
        }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content .doc-content-all img {
            width: auto;
        }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content.doccx-content-mb {
            display: block;
            padding: 0;
            margin: 10px 0;
        }

    .section-content-3 .nav-pills > li > a {
        padding: 10px 20px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h6 {
        display: block;
        margin: 0px 0px 10px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li {
        margin-left: 2px;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li > a {
            font-size: 20px;
            line-height: 16px;
            padding: 6px 5px;
        }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .p-15 {
        position: relative;
    }

    .section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 {
        padding: 10px 15px;
    }

    .section-content-6 .box-c-1 .c-1 .box-c1-content .docc .docccc h4 {
        margin: 0px 0 0 0;
    }
}

@media only screen (max-width: 768px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h4.fnt-medium {
        text-align: center;
    }

    /*.topup-head input {
        width: 40%;
        margin: 0 auto;
        float: none;
        display: inline-block;
    }*/

    .topup-head span {
        font-weight: bold;
        line-height: 35px;
        display: inline-block;
        vertical-align: bottom;
        float: none;
        margin-left: 15px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text p {
        font-size: 16px;
        line-height: 20px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text-more h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width:767px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-warp {
        display: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m.table {
        display: block;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m td {
        border-bottom: 1px solid #fff;
        position: relative;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .tabletopup td:first-child {
        background-color: #e87722;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr:first-child td:first-child {
        -webkit-border-top-left-radius: 24px;
        -moz-border-radius-topleft: 24px;
        border-top-left-radius: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr:first-child td:last-child {
        -webkit-border-top-right-radius: 24px;
        -moz-border-radius-topright: 24px;
        border-top-right-radius: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 24px;
        -moz-border-radius-bottomleft: 24px;
        border-bottom-left-radius: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 24px;
        -moz-border-radius-bottomright: 24px;
        border-bottom-right-radius: 24px;
    }


    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m td:first-child p.title {
        color: #fff;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .tabletopupmobile td:first-child p.title {
        color: #0A3B32;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m td:last-child {
        background-color: #eaeaea;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr.all td:first-child {
        background-color: #e87722;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .tabletopup tr.all td:first-child {
        background-color: #e87722 !important;
        color: #fff !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .tabletopup tr.all td:first-child {
        background-color: #e2d6fb;
    }

    /*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr.all td:first-child p.title {
            color: #0A3B32;
        }*/
    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .tabletopup tr:nth-last-child(n-2) td:first-child p.title {
        font-weight: normal !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr.all td:last-child {
        background-color: #e5e5e5;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .tabletopup tr.all td:last-child {
        background-color: #eaeaea;
        border: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tbody {
        background-color: #e5e5e5;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m p.title {
        display: block;
        margin: 0 0 5px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m tr:nth-of-type(even) {
        background-color: transparent;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m thead {
        display: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .text-right {
        text-align: left !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .form-control {
        text-align: left !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .all .hdm {
        display: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m .delete-fund {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .addf {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 14px;
        color: #0A3B32;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 15px;
        display: block;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .addf a {
            line-height: 30px;
            display: inline-block;
            color: #0A3B32;
            background: url(../img/ico-add-fund.svg) no-repeat top left;
            background-size: 30px 30px;
            padding: 0 0 0 38px;
        }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .addf a:hover {
                background: url(../img/ico-add-fund-over.svg) no-repeat top left;
                background-size: 30px 30px;
            }


        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .addf .add-fund {
            color: #2b1a41;
            margin-right: 5px;
            display: inline-block;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 #tlb-m h5 {
        text-align: left;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table.sty-2 > tbody > tr > td h5 {
        text-align: right;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .select-htr-x8 .select-htr-x8-tab .form-control {
        width: 32%;
    }

    .addfund .section-content-8 h5 {
        margin: 0 0 0 0 !important;
    }

    .modal-doc.m-fundinfo .modal-body {
        padding: 15px !important;
    }

    /*.section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic .pic h6{position:relative;margin:5px auto 0 auto;display:block;bottom:0px;right: 0px;}*/
    .section-content-8 .head-content-x8-tab6 .text-content-x8-tab6--2 {
        padding: 10px 0;
        border-left: none;
    }

    .section-content-8 .head-content-x8-tab6 .text-content-x8-tab6 {
        padding: 10px 0;
    }

    .modal-doc .modal-body .box-text h5 br.specifix {
        display: none;
    }

    .section-content-8 .content-pdf-check .embed-container iframe {
        height: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .section-content-8 .content-pdf-check .embed-container {
        height: auto;
        padding-bottom: 0;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note {
        margin: 15px 0 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td {
        width: 100%;
        display: block;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr {
        display: block;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .checkbox {
        margin: 7px 15px 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .btn-ok {
        margin: 0px 0 0 0;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-load {
        display: none;
    }

    .section-content-5.section-content-5-all .box-c-5 .c-5 .box-c5-content .text .btn-next {
        float: left;
    }

        .section-content-5.section-content-5-all .box-c-5 .c-5 .box-c5-content .text .btn-next.padtop10 {
            padding-top: 10px;
        }


    .x-login .box-footer .content-footer {
        text-align: center;
    }

    .section-content-4 .owl-carousel .owl-item img {
        width: auto;
    }

    .section-content-4 .owl-theme .owl-dots {
        text-align: right;
        margin-top: 0;
    }

    .section-content-4 .carousel-control.right {
        display: none;
    }

    .section-content-4 .carousel-control.left {
        display: none;
    }

    .section-content-4 .carousel-inner > .item {
        display: block;
        border-bottom: 1px solid #ececec;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
    }

        .section-content-4 .carousel-inner > .item:last-child {
            border-bottom: 0;
        }

    .section-content-4 .carousel {
        padding: 0 15px;
    }

    .section-content-4 {
        padding: 0 0px 15px 0px;
    }

        .section-content-4 .box-c-4 .c-4 {
            border-bottom: 1px solid #cccccc;
            padding: 0 0 10px 0;
            margin-bottom: 10px;
        }

        .section-content-4 .box-c-4 {
            margin: 0 0;
            padding: 0 0;
        }

            .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .doccx-content {
                padding-right: 0;
                padding-left: 12px;
                margin: 10px 0 10px 0;
                display: block;
            }

            .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text p {
                min-height: inherit;
            }

            .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text .absmiddle {
                display: none;
            }

    .section-content-1 {
        position: relative;
        top: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .note h6 {
        display: block;
    }

    .section-content-1 .logo {
        padding: 0 15px 30px 15px;
        text-align: center;
    }

    .section-content-2.section-content-2a {
        padding-bottom: 0;
        padding-top: 0;
    }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login h2 {
            margin: 0 0 30px 0;
        }

        .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb {
            margin: 0 0 20px 0;
            float: none;
        }

    .section-content-2 .box-c-2 .c-2 .box-login .login .form-control.form-otp {
        width: 100%;
    }

    .section-content-2 .box-c-2 .c-2:first-child {
        display: none;
    }

    .section-content-2 .box-c-2 .c-2 {
        padding: 0 15px 30px 15px;
    }

    .f-login .box-footer {
        padding: 20px 15px;
    }

    .f-login .box-footer-copy .content-copy-footer ul {
        margin: 15px 0 0 0;
        text-align: left;
    }

        .f-login .box-footer-copy .content-copy-footer ul li:first-child {
            padding: 0 10px 0 0;
        }

    .f-login .box-footer-copy {
        padding: 15px;
    }

    .modal-doc .modal-body .box-text label {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .header .header-nav .logo {
        padding: 15px 0;
        text-align: center;
    }

        .header .header-nav .logo img.logo {
            width: 114px;
            height: 38px;
        }

    .header .header-nav {
        padding: 0 0;
        margin: 24px 0 0 0;
    }

        .header .header-nav .box-c-3 .c-3 h1 {
            font-size: 36px;
            text-align: left;
            padding-left: 15px;
            padding-top: 15px;
        }

        .header .header-nav .box-c-3 .c-3 h6 {
            padding: 25px 15px 12px 0;
        }


    .section-content-3 .nav-pills > li > a,
    .section-content-3 .nav-pills > li > a:hover,
    .section-content-3 .nav-pills > li > a:focus {
        padding: 10px 15px;
    }

    .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-pic .pic img {
        width: auto;
    }

    .section-content-4 .box-c-4 .c-4:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .section-content-4 .box-c-4 .c-4 .carousel-indicators {
        position: relative;
        bottom: 0;
        text-align: right;
        margin-top: 5px;
    }

    .section-content-3 .nav-pills {
        padding-top: 15px;
    }

    .section-content-5 .box-c-5 {
        margin: 0 0;
    }

        .section-content-5 .box-c-5 .c-5 {
            padding: 0 10px;
        }

    .x-login .box-footer .content-footer h4 {
        display: block;
        text-align: left;
        margin: 0px;
        padding: 6px 0px;
        border-bottom: 1px solid rgb(198, 198, 198);
    }

    .x-login .box-footer .content-footer:first-child {
        text-align: left;
        padding: 0px 15px 15px;
    }

    .x-login .box-footer .content-footer h4 a.active {
        background-color: transparent;
    }

    .x-login .box-footer .content-footer h4 a {
        display: block;
        padding: 0 4px;
    }

        .x-login .box-footer .content-footer h4 a:hover {
            color: #e87722;
            background-color: transparent;
        }

    .x-login .x-space {
        height: 15px;
    }

    .x-login .box-footer .content-footer .social-footer {
        float: none;
    }

    .x-login .box-footer .content-footer .contact h6 {
        text-align: center;
    }

    .x-login .box-footer .content-footer .contact p {
        text-align: center;
        margin-bottom: 8px;
    }

    .x-login .box-footer .content-footer .contact h5 {
        text-align: center;
    }

    .x-login .box-footer-copy .content-copy-footer ul {
        text-align: center;
        margin-top: 16px;
        padding: 0 5px;
    }

    .x-login .box-footer-copy {
        padding: 14px 0 14px 0;
    }

        .x-login .box-footer-copy .content-copy-footer p {
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }

    .box-main {
        margin: 10px 0 0 0;
    }

        .box-main .box-main-content {
            padding: 0 10px;
        }

    .section-content-8 {
        padding: 20px;
    }

        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:hover,
        .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:focus {
            font-size: 12px;
            line-height: 18px;
            padding: 10px 12px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .xx-8 {
            border: none;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h3 {
            text-align: left;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio {
            display: block;
        }

            .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .rdb .radio.radio-inline + .radio-inline {
                margin-left: 0;
            }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.col-xx-8 {
            margin-top: 9px;
            margin-left: 30px;
            width: 250px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content label {
            margin-bottom: 5px;
            margin-top: 0;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.auto-inl {
            margin-top: 9px;
        }

    .m-payment .modal-dialog {
        margin-top: 70px !important;
    }

    .m-payment.modal-doc {
        padding-left: 0 !important;
    }

    .header .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
        border-radius: 0;
        background-color: #261848;
    }

    .header .m-nav.navbar-collapse {
        position: relative;
        width: 100%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #3b1f62;
    }

    .header .m-nav .nav > li {
        clear: both;
    }

        .header .m-nav .nav > li > a {
            border-bottom: 1px solid #cccccc;
        }

        .header .m-nav .nav > li:last-child {
            clear: both;
            border-bottom: none;
        }

    .header .m-nav .navbar-nav {
        margin: 0 0;
    }

        .header .m-nav .navbar-nav > li > a {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 18px;
            color: #0A3B32;
            background-color: #ffffff;
            padding: 15px;
        }

    .padding-mobile {
        padding: 0 22px;
    }

    .header .m-nav .navbar-nav > li:last-child > a {
        color: #0A3B32;
        background-color: #ffffff;
    }

    .header .m-nav .dropdown-menu {
        width: 100%;
        top: auto;
        margin: 0 0 0 0;
        padding: 0 0;
        left: 0;
        position: relative;
        background: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .header .m-nav .nav > li.active > a {
        background-color: #e87722;
        color: #fff;
    }

    .header .m-nav .dropdown-menu.mnx .icon-menu-rew {
        margin-right: 15px;
    }

    .header .m-nav .dropdown-menu.mnx li a {
        border-bottom: 1px solid #FFFFFF;
    }

    .header .m-nav .dropdown-menu.mnx li:last-child a {
        border: none;
    }

    .header .m-nav .dropdown-menu.mnx li:last-child {
        border-bottom: 0px;
    }

    .header .m-nav .dropdown-menu.mnx > li > a {
        padding: 8px 0;
        margin: 0 15px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px;
        line-height: 22px;
        color: #fff;
    }

        .header .m-nav .dropdown-menu.mnx > li > a .span-en16 {
            padding: 8px 0;
            margin: 0 15px;
            font-family: 'FWDCircularTT-Book';
            font-size: 16px;
            line-height: 22px;
            color: #ffffff;
            margin: 0px;
            padding: 0px;
        }

        .header .m-nav .dropdown-menu.mnx > li > a:hover,
        .header .m-nav .dropdown-menu.mnx > li > a:focus {
            background-color: #e87722;
            color: #fff;
        }

    .header .m-nav .dropdown-menu.mnx {
        position: relative;
        padding: 5px 0;
        margin: 0 0 0;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #ea7709;
    }

    .header .mxnav {
        display: block;
    }

    .header .navbar-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        /*top: 0;
        bottom: 0;*/
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        background: url(../img/ico-menu-mobile.svg) no-repeat top left;
        background-size: 100% auto
    }

        .header .navbar-toggle span {
            display: none;
        }

    .header .header-nav .c-3mx {
        display: block;
    }

    .header .header-nav .c-3rx {
        display: block;
    }

    .header .header-nav .c-3 {
        display: none;
    }

    .header .header-nav .logo.text-left {
        text-align: left;
        padding: 0 15px;
    }

        .header .header-nav .logo.text-left img {
            width: 80px;
            height: 26px;
        }

    .section-content-3 {
        display: none;
    }

    .section-content-6 {
        display: none;
    }

    /*.section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .table-responsive {
        position: relative;
        border: none;
    }*/

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .table-responsive .swipe {
        display: block;
        /*background: rgba(0, 0, 0, 0.75);*/
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 1) 97%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 1) 97%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 1) 97%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .table-responsive .swipe .swipe-x {
            position: absolute;
            top: 50%;
            right: -3%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            background: url(/Content/mypolicy-style/img/ico-wipe-right.svg) no-repeat;
            width: 40px;
            height: 40px;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .table-responsive .swipe .btn-next-4 {
            font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
            font-size: 18px;
            line-height: 18px;
            background-color: transparent;
            border-color: transparent;
            padding: 4px 10px;
            border-radius: 0;
            box-shadow: none;
            margin: 5px auto 0 auto;
        }

    .modal-doc .modal-body .box-text h6 br {
        display: none;
    }

    .section-content-2 .box-c-2 .c-2 .box-login .login h3 span {
        display: block;
    }

    .section-content-4 .box-c-4 .c-4 {
        border-right: none;
    }

        .section-content-4 .box-c-4 .c-4 .c4-content .c4-content-text .text {
            height: auto;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .desktop-x {
        display: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3.mobile-x .mobile-xin {
        display: block;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3.mobile-x {
        display: block;
        margin-top: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 {
        float: none;
        text-align: center;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li {
            margin: 0;
            float: none;
            zoom: 1;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        padding: 6px 8px;
        box-shadow: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 {
        text-align: left;
        margin: 15px 0 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-content-x8-tab2 h5 {
        /* background-color: #E6D5C8; */
        display: inline-block;
        padding: 8px 15px;
        color: #E87723;
        font-size: 14px;
        border-radius: 24px;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-content-x8-tab2 h5:hover {
            background-color: #E6D5C8;
            /* color: #E87723; */
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-content-x8-tab2 h5 a {
            color: #0A3B32;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td h5 {
        text-align: right;
    }

    .header .header-register {
        height: auto;
        padding: 0 0;
        margin: 18px 0 30px 0;
    }

        .header .header-register .c-3 {
            display: block;
            text-align: center;
        }

            .header .header-register .c-3 .logo {
                padding: 0;
                margin: 0 auto;
                background: #ffffff;
                width: auto;
                height: auto;
            }

                .header .header-register .c-3 .logo img {
                    width: 80px !important;
                    height: 27px !important;
                }

    .nobg {
        min-height: 100% !important;
    }

   /* .block-top {
        padding-top: 80px !important;
    }*/

        .block-top .box-c-2 .c-2 .box-login .login {
            padding: 0 !important;
        }
}



@media only screen (max-width: 500px) {
    .txtleft {
        left: 0 !important;
    }

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h4.fnt-medium {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 15px !important;
        text-align: left;
    }

    /*.topup-head input {
        width: 85%;
        float: left;
    }*/

    .topup-head span {
        float: left;
        margin-left: 0;
        line-height: 21px;
        margin-top: 10px;
    }


    .section-content-5 .box-c-5 .c-5 .box-c5-content .text h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h5 a.nav-back {
        position: absolute;
        top: 8px;
        left: 0;
        margin-left: -8px;
    }
}

@media only screen and (max-width:480px) {
    .section-content-5 .box-c-5 .c-5 .box-c5-content .text:last-child {
        margin-right: 0px !important;
        /*karn*/
    }

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5-all.bgwhitecover {
        padding: 0 20px 0 12px;
        background-color: rgb(245, 245, 245);
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text p a.remark {
        color: #0A3B32;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head {
        padding: 0 24px;
        height: 50px;
        background-color: #e87722;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li {
        margin: 0 3px;
        float: left;
        zoom: 1;
        vertical-align: middle;
        /* width: 48%; */
    }

    /* scrollbar */
    .points_table_scrollbar::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #ddd;
    }

    .points_table_scrollbar::-webkit-scrollbar-thumb {
        background: #6e6e6e;
    }

    /*end scrollbar */
    .block-content {
        height: 80% !important;
    }

    .section-content-8 .manage-content-x8 .manage-content-x8 .form-control {
        width: 35%;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-6.table > tbody > tr > td .btn-next {
        font-size: 20px;
        line-height: 20px;
        padding: 6px 5px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 h6 {
        margin: 0 0 10px 0;
        display: block;
    }

    .modal-doc .modal-header .head-box-content {
        padding: 15px 35px;
    }

    .x-login .box-footer .content-footer .social-footer .icon-social {
        margin: 0 5px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content .form-control.auto-inl {
        width: 180px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2.head-in {
        padding: 0px 0;
    }

    .modal-doc .modal-body.style-3 {
        padding: 20px 15px;
    }

    .f-login .box-footer .social-footer {
        text-align: center;
    }

        .f-login .box-footer .social-footer .icon-social:first-child {
        }

    .f-login .box-footer-copy .content-copy-footer p {
        text-align: center;
    }

    .section-content-4 {
        margin: 0px 0 0 0;
    }

    .x-login .box-footer .content-footer .contact h5 {
        text-align: center;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 .icon-step-2 {
        display: block;
        margin-left: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab2 .text-content-x8-tab2 p {
        margin: 0 0 10px 0;
        display: block;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5 .all .textc-5.text-center {
        text-align: left;
    }

    .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .check-mail h6 span.block {
        display: block;
    }

    .modal-doc.m-payment .modal-body.style-1x .tr-content .col-form-label {
        width: 100%;
    }

    .modal-doc.m-payment .modal-body.style-1x .tr-content .col-form-text {
        width: 100%;
    }

    .section-content-8 {
        padding: 0 0;
    }

    .modal-doc.m-payment .modal-body .box-text .form-group .col-form-text {
        padding: 0 0;
    }

    .modal-doc .modal-body .box-text .form-control.sl {
        margin-bottom: 5px;
    }

    .warpper {
        background-color: #ffffff;
        height: auto !important;
    }

    .section-content-1 .logo {
        text-align: center;
    }

    .section-content-2 .box-c-2 .c-2 .box-login .head {
        padding: 10px 20px;
    }

    .section-content-2 {
        padding-bottom: 5px;
    }

        .section-content-2 .box-c-2 .c-2 .box-login .login {
            padding: 30px 20px;
            background-color: rgb(236, 236, 236);
        }

        .section-content-2.section-content-2a {
            padding-bottom: 0;
            padding-top: 12px;
        }

            .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.text {
                font-size: 24px;
                line-height: 20px;
            }

            .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login {
                padding: 30px 20px;
            }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb {
                    font-size: 24px;
                    line-height: 20px;
                }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.completed a:after {
                        background: #fff;
                    }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li a:after {
                        background: #fff;
                    }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li a {
                        background: #fff;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                    }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.completed a:hover {
                        background: #fff;
                    }

                    .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .dotbreadcrumb li.completed.active a:hover {
                        background: #feac00;
                    }

                .section-content-2.section-content-2a .box-c-2 .c-2 .box-login.box-login-register .login .register-xx .b-register-xx .input-group-addon {
                    background-color: #eee;
                }

            .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login .btn-next-2 {
                width: 100%;
            }

            .section-content-2.section-content-2a .box-c-2 .c-2 .box-login .login .btn-next-3 {
                width: 100%;
            }

    .f-login .box-footer-copy .content-copy-footer ul {
        text-align: center;
    }

        .f-login .box-footer-copy .content-copy-footer ul li {
            display: inline-block;
            text-align: center;
        }

    .f-login .contact {
        /*padding: 30px 15px;*/
        text-align: center;
    }

    .section-content-2 .box-c-2 .c-2 .box-login .login .forgot {
        padding: 15px 0 15px 0;
    }

        .section-content-2 .box-c-2 .c-2 .box-login .login .forgot .icon-line {
            margin: 0 10px 0 10px;
        }

    .header .header-nav .box-c-3 .c-3 {
        width: 100%;
    }

        .header .header-nav .box-c-3 .c-3 h1 {
            font-size: 48px;
            line-height: 42px;
            text-align: center;
            padding: 15px;
        }

        .header .header-nav .box-c-3 .c-3 h6 {
            padding: 0 0 0 0;
            display: block;
            text-align: center;
            padding: 15px;
        }

    .section-content-3 .nav-pills > li {
        display: block;
        margin-bottom: 10px;
    }

    .section-content-3 .nav-pills {
        padding: 15px;
    }

        .section-content-3 .nav-pills > li > a,
        .section-content-3 .nav-pills > li > a:hover,
        .section-content-3 .nav-pills > li > a:focus {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5 {
        padding: 0 15px;
        background: #f5f5f5;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5 .mainly img {
            display: none;
        }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .p-15 {
        padding: 0px 0;
        position: relative;
        background-color: transparent;
        background: none !important;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head {
        padding: 0 12px;
        border-radius: 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
    }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .head h2 {
            font-size: 22px;
            line-height: 30px;
            padding: 10px 0 10px 0;
        }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 {
            font-size: 24px;
            line-height: 20px;
        }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .head h6 span {
                font-size: 24px;
            }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .bg-c5 .textc-5 {
        width: 100% !important;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text {
        padding: 10px 0;
    }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next {
            margin: 5px 0 0 0;
            float: left;
            position: absolute;
            bottom: -4px;
            right: -12px;
        }

            .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next.padtop10 {
                padding-top: 10px;
            }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5 {
            position: absolute;
            bottom: -4px;
            right: -14px;
            margin: 0;
        }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next-5-more {
            position: absolute;
            bottom: -4px;
            right: -14px;
            margin-right: 12px;
            padding-right: 0px;
        }


        .section-content-5 .box-c-5 .c-5 .box-c5-content .text p {
            margin: 5px 0 0 0;
        }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head h5 {
        font-size: 12px;
        line-height: 30px;
        padding: 10px 0 0 0;
        font-family: 'FWDCircularTT-Book';
    }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .head h5 span {
            font-size: 14px;
            line-height: 30px;
            padding: 10px 0 0 0;
            font-family: 'notosansthai-regular';
        }

    .section-content-5 .box-c-5 .c-5x {
        padding: 0 10px;
        margin-bottom: 10px;
        display: block;
    }

    .x-login .box-footer .content-footer h4 {
        margin: 0 0 0 0;
        padding: 6px 0;
        border-bottom: 1px solid #c6c6c6;
        display: block;
        text-align: left;
    }

    .x-login .box-footer .content-footer:first-child {
        text-align: left;
        padding: 0 15px 20px 15px;
    }

    .x-login .box-footer .content-footer .contact {
        padding-right: 0;
    }

        .x-login .box-footer .content-footer .contact h6 {
            text-align: center;
        }

        .x-login .box-footer .content-footer .contact p {
            text-align: center;
        }

    .x-login .box-footer .content-footer h4 a {
        display: block;
    }

    .x-login .box-footer .content-footer {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

        .x-login .box-footer .content-footer .social-footer {
            float: none;
            padding-left: 0;
        }

    .x-login .box-footer-copy .content-copy-footer ul li {
        /*display: block;
        text-align: left;*/
    }

        .x-login .box-footer-copy .content-copy-footer ul li.b-center {
        }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .pic .textpic h6 {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px 0 40px 0;
        font-size: 18px;
        line-height: 21px;
        color: #999999;
        /* background-color: #d6d6d6; */
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .option-claim {
        margin: 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .trx-content {
        padding: 0 0;
    }

    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a,
    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:hover,
    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:focus {
        /*padding: 10px 5px;*/
        padding: 10px 3px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 {
        margin: 0 0;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .form-content-x8-tab2 .tr-content {
            padding: 0 0;
        }

    .section-content-8 .box-c-8 .c-8 .mobilex-x {
        display: block;
    }

    .section-content-8 .box-c-8 .c-8 .desktop-x {
        display: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box {
        padding: 15px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-next {
        padding: 6px 10px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .btn-content-x8-tab2 .btn-c {
        padding: 6px 10px;
    }

    .header .navbar-toggle {
        /*top: 10px;*/
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li > a {
        font-size: 16px;
        line-height: 24px;
        width: 110px;
        height: 62px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8 {
        text-align: left;
        /*width: 100%;*/
        padding-bottom: 10px;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .paging .text-paging-x8:last-child {
            text-align: right;
            /* width: 100%;*/
            padding-bottom: 10px;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        /* float: none;
        display: block; */
        /* width: 100%; */
        margin-bottom: 1px !important;
        box-shadow: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data {
        display: inline-block;
        margin: -60px 0 0 0;
        vertical-align: top;
        padding: 0 !important;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data.btn-group > .btn:last-child:not(:first-child) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

    .modal-doc.m-fundinfo .modal-header .head-box-content {
        padding: 15px 0;
    }

    .modalfundswich .modal-body {
        padding: 20px;
    }

        .modalfundswich .modal-body .radio {
            padding-left: 0;
        }

    .addfund .modal-body .box-text h6 {
        margin-top: 20px;
        text-align: center;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .risk-level {
        text-align: left;
        margin: 8px 0 8px 36px;
        float: left;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .risk-level h5 {
            line-height: 33px !important;
            float: left;
            margin-right: 4px !important;
        }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .risk-level h6 {
            line-height: 30px !important;
            width: auto !important;
            height: auto !important;
            padding: 0;
            float: left;
            margin: 0;
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a {
        margin-left: 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .stop-restrain {
        margin: 0 0 20px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.fundswitch-loadpdf {
        width: 100%;
    }

        .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a.fundswitch-loadpdf span {
            width: 74%;
        }

    .dropdown-wrap .btn-search-history-next,
    .dropdown-wrap .btn-search-history-clear {
        margin-top: 30px;
    }

    .dropdown-wrap .select_wrap .default_option,
    .dropdown-wrap .select_wrap1 .default_option1,
    .dropdown-wrap .select_wrap2 .default_option2 {
        width: 100%;
    }

    .dropdown-wrap .select_wrap .select_ul,
    .dropdown-wrap .select_wrap1 .select_ul1,
    .dropdown-wrap .select_wrap2 .select_ul2 {
        z-index: 50;
        width: 100%;
    }

    .addfund .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .radio .txt-th {
        width: 100%;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .topupheaderspan {
        width: 100%;
    }

    .section-content-2 .box-c-2 .c-2 .box-login.box-login-register .login .check-mail .otp-wrap {
        width: 100%;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .ico-intable {
        margin-left: 8px;
        margin-top: -4px;
    }

    .popover-intable .popover.top {
        margin-left: 19%;
    }

    /*.block-top {
        padding-top: 160px !important;
    }*/
}


@media only screen (max-width: 414px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .padding-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .txtbox-wrap .txt-input {
        width: 100%;
        margin-left: 0;
    }



    .condition .modal-header .close {
        top: -5px;
        right: -5px;
    }

    .condition .modal-body {
        padding: 15px 15px;
    }

    .term-chkbox input[type=checkbox] + label,
    .term-chkbox input[type=checkbox]:checked + label {
        text-align: left;
        font-size: 18px !important;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .insurance-type-tbl h4 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 18px !important;
        line-height: 30px;
        color: #ffffff;
        padding: 0 0;
        margin: 10px 0;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box h2 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 30px;
        margin: 8px 0 0 0;
        color: #0A3B32;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td {
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: middle;
        border-top: none;
        position: relative;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next.padtop10 {
        padding-top: 10px;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .text .btn-next.padtop10 {
        background: none;
    }

    .cpn-acc .description {
        font-size: 26px;
        line-height: 26px;
    }

    .cpn-acc .c-title-wrap {
        width: 100%;
    }

        .cpn-acc .c-title-wrap .f-col {
            margin-left: 10px;
        }

    .cpn-acc .modal-header .close {
        top: -5px;
        right: -5px;
    }

    .cpn-acc-comp {
        width: 100%;
        margin: 30px auto;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 1.5;
        color: #0A3B32;
        background-color: #f4bb91;
        border: none;
        box-shadow: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .select-htr-x8 .select-htr-x8-tab .form-control {
        width: 25%;
        float: left;
        padding: 6px 12px;
        font-size: 14px;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book' !important;
        color: #0A3B32;
        background-color: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        outline: none;
        margin-right: 2px;
        margin-bottom: 15px;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../img/ico-dropdown.svg) no-repeat 98% 5px;
        background-size: 20px 20px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td .download-wrap {
        margin: 0 0 0 -8px;
    }

    .modal-doc.m-fundinfo .modal-body .box-text ul,
    .modal-doc.m-fundinfo .modal-body .box-text ol {
        margin-top: 20px;
    }

    span.font-bold.txt-remark2 {
        color: #999999;
    }

}

/* 1792x828px at 326ppi */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .txtbox-wrap .txt-input-otp input {
        width: 12.5%;
        height: 40px;
        line-height: 40px;
        margin-right: 5%;
    }
}

/* 2436x1125px at 458ppi */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .txtbox-wrap .txt-input-otp input {
        width: 12.5%;
        height: 40px;
        line-height: 40px;
        margin-right: 5%;
    }
}

/* 2688x1242px at 458ppi */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    .txtbox-wrap .txt-input-otp input {
        width: 12.5%;
        height: 40px;
        line-height: 40px;
        margin-right: 5%;
    }
}

@media only screen (max-width: 384px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td {
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: middle;
        border-top: none;
        position: relative;
    }

    .cpn-acc .modal-header {
        padding: 25px 0 15px 0;
    }

    .condition .modal-body {
        padding: 15px 40px;
        max-height: 320px;
    }

    .condition h2.mconsent-term-title {
        font-size: 32px;
        line-height: 32px;
    }
}

@media only screen (max-width: 375px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    span.font-bold.txt-remark2 {
        color: #999999;
    }

    .txtbox-wrap .txt-input {
        width: 100%;
    }


    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc-box h2 {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 22px;
        line-height: 30px;
        margin: 8px 0 0 0;
        color: #0A3B32;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td {
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: middle;
        border-top: none;
        position: relative;
    }

    .cpn-acc .modal-header {
        font-size: 30px;
        line-height: 30px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 8px;
        line-height: 1.5;
        color: #0A3B32;
        background-color: #f4bb91;
        border: none;
        box-shadow: none;
    }
}

@media only screen (max-width: 360px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    .cpn-acc .description {
        font-size: 22px;
        line-height: 22px;
    }

    .cpn-acc .sub-des {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 0;
    }

    .cpn-acc .c-title-wrap .c-title {
        font-size: 20px;
        line-height: 20px;
    }

    .cpn-acc-comp h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .cpn-acc-comp {
        margin: 15px auto;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 1.5;
        color: #0A3B32;
        background-color: #f4bb91;
        border: none;
        box-shadow: none;
    }

    .topup-head .rwd-break {
        display: block;
    }
}

@media only screen (max-width: 320px) {

    .icon-table {
        width: 24px;
        height: 24px;
    }

    span.font-bold.txt-remark2 {
        color: #999999;
    }

    .section-content-5 .box-c-5 .c-5 .box-c5-content .head h5 {
        font-size: 12px;
        line-height: 30px;
        padding: 10px 0 0 0;
        font-family: 'FWDCircularTT-Book';
    }

        .section-content-5 .box-c-5 .c-5 .box-c5-content .head h5 span {
            font-size: 14px;
            line-height: 30px;
            padding: 10px 0 0 0;
            font-family: 'notosansthai-regular';
        }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .doc .table > tbody > tr > td .download-wrap span {
        display: block;
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 12px;
        line-height: 24px;
        color: #0A3B32;
        margin-left: 32px;
        float: left;
    }

    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a,
    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:hover,
    .section-content-8 .box-c-8 .c-8 .nav-pills.style-2 > li > a:focus {
        font-size: 10px;
    }

    .condition h2.mconsent-term-title {
        font-size: 24px;
        line-height: 24px;
    }

    .condition .modal-body {
        padding: 15px 15px;
    }

    .term-chkbox p {
        font-size: 22px;
    }

    .term-chkbox input[type=checkbox] + label,
    .term-chkbox input[type=checkbox]:checked + label {
        text-align: left;
        font-size: 14px !important;
    }

    .cpn-acc .modal-header {
        font-size: 26px;
        line-height: 26px;
    }

    .cpn-acc .description {
        font-size: 20px;
        line-height: 20px;
    }

    .cpn-acc .c-title-wrap .c-title {
        font-size: 18px;
        line-height: 18px;
    }

    .cpn-acc .cashback-item input[type=checkbox] + label {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .cpn-acc .cashback-item p {
        font-size: 18px;
        line-height: 26px;
    }

    .cpn-acc .select-all-wrap input[type=checkbox] + label {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .cpn-acc .description {
        margin: 0 auto;
    }

    .cpn-acc-comp h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .cpn-acc-comp p {
        width: 60%;
        font-size: 22px;
        line-height: 22px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .graph-data .btn-default {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 7px;
        line-height: 1.5;
        color: #0A3B32;
        background-color: #f4bb91;
        border: none;
        box-shadow: none;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .head-content-x8-tab3 .style-1 > li > a {
        font-size: 12px;
        line-height: 24px;
        width: 90px;
        height: 62px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 h4.fnt-medium {
        font-size: 24px;
        line-height: 26px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td a img.loadpdf {
        margin-right: 8px;
        vertical-align: middle;
        margin-top: -15px;
    }

    .section-content-8 .box-c-8 .c-8 .tab-x8 .content-x8 .text-x8-2.text-x8-2-unl.table > tbody > tr > td .txt-th {
        color: #0A3B32;
        font-size: 12px !important;
        display: inline-block;
        width: 70%;
    }
    /*.block-top {
        padding-top: 100px !important;
    }*/
    .btn-login-wrap {
        margin-top: 50px;
    }
    #FWDFooter {
        margin-top: 0px;
    }
}


svg:focus, button:focus, input:focus {
    outline: none;
}

#FWDHeader {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

    #FWDHeader.HideHeader {
        -webkit-transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        transform: translateY(-105%);
    }

    #FWDHeader a {
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    #FWDHeader:before {
        content: "";
        position: absolute;
        top: 0;
        left: 56px;
        right: 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        background-color: white;
        border-bottom-left-radius: 16px;
        height: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 0;
        -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
        transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }

@media only screen and (min-width: 1288px) {
    #FWDHeader:before {
        left: 7rem;
        height: 72px;
    }
}

#FWDHeader.BGFull:before {
    left: 0;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    border-radius: 0;
}

#FWDHeader .HeaderContainer {
    padding-left: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1288px) {
    #FWDHeader .HeaderContainer {
        padding-left: 70px;
        height: 72px;
    }
}

#FWDHeader .FWDHeaderLogo {
    margin-left: 16px;
    width: 56px;
    height: 19px;
}

@media only screen and (min-width: 1288px) {
    #FWDHeader .FWDHeaderLogo {
        margin-left: 32px;
        width: 96px;
        height: 33px;
    }
}

#FWDHeader .FWDHeaderLogo svg {
    width: 100%;
}

#FWDHeader .menu-right {
    right: 30px;
    display: inline-flex;
    position: absolute;
}

    #FWDHeader .menu-right a.call-contact {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: url(../img/ico-headset.svg) no-repeat top left;
        background-size: 100% auto;
    }

@media only screen and (max-width: 414px) {
    #FWDHeader .menu-right {
        right: 15px;
    }

        #FWDHeader .menu-right a.call-contact {
            width: 22px;
            height: 22px;
        }
}

#FWDFooter {
    background: #ffffff;
    border-top: 1px solid #E5E5E5;
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
    /*height: 65px;
    margin-top: -65px;*/
}

    #FWDFooter a {
        text-decoration: none;
        font-family: "NotoSansThai-Regular", "FWDCircularTT-Book";
        font-size: 16px;
        line-height: 18px;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #FWDFooter ul {
        margin: 0;
    }

        #FWDFooter ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

    #FWDFooter .container {
        width: 100%;
        margin: auto;
    }

#FWDFooterOTP {
    background: #E5E5E5;
    border-top: 1px solid #E5E5E5;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

    #FWDFooterOTP a {
        text-decoration: none;
        font-family: "NotoSansThai-Regular", "FWDCircularTT-Book";
        font-size: 16px;
        line-height: 18px;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #FWDFooterOTP ul {
        margin: 0;
    }

        #FWDFooterOTP ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

    #FWDFooterOTP .container {
        width: 100%;
        margin: auto;
    }

@media only screen and (min-width: 1024px) {
    #FWDFooter .container {
        padding: 0 70px;
    }

    #FWDFooterOTP .container {
        padding: 0 70px;
    }
}

#FWDFooter .FooterQuickLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 15px;
}

#FWDFooterOTP .FooterQuickLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 15px;
}

@media only screen and (min-width: 1024px) {
    #FWDFooter .FooterQuickLink {
        padding: 20px 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #FWDFooterOTP .FooterQuickLink {
        padding: 20px 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#FWDFooter .FooterQuickLink ul {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

#FWDFooterOTP .FooterQuickLink ul {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (min-width: 1024px) {
    #FWDFooter .FooterQuickLink ul {
        width: auto;
        padding: 0;
    }

    #FWDFooterOTP .FooterQuickLink ul {
        width: auto;
        padding: 0;
    }
}

@media only screen and (max-width: 321px) {
    #FWDFooter .FooterQuickLink ul {
        padding: 0;
    }

    #FWDFooterOTP .FooterQuickLink ul {
        padding: 0;
    }
}

#FWDFooter .FooterQuickLink li {
    display: inline-block;
    padding-left: 7px;
    margin-left: 4px;
    border-left: 1px solid #666;
}

    #FWDFooter .FooterQuickLink li:first-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

#FWDFooter .FooterQuickLink a {
    color: #666;
    display: block;
    font-size: 13px;
}

    #FWDFooter .FooterQuickLink a:hover {
        color: #e87722;
    }

#FWDFooterOTP .FooterQuickLink li {
    display: inline-block;
    padding-left: 7px;
    margin-left: 4px;
    border-left: 1px solid #666;
}

    #FWDFooterOTP .FooterQuickLink li:first-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

#FWDFooterOTP .FooterQuickLink a {
    color: #666;
    display: block;
    font-size: 13px;
}

    #FWDFooterOTP .FooterQuickLink a:hover {
        color: #e87722;
    }

@media only screen and (min-width: 1024px) {
    #FWDFooter .FooterQuickLink a {
        font-size: 16px;
    }

    #FWDFooterOTP .FooterQuickLink a {
        font-size: 16px;
    }
}

#FWDFooter .FooterCopyright {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    font-family: "NotoSansThai-Regular", "FWDCircularTT-Book";
    color: #666;
    text-align: center;
    padding: 0px 15px;
}

#FWDFooterOTP .FooterCopyright {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    font-family: "NotoSansThai-Regular", "FWDCircularTT-Book";
    color: #666;
    text-align: center;
    padding: 0px 15px;
}

@media only screen and (min-width: 1024px) {
    #FWDFooter .FooterCopyright {
        width: auto;
        font-size: 16px;
        padding: 0;
        margin: 0 auto;
    }

    #FWDFooterOTP .FooterCopyright {
        width: auto;
        font-size: 16px;
        padding: 0;
        margin: 0 auto;
    }
}

/*.block-top {
    padding-top: 80px;
}*/

.btn-login-wrap {
    margin-top: 100px;
}

    .btn-login-wrap a,
    .btn-login-wrap button {
        max-width: 250px;
        height: auto !important;
        padding: 8px 0;
        margin: 0 auto 20px !important;
        font-size: 16px;
        line-height: 20px !important;
        border: none;
    }

        .btn-login-wrap a:hover,
        .btn-login-wrap button:hover {
            padding: 8px 0;
            line-height: 20px !important;
            height: auto !important;
            border: none;
        }

    .btn-login-wrap .disabled,
    .btn-login-wrap .disabled:hover,
    .modal-doc .modal-body .box-text .checked .disabled,
    .modal-doc .modal-body .box-text .checked .disabled:hover {
        background: #cccccc !important;
        color: #ffffff !important;
        opacity: 1;
        border: none !important;
    }

    .btn-login-wrap p {
        font-family: 'notosansthai-regular', 'FWDCircularTT-Book';
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        margin: 0 0 0 0;
        text-align: center;
    }

        .btn-login-wrap p a {
            font-family: 'notosansthai-semibold', 'FWDCircularTT-Medium';
            color: #666666;
        }

            .btn-login-wrap p a:hover {
                font-family: 'notosansthai-semibold', 'FWDCircularTT-Medium';
                color: #e87722;
                text-decoration: underline;
            }

@media (max-width: 414px) {
    .section-content-2 .box-c-2 .c-2 .box-login .login h1 {
        text-align: center;
    }

    .txtbox-wrap .txt-input-otp input {
        width: 12.5%;
        height: 40px;
        line-height: 40px;
        margin-right: 5%;
    }

    .section-content-2 .box-c-2 .c-2 .box-login .login p {
        margin: 0 0 30px 0;
    }

        .section-content-2 .box-c-2 .c-2 .box-login .login p .breakline {
            display: block;
        }


    .box-login {
        padding: 170px 0;
    }
}
@media (max-width: 375px) {
    .box-login {
        padding: 130px 0;
    }
}
