html,body {
    width: 100%;
    height: 100%
}

body {
    font-family: Arial,sans-serif;
    margin: auto;
    background: #f5f5f5;
    min-height: 100%;
    height: auto;
    position: relative;
    line-height: normal
}

button:focus,input:focus {
    outline: none
}

.header {
    width: 100%;
    display: table;
    background: #fdfdfd;
    max-height: 60px
}

.banner-top {
    float: left;
    max-width: 88px;
    padding-bottom: 2px
}

.banner-top-right {
    float: right;
    max-width: 88px;
    padding: 0
}

.wa-hotline {
    font-size: 12px;
    display: block;
    vertical-align: middle;
    border-top: 2px solid #eee;
    padding: 8px 2%;
    margin-top: 35px;
    position: absolute;
    bottom: 0;
    width: 96%;
    box-sizing: content-box;
    background: #f5f5f5
}

.loginpage-container {
    clear: both;
    padding-bottom: 45px
}

.connection-container {
    box-sizing: content-box
}

.content {
    width: 80%;
    position: relative;
    margin: auto;
    padding: 20px 3%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10%;
    min-width: 260px
}

.wifi-free {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: table
}

.wifi-free span {
    font-size: 1em;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700
}

.wifi-logo {
    width: 45%;
    display: block;
    margin: 5% auto 7%;
    text-align: center
}

#wifi_logo>:first-child {
    width: 100%
}

.animation .wifi-logo {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translateZ(0)
}

.animation .wifi-free {
    animation: myscale 1s cubic-bezier(.36,.61,.78,.92);
    animation-fill-mode: forwards;
    -webkit-animation: myscale 1s;
    -webkit-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -webkit-animation-fill-mode: both;
    -moz-animation: myscale 1s;
    -moz-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -moz-animation-fill-mode: both;
    -ms-animation: myscale 1s;
    -ms-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -ms-animation-fill-mode: both;
    -webkit-transform: translateZ(0)
}

.wa-accept-connection-terms {
    width: 100%
}

.btn_action {
    line-height: normal
}

.tooltip {
    opacity: 1;
    text-align: center
}

.form_table {
    border-collapse: separate
}

.wa-button {
    width: 85%;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    min-height: 35px;
    border: none;
    border-radius: 4px;
    display: block;
    margin: auto;
    line-height: normal
}

.wa-button-static {
    width: 85%;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    min-height: 35px;
    border: none;
    border-radius: 4px;
    display: block;
    margin: auto
}

.wa-button-default {
    background-color: #fff;
    border: 1px solid #231f20;
    color: #231f20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wa-button:hover {
    background-color: #cc0708
}

.wa-button-default:hover {
    background-color: #f5f5f5
}

.wa-button-icon {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.accept-connection.active:ACTIVE {
    background-color: #c3272d
}

.accept-terms {
    width: 85%;
    font-size: 11px;
    text-align: center;
    color: #00f;
    text-decoration: blink;
    display: block;
    margin: 6px auto;
    cursor: pointer
}

input[type=checkbox] {
    min-width: 20px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

#container {
    width: 90%;
    margin: 0 auto 5% auto;
    padding-bottom: 2%;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    max-width: 600px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch
}

@media(orientation: landscape) {
    #container {
        width:80%
    }
}

#container img {
    width: 96%;
    padding: 2%
}

#banner {
    display: block;
    margin: 10px auto;
    text-align: center;
    max-width: 100%
}

#fullscreen_banner {
    display: block;
    margin: 10px auto;
    margin-bottom: 10px;
    text-align: center;
    max-width: 69%
}

@media screen and (max-width: 1024px) {
    #fullscreen_banner {
        margin:0 auto;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%
    }
}

#continue_scroll {
    position: fixed;
    width: 74px;
    height: 43px;
    bottom: 3%;
    right: 0%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: .5s;
    -webkit-transition: .5s;
    animation: opacityAnimate 2s;
    animation-iteration-count: infinite;
    -webkit-animation: opacityAnimate 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: opacityAnimate 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: opacityAnimate 2s;
    -o-animation-iteration-count: infinite;
    -ms-transition: opacityAnimate 2s;
    -ms-animation-iteration-count: infinite
}

#continue_text {
    color: #f00;
    font-weight: bold;
    font-size: 12px
}

#scrolldown {
    background-image: url("../images/continue2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    animation: myanimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation: myanimate;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: myanimate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

#continue-container::-webkit-scrollbar {
    display: none
}

#continue-container::-moz-scrollbar {
    display: none
}

#continue-container {
    height: 100%;
    width: 100%;
    width: 50%;
    height: 50%;
    bottom: -10px;
    left: 23%;
    position: absolute
}

