﻿.background-full-responsive-block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 1px;
    margin: 0;
}

    .background-full-responsive-block:before, .background-full-responsive-block:after {
        display: table;
        content: "";
    }

    .background-full-responsive-block .background-full-responsive-block-inner {
        max-width: 570px;
        width: 100%;
        margin: 50px auto;
        padding: 0;
        position: relative;
        min-height: 1px;
        float: none;
    }

        .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card {
            text-align: center;
            padding: 0;
        }

            .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame {
                background-color: #ffffff;
                background-color: rgba(255, 255, 255, 0.85);
                padding: 25px 45px;
            }

@media (max-width: 768px) {
    .background-full-responsive-block .background-full-responsive-block-inner {
        margin: 0 auto;
        max-width: 470px;
    }

        .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card {
            padding: 20px;
        }

            .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame {
                padding: 20px 15px;
            }

                .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame h2 {
                    font-size: 1.1em;
                }

                .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame p {
                    font-size: 18px;
                    line-height: 22px;
                }
}

.package-menu-block {
    background-color: #696969;
}

    .package-menu-block .package-menu {
        padding: 15px 0;
    }

        .package-menu-block .package-menu a {
            color: white !important;
            margin-right: 15px;
        }

            .package-menu-block .package-menu a.active {
                font-weight: bold;
            }

.max-width-container {
    max-width: 970px;
}

.package-header {
}

    .package-header .title {
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: 0;
    }

    .package-header .description {
        color: #ABABAB;
    }

.tb-package {
    width: 100%;
    margin-bottom: 20px;
}

    .tb-package .tb-head {
        color: #898989;
        text-align: center;
        font-size: 1em;
        padding: 0.2em 0;
        position: relative;
    }

        .tb-package .tb-head.bg-red {
            background-color: red;
            border: 2px solid red;
            color: white;
        }

        .tb-package .tb-head .icon-right {
            width: 40px;
            position: absolute;
            top: -70%;
            right: 0;
        }

    .tb-package .tb-body {
        border-top: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
    }

        .tb-package .tb-body .tb-row .tb-col:first-child {
            padding: 8px 5px;
            text-align: center;
        }

    .tb-package .tb-row {
        border-bottom: 1px solid #c9c9c9;
    }

    .tb-package .tb-col {
        padding-top: 19px;
        padding-bottom: 0;
        text-align: center;
    }

    .tb-package .tb-col-name {
        width: 30%;
        background-color: #103754;
        padding-left: 3%;
        padding-right: 3%;
    }

        .tb-package .tb-col-name .icon-right {
            width: 38%;
            position: absolute;
            top: -30%;
            right: -14%;
        }

@media(max-width: 500px) {
    .tb-package .tb-col-name .icon-right {
        width: 38%;
        position: absolute;
        top: -12%;
        right: -20%;
    }
}

.tb-package .tb-col-name .name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
    line-height: 24px;
}

.tb-package .tb-col-name .subfix-name {
    font-size: 0.8em;
    margin-bottom: 0;
    color: white;
    display: none;
}

.tb-package .tb-col-price-info {
    position: relative;
    vertical-align: top;
}

    .tb-package .tb-col-price-info.left {
        width: 30%;
        border-right: 1px solid #c9c9c9;
        text-align: center;
    }

        .tb-package .tb-col-price-info.left .pruchase-info {
            display: inline-block;
        }

            .tb-package .tb-col-price-info.left .pruchase-info .price {
                font-size: 1em;
                text-align: center;
                color: black;
                font-weight: bold;
                margin-bottom: 0;
                margin-right: 0;
            }

                .tb-package .tb-col-price-info.left .pruchase-info .price .text {
                    min-width: 42px;
                    display: inline-block;
                }

                .tb-package .tb-col-price-info.left .pruchase-info .price .unit {
                    font-size: 0.6em;
                    margin-left: 5px;
                }

                .tb-package .tb-col-price-info.left .pruchase-info .price .cart {
                    width: 16px;
                    margin-left: 3px;
                }



    .tb-package .tb-col-price-info.right {
        width: 40%;
        text-align: center;
        padding-left: 0;
    }

        .tb-package .tb-col-price-info.right.promotion-active {
            border-left: 2px solid red;
            border-right: 2px solid red;
        }

            .tb-package .tb-col-price-info.right.promotion-active.last-item {
                border-bottom: 2px solid red;
            }

        .tb-package .tb-col-price-info.right .pruchase-info {
            display: inline-block;
        }

            .tb-package .tb-col-price-info.right .pruchase-info .price {
                font-size: 1em;
                text-align: center;
                color: black;
                font-weight: bold;
                margin: 0;
            }

                .tb-package .tb-col-price-info.right .pruchase-info .price .text {
                    min-width: 55px;
                    display: inline-block;
                }

                .tb-package .tb-col-price-info.right .pruchase-info .price .unit {
                    font-size: 0.6em;
                    margin-left: 5px;
                }

                .tb-package .tb-col-price-info.right .pruchase-info .price .cart {
                    width: 16px;
                    margin-left: 3px;
                }

            .tb-package .tb-col-price-info.left .pruchase-info .save,
            .tb-package .tb-col-price-info.right .pruchase-info .save {
                font-size: 0.7em;
                color: #898989;
                margin: 0;
            }

        .tb-package .tb-col-price-info.right .promotion {
            width: 30px;
            position: absolute;
            top: 0;
            right: 5%;
            z-index: -1;
        }

