body {
    background: #ffffff no-repeat fixed center;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    -moz-min-width: 320px;
    -ms-min-width: 320px;
    -o-min-width: 320px;
    -webkit-min-width: 320px;
    min-width: 320px;
}

p {
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    margin: 0;
}

#body {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* Logo */
.logo {
    position: relative;
    width: 36%;
}

    .logo:before {
        content: "";
        display: block;
        padding-top: 48%;
    }

    .logo .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        bottom: 0;
        background: url("/assets/images/logo-cn.png") no-repeat 0 0;
        -ms-background-size: 100%;
        background-size: 100%;
    }

/* End Logo */


/* Header */
.header {
    padding: 10px 0px;
}

    .header .left {
        float: left;
        width: 16%;
    }
/* Icon */
.icon {
    position: relative;
    width: 100%;
}

    .icon:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .icon .img {
        background: url("/assets/images/icon.png") no-repeat 0 0%;
        -ms-background-size: 100%;
        background-size: 100%;
        height: 100%;
    }

/* End Icon */
.header .right {
    float: right;
    width: 100%;
}

    .header .right p {
        color: #25aae1;
        padding-left: 3%;
    }

    .header .right a {
        text-decoration: underline;
        color: #000000;
    }

@media screen and (max-width: 600px) {
    .header .left, .header .right {
        float: none;
        width: 100%;
    }

    .header .right {
        padding-top: 10px;
    }

        .header .right p {
            padding-left: 5%;
            padding-right: 5%;
        }

    .icon {
        width: 15.3%;
    }
}
/* End Header */


/* Status */
.heading_to_css {
    z-index: 99999;
    color: #25aae1;
    padding-left: 10px;
    padding-top: 5px;
    position: absolute;
}

.heading_to_css_id-ID, .heading_to_css_en-US {
    padding-left: 14px;
}

.heading_to_css_ja-JP, .heading_to_css_th-TH {
    padding-left: 22px;
}

.heading_to_css_vi-VN {
    padding-left: 4px;
    font-size: 14px;
}

.status_row_id-ID {
    padding-right: 0 !important;
    padding-left: 12% !important;
}

.status_row_ja-JP, .status_row_zh-CN, .status_row_th-TH {
    padding-right: 0 !important;
}

.status {
    background-color: #25aae1;
    color: #FFFFFF;
    width: 95%;
    margin: 30px auto;
    padding: 5px 0;
    display: none;
}

    .status .row {
        height: 32px;
        padding: 5px;
    }

        .status .row .column {
            float: left;
            height: 32px;
            padding: 0 4%;
        }

            .status .row .column p {
                height: 32px;
            }

            .status .row .column:nth-child(3) {
                padding-left: 5%;
                padding-right: 5%;
            }

    .status .img_domain {
        width: 5px;
        height: 32px;
        background: url("/assets/images/common_sprite.png") no-repeat;
        padding-left: 60px;
    }

    .status .row.one .img_domain {
        background-position: -106px -10px;
    }

    .status .row.two .img_domain {
        background-position: -106px -60px;
    }

    .status .row.three .img_domain {
        background-position: -106px -110px;
    }

    .status .row.four .img_domain {
        background-position: -106px -160px;
    }

    .status .img_status {
        width: 170px;
        height: 32px;
        background: url("/assets/images/common_sprite.png") no-repeat;
        padding-left: 30px;
        display: none;
    }

        .status .img_status.green {
            background-position: -116px -207px;
        }

        .status .img_status.orange {
            background-position: -116px -256px;
        }

    .status .img_link {
        cursor: pointer;
        background: url("/assets/images/common_sprite.png") no-repeat;
        background-position: -92px -306px;
        width: 81px;
        height: 31px;
        position: absolute;
    }

        .status .img_link:hover {
            background-position: -92px -356px;
        }

@media screen and (max-width: 410px) {
    .status {
        width: 100%;
    }

        .status .row {
            padding: 5px 4%;
        }
}