.slide-animate {
    background: linear-gradient(to right,rgba(255,0,0,0),#fff,rgba(255,0,0,0));
    background: -webkit-linear-gradient(left,rgba(255,0,0,0),#fff,rgba(255,0,0,0));
    width: 25%;
    height: 35px;
    position: relative;
    margin-top: -35px;
    transform: translateX(310%);
    -webkit-transform: translateX(310%);
    animation: slideAnimation 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation: slideAnimation 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    pointer-events: none
}

@keyframes slideAnimation {
    0% {
        transform: translateX(-10%);
        -webkit-transform: translateX(-10%)
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateX(310%);
        -webkit-transform: translateX(310%);
        opacity: 0
    }
}

@-webkit-keyframes slideAnimation {
    0% {
        transform: translateX(-10%);
        -webkit-transform: translateX(-10%)
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateX(310%);
        -webkit-transform: translateX(310%);
        opacity: 0
    }
}

@keyframes opacityAnimate {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-webkit-keyframes opacityAnimate {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@keyframes myanimate {
    0% {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    50% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }
}

@-webkit-keyframes myanimate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0)
    }
}

@-moz-keyframes myanimate {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0,-10px,0)
    }

    50% {
        opacity: 1;
        -moz-transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -moz-transform: translate3d(0,10px,0)
    }
}

@media(min-width: 800px) {
    button {
        font-size:1em
    }

    #continue_scroll {
        width: 90px;
        height: 55px
    }

    .content {
        width: 50%;
        margin-top: 5%
    }
}

@media(max-height: 310px) {
    .content {
        width:50%;
        padding: 1% 5%;
        margin-top: 2%
    }

    .wifi-free span {
        font-size: .8em
    }

    .wifi-logo {
        width: 40%;
        margin: 3% auto 3%
    }

    .wa-button {
        width: 85%;
        min-height: 25px
    }

    .slide-animate {
        height: 25px;
        margin-top: -25px
    }

    .accept-terms {
        font-size: 7px
    }
}

@media(max-height: 310px) and (max-width:480px) {
    .wifi-logo {
        max-height:80px
    }
}

.wa-disable {
    display: none
}

.background_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-backface-visibility: hidden;
    transition: opacity .5s ease-in;
    transform: translate3d(0,0,0)
}

@media screen and (orientation: landscape) and (max-width:896px) {
    .wa-button {
        font-size:10px !important
    }
}

@media screen and (orientation: landscape) and (max-width:736px) {
    .wa-button {
        font-size:9px !important
    }
}

.hide {
    display: none
}

.accept-terms,#bannerscreen,.slide-animate,.accept-connection {
    opacity: 0
}

.wifi-free {
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0)
}

.wifi-logo {
    -webkit-transform: translate3d(0,-3000px,0)
}

.animation .accept-connection,.animation .accept-terms {
    animation: mymoveleft 1s cubic-bezier(.36,.61,.78,.92) 2s;
    animation-fill-mode: forwards;
    -webkit-animation: mymoveleft 1s;
    -webkit-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    -moz-animation: mymoveleft 1s;
    -moz-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 1s;
    -ms-animation: mymoveleft 1s;
    -ms-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -ms-animation-fill-mode: both;
    -ms-animation-delay: 1s;
    outline: none
}

#wa_loading {
    position: relative;
    text-align: center;
    margin-top: 12%
}

span {
    margin: 0 auto;
    display: block
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes myscale {
    from {
        transform: scale3d(0,0,0);
        -webkit-transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1)
    }
}