@media (min-width: 768px) {
    .tb-package .tb-head .icon-right {
        width: 22%;
        top: -110%;
        right: 10%;
    }

    .tb-package .tb-col-name .name {
        font-size: 1.4em;
    }

    .tb-package .tb-col-price-info.left .pruchase-info .price {
        font-size: 1.5em;
        line-height: 0.8em;
    }

    .tb-package .tb-col-price-info.right.promotion-active {
    }

    .tb-package .tb-col-price-info.right .pruchase-info .price {
        font-size: 1.5em;
        line-height: 0.8em;
    }

        .tb-package .tb-col-price-info.left .pruchase-info .price .unit,
        .tb-package .tb-col-price-info.right .pruchase-info .price .unit {
            font-size: 0.7em;
        }

    .tb-package .tb-col-price-info.left .pruchase-info .save,
    .tb-package .tb-col-price-info.right .pruchase-info .save {
        font-size: 0.9em;
        margin-bottom: 3px;
    }

    .tb-package .tb-col-price-info.right .promotion {
        width: 45px;
        right: 5%;
    }
}

.tb-compare-package {
    margin-bottom: 30px;
    width: 100%;
}

    .tb-compare-package .tb-head {
        color: #898989;
        text-align: center;
        font-size: 0.7em;
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 10px;
        width: 12%;
        line-height: 1.1em;
    }

        .tb-compare-package .tb-head .icon {
            width: 32px;
        }

    .tb-compare-package .tb-body {
        border-top: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
    }

    .tb-compare-package .tb-row {
        border-bottom: 1px solid #c9c9c9;
    }

    .tb-compare-package .tb-col {
        padding: 8px 0;
    }

    .tb-compare-package .tb-col-package {
        width: auto;
        padding-left: 3%;
        padding-right: 2%;
        border-right: 1px solid #c9c9c9;
    }

        .tb-compare-package .tb-col-package .name {
            font-size: 0.9em;
            font-weight: bold;
            margin-bottom: 0;
        }

        .tb-compare-package .tb-col-package .description {
            font-size: 0.7em;
            margin-bottom: 0;
        }

    .tb-compare-package .tb-col-icon-compare {
        width: 16%;
        text-align: center;
        vertical-align: middle;
    }

        .tb-compare-package .tb-col-icon-compare img {
            width: 22px;
            margin-right: 3px;
            margin-left: 3px;
        }

    .tb-compare-package .tb-footer {
    }

        .tb-compare-package .tb-footer td {
            padding-top: 10px;
        }

        .tb-compare-package .tb-footer .icon-definition {
            padding: 5px 5px 5px;
            display: inline-block;
        }

            .tb-compare-package .tb-footer .icon-definition img {
                width: 20px;
                vertical-align: middle;
            }

            .tb-compare-package .tb-footer .icon-definition p {
                display: inline-block;
                margin-bottom: 0;
                font-size: 0.7em;
            }

@media(max-width: 768px) {
    .tb-compare-package .tb-footer .icon-definition.visible-xs {
        display: inline-block !important;
    }
}