@media screen and (min-width: 580px) and (max-width: 655px) {
    .status .row .column:nth-child(3) {
        padding-left: 2%;
        padding-right: 12%;
    }

    .status .img_status {
        width: 139px;
    }

    .status .row .column {
        padding: 0 6%;
    }

    .status .row .column {
        padding: 0 6%;
    }

    .status .row_selector_ja-JP .column, .status .row_selector_th-TH .column {
        padding: 0 3%;
    }

    .status .row_selector_zh-CN .column {
        padding: 0 5%;
    }

    .status_row_id-ID, .status_row_ja-JP {
        padding: 0 !important;
    }

    .status_row_en-US {
        padding-right: 5% !important;
    }

    .status_row_vi-VN {
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 535px) and (max-width: 580px) {
    .status .row .column:nth-child(3) {
        padding-left: 0;
        padding-right: 9%;
    }

    .status .img_status {
        width: 139px;
    }

    .status .row .column {
        padding: 0 6%;
    }

    .status_row_id-ID, .status_row_en-US, .status_row_vi-VN {
        padding: 0 !important;
    }

    .status .row_selector_ja-JP .column, .status .row_selector_zh-CN .column, .status .row_selector_th-TH .column {
        padding: 0 3%;
    }
}

@media screen and (min-width: 430px) and (max-width: 535px) {
    .status {
        width: 90%;
    }

        .status .row .column:nth-child(3) {
            padding-left: 0;
            padding-right: 3%;
        }

        .status .img_status {
            width: 139px;
        }

        .status .status_img_zh-CN {
            width: 110px;
        }

        .status .row {
            height: 32px;
            padding: 5px 0;
        }

    .status_img_id-ID {
        width: 55px !important;
        width: 137px !important;
    }

    .status .row .column {
        padding: 0 2%;
    }

    .status_row_id-ID, .status_row_en-US, .status_row_vi-VN {
        padding: 0 !important;
    }

    .status .row_selector_ja-JP .column, .status .row_selector_th-TH .column {
        padding: 0;
    }
}

@media screen and (min-width: 410px) and (max-width: 430px) {
    .status {
        width: 90%;
    }

        .status .row .column:nth-child(3) {
            padding-left: 0;
            padding-right: 0;
        }

        .status .row {
            padding: 5px 0;
        }

        .status .img_status {
            width: 82px;
        }

        .status .status_img_zh-CN {
            width: 50px;
        }

    .status_img_id-ID {
        width: 55px !important;
    }

    .status_row_id-ID, .status_row_en-US {
        padding: 0 !important;
    }

    .status .row_selector_ja-JP .column, .status .row_selector_th-TH .column {
        padding: 1%;
    }
}

@media screen and (min-width: 350px) and (max-width: 410px) {
    .status .row .column:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
    }

    .status .row {
        padding: 5px 0%;
    }

    .status .img_status {
        width: 82px;
    }

    .status_img_id-ID {
        width: 83px !important;
    }

    .status_row_id-ID {
        padding: 0 !important;
    }

    .status .row_selector_id-ID, .status .row_selector_en-US {
        padding: 5px 0 !important;
    }

    .status .row_selector_ja-JP .column, .status .row_selector_zh-CN .column, .status .row_selector_th-TH .column {
        padding: 1%;
    }
}

@media screen and (max-width: 350px) {
    .status .row .column:nth-child(3) {
        padding-left: 0;
        padding-right: 4%;
    }

    .status .img_status {
        width: 63px;
    }

    .status_row_id-ID {
        padding: 0 !important;
    }

    .status .row_selector_id-ID, .status .row_selector_en-US {
        padding: 5px 0 !important;
    }

        .status .row_selector_id-ID .column {
            padding: 0 !important;
        }

        .status .row_selector_en-US .column {
            padding-right: 2px !important;
        }

    .status .row_selector_ja-JP .column, .status .row_selector_zh-CN .column, .status .row_selector_th-TH .column, .status .row_selector_vi-VN .column {
        padding: 0;
    }

    .status_img_ja-JP p, .status_img_th-TH p, .status_img_vi-VN p {
        font-size: 12px;
    }
}
/* End Status */


/* Bottom */
.bottom {
    padding-top: 10px;
}

    .bottom .left {
        float: left;
        width: 231px;
        margin-left: 20px;
        padding-top: 25px;
    }

        .bottom .left .barcode {
            position: relative;
            background: url("/assets/images/common_sprite.png") no-repeat;
            background-position: -16px -406px;
            width: 231px;
            height: 182px;
        }

            .bottom .left .barcode .qrcode {
                position: absolute;
                top: 5px;
                left: 54px;
                width: 172px;
                height: 172px;
            }

                .bottom .left .barcode .qrcode p {
                    width: 172px;
                    height: 172px;
                    cursor: wait;
                }

    .bottom .right {
        float: right;
        width: 296px;
        margin-right: 20px;
    }

#mobile_Qr_Code_Text {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    float: left;
    padding-top: 12px;
    color: white;
    position: absolute;
    top: 133px;
    width: 115px;
    height: 40px;
    font-size: 25px;
    z-index: 9999;
}

#mobile_QR_Code_text_th-TH {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    float: left;
    padding-top: 19px;
    color: white;
    position: absolute;
    top: 147px;
    width: 115px;
    height: 40px;
    font-size: 17px;
    z-index: 9999;
}

#live_Chat_Title {
    position: absolute;
    right: 35px;
    bottom: 5px;
    color: white;
    z-index: 99999;
    font-size: 22px;
}

@media screen and (max-width: 380px) {
    #live_Chat_Title {
        font-size: 18px;
    }
}

/* Livechat */
.livechat {
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 207px;
}

    .livechat .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("/assets/images/buttons_sprite.png") no-repeat 0 -14px;
        -ms-background-size: 100%;
        background-size: 100%;
    }

    .livechat:hover .img {
        background-position: 0 -240px;
    }
/* End Livechat */

/* Question */
.question {
    position: relative;
    width: 100%;
    cursor: wait;
    padding-top: 10px;
}

    .question:before {
        content: "";
        display: block;
        padding-top: 24%;
    }

    .question .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("/assets/images/buttons_sprite.png") no-repeat 0 0%;
        background-size: 100%;
        background-position: 0 78%;
    }

    .question.active:hover .img {
        background-position: 0 100.6%;
    }
/* End Question */
@media screen and (max-width: 600px) {
    .bottom .left {
        display: none;
    }

    .bottom .right {
        float: none;
        margin: 0 auto;
    }

    .livechat, .question {
        width: 60%;
    }
}
/* End Bottom */

/* Footer */
.footer {
    background-color: #25aae1;
    color: #FFFFFF;
    width: 100%;
    padding: 5px 0;
}

@media screen and (max-width: 500px) {
    .text {
        font-size: 13px;
    }

    .footer.text {
        font-size: 9px;
    }
}
/* End Footer */

.clear {
    clear: both;
}

.center_desktop{
    float:none!important;
    margin-right:auto!important;
    margin:auto;
}