@-moz-keyframes myscale {
    from {
        transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@-ms-keyframes myscale {
    from {
        transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes myscale {
    from {
        transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

@-webkit-keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

@-moz-keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

@-ms-keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

#wa_loading.wa_loading-LP {
    margin-top: 10%
}

.loading-header {
    margin-bottom: 8px
}

.loading-header>img,.loading-header>span {
    display: inline-block
}

.loading-header>span {
    font-size: 24px
}

.loading-header .number,.loading-header .unit {
    font-size: 64px;
    color: #444;
    font-weight: bold;
    bottom: 0
}

.loading-header>img {
    max-height: 20px;
    max-width: 100px;
    margin-left: 6px;
    vertical-align: initial
}

.loading-message {
    margin-top: 16px;
    color: #252525;
    font-weight: 600;
    font-size: 18px
}

.loading-contact {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 11;
    width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
    padding: 25px 20px;
    box-sizing: border-box
}

.loading-contact-header {
    font-weight: bold;
    font-size: 16px;
    padding: 0 8px
}

.loading-contact-body {
    margin-top: 16px
}

.loading-contact-footer {
    margin-top: 16px
}

.bold-message {
    font-weight: bold;
    display: inline-block
}

.linear-activity {
    overflow: hidden;
    width: 325px;
    height: 6px;
    background-color: #e3e3e3;
    border-radius: 16px;
    margin: auto
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-animation: progressBar 2s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 2s ease-in-out;
    -moz-animation-fill-mode: both;
    animation: progressBar 2s ease-in-out;
    animation-fill-mode: both;
    background-color: #ed1c24;
    border-radius: 16px;
    margin: initial
}

.determinate.loading-lp {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

@keyframes progressBar {
    0% {
        width: 0
    }
}

@-webkit-keyframes progressBar {
    0% {
        width: 0
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0
    }
}

@-ms-keyframes progressBar {
    0% {
        width: 0
    }
}

.btnReconnect {
    background: #ed1c24;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    cursor: pointer;
    user-select: none
}

.btnReconnect:focus {
    outline: none
}

@media only screen and (min-device-width: 375px) and (max-device-width:820px) and (orientation:landscape) {
    .loading-header>span {
        font-size:16px
    }

    .loading-header>img {
        max-height: 15px;
        max-width: 70px;
        margin-left: 3px
    }
}

@media screen and (max-width: 640px) {
    .loading-contact-header {
        font-size:15px
    }

    .loading-header>span {
        font-size: 16px
    }

    .linear-activity {
        width: 48%;
        height: 6px
    }

    .wa_loading-LP .linear-activity {
        width: 65%
    }

    .loading-contact,.loading-message {
        width: 80%;
        font-size: 14px
    }

    .loading-header>img {
        max-height: 13px;
        max-width: 70px;
        margin-left: 3.5px
    }

    .loading-header {
        margin-bottom: 8px
    }

    #wa_loading {
        margin-top: 16.2%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 20.5%
    }
}

@media screen and (max-width: 414px) {
    .loading-contact-header {
        padding:0 20px
    }

    #wa_loading {
        margin-top: 16.2%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 19.4%
    }
}

@media screen and (max-width: 375px) {
    .loading-header>img {
        max-height:12px;
        max-width: 70px;
        margin-left: 1px
    }

    .loading-contact-header {
        padding: 0 8px
    }

    #wa_loading {
        margin-top: 16.5%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 20.4%
    }
}

@media screen and (max-width: 360px) {
    .loading-header>span {
        font-size:15px
    }

    #wa_loading {
        margin-top: 16.8%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 21%
    }
}

@media screen and (max-width: 320px) {
    .loading-header>img {
        max-height:12px;
        max-width: 70px;
        margin-left: 1px
    }

    .loading-contact-header {
        padding: 0 8px
    }

    .linear-activity {
        width: 48%
    }

    #wa_loading {
        margin-top: 17.5%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 22.7%
    }

    .loading-header>span {
        font-size: 12px
    }

    .loading-header>img {
        max-height: 10px;
        max-width: 68px;
        margin-left: -5px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    #wa_loading {
        margin-top:14.6%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 17.4%
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) and (orientation:portrait) {
    #wa_loading {
        margin-top:8.3%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 10.8%
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) and (orientation:landscape) {
    #wa_loading {
        margin-top:5.5%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 7.2%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
    #wa_loading {
        margin-top:6.3%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 8.3%
    }
}

@media only screen and (max-device-width: 820px) and (orientation:landscape) {
    #wa_loading {
        margin-top:8%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 9.8%
    }
}

@media only screen and (max-device-width: 640px) and (orientation:landscape) {
    #wa_loading {
        margin-top:9.1%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 11.5%
    }
}

@media(orientation: landscape) {
    .content {
        width:40%;
        padding: 3% 5%;
        margin-top: 3%;
        max-width: 700px
    }
}

@media(max-height: 320px) {
    .banner-top,.banner-top-right {
        padding:2px
    }
}

@media(max-width: 320px) and (max-height:360px) {
    .content {
        margin-top:5%
    }
}

.awing-popup .accept_btn {
    cursor: pointer;
    width: 86.9%;
    margin: 3px auto;
    outline: none;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .5em;
    text-align: center;
    color: #fff;
    background-color: #be1e2d;
    font-size: 12px;
    height: 2.5em;
    font-weight: bold
}

#popup_table tr td {
    padding-bottom: .8em
}

._dob_input {
    display: inline;
    width: 29%
}

._input_w {
    width: 100%
}

._error {
    border: 1px solid #f00 !important;
    outline: #f00 !important
}

.awing-popup .cancel_btn {
    cursor: pointer;
    width: 86.9%;
    margin: .8em auto;
    outline: none;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .5em;
    text-align: center;
    color: #fff;
    background-color: #a7a9a8;
    font-size: 12px;
    height: 2.5em;
    font-weight: bold
}

.awing-error-container {
    margin: 9em auto;
    margin-bottom: 8px;
    text-align: center;
    outline: 0;
    font-family: Arial,sans-serif;
    color: #252525
}

.awing-error-container .awing-error-icon {
    width: 74px;
    height: 74px
}

.awing-error-header {
    font-weight: bold;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px
}

.awing-error-body {
    margin-bottom: 24px
}

.awing-error-cookie .awing-error-body {
    text-align: justify;
    text-align-last: left;
    padding: 0 30%
}

.hidden_field {
    display: none
}

@-webkit-keyframes animatetop {
    from {
        top: 900px;
        opacity: 0
    }

    to {
        top: 300px;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: 900px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.awing-popup {
    font-family: 'Tahoma',sans-serif
}

.awing-popup .modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: #be1e2d;
    font-size: 19px;
    display: block;
    border: none
}

.awing-popup p {
    margin-top: 1em;
    margin-bottom: 1em
}

.awing-popup h4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 1.33em
}

#pop_up h4 {
    margin-top: 1.33em
}

.center_field {
    text-align: center
}

.awing-popup .modal-body {
    padding: 2px 16px;
    font-size: 13px
}