@media(min-width: 768px) {
    .tb-compare-package .tb-head {
        font-size: 1em;
    }

    .tb-compare-package .tb-col-icon-compare {
        width: 12%;
    }

        .tb-compare-package .tb-col-icon-compare img {
            width: 36px;
        }

    .tb-compare-package .tb-col-package {
        width: 30%;
    }

        .tb-compare-package .tb-col-package .name {
            font-size: 1.2em;
        }

        .tb-compare-package .tb-col-package .description {
            font-size: 1em;
        }

    .tb-compare-package .tb-footer .icon-definition img {
        width: 25px;
    }

    .tb-compare-package .tb-footer .icon-definition p {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .tb-compare-package {
        margin-bottom: 50px;
    }

        .tb-compare-package .tb-head {
            font-size: 1.1em;
        }

        .tb-compare-package .tb-col-package .name {
            font-size: 1.2em;
        }

        .tb-compare-package .tb-col-package .description {
            font-size: 1em;
        }

        .tb-compare-package .tb-col-icon-compare {
            vertical-align: middle;
        }

            .tb-compare-package .tb-col-icon-compare img {
                width: 32px;
            }

        .tb-compare-package .tb-footer .icon-definition {
            padding-top: 10px;
        }

            .tb-compare-package .tb-footer .icon-definition img {
                width: 28px;
            }

            .tb-compare-package .tb-footer .icon-definition p {
                font-size: 1em;
            }
}

.quick-choice {
}

    .quick-choice .background-full-responsive-block {
        background-size: cover;
        background-position: center center;
        width: 100%;
        min-height: 1px;
        margin: 0;
    }

        .quick-choice .background-full-responsive-block:before, .background-full-responsive-block:after {
            display: table;
            content: "";
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner {
            max-width: 570px;
            width: 100%;
            margin: 20px 0;
            padding: 0;
            position: relative;
            min-height: 1px;
            display: inline-block;
        }

            .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card {
                text-align: center;
                padding: 0;
            }

                .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame {
                    background-color: transparent;
                    padding: 10px;
                    color: white;
                }

                    .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .package-name {
                        font-weight: bold;
                        margin-top: 0;
                        font-size: 1.2em;
                        margin-bottom: 5px;
                    }

                    .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc {
                        font-size: 0.9em;
                        display: inline-block;
                        width: 100%;
                    }

                        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.bp {
                            max-width: 200px;
                        }

                        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.pp {
                            max-width: 200px;
                        }

                        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.dp {
                            max-width: 200px;
                        }

                        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.bdp {
                            max-width: 160px;
                        }

                        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.pdp {
                            max-width: 255px;
                        }

                    .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .icon {
                        width: 28px;
                        margin: 0;
                        vertical-align: middle;
                    }

                    .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .btn {
                        font-size: 0.7em;
                        padding-right: 7px;
                        padding-left: 7px;
                    }

@media (min-width: 768px) {
    .quick-choice .background-full-responsive-block .background-full-responsive-block-inner {
        margin: 20px 0;
    }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.bp {
            max-width: 200px;
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.pp {
            max-width: 275px;
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.dp {
            max-width: 215px;
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.bdp {
            max-width: 160px;
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.pdp {
            max-width: 285px;
        }
}

@media (min-width: 992px) {
    .quick-choice .background-full-responsive-block .background-full-responsive-block-inner {
        max-width: 500px !important;
        margin: 4% 0;
    }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .package-name {
            font-size: 1.7em;
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc {
            font-size: 1.3em;
        }

            .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.bp {
                max-width: 250px;
            }

            .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.pp {
                max-width: 370px;
            }

            .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.dp {
                max-width: 300px;
            }

            .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.bdp {
                max-width: 250px;
            }

            .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .desc.pdp {
                max-width: 400px;
            }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .icon {
            width: 32px;
        }

        .quick-choice .background-full-responsive-block .background-full-responsive-block-inner .background-full-responsive-block-card .text-frame .btn {
            font-size: 1.2em;
            padding-right: 15px;
            padding-left: 15px;
        }
}

.free-trial {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: white;
}

    .free-trial p {
        display: inline-block;
        max-width: 320px;
        width: 100%;
    }

@media (min-width: 768px) {
    .free-trial {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.package-item {
    margin: 0 20px 40px 0;
    border: 1px solid #E8E8E8;
}

    .package-item .package-name {
        text-align: center;
        padding: 15px 10px;
        background-color: #ffd54c;
        color: black;
    }

        .package-item .package-name .icon-right {
            width: 55%;
            position: absolute;
            top: -52%;
            right: -29%;
        }

@media (max-width: 1160px) {
    .package-item .package-name .icon-right {
        width: 42%;
        position: absolute;
        top: -27%;
        right: -14%;
    }
}

.package-item .package-name .text {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 0;
}

.package-item .package-name .subfix-tex {
    font-size: 1.5em;
    margin-bottom: 0;
}

.package-item .compare-package {
    text-align: center;
}

    .package-item .compare-package img {
        width: 17.9%;
        max-width: 50px;
        margin: 15px 0;
    }

.package-item .package-description {
    padding: 20px;
    padding-top: 10px;
    text-align: center;
}

    .package-item .package-description .text {
        margin-bottom: 10px;
        height: 2em;
    }

.package-item .price-info {
    padding: 0;
    padding-bottom: 5px;
    border-top: 1px solid #E8E8E8;
    text-align: center;
}

    .package-item .price-info:first-child {
        border-right: 1px solid #E8E8E8;
    }

    .package-item .price-info .icon-left {
        width: 28%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .package-item .price-info .icon-right {
        width: 40%;
        position: absolute;
        top: -36%;
        right: -10%;
    }

    .package-item .price-info .type {
        margin-bottom: 5px;
        background-color: #ffd54c;
        padding-top: 3px;
        color: black;
    }

    .package-item .price-info .price {
        margin-bottom: 0;
        font-size: 1.6em;
        font-weight: bold;
    }

        .package-item .price-info .price .unit {
            font-size: 0.8em;
            margin-left: 5px;
        }

    .package-item .price-info .save {
        margin-bottom: 0;
        font-size: 0.7em;
        color: #ABABAB;
        font-weight: bold;
    }

.package-item .purchase {
    padding: 0;
    border-top: 1px solid #E8E8E8;
}

    .package-item .purchase:first-child {
        border-right: 1px solid #E8E8E8;
    }

    .package-item .purchase .btn {
        border: none;
        width: 100%;
        border-radius: 0;
    }

.banner-package {
    position: fixed;
    bottom: 5px;
    width: 100%;
    z-index: 1;
    display: none;
}

@media (min-width: 768px) {
    .banner-package {
        bottom: 10px;
    }
}

.banner-package .close-banner-package-btn {
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.banner-package.banner-label .cover-label {
    display: inline-block;
    background-color: #342D1E;
    color: white;
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    z-index: -1;
}

.banner-package.banner-label .banner-box {
    padding-top: 20px;
}

    .banner-package.banner-label .banner-box .close-banner-package-btn {
        top: 15px;
    }

.package-19-thb {
    background-color: #00b5ff;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .package-19-thb .container {
        padding: 0 5px;
    }
}

.package-19-thb .package-block {
    padding: 10px 0;
}

    .package-19-thb .package-block .package-tb {
        width: 100%;
        margin: 0 auto;
    }

        .package-19-thb .package-block .package-tb td {
            vertical-align: middle;
            text-align: center;
        }

        .package-19-thb .package-block .package-tb .td-img {
            width: 19%;
        }

        .package-19-thb .package-block .package-tb .td-text {
            color: white;
            padding: 0 2%;
        }

            .package-19-thb .package-block .package-tb .td-text .lvl-1 {
                font-size: 1.1em;
                font-weight: bold;
                margin-bottom: 0;
            }

            .package-19-thb .package-block .package-tb .td-text .lvl-2 {
                font-size: 0.9em;
                margin-bottom: 3px;
            }

            .package-19-thb .package-block .package-tb .td-text .lvl-3 {
                font-size: 0.65em;
                margin-bottom: 0;
            }

        .package-19-thb .package-block .package-tb .td-btn {
        }

            .package-19-thb .package-block .package-tb .td-btn .btn {
                font-size: 0.7em;
                padding: 10% 11%;
            }

@media (max-width: 320px) {
    .package-19-thb .package-block .package-tb .td-text .lvl-1 {
        font-size: 0.9em;
    }

    .package-19-thb .package-block .package-tb .td-text .lvl-2 {
        font-size: 0.65em;
    }

    .package-19-thb .package-block .package-tb .td-text .lvl-3 {
        font-size: 0.5em;
    }
}

@media (min-width: 768px) {
    .package-19-thb {
        margin-bottom: 10px;
    }

        .package-19-thb .package-block .package-tb {
            width: 95%;
        }

            .package-19-thb .package-block .package-tb .td-img {
                width: 20%;
            }

            .package-19-thb .package-block .package-tb .td-text .lvl-1 {
                font-size: 2em;
            }

            .package-19-thb .package-block .package-tb .td-text .lvl-2 {
                font-size: 1.3em;
                margin-bottom: 5px;
            }

            .package-19-thb .package-block .package-tb .td-text .lvl-3 {
                font-size: 1em;
            }

            .package-19-thb .package-block .package-tb .td-btn .btn {
                font-size: 1.3em;
                padding: 10px 30px;
            }
}

@media (min-width: 992px) {
    .package-19-thb .package-block {
        padding: 15px 0;
    }

        .package-19-thb .package-block .package-tb {
            width: 75%;
        }

            .package-19-thb .package-block .package-tb .td-img {
                width: 22%;
            }
}

@media (min-width: 1200px) {
    .package-19-thb .package-block .package-tb {
        width: 68%;
    }
}
.save2 {
    font-size: 0.7em !important;
    color: #898989 !important;
    margin: 0 !important;
}