.awing-popup .modal-body h4 {
    font-size: 13px
}

.awing-popup .modal-footer {
    padding: 14px 16px;
    border: 0;
    display: block
}

.awing-popup .modal-footer>:not(:first-child) {
    margin-left: auto
}

.awing-popup .modal-footer>:not(:last-child) {
    margin-right: auto
}

.awing-popup .modal {
    position: fixed;
    padding-top: 1em;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

.awing-popup .modal.show {
    display: block
}

.awing-popup .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    min-width: 260px;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 0;
    display: block
}

.awing-popup a:not([href]):not([tabindex]).translate {
    color: #000
}

.awing-popup a:not([href]):not([tabindex]).translate.red {
    color: #be1e2d
}

.captive-connected {
    max-width: 1024px;
    height: 100%;
    margin: 0 auto
}

.captive-connected img {
    width: 100%;
    height: auto
}

.captive-connected-mobile {
    display: none
}

img#banner {
    margin-top: 0
}

.wa-button,#banner {
    cursor: pointer
}

.wa-button {
    min-height: 45px;
    font-size: 14px;
    margin-top: 5px
}

.slide-animate {
    height: 45px;
    margin-top: -45px
}

.wa-accept-connection-terms {
    height: 60px;
    margin-top: -5px;
    box-sizing: content-box
}

.awing_continue_scroll {
    position: fixed;
    width: 74px;
    height: 43px;
    bottom: 3%;
    right: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: .5s;
    -webkit-transition: .5s;
    animation: opacityAnimate 2s;
    animation-iteration-count: infinite;
    -webkit-animation: opacityAnimate 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: opacityAnimate 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: opacityAnimate 2s;
    -o-animation-iteration-count: infinite;
    -ms-transition: opacityAnimate 2s;
    -ms-animation-iteration-count: infinite;
    bottom: 0%;
    height: 18.1px;
    z-index: 9
}

.awing_continue_scroll.continue-en {
    height: 17.8px
}

.awing_continue_scroll a {
    padding-top: 70px
}

.awing_continue_scroll a span {
    position: absolute;
    top: -55px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 5px solid #231f20;
    border-bottom: 5px solid #231f20;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 2s infinite;
    animation: sdb05 2s infinite;
    box-sizing: border-box
}

.awing_continue_text {
    color: #231f20;
    font-weight: bold;
    font-size: 12px
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

@media(min-width: 800px) {
    .awing_continue_scroll {
        right:12%
    }
}

@media(min-width: 1280px) {
    .awing_continue_scroll {
        right:20%
    }
}

@media(min-width: 1296px) {
    .awing_continue_scroll {
        right:20%
    }
}

@media(min-width: 1367px) {
    .awing_continue_scroll {
        right:22%
    }
}

@media(min-width: 1440px) {
    .awing_continue_scroll {
        right:24.8%
    }
}

@media(max-width: 375px) {
    .wa-button {
        font-size:12px
    }

    .slide-animate {
        height: 45px;
        margin-top: -45px
    }
}

@media(max-width: 320px) {
    .wa-button {
        min-height:35px;
        font-size: 10px;
        margin-top: 2px
    }

    .slide-animate {
        height: 35px;
        margin-top: -35px
    }
}

@media(min-width: 1296px) {
    #continue_scroll {
        right:20%
    }
}

@media(min-width: 1367px) {
    #continue_scroll {
        right:25%
    }
}

@media(max-width: 800px) {
    .awing_continue_text {
        font-size:12px
    }

    .awing_continue_scroll {
        height: 20px;
        width: 70px
    }

    .awing_continue_scroll .continue-en {
        height: 19.5px;
        width: 69px
    }
}

@media(orientation: landscape) {
    .awing-popup .modal-content {
        width:40%;
        margin-top: 3%;
        max-width: 700px
    }
}

@media(min-width: 800px) {
    .awing-popup .modal-content {
        width:90%;
        margin-top: 5%
    }
}

@media(max-height: 310px) {
    .awing-popup .modal-content {
        width:90%;
        padding: 1% 5%;
        margin-top: 2%
    }
}

@media screen and (max-width: 1024px) {
    .awing-popup .modal-content {
        width:90%
    }

    .captive-connected-destop {
        display: none
    }

    .captive-connected-mobile {
        display: block
    }

    .awing-popup .modal {
        padding-top: 3em
    }

    .awing-error-container {
        padding: 0 16px
    }

    .awing-error-container .awing-error-body {
        padding: 0
    }
}

@media(max-width: 640px) {
    .captive-connected .captve-connected-img {
        width:40%
    }

    .captive-connected .captive-content p {
        text-align: justify
    }
}

@media(max-width: 320px) and (max-height:360px) {
    .awing-popup .modal-content {
        margin-top:5%
    }
}
html,body {
    width: 100%;
    height: 100%
}

body {
    font-family: Arial,sans-serif;
    margin: auto;
    background: #f5f5f5;
    min-height: 100%;
    height: auto;
    position: relative;
    line-height: normal
}

button:focus,input:focus {
    outline: none
}

.header {
    width: 100%;
    display: table;
    background: #fdfdfd;
    max-height: 60px
}

.banner-top {
    float: left;
    max-width: 88px;
    padding-bottom: 2px
}

.banner-top-right {
    float: right;
    max-width: 88px;
    padding: 0
}

.wa-hotline {
    font-size: 12px;
    display: block;
    vertical-align: middle;
    border-top: 2px solid #eee;
    padding: 8px 2%;
    margin-top: 35px;
    position: absolute;
    bottom: 0;
    width: 96%;
    box-sizing: content-box;
    background: #f5f5f5
}

.loginpage-container {
    clear: both;
    padding-bottom: 45px
}

.connection-container {
    box-sizing: content-box
}

.content {
    width: 80%;
    position: relative;
    margin: auto;
    padding: 20px 3%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10%;
    min-width: 260px
}

.wifi-free {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: table
}

.wifi-free span {
    font-size: 1em;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700
}

.wifi-logo {
    width: 45%;
    display: block;
    margin: 5% auto 7%;
    text-align: center
}

#wifi_logo>:first-child {
    width: 100%
}

.animation .wifi-logo {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translateZ(0)
}

.animation .wifi-free {
    animation: myscale 1s cubic-bezier(.36,.61,.78,.92);
    animation-fill-mode: forwards;
    -webkit-animation: myscale 1s;
    -webkit-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -webkit-animation-fill-mode: both;
    -moz-animation: myscale 1s;
    -moz-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -moz-animation-fill-mode: both;
    -ms-animation: myscale 1s;
    -ms-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -ms-animation-fill-mode: both;
    -webkit-transform: translateZ(0)
}

.wa-accept-connection-terms {
    width: 100%
}

.btn_action {
    line-height: normal
}

.tooltip {
    opacity: 1;
    text-align: center
}

.form_table {
    border-collapse: separate
}

.wa-button {
    width: 85%;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    min-height: 35px;
    border: none;
    border-radius: 4px;
    display: block;
    margin: auto;
    line-height: normal
}

.wa-button-static {
    width: 85%;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    min-height: 35px;
    border: none;
    border-radius: 4px;
    display: block;
    margin: auto
}

.wa-button-default {
    background-color: #fff;
    border: 1px solid #231f20;
    color: #231f20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wa-button:hover {
    background-color: #cc0708
}

.wa-button-default:hover {
    background-color: #f5f5f5
}

.wa-button-icon {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.accept-connection.active:ACTIVE {
    background-color: #c3272d
}

.accept-terms {
    width: 85%;
    font-size: 11px;
    text-align: center;
    color: #00f;
    text-decoration: blink;
    display: block;
    margin: 6px auto;
    cursor: pointer
}

input[type=checkbox] {
    min-width: 20px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

#container {
    width: 90%;
    margin: 0 auto 5% auto;
    padding-bottom: 2%;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    max-width: 600px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch
}

@media(orientation: landscape) {
    #container {
        width:80%
    }
}

#container img {
    width: 96%;
    padding: 2%
}

#banner {
    display: block;
    margin: 10px auto;
    text-align: center;
    max-width: 100%
}

#fullscreen_banner {
    display: block;
    margin: 10px auto;
    margin-bottom: 10px;
    text-align: center;
    max-width: 69%
}

@media screen and (max-width: 1024px) {
    #fullscreen_banner {
        margin:0 auto;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%
    }
}

#continue_scroll {
    position: fixed;
    width: 74px;
    height: 43px;
    bottom: 3%;
    right: 0%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: .5s;
    -webkit-transition: .5s;
    animation: opacityAnimate 2s;
    animation-iteration-count: infinite;
    -webkit-animation: opacityAnimate 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: opacityAnimate 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: opacityAnimate 2s;
    -o-animation-iteration-count: infinite;
    -ms-transition: opacityAnimate 2s;
    -ms-animation-iteration-count: infinite
}

#continue_text {
    color: #f00;
    font-weight: bold;
    font-size: 12px
}

#scrolldown {
    background-image: url("../images/continue2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    animation: myanimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation: myanimate;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: myanimate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

#continue-container::-webkit-scrollbar {
    display: none
}

#continue-container::-moz-scrollbar {
    display: none
}

#continue-container {
    height: 100%;
    width: 100%;
    width: 50%;
    height: 50%;
    bottom: -10px;
    left: 23%;
    position: absolute
}

.slide-animate {
    background: linear-gradient(to right,rgba(255,0,0,0),#fff,rgba(255,0,0,0));
    background: -webkit-linear-gradient(left,rgba(255,0,0,0),#fff,rgba(255,0,0,0));
    width: 25%;
    height: 35px;
    position: relative;
    margin-top: -35px;
    transform: translateX(310%);
    -webkit-transform: translateX(310%);
    animation: slideAnimation 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation: slideAnimation 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    pointer-events: none
}

@keyframes slideAnimation {
    0% {
        transform: translateX(-10%);
        -webkit-transform: translateX(-10%)
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateX(310%);
        -webkit-transform: translateX(310%);
        opacity: 0
    }
}

@-webkit-keyframes slideAnimation {
    0% {
        transform: translateX(-10%);
        -webkit-transform: translateX(-10%)
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateX(310%);
        -webkit-transform: translateX(310%);
        opacity: 0
    }
}

@keyframes opacityAnimate {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-webkit-keyframes opacityAnimate {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@keyframes myanimate {
    0% {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    50% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }
}

@-webkit-keyframes myanimate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0)
    }
}

@-moz-keyframes myanimate {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0,-10px,0)
    }

    50% {
        opacity: 1;
        -moz-transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -moz-transform: translate3d(0,10px,0)
    }
}

@media(min-width: 800px) {
    button {
        font-size:1em
    }

    #continue_scroll {
        width: 90px;
        height: 55px
    }

    .content {
        width: 50%;
        margin-top: 5%
    }
}

@media(max-height: 310px) {
    .content {
        width:50%;
        padding: 1% 5%;
        margin-top: 2%
    }

    .wifi-free span {
        font-size: .8em
    }

    .wifi-logo {
        width: 40%;
        margin: 3% auto 3%
    }

    .wa-button {
        width: 85%;
        min-height: 25px
    }

    .slide-animate {
        height: 25px;
        margin-top: -25px
    }

    .accept-terms {
        font-size: 7px
    }
}

@media(max-height: 310px) and (max-width:480px) {
    .wifi-logo {
        max-height:80px
    }
}

.wa-disable {
    display: none
}

.background_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-backface-visibility: hidden;
    transition: opacity .5s ease-in;
    transform: translate3d(0,0,0)
}

@media screen and (orientation: landscape) and (max-width:896px) {
    .wa-button {
        font-size:10px !important
    }
}

@media screen and (orientation: landscape) and (max-width:736px) {
    .wa-button {
        font-size:9px !important
    }
}

.hide {
    display: none
}

.accept-terms,#bannerscreen,.slide-animate,.accept-connection {
    opacity: 0
}

.wifi-free {
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0)
}

.wifi-logo {
    -webkit-transform: translate3d(0,-3000px,0)
}

.animation .accept-connection,.animation .accept-terms {
    animation: mymoveleft 1s cubic-bezier(.36,.61,.78,.92) 2s;
    animation-fill-mode: forwards;
    -webkit-animation: mymoveleft 1s;
    -webkit-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    -moz-animation: mymoveleft 1s;
    -moz-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 1s;
    -ms-animation: mymoveleft 1s;
    -ms-animation-timing-function: cubic-bezier(.36,.61,.78,.92);
    -ms-animation-fill-mode: both;
    -ms-animation-delay: 1s;
    outline: none
}

#wa_loading {
    position: relative;
    text-align: center;
    margin-top: 12%
}

span {
    margin: 0 auto;
    display: block
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes myscale {
    from {
        transform: scale3d(0,0,0);
        -webkit-transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1)
    }
}

@-moz-keyframes myscale {
    from {
        transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@-ms-keyframes myscale {
    from {
        transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes myscale {
    from {
        transform: scale3d(0,0,0)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

@-webkit-keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

@-moz-keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

@-ms-keyframes mymoveleft {
    from {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px)
    }

    to {
        transform: translateX(1);
        -webkit-transform: translateX(1);
        opacity: 1
    }
}

#wa_loading.wa_loading-LP {
    margin-top: 10%
}

.loading-header {
    margin-bottom: 8px
}

.loading-header>img,.loading-header>span {
    display: inline-block
}

.loading-header>span {
    font-size: 24px
}

.loading-header .number,.loading-header .unit {
    font-size: 64px;
    color: #444;
    font-weight: bold;
    bottom: 0
}

.loading-header>img {
    max-height: 20px;
    max-width: 100px;
    margin-left: 6px;
    vertical-align: initial
}

.loading-message {
    margin-top: 16px;
    color: #252525;
    font-weight: 600;
    font-size: 18px
}

.loading-contact {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 11;
    width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
    padding: 25px 20px;
    box-sizing: border-box
}

.loading-contact-header {
    font-weight: bold;
    font-size: 16px;
    padding: 0 8px
}

.loading-contact-body {
    margin-top: 16px
}

.loading-contact-footer {
    margin-top: 16px
}

.bold-message {
    font-weight: bold;
    display: inline-block
}

.linear-activity {
    overflow: hidden;
    width: 325px;
    height: 6px;
    background-color: #e3e3e3;
    border-radius: 16px;
    margin: auto
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-animation: progressBar 2s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 2s ease-in-out;
    -moz-animation-fill-mode: both;
    animation: progressBar 2s ease-in-out;
    animation-fill-mode: both;
    background-color: #ed1c24;
    border-radius: 16px;
    margin: initial
}

.determinate.loading-lp {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

@keyframes progressBar {
    0% {
        width: 0
    }
}

@-webkit-keyframes progressBar {
    0% {
        width: 0
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0
    }
}

@-ms-keyframes progressBar {
    0% {
        width: 0
    }
}

.btnReconnect {
    background: #ed1c24;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    cursor: pointer;
    user-select: none
}

.btnReconnect:focus {
    outline: none
}

@media only screen and (min-device-width: 375px) and (max-device-width:820px) and (orientation:landscape) {
    .loading-header>span {
        font-size:16px
    }

    .loading-header>img {
        max-height: 15px;
        max-width: 70px;
        margin-left: 3px
    }
}

@media screen and (max-width: 640px) {
    .loading-contact-header {
        font-size:15px
    }

    .loading-header>span {
        font-size: 16px
    }

    .linear-activity {
        width: 48%;
        height: 6px
    }

    .wa_loading-LP .linear-activity {
        width: 65%
    }

    .loading-contact,.loading-message {
        width: 80%;
        font-size: 14px
    }

    .loading-header>img {
        max-height: 13px;
        max-width: 70px;
        margin-left: 3.5px
    }

    .loading-header {
        margin-bottom: 8px
    }

    #wa_loading {
        margin-top: 16.2%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 20.5%
    }
}

@media screen and (max-width: 414px) {
    .loading-contact-header {
        padding:0 20px
    }

    #wa_loading {
        margin-top: 16.2%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 19.4%
    }
}

@media screen and (max-width: 375px) {
    .loading-header>img {
        max-height:12px;
        max-width: 70px;
        margin-left: 1px
    }

    .loading-contact-header {
        padding: 0 8px
    }

    #wa_loading {
        margin-top: 16.5%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 20.4%
    }
}

@media screen and (max-width: 360px) {
    .loading-header>span {
        font-size:15px
    }

    #wa_loading {
        margin-top: 16.8%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 21%
    }
}

@media screen and (max-width: 320px) {
    .loading-header>img {
        max-height:12px;
        max-width: 70px;
        margin-left: 1px
    }

    .loading-contact-header {
        padding: 0 8px
    }

    .linear-activity {
        width: 48%
    }

    #wa_loading {
        margin-top: 17.5%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 22.7%
    }

    .loading-header>span {
        font-size: 12px
    }

    .loading-header>img {
        max-height: 10px;
        max-width: 68px;
        margin-left: -5px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    #wa_loading {
        margin-top:14.6%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 17.4%
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) and (orientation:portrait) {
    #wa_loading {
        margin-top:8.3%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 10.8%
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) and (orientation:landscape) {
    #wa_loading {
        margin-top:5.5%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 7.2%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
    #wa_loading {
        margin-top:6.3%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 8.3%
    }
}

@media only screen and (max-device-width: 820px) and (orientation:landscape) {
    #wa_loading {
        margin-top:8%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 9.8%
    }
}

@media only screen and (max-device-width: 640px) and (orientation:landscape) {
    #wa_loading {
        margin-top:9.1%
    }

    #wa_loading.wa_loading-LP {
        margin-top: 11.5%
    }
}

@media(orientation: landscape) {
    .content {
        width:40%;
        padding: 3% 5%;
        margin-top: 3%;
        max-width: 700px
    }
}

@media(max-height: 320px) {
    .banner-top,.banner-top-right {
        padding:2px
    }
}

@media(max-width: 320px) and (max-height:360px) {
    .content {
        margin-top:5%
    }
}

.awing-popup .accept_btn {
    cursor: pointer;
    width: 86.9%;
    margin: 3px auto;
    outline: none;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .5em;
    text-align: center;
    color: #fff;
    background-color: #be1e2d;
    font-size: 12px;
    height: 2.5em;
    font-weight: bold
}

#popup_table tr td {
    padding-bottom: .8em
}

._dob_input {
    display: inline;
    width: 29%
}

._input_w {
    width: 100%
}

._error {
    border: 1px solid #f00 !important;
    outline: #f00 !important
}

.awing-popup .cancel_btn {
    cursor: pointer;
    width: 86.9%;
    margin: .8em auto;
    outline: none;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .5em;
    text-align: center;
    color: #fff;
    background-color: #a7a9a8;
    font-size: 12px;
    height: 2.5em;
    font-weight: bold
}

.awing-error-container {
    margin: 9em auto;
    margin-bottom: 8px;
    text-align: center;
    outline: 0;
    font-family: Arial,sans-serif;
    color: #252525
}

.awing-error-container .awing-error-icon {
    width: 74px;
    height: 74px
}

.awing-error-header {
    font-weight: bold;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px
}

.awing-error-body {
    margin-bottom: 24px
}

.awing-error-cookie .awing-error-body {
    text-align: justify;
    text-align-last: left;
    padding: 0 30%
}

.hidden_field {
    display: none
}

@-webkit-keyframes animatetop {
    from {
        top: 900px;
        opacity: 0
    }

    to {
        top: 300px;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: 900px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.awing-popup {
    font-family: 'Tahoma',sans-serif
}

.awing-popup .modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: #be1e2d;
    font-size: 19px;
    display: block;
    border: none
}

.awing-popup p {
    margin-top: 1em;
    margin-bottom: 1em
}

.awing-popup h4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 1.33em
}

#pop_up h4 {
    margin-top: 1.33em
}

.center_field {
    text-align: center
}

.awing-popup .modal-body {
    padding: 2px 16px;
    font-size: 13px
}

.awing-popup .modal-body h4 {
    font-size: 13px
}

.awing-popup .modal-footer {
    padding: 14px 16px;
    border: 0;
    display: block
}

.awing-popup .modal-footer>:not(:first-child) {
    margin-left: auto
}

.awing-popup .modal-footer>:not(:last-child) {
    margin-right: auto
}

.awing-popup .modal {
    position: fixed;
    padding-top: 1em;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

.awing-popup .modal.show {
    display: block
}

.awing-popup .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    min-width: 260px;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 0;
    display: block
}

.awing-popup a:not([href]):not([tabindex]).translate {
    color: #000
}

.awing-popup a:not([href]):not([tabindex]).translate.red {
    color: #be1e2d
}

.captive-connected {
    max-width: 1024px;
    height: 100%;
    margin: 0 auto
}

.captive-connected img {
    width: 100%;
    height: auto
}

.captive-connected-mobile {
    display: none
}

img#banner {
    margin-top: 0
}

.wa-button,#banner {
    cursor: pointer
}

.wa-button {
    min-height: 45px;
    font-size: 14px;
    margin-top: 5px
}

.slide-animate {
    height: 45px;
    margin-top: -45px
}

.wa-accept-connection-terms {
    height: 60px;
    margin-top: -5px;
    box-sizing: content-box
}

.awing_continue_scroll {
    position: fixed;
    width: 74px;
    height: 43px;
    bottom: 3%;
    right: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: .5s;
    -webkit-transition: .5s;
    animation: opacityAnimate 2s;
    animation-iteration-count: infinite;
    -webkit-animation: opacityAnimate 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: opacityAnimate 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: opacityAnimate 2s;
    -o-animation-iteration-count: infinite;
    -ms-transition: opacityAnimate 2s;
    -ms-animation-iteration-count: infinite;
    bottom: 0%;
    height: 18.1px;
    z-index: 9
}

.awing_continue_scroll.continue-en {
    height: 17.8px
}

.awing_continue_scroll a {
    padding-top: 70px
}

.awing_continue_scroll a span {
    position: absolute;
    top: -55px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 5px solid #231f20;
    border-bottom: 5px solid #231f20;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 2s infinite;
    animation: sdb05 2s infinite;
    box-sizing: border-box
}

.awing_continue_text {
    color: #231f20;
    font-weight: bold;
    font-size: 12px
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

@media(min-width: 800px) {
    .awing_continue_scroll {
        right:12%
    }
}

@media(min-width: 1280px) {
    .awing_continue_scroll {
        right:20%
    }
}

@media(min-width: 1296px) {
    .awing_continue_scroll {
        right:20%
    }
}

@media(min-width: 1367px) {
    .awing_continue_scroll {
        right:22%
    }
}

@media(min-width: 1440px) {
    .awing_continue_scroll {
        right:24.8%
    }
}

@media(max-width: 375px) {
    .wa-button {
        font-size:12px
    }

    .slide-animate {
        height: 45px;
        margin-top: -45px
    }
}

@media(max-width: 320px) {
    .wa-button {
        min-height:35px;
        font-size: 10px;
        margin-top: 2px
    }

    .slide-animate {
        height: 35px;
        margin-top: -35px
    }
}

@media(min-width: 1296px) {
    #continue_scroll {
        right:20%
    }
}

@media(min-width: 1367px) {
    #continue_scroll {
        right:25%
    }
}

@media(max-width: 800px) {
    .awing_continue_text {
        font-size:12px
    }

    .awing_continue_scroll {
        height: 20px;
        width: 70px
    }

    .awing_continue_scroll .continue-en {
        height: 19.5px;
        width: 69px
    }
}

@media(orientation: landscape) {
    .awing-popup .modal-content {
        width:40%;
        margin-top: 3%;
        max-width: 700px
    }
}

@media(min-width: 800px) {
    .awing-popup .modal-content {
        width:90%;
        margin-top: 5%
    }
}

@media(max-height: 310px) {
    .awing-popup .modal-content {
        width:90%;
        padding: 1% 5%;
        margin-top: 2%
    }
}

@media screen and (max-width: 1024px) {
    .awing-popup .modal-content {
        width:90%
    }

    .captive-connected-destop {
        display: none
    }

    .captive-connected-mobile {
        display: block
    }

    .awing-popup .modal {
        padding-top: 3em
    }

    .awing-error-container {
        padding: 0 16px
    }

    .awing-error-container .awing-error-body {
        padding: 0
    }
}

@media(max-width: 640px) {
    .captive-connected .captve-connected-img {
        width:40%
    }

    .captive-connected .captive-content p {
        text-align: justify
    }
}

@media(max-width: 320px) and (max-height:360px) {
    .awing-popup .modal-content {
        margin-top:5%
    }
}
.form-control {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  /* Ð?nh d?ng cho nút Sign In */
  .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }

  /* Ð?nh d?ng cho footer */
  .footer {
    background-color: #f7f7f7;
    padding: 10px;
    text-align: center;
  }


--------------
