.mobile-only,
.orientation {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .slider.round {
        width: 50px;
    }

    .cookie-sticky-wrap {
        height: auto !important;
    }

    .cookie-sticky-container {
        width: 85%;
    }

    .cookie-sticky-body p {
        font-size: 12px;
    }

    .cookie-sticky-body>a {
        font-size: 14px;
        padding: 3px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 901px) {
    .header-bar {
        display: block !important;
    }

    header .menu .sub-menu {
        /* height: 100% !important; */
        height: 1.6rem !important;
        align-items: center;
    }

    header .header-container.fixed {
        position: fixed;
        top: 0;
        background: #42018a;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }

    header .menu .menu-item.selected .close-sub-menu {
        display: none !important;
    }

    /*header .menu .menu-item.hover .sub-menu {
        display: flex;
        z-index: 2;
        align-items:center;
    }*/
}

@media screen and (max-width: 900px) {
    .apply .apply-phone {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    html,
    body {
        font-size: 13.3333333vw;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
    }

    body.lock {
        height: 100vh;
        overflow: hidden;
    }

    /* Items */

    /* Slide Check */

    .custom-slide-box {
        font-size: .3rem;
    }

    /* Apply Form */

    .apply-form {
        width: 100%;
    }

    .apply-form .tab-menu {
        border-bottom: .08rem solid #FF8300;
    }

    .apply-form .tab-menu a {
        height: .76rem;
        padding-top: .08rem;
        border-radius: .08rem .08rem 0 0;
    }

    .apply-form .tab-menu a span {
        font-size: .36rem;
    }

    .apply-form .tab-items {
        padding: .32rem;
        border-radius: 0 0 .16rem .16rem;
    }

    .apply-form .form-item+.form-item {
        margin-top: .2rem;
    }

    .apply-form .form-item+.form-item.checkbox {
        margin-top: .48rem;
    }

    .apply-form .form-item input[type='text'],
    .apply-form .form-item input[type='tel'] {
        height: .84rem;
        padding: .1rem .32rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    .apply-form .form-item.number label {
        display: block;
        width: 100%;
        margin-bottom: .12rem;
        font-size: .24rem;
        letter-spacing: 0;
        text-align: left;
    }

    .apply-form .form-item.number input[type='tel'] {
        width: 62.38%;
        margin-left: 2.64%;
    }

    .apply-form .form-item.number .select2-container {
        width: 34.98% !important;
        margin-left: 0;
    }

    .apply-form .form-item.number .select2-container .select2-selection--single {
        height: .84rem;
        border-radius: .12rem;
    }

    .apply-form .form-item.number .select2-container.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 0 0 .12rem .12rem;
    }

    .apply-form .form-item.number .select2-container.select2-container--open.select2-container--below .select2-selection--single {
        border-radius: .12rem .12rem 0 0;
    }

    .apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: .84rem;
        padding-left: .32rem;
        padding-right: .64rem;
        font-size: .28rem;
        line-height: .84rem;
    }

    .apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: .28rem;
    }

    .apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: .3rem;
    }

    .apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        font-size: .48rem;
    }

    .apply-select-dropdown .select2-results>.select2-results__options {
        font-size: .28rem;
    }

    .apply-select-dropdown .select2-results__option {
        padding: .2rem .32rem;
    }

    .apply-select-dropdown .select2-dropdown {
        border-radius: .12rem !important;
    }

    .apply-select-dropdown.select2-container--open .select2-dropdown--below {
        border-radius: 0 0 .12rem .12rem !important;
    }

    .apply-select-dropdown.select2-container--open .select2-dropdown--above {
        border-radius: .12rem .12rem 0 0 !important;
    }

    .apply-select-dropdown ::-webkit-scrollbar {
        width: .1rem;
    }

    .apply-form .form-item input[type='checkbox']~label {
        padding: 0;
        padding-left: .7rem;
        font-size: .24rem;
    }

    .apply-form .form-item input[type='checkbox']~label:before {
        width: .48rem;
        height: .48rem;
        left: 0;
        top: 50%;
        margin-top: -.24rem;
        border-radius: .12rem;
    }

    .apply-form .form-item input[type='checkbox']:checked~label:after {
        top: 50%;
        left: .09rem;
        font-size: .28rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .apply-form .btn-submit {
        height: .96rem;
        min-width: 2.2rem;
        border-radius: .12rem;
    }

    .apply-form .btn-submit span {
        font-size: .28rem;
    }

    .apply-form .note {
        width: 100%;
        font-size: .28rem;
    }

    .apply-form *+.note {
        margin-top: .64rem;
    }

    .apply-form .result.lite {
        padding: .64rem .45rem;
        border-radius: .12rem;
    }

    .apply-form .result img {
        width: 3.2rem;
    }

    .apply-form .result .result-title {
        font-size: .48rem;
    }

    .apply-form .result *+.result-title {
        margin-top: .48rem;
    }

    .apply-form .result .result-text {
        font-size: .32rem;
    }

    .apply-form .result *+.result-text {
        margin-top: .16rem;
    }

    .apply-form .result .btn-return {
        height: .96rem;
    }

    .apply-form .result *+.btn-return {
        margin-top: .64rem;
    }

    .apply-form .result .btn-return span {
        font-size: .28rem;
    }

    /* Custom */

    /* Header Bar */

    .header-bar {
        display: none;
        position: relative;
        height: auto;
        font-size: 0;
        z-index: 10;
        background-color: #4f0098;
    }

    .header-bar .left {
        display: block;
        height: auto;
        width: 100%;
    }

    .header-bar .custom-slide-box {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

    .header-bar .custom-slide-box label {
        display: block;
        width: 100%;
        padding-left: .34rem !important;
        padding-right: 4.3333em;
        padding-top: .93em;
        padding-bottom: .93em;
    }

    .header-bar .custom-slide-box span {
        font-size: .3rem;
    }

    .header-bar .custom-slide-box [type="checkbox"]:not(:checked)+label:before,
    .header-bar .custom-slide-box [type="checkbox"]:checked+label:before {
        left: auto;
        right: 0;
        margin-right: .36rem;
        margin-top: .93em;
    }

    .header-bar .custom-slide-box [type="checkbox"]:not(:checked)+label:after,
    .header-bar .custom-slide-box [type="checkbox"]:checked+label:after {
        left: auto;
        right: 1.5em;
        margin-right: .36rem;
        margin-top: .93em;
    }

    .header-bar .custom-slide-box [type="checkbox"]:checked+label:after {
        left: auto;
        right: .16667em;
    }

    /* Header */

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        background: linear-gradient(0deg, rgba(73, 10, 146, 0) 0%, rgba(73, 10, 146, 0.4822303921568627) 35%, rgba(73, 10, 146, 1) 100%);
    }

    html:has(header.menu-active) {
        overflow: hidden;
    }

    header.menu-active {
        position: fixed;
        height: 100%;
        background: #2d0275;
    }

    header .header-container {
        position: relative;
        top: auto;
        left: auto;
        height: calc(100% - .94rem);
        padding: .3rem .36rem;
        /* overflow-y: auto; */
    }

    header.menu-active .header-container {
        padding-bottom: 1.26rem;
    }

    header.static .header-container {
        background: transparent;
    }

    header:not(.static):not(.search-active) .header-container:hover {
        background: transparent;
    }

    header.has-selected-item:not(.static):not(.search-active) .header-container {
        background: transparent;
    }

    header .header-bg {
        height: 1.46rem;
    }

    header .logo {
        vertical-align: middle;
        width: 1.37rem;
    }

    header .mobile-buttons {
        display: inline-block !important;
        vertical-align: middle;
        width: calc(100% - 1.37rem);
        text-align: right;
    }

    header .mobile-buttons .btn-search {
        display: inline-block;
        vertical-align: middle;
        width: .4rem;
        margin-right: .45rem;
    }

    header .mobile-buttons .btn-search img {
        width: 100%;
    }

    header .mobile-buttons .btn-menu {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 19px;
    }

    header .mobile-buttons .btn-menu div {
        width: 100%;
        height: 3px;
        margin-top: 5px;
        background: #ff8300;
        border-radius: 3px;
        transition: .3s transform ease;
        -webkit-transition: .3s transform ease;
        -ms-transition: .3s transform ease;
        -moz-transition: .3s transform ease;
        -o-transition: .3s transform ease;
    }

    header .mobile-buttons .btn-menu div:first-child {
        margin-top: 0;
    }

    header.menu-active .mobile-buttons .btn-menu div {
        position: absolute;
        width: 26px;
        height: 2px;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -13px;
    }

    header.menu-active .mobile-buttons .btn-menu div:first-child {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    header.menu-active .mobile-buttons .btn-menu div:nth-child(2) {
        opacity: 0;
    }

    header.menu-active .mobile-buttons .btn-menu div:last-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    header .menu {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        padding-right: .3rem;
        padding-left: .3rem;
        padding-top: .36rem;
        padding-bottom: .36rem;
        text-align: left;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

    header.menu-active .menu {
        display: block;
    }

    header .menu .menu-item {
        display: block;
        height: auto;
        padding: 0;
    }

    header .menu .menu-item.active .sub-menu {
        display: none;
    }

    header .menu .menu-item:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

    header .menu .menu-item>a {
        position: relative;
        display: block;
        font-size: .7rem;
        letter-spacing: 0;
        line-height: 1.4286em;
        -webkit-tap-highlight-color: transparent;
    }

    header .menu .menu-item.active:not(.sub-icon)>a:after {
        display: none;
    }

    header .menu .menu-item.sub-icon>a:after,
    header .menu .menu-item.sub-icon>a:hover:after {
        content: '';
        position: absolute;
        height: .39rem;
        width: .21rem;
        top: 50%;
        left: auto;
        right: 0;
        margin-top: -.26rem;
        margin-left: 0;
        border-radius: 0;
        background-color: transparent;
        background-image: url(/assets/icons/mobile-menu-arrow-right.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    header .menu .menu-item:not(.active)>a:hover:before {
        display: none;
    }

    header .menu .menu-item:not(.active)>a:hover:after,
    header .menu .menu-item:not(.active)>a:hover:before {
        animation: none;
        -webkit-animation: none;
    }

    header .menu .menu-item:hover .sub-menu {
        display: none;
    }

    header .header-bottom {
        display: none !important;
    }

    header.menu-active .header-bottom {
        display: block !important;
    }

    header .header-bottom .mobile-links {
        position: relative;
        padding-left: .3rem;
        padding-right: .3rem;
    }

    header .header-bottom .mobile-links a {
        font-weight: 600;
        font-size: .34rem;
        line-height: 1.2em;
        color: white;
    }

    header .header-bottom .mobile-links a+a {
        margin-left: .72rem;
    }

    header .header-bottom .mobile-links a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        margin-top: -.06rem;
        border-top: .1rem solid transparent;
        border-bottom: .1rem solid transparent;
        border-left: .17rem solid #ff8300;
    }

    header .header-bottom .mobile-login {
        position: relative;
        margin-top: .56rem;
    }

    header .header-bottom .mobile-login a,
    header .header-bottom .mobile-login .btn-auth {
        display: block;
        margin-left: .2rem;
        margin-right: .2rem;
        padding-top: .2rem;
        padding-bottom: .12rem;
        font-family: Anton;
        font-weight: 600;
        font-size: .45rem;
        letter-spacing: .01em;
        line-height: 1.2em;
        color: white;
        text-align: center;
        border-radius: .16rem;
        border: 1px solid #ff8200;
    }

    header .header-bottom .mobile-login a+a {
        margin-top: .18rem;
    }

    header .header-bottom .mobile-login .btn-apply {
        /*border: none;
                background-color: #ff8300;*/
        border: 4px solid #4f0098;
        border-bottom-color: #3A0A6C;
        border-right: #4f0098;
        background-color: white;
        color: #4f0098;
    }

    header .header-bottom-bar {
        display: none !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .92rem;
        background: #4f0098;
    }

    header.menu-active .header-bottom-bar {
        display: block !important;
    }

    header .header-bottom-bar a {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 50%;
        padding-left: .2rem;
        padding-right: .2rem;
        font-weight: 600;
        font-size: .3rem;
        line-height: 1.2em;
        color: white;
        text-align: center;
    }

    header .header-bottom-bar a img {
        display: inline-block;
        vertical-align: middle;
        width: .27rem;
    }

    header .header-bottom-bar a span {
        display: inline-block;
        vertical-align: middle;
    }

    header .header-bottom-bar .online-operations {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 50%;
        padding-left: .2rem;
        padding-right: .2rem;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .3);
    }

    header .header-bottom-bar .online-operations>span {
        font-weight: 600;
        font-size: .3rem;
        line-height: 1.2em;
        color: white;
        text-align: center;
    }

    header .header-bottom-bar .online-operations span:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        margin-top: -.06rem;
        margin-right: .1rem;
        border-top: .1rem solid transparent;
        border-bottom: .1rem solid transparent;
        border-left: .17rem solid #ff8300;
    }

    header .header-bottom-bar .online-operations select {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    header.mobile-sub-open .header-bottom {
        display: none !important;
    }

    header.mobile-sub-open .header-bottom-bar {
        display: none !important;
    }

    header.mobile-sub-open .menu .menu-item {
        display: none;
    }

    header.mobile-sub-open .menu .menu-item.selected {
        display: block;
    }

    header.mobile-sub-open .menu {
        padding-left: .95rem;
        padding-bottom: 0;
    }

    header.mobile-sub-open .header-container {
        padding-bottom: 0;
    }

    header .menu .menu-item.selected>a {
        color: #ff8300;
    }

    header .menu .menu-item.selected>a:after {
        display: none !important;
    }

    header .menu .menu-item.selected .close-sub-menu {
        position: absolute;
        padding: .15rem;
        top: .45rem;
        left: 0;
    }

    header .menu .menu-item.selected .close-sub-menu img {
        width: .21rem;
    }

    header .menu .menu-item.selected .sub-menu {
        display: block;
        position: relative;
        width: calc(100% + 1.97rem);
        top: auto;
        left: auto;
        margin-left: -1.31rem;
        margin-right: -.66rem;
        padding-left: 1.31rem;
        padding-right: .66rem;
        padding-top: .4rem;
        padding-bottom: .8rem;
        text-align: left;
        background: #4f0098;
    }

    header .menu .menu-item.selected .sub-menu a {
        display: block;
        padding: 0;
        font-weight: 400;
        font-size: .4rem;
        line-height: 2em;
    }

    header .menu .menu-item.selected .sub-menu .type-dropdown {
        display: none;
    }

    header .menu .sub-menu .sub-type {
        display: block !important;
    }

    header .menu .sub-menu .sub-type+.sub-type {
        margin-top: .2rem;
    }

    header .menu .sub-menu .sub-type span {
        display: block;
        font-weight: 600;
        font-size: .48rem;
        line-height: 1.4em;
        color: white;
    }

    /* General Bootstrap */

    .main-title {
        margin-top: .8rem;
        margin-bottom: .64rem;
        padding-left: .8rem;
        padding-right: .8rem;
        word-wrap: break-word;
        word-break: break-word;
    }

    .main-title .small {
        font-size: .56rem;
        line-height: 1em;
        letter-spacing: .01em;
    }

    .main-title .large {
        font-size: .7rem;
        line-height: 1em;
        letter-spacing: .01em;
    }

    .sms-box div {
        margin-bottom: .1rem;
        font-size: .26rem;
    }

    .sms-box span {
        font-size: .3rem;
    }

    .sms-box img {
        width: .9rem !important;
        margin-left: .22rem;
        margin-right: .2rem;
    }

    .banner-box {
        width: calc(100% - 1.2rem);
        left: .6rem;
        padding: .2rem .3rem .8rem .3rem;
        border-radius: .2rem;
    }

    .banner-box .sms-box {
        margin-top: .4rem;
    }

    .banner-box .social {
        right: .2rem;
        bottom: .15rem;
        font-size: .4rem;
    }

    .banner-box .social.left {
        right: auto;
        left: .3rem;
        bottom: .16rem;
    }

    .banner-box .btn-banner {
        left: .3rem;
        width: 2.6rem;
        height: .7rem;
        margin-top: -.35rem;
        font-size: .28rem;
        letter-spacing: .01em;
        border-radius: .12rem;
    }

    .banner-box .notch {
        right: .24rem;
        width: .67rem !important;
    }

    section.general-banner:after {
        content: '';
        display: block;
        position: absolute;
        width: .72rem;
        height: .72rem;
        bottom: 1rem;
        left: 50%;
        margin-left: -.36rem;
        background-image: url(Icons/icon-scrolldown.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    section.general-banner .banner-box .notch {
        /*display: none;*/
    }

    /* section.general-banner.newCard {
        zoom: 1.3;
    } */

    .banner-box .banner-box-pre {
        margin-bottom: .12rem;
        padding-left: .3rem;
        padding-right: .3rem;
        padding-top: .24rem;
        padding-bottom: .22rem;
        font-size: .32rem;
    }

    .banner-box .banner-info {
        display: block;
        width: 100%;
    }

    .banner-box .banner-types {
        display: block;
        width: 100%;
        margin-top: .26rem;
    }

    .banner-box .banner-types a {
        display: inline-block;
        vertical-align: middle;
    }

    .banner-box .banner-types a+a {
        margin-top: 0;
        margin-left: .42rem;
    }

    .banner-box .banner-types .icon {
        width: .9rem;
        height: .9rem;
        border-radius: .45rem;
    }

    .banner-box .banner-types .icon span {
        font-size: .32rem;
        line-height: 1.2em;
    }

    .banner-box .banner-types .text {
        display: none;
    }

    .banner-box .banner-types a.active .icon {
        box-shadow: 0 .1rem .2rem rgba(46, 2, 118, .3);
    }

    .banner-box .banner-detail-info {
        display: block;
        width: 100%;
        margin-top: .3rem;
    }

    .banner-box .banner-detail-info img {
        display: block;
        width: 3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-box .title {
        margin-top: 0;
        font-size: .72rem;
    }

    .banner-box .title br {
        display: none;
    }

    .banner-box .title.small {
        font-size: .72rem;
    }

    .banner-box .title.bordered:after {
        content: '';
        display: block;
        width: .8rem;
        height: .06rem;
        margin-top: .3rem;
        margin-bottom: .3rem;
        background: #ff8300;
    }

    .banner-box .description {
        margin-top: .06rem;
    }

    .banner-box.medium {
        width: 6rem;
    }

    .banner-box.large {
        width: calc(100% - 2rem) !important;
        left: 1rem;
        padding: .28rem .1rem .86rem .3rem;
    }

    .banner-box .btn-apply {
        height: .7rem;
        left: 50%;
        min-width: 2.6rem;
        margin-bottom: -.35rem;
        border-radius: .12rem;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .banner-box .btn-apply span {
        font-size: .28rem;
    }

    .converter {
        border-radius: .1rem;
    }

    .converter .text {
        height: auto;
        padding-left: .4rem;
        padding-right: .4rem;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .converter .text span {
        font-size: .28rem;
        line-height: 1.43em;
    }

    .converter .converter-left {
        display: block;
        width: 100%;
        padding-left: .25rem;
        padding-right: .25rem;
        padding-bottom: .5rem;
    }

    .converter .converter-left .slider-container {
        height: auto;
        margin-top: .25rem;
    }

    .converter .converter-left .slider+.slider {
        margin-top: .5rem;
    }

    .converter .converter-left .slider .label {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: .2rem;
        font-size: .28rem;
        text-align: left;
    }

    .converter .converter-left .slider .label span {
        display: inline;
        font-size: .28rem;
        line-height: 1.1em;
    }

    .converter .converter-left .slider .slide {
        width: 61%;
        height: .34rem;
        margin-left: 5%;
        border-radius: .2rem;
    }

    .converter .converter-left .slider .slide .ui-slider-handle {
        width: .64rem;
        height: .64rem;
        top: -.15rem;
        margin-left: -.32rem;
        border-radius: .32rem;
        background-size: .3rem;
    }

    .converter .converter-left .slider .amount {
        width: 27.5%;
        height: .5rem;
        margin-left: 6.5%;
        border-radius: .1rem;
    }

    .converter .converter-left .slider .amount span {
        font-size: .24rem;
    }

    .converter .converter-right {
        display: block;
        width: 100%;
        padding-left: .36rem;
        padding-right: .36rem;
        padding-bottom: .36rem;
    }

    .converter .converter-right .spent-container {
        height: 2.8rem;
        border-radius: .1rem;
    }

    .converter .converter-right .spent-container .spent {
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        background-color: #ff8300;
    }

    .converter .converter-right .spent-container .spent-text {
        font-size: .64rem;
    }

    /* Main Slider */

    section.main-slider .slider-container:after {
        bottom: -5px;
    }

    section.main-slider .owl-nav {
        display: none;
    }

    section.main-slider .owl-dots {
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        bottom: .74rem;
        text-align: center;
    }

    section.main-slider .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        margin-left: 7px;
        margin-right: 7px;
        border-radius: 6px;
        background: #aca1b9;
    }

    section.main-slider .owl-dots .owl-dot.active {
        background: #ff8300;
    }

    section.main-slider .item .store-buttons {
        width: 100%;
        left: 0;
        bottom: 1.2rem;
        text-align: center;
        padding-left: .36rem;
        padding-right: .36rem;
    }

    section.main-slider .item .store-buttons a.appstore,
    section.main-slider .item .store-buttons a.googleplay,
    section.main-slider .item .store-buttons a.appgallery {
        width: 100%;
    }

    section.main-slider .item .store-buttons a img {
        width: 3.6rem;
    }

    section.main-slider .item .store-buttons a+a {
        margin-left: 0;
        margin-top: .21rem;
    }

    /* Main Campaigns */

    section.main-campaigns {
        padding-left: 0;
        padding-right: 0;
        background-size: 5.99rem;
        background-position: 175% 84%;
    }

    section.main-campaigns .main-title {
        padding-right: .8rem;
    }

    section.main-campaigns .main-title .small {
        font-size: .68rem;
    }

    section.main-campaigns .main-title .large {
        font-size: .85rem;
    }

    section.main-campaigns .column {
        display: block;
        width: 100%;
    }

    section.main-campaigns .column .item.blank {
        display: none;
    }

    section.main-campaigns .all-campaigns {
        position: static;
        display: inline-block;
        top: auto;
        right: auto;
        padding-bottom: .06rem;
        margin-left: .84rem;
        margin-right: .8rem;
        margin-bottom: .44rem;
        font-size: .34rem;
    }

    section.main-campaigns .customizable {
        position: relative;
        padding-left: 1.9rem;
        padding-top: 0;
        padding-bottom: .6rem;
        margin-top: 3.8rem;
        text-align: right;
    }

    section.main-campaigns .btn-customizable {
        position: relative;
        top: auto;
        right: auto;
        padding: .14rem .3rem .1rem .3rem;
        border-radius: .4rem;
        margin-right: .66rem;
    }

    section.main-campaigns .btn-customizable img {
        display: inline-block;
        vertical-align: middle;
        width: .24rem;
        margin-left: .32rem;
    }

    section.main-campaigns .btn-customizable span {
        font-size: .24rem;
    }

    section.main-campaigns .customizable .hand {
        width: 2.73rem;
        top: .7rem;
        left: 0;
    }

    section.main-campaigns .customizable .choose {
        padding-top: .6rem;
        text-align: left;
    }

    section.main-campaigns .customizable .choose .choose-text {
        padding-left: .6rem;
        padding-right: .2rem;
        font-size: .6rem;
    }

    section.main-campaigns .customizable .choose img {
        width: 4.6rem;
        margin-top: .3rem;
    }

    /* Main Social */

    section.social .main-title {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: .2rem;
        padding-left: .6rem;
        padding-right: .6rem;
    }

    section.social .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        width: 80%;
    }

    section.social .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-bottom: .42rem;
    }

    section.social .social-tabs {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: .36rem;
        font-size: .56rem;
        text-align: center;
    }

    section.social .social-tabs a {
        margin-left: .24rem;
        margin-right: .24rem;
    }

    section.social .social-slider .item .text {
        font-size: .24rem;
    }

    section.social .social-slider .item .frame-container {
        height: 100%;
        width: 8.5333333rem;
    }

    section.social .social-slider .item iframe {
        width: 100%;
        height: 100%;
    }

    section.social .social-slider .item .frame-top-layer {
        display: block;
    }

    /* Main Store */
    /**/
    section.store {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0;
        background-image: url(/assets/images/app-wrapper.png);
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    section.store .store-container {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: .7rem;
    }

    section.store .title {
        font-size: .7rem;
    }

    section.store .title:after {
        width: .72rem;
        margin-top: .16rem;
    }

    section.store .text {
        margin-top: .3rem;
        font-size: .32rem;
        line-height: 1.2em;
    }

    section.store .store-buttons {
        margin-top: .6rem;
    }

    section.store .store-buttons a {
        display: inline-block;
        width: 100%;
    }

    section.store .store-buttons a+a {
        margin-top: .2rem;
    }

    section.store .store-buttons img {
        width: 3.61rem;
        margin-right: 0;
    }

    section.store .store-phone {
        position: relative;
        width: 12.5rem;
        margin-bottom: -1.8rem;
        margin-top: -.4rem;
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
    }

    section.store .store-phone.active {
        right: auto;
        bottom: auto;
    }

    /* Footer */

    footer .footer-menu {
        position: relative;
        padding-top: .3rem;
        padding-bottom: .3rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    footer .footer-menu li {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: .28rem;
        padding-bottom: .28rem;
        font-size: .45rem;
    }

    footer .footer-comment {
        padding: .6rem;
    }

    footer .footer-comment .comment-title {
        font-size: .45rem;
    }

    footer .footer-comment .comment-text {
        margin-top: .2rem;
        font-size: .24rem;
    }

    footer .footer-comment a {
        width: 3rem;
        height: .75rem;
        margin-top: .4rem;
        border-radius: .08rem;
    }

    footer .footer-comment a span {
        font-size: .32rem;
    }

    footer .footer-comment img {
        width: .6rem;
        margin-top: -.3rem;
        margin-left: -.3rem;
    }

    footer .footer-social {
        padding-top: .7rem;
        padding-bottom: .7rem;
    }

    footer .footer-social img {
        height: .56rem;
        margin-left: .5rem;
        margin-right: .5rem;
    }

    footer .footer-content {
        width: 100%;
        padding: .6rem .82rem;
    }

    footer .footer-content a img {
        margin-bottom: .26rem;
        width: 3.86rem;
    }

    footer .footer-content .text {
        font-size: .2rem;
    }

    footer .footer-content .text:last-child {
        margin-top: .36rem;
    }

    footer .footer-content .small-title {
        margin-top: .45rem;
        font-size: .3rem;
    }

    footer .footer-shoes {
        display: none;
    }

    /* Popup */

    .popup-wrapper {
        padding: .34rem;
        overflow: hidden;
    }

    .popup-container {
        width: 100%;
        height: 100%;
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .popup-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

    .popup-images {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .popup-images .top-left {
        top: -.26rem;
        left: -.26rem;
    }

    .popup-images .top-right {
        top: -.26rem;
        right: -.26rem;
    }

    .popup-images .bottom-right {
        bottom: -.26rem;
        right: -.26rem;
    }

    .popup-images .bottom-left {
        bottom: -.26rem;
        left: -.26rem;
    }

    .popup-images .game-sm {
        top: .16rem;
        left: .4rem;
    }

    .popup-images .flash-sm {
        top: .16rem;
        right: .7rem;
        width: 1.46rem;
    }

    .popup-images .music-sm {
        bottom: .8rem;
        left: .24rem;
        width: 1.4rem;
    }

    .popup-images .game {
        left: -.16rem;
        top: 1.4rem;
    }

    .popup-images .flash {
        top: .24rem;
        right: .24rem;
    }

    .popup-images .music {
        width: 1.32rem;
        left: .2rem;
        bottom: 1rem;
    }

    .popup-images .neon {
        bottom: 3rem;
        right: -1.08rem;
    }

    .popup-content {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: .2rem;
        padding-right: .2rem;
        overflow: auto;
    }

    .popup-content.form.fg {
        width: 100%;
    }

    .popup-title {
        width: 100%;
        font-size: .8rem;
        line-height: 1em;
    }

    .popup-title br {
        display: block;
    }

    .popup-title.fg {
        font-size: .5rem;
    }

    .popup-text {
        width: 100%;
        font-size: .28rem;
        margin-top: .1rem;
    }

    .popup-text.big {
        font-size: .24rem;
        line-height: 2em;
        letter-spacing: .01em;
        padding-top: .1rem;
    }

    .popup-text.small {
        letter-spacing: .01em;
        font-size: .20rem;
        line-height: 1.5em;
    }

    .popup-text.small a {
        text-decoration: underline !important;
    }

    .popup-input {
        width: 100%;
    }

    .popup-input-character-error {
        font-size: .24rem;
    }

    .popup-input input {
        height: .9rem;
        padding: .2rem;
        font-size: .32rem;
        border-radius: .06rem;
    }

    .popup-input .input-error {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        margin-left: 0;
        margin-top: .1rem;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .popup-input .input-error .input-error-inner {
        width: 100%;
        padding: .24rem;
    }

    .popup-input .input-error .input-error-inner:after {
        top: 0;
        right: auto;
        left: .24rem;
        width: 0;
        height: 0;
        margin-top: -.08rem;
        border-top: 0;
        border-bottom: .09rem solid #500099;
        border-right: .09rem solid transparent;
        border-left: .09rem solid transparent;
    }

    .popup-input .input-error p {
        font-size: .18rem;
    }

    .popup-close {
        top: .22rem !important;
        right: .22rem !important;
        width: .72rem;
    }

    /* Popup Create */

    .popup-wrapper.create .popup-input {
        margin-top: .4rem;
    }

    .popup-wrapper.create .slider-container {
        width: calc(100% + .2rem);
        margin-top: .5rem;
    }

    .popup-wrapper.create .slider-title {
        margin-bottom: .16rem;
        font-size: .24rem;
    }

    .popup-wrapper.create .slider .owl-item {
        padding: .08rem;
    }

    .popup-wrapper.create .slider .owl-stage {
        padding-left: 0 !important;
    }

    .popup-wrapper.create .owl-nav {
        display: none;
    }

    .popup-wrapper.create .owl-dots {
        margin-top: .36rem;
        margin-bottom: .6rem;
    }

    .popup-wrapper.create .owl-dots .owl-dot {
        width: 11px;
        height: 11px;
        margin-left: 4px;
        margin-right: 4px;
        border-radius: 6px;
    }

    .popup-wrapper.create .btn-create-popup {
        width: 3.2rem;
        height: .9rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    /* Popup Form */

    .popup-container form {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .popup-content.form {
        display: inline-block;
        width: 100%;
        padding-left: .94rem;
        padding-right: .94rem;
        max-height: 100%;
        overflow: auto;
    }

    .popup-content.form .popup-input input {
        border-radius: .08rem;
    }

    .popup-content.form .form-other {
        margin-top: .3rem;
        font-size: .24rem;
    }

    .popup-content.form .form-other .or {
        margin-top: .3rem;
        font-size: .2rem;
    }

    .popup-content.form .form-other .or:after {
        width: 2rem;
    }

    .popup-content.form .form-other .or:before {
        width: 2rem;
    }

    .popup-content.form .form-other .facebook-auth {
        margin-top: .3rem;
        font-size: .2rem;
    }

    .popup-content.form .form-other .facebook-auth img {
        margin-top: .28rem;
        width: 4.35rem;
    }

    .popup-content.form .btn-form {
        height: .7rem;
        font-size: .28rem;
        border-radius: .1rem;
    }

    /* Popup Login */

    .popup-wrapper.login .popup-text {
        font-size: .28rem;
        margin-bottom: .35rem;
        margin-top: 0;
    }

    .popup-wrapper.login .popup-input+.popup-input {
        margin-top: .12rem;
    }

    .popup-wrapper.login .popup-input input {
        height: .8rem;
        padding: .1rem .24rem;
        font-size: .28rem;
    }

    .popup-wrapper.login .form-bottom {
        padding-top: .24rem;
        padding-bottom: .24rem;
        text-align: left;
    }

    .popup-wrapper.login .form-bottom a {
        padding-top: .12rem;
        padding-bottom: .04rem;
        font-size: .24rem;
    }

    .popup-wrapper.login .form-bottom .remember-me {
        font-size: .24rem;
    }

    /* Checkboxes */

    .popup-wrapper.login [type="checkbox"]:not(:checked)+label,
    .popup-wrapper.login [type="checkbox"]:checked+label {
        padding-left: .6rem;
        padding-top: .12rem;
        padding-bottom: .08rem;
    }

    .popup-wrapper.login [type="checkbox"]:not(:checked)+label:before,
    .popup-wrapper.login [type="checkbox"]:checked+label:before {
        width: .42rem;
        height: .42rem;
        margin-top: -.21rem;
        border-radius: .12rem;
    }

    .popup-wrapper.login [type="checkbox"]:not(:checked)+label:after,
    .popup-wrapper.login [type="checkbox"]:checked+label:after {
        font-size: .26rem;
        top: .12rem;
        left: .08rem;
    }

    /* Popup Register */

    .popup-wrapper.register .popup-text {
        font-size: .28rem;
        margin-bottom: .16rem;
        margin-top: -.04rem;
    }

    .popup-wrapper.register .popup-input+.popup-input {
        margin-top: .08rem;
    }

    .popup-wrapper.register .popup-input input {
        height: .7rem;
        padding: .1rem .2rem;
        font-size: .28rem;
    }

    .popup-wrapper.register .captcha {
        margin-bottom: .2rem;
    }

    .popup-wrapper.register .captcha .captcha-text {
        margin-top: .12rem;
        font-size: .2rem;
    }

    .popup-wrapper.register .captcha .captcha-container {
        margin-top: .12rem;
    }

    .popup-wrapper.register .captcha .btn-refresh {
        width: 14%;
        text-align: left;
    }

    .popup-wrapper.register .captcha .btn-refresh img {
        width: .6rem;
    }

    .popup-wrapper.register .captcha .image {
        width: 38%;
        margin-right: 2%;
    }

    .popup-wrapper.register .captcha .image img {
        width: 100%;
    }

    .popup-wrapper.register .captcha .popup-input {
        width: 46%;
    }

    .popup-wrapper.register .captcha .popup-input input {
        height: .64rem;
    }

    .popup-wrapper.register .form-other {
        margin-top: .18rem;
    }

    .popup-wrapper.register .form-other .or {
        margin-top: .16rem;
    }

    .popup-wrapper.register .form-other .facebook-auth {
        margin-top: .16rem;
    }

    .popup-wrapper.register .form-other .facebook-auth img {
        margin-top: .24rem;
    }

    .popup-wrapper.register .btn-privacy {
        margin-top: .24rem;
        margin-bottom: 0;
        font-size: .24rem;
    }

    /* Popup Info */

    .popup-wrapper.info .popup-container {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .popup-wrapper.info .popup-content .popup-title {
        margin-top: .2rem;
    }

    .popup-wrapper.info .popup-content .popup-text {
        margin-top: .2rem;
    }

    .popup-wrapper.info .popup-content img+.popup-text {
        margin-top: .36rem;
    }

    .popup-wrapper.info .popup-content .btn-form {
        margin-top: 1rem;
    }

    .popup-wrapper.error .popup-content img {
        width: 2.6rem;
    }

    .popup-wrapper.error-forget-password .popup-content img {
        width: 2.6rem;
    }

    /* Popup Privacy */

    .popup-wrapper.information-popup .popup-container {
        background: none;
        overflow: auto;
        height: 90%;
        margin-top: 5%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .popup-wrapper.information-popup .popup-container:before {
        display: none;
    }

    /* .popup-wrapper.privacy .popup-close {
        top: .2rem;
        right: .2rem;
    } */

    .popup-wrapper.privacy .popup-container {
        background: none;
        overflow: auto;
        height: 90%;
        margin-top: 5%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .popup-wrapper.privacy .popup-container:before {
        display: none;
    }

    .popup-wrapper .privacy-title {
        font-size: .32rem;
    }

    .popup-wrapper .privacy-content {
        font-size: .24rem !important;
        line-height: 1.2em !important;
        letter-spacing: .01em !important;
    }

    .popup-wrapper .privacy-content .privacy-item {
        margin-top: 3em;
    }

    .popup-wrapper .privacy-content .privacy-item * {
        font-size: .24rem !important;
        line-height: 1.2em !important;
        letter-spacing: .01em !important;
    }

    .popup-wrapper .privacy-content .privacy-item p+p {
        margin-top: 1.2em;
    }

    .popup-wrapper .privacy-content .privacy-item b,
    .popup-wrapper .privacy-content .privacy-item strong {
        font-weight: 600 !important;
    }

    /* Search */

    .search-wrapper {
        top: 0 !important;
        height: 100% !important;
        padding-top: 2rem;
        padding-bottom: .56rem;
        padding-left: .36rem;
        padding-right: .36rem;
    }

    .search-container {
        width: 100%;
    }

    .search-title {
        font-size: .8rem;
        line-height: 1em;
    }

    .search-title br {
        display: block;
    }

    .search-input {
        margin-top: .7rem;
        border-bottom: none;
    }

    .search-input input {
        display: block;
        width: 100%;
        padding-right: 0;
        font-size: .42rem;
        border-bottom: .02rem solid white;
    }

    .search-input .btn-execute-search {
        display: block;
        width: 100%;
        height: .9rem;
        margin-top: .35rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    .search-input .btn-execute-search img {
        width: .4rem;
        margin-right: .14rem;
        margin-left: 0;
    }

    .featured-searches {
        margin-top: .54rem;
    }

    .featured-searches .title {
        padding-bottom: .16rem;
        font-size: .28rem;
    }

    .featured-searches .item {
        margin: .1rem;
        padding-left: .26rem;
        padding-right: .26rem;
        padding-top: .2rem;
        padding-bottom: .2rem;
        font-size: .3rem;
        letter-spacing: 0;
        border-radius: .12rem;
        border: 1px solid #ff8300;
    }

    .search-result-container {
        padding-top: .4rem;
    }

    .search-result-container .result-info {
        padding-top: .18rem;
        padding-bottom: .18rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    .search-result-container .result-item+.result-item {
        margin-top: .5rem;
    }

    .search-result-container .result-image {
        width: 41.6%;
    }

    .search-result-container .result-content {
        padding-left: .2rem;
    }

    .search-result-container .result-title {
        font-size: .32rem;
        line-height: 1.2em;
    }

    .search-result-container .result-description {
        margin-top: .08rem;
        font-size: .2rem;
    }

    .search-result-container .result-item a {
        margin-top: .36rem;
        font-size: .24rem;
    }

    .search-result-container .result-item a img {
        margin-left: .3rem;
        width: .36rem;
    }

    /* Campaigns */

    section.campaign-slider {
        padding-top: .9rem;
        padding-bottom: .86rem;
    }

    section.campaign-slider .title {
        font-size: .8rem;
        line-height: 1.1em;
        letter-spacing: .01em;
    }

    section.campaign-slider .campaign-slider-container {
        margin-top: .1rem;
        padding-bottom: .8rem;
    }

    section.campaign-slider .item {
        /* padding-bottom: .2rem */
    }

    section.campaign-slider .campaign-slider-container>.item img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    section.campaign-slider .item a {
        width: 3.2rem;
        height: .9rem;
        margin-left: -1.6rem;
        font-size: 13px;
        border-radius: .12rem;
    }

    section.campaign-slider .owl-item {
        padding-left: .17rem;
        padding-right: .17rem;
    }

    section.campaign-slider .owl-item:not(.visible) {
        opacity: .32;
    }

    section.campaign-slider .owl-nav {
        display: none;
    }

    section.campaign-slider .owl-dots {
        padding-left: .6rem;
        padding-right: .6rem;
    }

    section.campaign-slider .owl-dots .owl-dot {
        width: 11px;
        height: 11px;
        margin-left: 6px;
        margin-right: 6px;
        border-radius: 6px;
    }

    section.campaign-slider .item .item-top-image .item-tabs .icon {
        width: .8rem;
        height: .8rem;
        border-radius: .4rem;
        margin: 0 .08rem;
        box-shadow: 0 .06rem .1rem rgba(46, 2, 118, .3);
    }

    section.campaign-slider .item .item-top-image .item-tabs .icon span {
        font-size: .3rem;
    }

    /* Campaign Detail */

    section.campaign-detail {
        padding-left: .45rem;
        padding-right: .45rem;
        padding-top: .7rem;
        padding-bottom: 0;
    }

    section.campaign-detail .right {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    section.campaign-detail .right .campaign-summary .description {
        width: 100%;
        font-size: .28rem;
        line-height: 1.4286em;
    }

    section.campaign-detail .right .campaign-summary .description ul {
        padding-left: .6rem;
    }

    section.campaign-detail .right .campaign-summary .sms-box {
        margin-top: .6rem;
    }

    section.campaign-detail .right .campaign-summary .social {
        font-size: .4rem;
        margin-top: .5rem;
    }

    section.campaign-detail .right .campaign-summary .social a {
        margin-right: .4rem;
    }

    section.campaign-detail .right .campaign-info .converter {
        width: 100%;
        margin-right: 0;
    }

    section.campaign-detail .right .campaign-info *+.converter {
        margin-top: .6rem;
    }

    section.campaign-detail .right .campaign-info {
        margin-top: .72rem;
    }

    section.campaign-detail .right .campaign-info .item+.item {
        margin-top: .4rem;
    }

    section.campaign-detail .right .campaign-info .title {
        font-size: .48rem;
    }

    section.campaign-detail .right .campaign-info .title:after {
        margin-bottom: .1rem;
        font-size: .48rem;
    }

    section.campaign-detail .right .campaign-info .content {
        padding-top: .2rem;
        font-size: .28rem !important;
        line-height: 1.4286em !important;
    }

    section.campaign-detail .right .campaign-info .content * {
        font-size: .28rem !important;
        line-height: 1.4286em !important;
    }

    section.campaign-detail .mobile-campaign-image {
        width: 130%;
        margin-left: -18%;
        margin-top: .7rem;
    }

    /* About */

    section.about {
        padding-top: 0;
    }

    section.about .video {
        width: 100%;
        height: auto;
        margin-top: 23%;
    }

    section.about .video video {
        border-radius: 0;
    }

    section.about .btn-play {
        width: 1.7rem;
        height: 1.7rem;
        margin-top: -.85rem;
        margin-left: -.85rem;
    }

    section.about .content {
        padding-top: 1.6rem;
        padding-bottom: .8rem;
    }

    section.about .video+.content {
        padding-top: .4rem;
    }

    section.about .content .right {
        display: block;
        width: 100%;
        padding-left: .7rem;
        padding-right: .2rem;
        text-align: left;
    }

    section.about .content .left+.right {
        width: 100%;
        text-align: left;
    }

    section.about .content .right .title {
        margin-top: 0;
        font-size: .6rem;
        line-height: 1.2em;
    }

    section.about .content .right .text {
        font-size: .28rem;
        line-height: 1.4286em;
    }

    section.about .content .right .text * {
        font-size: .28rem !important;
        line-height: 1.4286em !important;
    }

    section.about .content .right .text p+p {
        margin-top: 1.4286em;
    }

    section.about .mobile-about-image {
        width: 100%;
        margin-top: .6rem;
    }

    /* Join */

    section.tabs.join {
        padding-top: .84rem;
        padding-bottom: .84rem;
        background-image: url(Images/join-mobile-wrapper.png);
        background-size: 100% auto;
        background-position: left bottom;
        background-repeat: no-repeat;
        margin-top: -7rem;
    }

    section.tabs.join .tabs-menu {
        margin-left: .45rem;
        margin-right: .45rem;
    }

    section.tabs.join .tabs-menu .item {
        width: 48.5%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: .17rem;
        padding-top: .17rem;
        font-size: .28rem;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: .12rem;
    }

    section.tabs.join .tabs-menu .item:nth-child(2) {
        margin-left: 3%;
    }

    section.tabs.join .tab-item .description {
        width: auto;
        margin-top: .5rem;
        margin-left: .45rem;
        margin-right: .45rem;
        font-size: .28rem;
        line-height: 1.4286em;
        text-align: left;
    }

    section.tabs.join .tab-item .circles {
        margin-top: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    section.tabs.join .tab-item .circles .item {
        width: 4.85rem;
        height: 4.85rem;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
        border: .15rem solid #500099;
        border-radius: 2.5rem;
    }

    section.tabs.join .tab-item .circles .item>div {
        margin-top: -.2rem;
    }

    section.tabs.join .tab-item .circles img {
        display: inline-block;
        width: 1.6rem;
    }

    section.tabs.join .tab-item .circles .text {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: .36rem;
        font-size: .24rem;
        line-height: 1.2em;
    }

    section.tabs.join .owl-dots {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: .4rem;
        text-align: center;
    }

    section.tabs.join .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 11px;
        margin-left: 3px;
        margin-right: 3px;
        border-radius: 6px;
        background: #aca1b9;
    }

    section.tabs.join .owl-dots .owl-dot.active {
        background: #ff8300;
    }

    /* FAQ */

    section.faq {
        padding-left: .36rem;
        padding-right: .36rem;
        padding-top: 2rem;
        padding-bottom: .9rem;
        background-image: url(Images/campaign-detail-wrapper.png);
        background-size: 100% auto;
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    section.faq .faq-title {
        font-size: .8rem;
        line-height: 1em;
    }

    section.faq .faq-input {
        width: 100%;
        margin-left: auto;
        margin-top: .4rem;
        border-bottom: 0;
    }

    section.faq .faq-input input {
        display: block;
        width: 100%;
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-right: 0;
        font-size: .42rem;
        border-bottom: .02rem solid white;
    }

    section.faq .faq-input .btn-faq-search {
        display: block;
        width: 100%;
        height: .9rem;
        margin-top: .35rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    section.faq .faq-input .btn-faq-search img {
        width: .4rem;
        margin-right: .14rem;
        margin-left: 0;
    }

    section.faq .tabs {
        position: relative;
        padding-top: .5rem;
    }

    section.faq .tabs-menu {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    section.faq .tabs-menu .item {
        display: inline-block;
        vertical-align: middle;
        width: 48.5%;
        padding-bottom: .17rem;
        padding-top: .17rem;
        font-size: .28rem;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: .12rem;
    }

    section.faq .tabs-menu .item:nth-child(2) {
        margin-left: 3%;
    }

    section.faq .tabs-menu .item+.item {
        margin-top: 0;
    }

    section.faq .tabs-container {
        display: block;
        width: 100%;
        margin-top: .5rem;
    }

    section.faq .tabs-container .tab-item.no-results:after {
        font-size: .32rem;
    }

    section.faq .tabs-container .dropdown-item {
        padding: .2rem;
        padding-right: .6rem;
        border-radius: .12rem;
    }

    section.faq .tabs-container .dropdown-item+.dropdown-item {
        margin-top: .24rem;
    }

    section.faq .tabs-container .dropdown-item .title {
        font-size: .28rem;
        line-height: 1.4286em;
    }

    section.faq .tabs-container .dropdown-item .title:before {
        margin-left: .1rem;
        font-size: .48rem;
    }

    section.faq .tabs-container .dropdown-item .content {
        display: none;
        padding-top: .4rem;
        font-size: .28rem !important;
        line-height: 1.4586em !important;
    }

    section.faq .tabs-container .dropdown-item .content * {
        font-size: .28rem !important;
        line-height: 1.4586em !important;
    }

    section.faq .tabs-container .dropdown-item .content p+p {
        margin-top: 1.2em;
    }

    /* Comment */

    section.comment {
        padding: 2rem 0;
        padding-bottom: 1rem;
    }

    section.comment .comment-title {
        padding-left: .77rem;
        padding-right: .77rem;
        font-size: .8rem;
        line-height: 1em;
    }

    section.comment .comment-text {
        width: 100%;
        padding-left: .45rem;
        padding-right: .45rem;
        margin-top: .3rem;
        font-size: .24rem !important;
        line-height: 1.2em !important;
    }

    section.comment .comment-text p+p {
        margin-top: 1.2em;
    }

    section.comment .comment-text * {
        font-size: .24rem !important;
        line-height: 1.2em !important;
    }

    section.comment .comment-form {
        width: 100%;
        padding-left: .7rem;
        padding-right: .7rem;
        margin-top: .4rem;
    }

    section.comment .comment-form .comment-input {
        margin-bottom: .13rem;
    }

    section.comment .comment-form .comment-input input {
        height: .8rem;
        padding: 0 .28rem;
        font-size: .28rem;
        border-radius: .08rem;
    }

    section.comment .comment-form .comment-input textarea {
        height: 2.4rem;
        padding: .24rem .28rem;
        font-size: .28rem;
        border-radius: .08rem;
    }

    section.comment .comment-form .captcha {
        margin-bottom: .3rem;
        margin-top: .4rem;
    }

    section.comment .comment-form .captcha .captcha-text {
        font-size: .2rem;
    }

    section.comment .comment-form .captcha .captcha-container {
        margin-top: .12rem;
    }

    section.comment .comment-form .captcha .btn-refresh {
        width: 14%;
        text-align: left;
    }

    section.comment .comment-form .captcha .btn-refresh img {
        width: .6rem;
    }

    section.comment .comment-form .captcha .image {
        width: 38%;
        margin-right: 2%;
    }

    section.comment .comment-form .captcha .image img {
        width: 100%;
    }

    section.comment .comment-form .captcha .comment-input {
        width: 46%;
    }

    section.comment .comment-form .btn-comment {
        height: .8rem;
        font-size: .28rem;
        border-radius: .08rem;
    }

    /* Apply */

    section.apply {
        /*padding: 1.6rem .32rem .8rem .32rem;*/
        padding: 1.6rem .32rem 5rem .32rem;
    }

    section.apply .apply-title {
        font-size: .56rem;
    }

    section.apply *+.apply-form {
        margin-top: .2rem;
    }

    /* 404 Error */

    section.error-404 img {
        width: 160%;
        margin-left: -30%;
    }

    section.error-404 .content {
        bottom: .5rem;
    }

    section.error-404 .text {
        font-size: .36rem;
    }

    section.error-404 a {
        width: 3.2rem;
        height: .8rem;
        font-size: .28rem;
        letter-spacing: .01em;
        border-radius: .12rem;
    }

    /* Services */

    section.services {
        padding-left: .45rem;
        padding-right: .45rem;
        padding-top: .5rem;
        padding-bottom: 1.2rem;
        background-image: url(Images/join-mobile-wrapper.png);
    }

    section.services .tags-menu {
        margin-bottom: .6rem;
    }

    section.services .tag {
        padding-top: .26rem;
        padding-bottom: .2rem;
        padding-left: .3rem;
        padding-right: .9rem;
        margin-bottom: .2rem;
        margin-right: .2rem;
        font-size: .24rem;
        border-radius: .16rem;
    }

    section.services .tag .count {
        width: .5rem;
        height: .5rem;
        right: .12rem;
        margin-top: -.25rem;
        border-radius: .25rem;
    }

    section.services .tag .count span {
        font-size: .2rem;
    }

    section.services .tag-content .item {
        display: block;
        width: 100%;
        margin-bottom: .6rem;
    }

    section.services .tag-content .item.filtered {
        display: none;
    }

    section.services .tag-content .item .image {
        display: block;
        width: 100%;
    }

    section.services .tag-content .item .item-content {
        display: block;
        width: 100%;
        padding: .4rem 0;
    }

    section.services .tag-content .item .title {
        font-size: .4rem;
    }

    section.services .tag-content .item .text {
        margin-top: .2rem;
        font-size: .28rem;
    }

    section.services .tag-content .item .btn-detail {
        font-size: .28rem;
    }

    section.services .tag-content .item .btn-detail:after {
        width: .22rem;
        height: .2rem;
        margin-left: .08rem;
        margin-top: -.04rem;
    }

    /* Video */

    section.video {
        width: 100%;
        padding-left: .45rem;
        padding-right: .45rem;
        padding-top: 1rem;
        padding-bottom: 1.2rem;
        margin-top: -90%;
    }

    section.video .item+.item {
        margin-top: 1rem;
    }

    section.video .video-container {
        display: block;
        width: 100%;
        padding-top: 56.25%;
    }

    section.video .video-container video {
        border-radius: 0;
    }

    section.video .video-container .btn-play {
        width: 1.7rem;
        height: 1.7rem;
        margin-top: -.85rem;
        margin-left: -.85rem;
    }

    section.video .content {
        width: 100%;
        padding-left: 0;
    }

    section.video *+.content {
        margin-top: .3rem;
    }

    section.video .content .title {
        font-size: .44rem;
        line-height: 1.5em;
    }

    section.video .content .text {
        font-size: .28rem;
    }

    section.video .content *+.text {
        margin-top: .1rem;
    }

    section.video .content .btn-detail {
        height: .8rem;
        padding-left: .5rem;
        padding-right: .5rem;
        border-radius: .12rem;
    }

    section.video .content *+.btn-detail {
        margin-top: .45rem;
    }

    section.video .content .btn-detail span {
        font-size: .28rem;
    }

    /* IsTT */

    .istt-container {
        width: calc(100% - .5rem);
        top: 50%;
        left: .25rem;
        border-radius: .12rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .istt-container:before {
        content: '';
        display: none;
    }

    .istt-container .text {
        font-size: .28rem;
    }

    .istt-container a {
        height: .9rem;
        margin-top: .42rem;
        font-size: .28rem;
        letter-spacing: .02em;
        border-radius: .12rem;
    }

    .istt-container a+a {
        margin-top: .2rem;
    }

    /* Video Popup */

    .video-popup-container {
        width: 100%;
        padding-left: .34rem;
        padding-right: .34rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .video-popup-container .popup-close {
        top: .64rem;
        right: .22rem;
    }

    .video-popup-container .video {
        border-radius: .1rem;
    }

    .video-popup-container .video .btn-play {
        width: 1.7rem;
        height: 1.7rem;
        margin-top: -.85rem;
        margin-left: -.85rem;
    }

    .video-popup-container .content .text {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        font-size: .3rem;
    }

    .video-popup-container .content .text:first-child {
        padding-top: .8rem;
    }

    .video-popup-container .content a {
        display: block;
        height: .8rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: .36rem;
        margin-right: .36rem;
        border-radius: .1rem;
        background-color: #ff8300;
    }

    .video-popup-container .content a span {
        font-size: .28rem;
    }

    .video-popup-container .content *+a {
        margin-top: .46rem;
    }

    /* Forum */

    section.forum-banner .banner-box {
        width: 5.9rem !important;
        left: .34rem;
        top: 65%;
    }

    section.forum-banner .banner-box .title {
        font-size: .6rem;
    }

    section.forum-banner .banner-box .title * {
        font-size: .6rem !important;
    }

    /* Forum Bar */

    section.forum-bar .forum-bar-container {
        padding-left: .34rem;
        padding-right: .34rem;
        padding-top: .2rem;
        padding-bottom: .2rem;
        background-color: #f6f2fa;
        border-bottom: 1px solid #e5d9f0;
    }

    section.forum-bar .forum-menu {
        position: relative;
        width: 100%;
        padding-left: .64rem;
        padding-right: .64rem;
        padding-bottom: .3rem;
        padding-top: .34rem;
    }

    section.forum-bar .forum-menu:after {
        content: '';
        display: block;
        position: absolute;
        width: .33rem;
        height: .19rem;
        top: .42rem;
        right: .64rem;
        background-image: url(Icons/icon-forum-dropdown.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
    }

    section.forum-bar .forum-menu.active:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    section.forum-bar .forum-menu .menu-item {
        display: inline-block;
        margin-top: .36rem;
        font-family: Anton;
        font-size: .36rem;
        line-height: 1.2em;
        color: white;
        opacity: .55;
    }

    section.forum-bar .forum-menu .menu-item:first-child,
    section.forum-bar .forum-menu:not(.active) .menu-item {
        margin-top: 0 !important;
    }

    section.forum-bar .forum-menu span.menu-item {
        opacity: 1;
    }

    section.forum-bar .forum-menu a.menu-item {
        display: none;
    }

    section.forum-bar .forum-menu.active a.menu-item {
        display: inline-block;
    }

    section.forum-bar .left span {
        font-size: .24rem;
    }

    section.forum-bar .left span:first-child {
        display: none;
    }

    section.forum-bar .left .profile {
        width: .6rem;
        height: .6rem;
        margin-left: 0;
        margin-right: .1rem;
    }

    section.forum-bar .right .btn-forum-profile img {
        width: .3rem;
        margin-right: 0;
    }

    section.forum-bar .right .btn-forum-profile span {
        display: none;
    }

    /* Forum Container */

    section.forum-container {
        padding-left: .34rem;
        padding-right: .34rem;
        padding-top: .45rem;
        padding-bottom: .45rem;
    }

    section.forum-container .item {
        margin-left: -.3rem;
        margin-right: -.3rem;
        padding-left: .3rem;
        padding-right: .3rem;
    }

    section.forum-container .item+.item {
        margin-top: .46rem;
        padding-top: .46rem;
    }

    section.forum-container .title-bordered {
        padding-left: .16rem;
        font-size: .36rem;
    }

    section.forum-container .title-bordered:before {
        width: .05rem;
        height: .45rem;
        margin-top: -.23rem;
    }

    section.forum-container .text {
        font-size: .28rem;
    }

    section.forum-container .text.small {
        font-size: .24rem;
    }

    section.forum-container .text.large {
        font-size: .36rem;
    }

    section.forum-container .tag {
        padding-top: .18rem;
        padding-bottom: .16rem;
        padding-left: .34rem;
        padding-right: .34rem;
    }

    section.forum-container .tag .text {
        font-size: .28rem;
    }

    section.forum-container .tag .number {
        margin-left: .24rem;
    }

    section.forum-container .tag.small {
        padding-left: .34rem;
        padding-right: .34rem;
        padding-top: .17rem;
        padding-bottom: .17rem;
        font-size: .28rem;
    }

    section.forum-container .profile .profile-tag,
    section.forum-bar .profile .profile-tag {
        bottom: -.2rem;
        padding: .09rem .1rem .06rem .1rem;
        font-size: .2rem;
    }

    section.forum-container .btn-new-topic {
        padding-top: .36rem;
        padding-bottom: .36rem;
    }

    section.forum-container .btn-new-topic img {
        width: .26rem;
        margin-right: .15rem;
    }

    section.forum-container .btn-new-topic span {
        font-size: .32rem;
    }

    section.forum-container .forum-left {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    section.forum-container .forum-right {
        display: block;
        width: 100%;
        margin-top: .54rem;
    }

    section.forum-container .forum-right .tag {
        margin-right: .21rem;
        margin-bottom: .21rem;
    }

    section.forum-container .forum-right .category-item+.category-item {
        margin-top: .36rem;
    }

    section.forum-container .forum-box+.forum-box {
        margin-top: .54rem;
    }

    section.forum-container .forum-box-header {
        padding-top: .26rem;
        padding-bottom: .24rem;
        padding-left: .3rem;
        padding-right: .3rem;
        font-size: .36rem;
    }

    section.forum-container .forum-box-header .forum-breadcrumb {
        margin-bottom: .12rem;
    }

    section.forum-container .forum-box-header .forum-breadcrumb .text {
        font-size: .26rem;
    }

    section.forum-container .forum-box-header .forum-breadcrumb a+a {
        margin-left: .08rem;
        padding-left: .28rem;
    }

    section.forum-container .forum-box-content {
        padding: .36rem .3rem;
        margin-top: .54rem;
    }

    section.forum-container .forum-box-header+.forum-box-content {
        margin-top: 0;
    }

    section.forum-container .count-box .count-item {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    section.forum-container .count-box .count-item+.count-item {
        margin-left: .3rem;
        padding-left: .32rem;
    }

    section.forum-container .count-box .count-item+.count-item:before {
        height: .26rem;
        margin-top: -.13rem;
    }

    section.forum-categories .item>*+* {
        margin-top: .24rem;
    }

    section.forum-categories .item>.title-bordered+.text {
        margin-top: .3rem;
    }

    section.forum-container .item.list .profile {
        vertical-align: middle;
        width: 1.28rem;
        height: 1.28rem;
    }

    section.forum-container .item.list .mobile-content {
        display: inline-block !important;
        vertical-align: middle;
        width: calc(100% - 1.28rem);
        padding-left: .3rem;
    }

    section.forum-container .item.list .mobile-content a {
        display: block;
    }

    section.forum-container .item.list .mobile-content a+a {
        margin-top: .08rem;
    }

    section.forum-container .item.list .content {
        width: 100%;
        padding-left: 0;
        padding-top: .46rem;
        padding-right: 0;
    }

    section.forum-container .item.post .content {
        width: calc(100% - 1.28rem);
        padding-top: .2rem;
        padding-left: .3rem;
    }

    section.forum-container .item.post .content .post-content {
        font-size: .28rem;
    }

    section.forum-container .item.list .tags {
        margin-top: 0;
    }

    section.forum-container .item.list .tags .tag {
        margin-right: .21rem;
        margin-bottom: .21rem;
    }

    section.forum-container .item.list .info {
        margin-top: .13rem;
        padding-right: 0;
    }

    section.forum-container .item.list .info .profile {
        width: .55rem;
        height: .55rem;
        margin-right: .13rem;
    }

    section.forum-container .item.list .info .profile+.text {
        width: calc(100% - .68rem);
    }

    section.forum-container .item.list .info .info-item {
        margin-left: .68rem;
        margin-top: .1rem;
    }

    section.forum-container .item.list .info .info-item+.info-item {
        margin-left: .3rem;
    }

    section.forum-container .item.list .info .info-item img {
        height: .27rem;
        margin-top: -.02rem;
    }

    section.forum-container .tag-list .item .content .profile {
        display: inline-block !important;
    }

    section.forum-container .tag-list .item .content {
        padding-top: 0;
    }

    section.forum-container .tag-list .item+.item {
        padding-top: .36rem;
        margin-top: .3rem;
    }

    section.forum-container .tag-list .item .tags {
        margin-top: .3rem;
    }

    section.forum-container .tag-list .item .account-name {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-left: .3rem;
    }

    section.forum-container .tag-list .item .account-name+.text {
        margin-top: .3rem;
    }

    section.forum-container .tag-list .tag-list-bottom {
        margin-left: 0;
    }

    section.forum-container .tag-list .tag-list-bottom a {
        width: 30%;
    }

    section.forum-container .tag-list .tag-list-bottom div {
        width: 70%;
    }

    section.forum-container .topic-info {
        margin-bottom: .36rem;
    }

    section.forum-container .topic-info div {
        display: block;
        margin-right: 0;
    }

    section.forum-container .topic-info div+div {
        margin-top: .16rem;
    }

    section.forum-container .topic-info img {
        margin-right: .13rem;
        height: .25rem;
    }

    section.forum-container .post-info {
        margin-bottom: .28rem;
    }

    section.forum-container .post-bottom {
        width: calc(100% + 1.58rem);
        margin-top: .48rem;
        margin-left: -1.58rem;
        min-height: unset;
    }

    section.forum-container .post-bottom .tags {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    section.forum-container .post-bottom .buttons {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        text-align: left;
        margin-top: .1rem;
    }

    section.forum-container .post-bottom .buttons a {
        margin-left: 0;
        margin-right: .28rem;
    }

    section.forum-container .post-bottom .buttons svg {
        height: .32rem;
    }

    section.forum-container .answer-info {
        margin-bottom: -.2rem;
        padding-right: .3rem;
    }

    section.forum-container .answer-info .text {
        font-size: .36rem;
    }

    section.forum-container .answer-info>* {
        width: 40%;
    }

    section.forum-container .answer-info .answer-order {
        width: 60%;
    }

    section.forum-container .answer-info .answer-order a {
        margin-left: .12rem;
    }

    section.forum-container .answer-info .answer-order a+a {
        margin-left: .16rem;
        padding-left: .16rem;
    }

    section.forum-container .quotation {
        padding: .3rem;
        margin-bottom: .3rem;
    }

    /* Pagination */

    section.forum-container .forum-pagination {
        margin-bottom: .46rem;
    }

    section.forum-container .forum-pagination>* {
        width: .68rem;
        height: .68rem;
        margin-left: .08rem;
        margin-right: .08rem;
        margin-top: .16rem;
    }

    section.forum-container .forum-pagination .pagination-item span {
        font-size: .32rem;
    }

    section.forum-container .forum-pagination img {
        height: .3rem;
    }

    /* Editor */

    section.forum-container .btn-send-post {
        margin-top: .24rem;
        padding-top: .24rem;
        padding-bottom: .22rem;
        padding-left: .3rem;
        padding-right: .3rem;
    }

    section.forum-container .btn-send-post img {
        width: .36rem;
        margin-right: .2rem;
    }

    section.forum-container .btn-send-post span {
        font-size: .28rem;
    }

    section.forum-container .post-message {
        margin-top: .24rem;
        padding-top: .2rem;
        padding-bottom: .19rem;
        padding-left: .34rem;
        padding-right: .34rem;
    }

    section.forum-container .post-message span {
        font-size: .3rem;
    }

    section.forum-container .small-post-message span {
        font-size: .24rem;
    }

    section.forum-container .small-post-message img {
        height: .24rem;
        margin-right: .2rem;
    }

    section.forum-container .mce-tinymce {
        margin-top: .54rem;
    }

    section.forum-container .mce-tinymce iframe {
        height: 3rem !important;
    }

    section.forum-container .mce-toolbar .mce-btn-group {
        padding: .24rem;
    }

    section.forum-container .mce-btn {
        margin-right: .2rem;
    }

    section.forum-container .mce-btn button {
        padding: .2rem;
    }

    section.forum-container .mce-ico {
        font-size: .3rem;
        line-height: .3rem;
        width: .3rem;
        height: .3rem;
    }

    section.forum-container .forum-editor-container .add-tag-container {
        padding: .3rem;
    }

    section.forum-container .forum-editor-container .add-tag-container .forum-add-tag {
        height: .86rem;
        padding-right: 1rem;
        font-size: .32rem;
    }

    section.forum-container .forum-editor-container .add-tag-container .forum-form-tags {
        margin-top: .3rem;
    }

    section.forum-container .forum-editor-container .add-tag-container .btn-add-tag {
        width: .8rem;
    }

    section.forum-container .forum-editor-container .add-tag-container .btn-add-tag:before {
        font-size: .28rem;
    }

    /* Forum Form Items */

    section.forum-container .forum-form-item+.forum-form-item {
        margin-top: .3rem;
    }

    section.forum-container .forum-form-tags {
        margin-top: .3rem;
    }

    section.forum-container .forum-form-tags .tag {
        margin-right: .21rem;
        margin-bottom: .21rem;
    }

    section.forum-container .forum-form-tags .tag .remove-tag {
        margin-left: .3rem;
    }

    section.forum-container .forum-form-item label {
        margin-bottom: .3rem;
        padding-top: .2rem;
        font-size: .3rem;
    }

    section.forum-container .forum-form-item .profile-image {
        width: 23%;
        margin-right: 2.666%;
        border-radius: .36rem;
    }

    section.forum-container .forum-form-item .profile-image:nth-child(4n-2) {
        margin-right: 0;
    }

    section.forum-container .forum-form-item .profile-image:nth-child(n+7) {
        margin-top: 2.666%;
    }

    section.forum-container .select2-container--default .select2-selection--single {
        height: 1rem;
    }

    section.forum-container .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: .3rem;
        padding-right: 1rem;
        font-size: .28rem;
    }

    section.forum-container .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 1rem;
    }

    section.forum-container .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        width: .24rem;
        height: .15rem;
        margin-left: -.12rem;
        margin-top: -.08rem;
    }

    .forum-select-dropdown .select2-results>.select2-results__options {
        font-size: .28rem;
    }

    .forum-select-dropdown .select2-results__option {
        padding: .3rem;
    }

    section.forum-container .forum-form-item input {
        height: 1rem;
        padding-left: .3rem;
        padding-right: .3rem;
        font-size: .28rem;
    }

    /* Popup Announcement */

    .popup-announcement .owl-carousel {
        height: 90%;
    }

    .popup-announcement .owl-item {
        padding-left: .15rem;
        padding-right: .15rem;
    }

    .popup-announcement .item {
        padding: .4rem .3rem;
    }

    .popup-announcement .item .title br {
        display: none;
    }

    .popup-announcement .item .text-container {
        padding: .3rem;
        padding-right: .3rem;
        border-radius: .12rem;
    }

    .popup-announcement .item .text {
        padding-right: 0;
        font-size: .24rem;
        line-height: 1.4em;
    }

    .popup-announcement .item .btn-close {
        width: 3.2rem;
        height: .8rem;
        border-radius: .12rem;
    }

    .popup-announcement .item *+.btn-close {
        margin-top: .3rem;
    }

    .popup-announcement .item .no-result {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .popup-announcement .item .no-result-image {
        width: 2.2rem;
    }

    .popup-announcement .item .no-result-text {
        margin-top: .4rem;
        margin-bottom: .6rem;
        font-size: .32rem;
    }

    .popup-announcement .item .btn-close span {
        font-size: .26rem;
    }

    .popup-announcement .item ::-webkit-scrollbar {
        width: 0;
    }

    .popup-announcement .owl-nav {
        display: none;
    }

    .popup-announcement .owl-dots {
        display: none;
    }

    /* Vbt Popup */

    .popup-wrapper.apply .popup-container {
        width: 100%;
        height: auto;
        padding: .74rem .4rem;
        border-radius: .16rem;
    }

    .popup-wrapper.apply .apply-image {
        width: 5.6rem;
        margin-top: -1.84rem;
        margin-left: .2rem;
    }

    .popup-wrapper.apply .apply-title {
        padding-left: .4rem;
        padding-right: .4rem;
        margin-top: -.2rem;
        font-size: .36rem;
        line-height: 1.333em;
    }

    .popup-wrapper.apply .apply-button {
        height: .96rem;
        margin-top: .4rem;
        border-radius: .12rem;
    }

    .popup-wrapper.apply .apply-button+.apply-button {
        margin-top: .24rem;
    }

    .popup-wrapper.apply .apply-button img {
        width: .34rem;
        margin-left: -.4rem;
    }

    .popup-wrapper.apply .apply-button span {
        font-size: .24rem;
    }

    .popup-wrapper.apply .apply-button img+span {
        max-width: calc(100% - .78rem);
        margin-left: .44rem;
    }

    /* Vbt */

    section.apply-vbt {
        min-height: 8rem;
    }

    section.apply-vbt .video-container:before {
        height: 6rem;
        bottom: 1.92rem;
    }

    section.apply-vbt .video-container .form {
        height: auto;
        bottom: -2.4rem;
    }

    section.apply-vbt .video-container .form.active {
        bottom: 2.4rem;
        opacity: 1;
    }

    section.apply-vbt .video-container .form .label {
        display: block;
        margin-right: 0;
        margin-bottom: .1rem;
        font-size: .32rem;
        text-align: center;
    }

    section.apply-vbt .video-container .form .label br {
        display: none;
    }

    section.apply-vbt .video-container .form .form-item {
        width: 4.44rem;
        height: .96rem;
    }

    section.apply-vbt .video-container .form .form-item input[type='text'] {
        padding: .16rem .32rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    section.apply-vbt .video-container .form .form-item.range {
        width: 6.22rem;
        height: .64rem;
        border-radius: .32rem;
        background-size: .56rem;
        margin-top: .2rem;
    }

    section.apply-vbt .video-container .form .form-item.range .range-bar {
        border-radius: .32rem;
        background-size: .56rem;
    }

    section.apply-vbt .video-container .form .form-item.range .range-bar div {
        width: .88rem;
        height: .88rem;
        top: -.12rem;
        right: -.44rem;
        padding-top: .14rem;
        border-radius: .44rem;
    }

    section.apply-vbt .video-container .form .form-item.range .range-bar span {
        font-size: .18rem;
    }

    section.apply-vbt .video-container .form .form-item.range .range-bar span.amount {
        font-size: .3rem;
    }

    section.apply-vbt .video-container .form .form-item.radio {
        height: auto;
        margin: .08rem;
    }

    section.apply-vbt .video-container .form .form-item.radio+.form-item.radio {
        margin-left: .08rem;
    }

    section.apply-vbt .video-container .form .form-item input[type='radio']~label {
        height: .8rem;
        padding: .2rem .48rem;
        font-size: .28rem;
        border-radius: .12rem;
    }

    section.apply-vbt .video-container .form .btn-submit {
        width: 2.2rem;
        height: .96rem;
        border-radius: .12rem;
    }

    section.apply-vbt .video-container .form *+.btn-submit {
        margin-left: .16rem;
    }

    section.apply-vbt .video-container .form .form-item.range+.btn-submit {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: .44rem;
    }

    section.apply-vbt .video-container .form .form-item.radio+.btn-submit {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: .24rem;
    }

    section.apply-vbt .video-container .form .btn-submit span {
        font-size: .28rem;
    }

    /* Interface */
    section.apply-vbt .interface {
        height: 1.96rem;
        padding-top: .08rem;
        text-align: center;
    }

    section.apply-vbt .interface:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    section.apply-vbt .interface>* {
        display: inline-block;
        vertical-align: middle;
    }

    section.apply-vbt .interface .btn-steps {
        position: relative;
        height: auto;
        left: auto;
        top: auto;
        padding-left: 0;
        padding-right: 0;
        margin-right: .5rem;
        background-color: transparent;
    }

    section.apply-vbt .interface .btn-steps span {
        font-size: .32rem;
    }

    section.apply-vbt .interface .btn-steps .icon-step {
        width: .36rem;
        margin-right: .2rem;
    }

    section.apply-vbt .interface .btn-steps .icon-arrow {
        display: none;
    }

    section.apply-vbt .interface .btn-replay {
        position: relative;
        height: auto;
        right: auto;
        top: auto;
        padding-left: 0;
        padding-right: 0;
        margin-left: .5rem;
    }

    section.apply-vbt .interface .btn-replay img {
        width: .36rem;
        margin-right: 0;
    }

    section.apply-vbt .interface .btn-replay span {
        display: none;
    }

    section.apply-vbt .interface .steps-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: auto;
        top: 0;
        left: 0;
        padding: .64rem .56rem;
        z-index: 10;
        overflow: auto;
        text-align: left;
    }

    section.apply-vbt .interface .steps-wrapper .steps {
        margin-left: 0;
        margin-right: 0;
    }

    section.apply-vbt .interface .steps-wrapper .step {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 56.4%;
        margin-left: 0;
        margin-right: 0;
    }

    section.apply-vbt .interface .steps-wrapper .step+.step {
        margin-top: .32rem;
    }

    section.apply-vbt .interface .steps-wrapper .step.active {
        border: .08rem solid #FF8300;
    }

    section.apply-vbt .interface .steps-wrapper .step .text {
        padding: .3rem;
        font-size: .4rem;
    }

    section.apply-vbt .interface .steps-wrapper .top {
        position: relative;
        padding-bottom: .64rem;
    }

    section.apply-vbt .interface .steps-wrapper .top .btn-steps {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }

    section.apply-vbt .interface .steps-wrapper .top .btn-steps.close {
        float: right;
        padding: .04rem;
    }

    section.apply-vbt .interface .controls {
        position: static;
        width: auto;
        left: auto;
        top: auto;
        margin-top: 0;
        margin-left: .5rem;
        margin-right: .5rem;
    }

    section.apply-vbt .interface .controls .v-play {
        width: auto;
        height: auto;
    }

    section.apply-vbt .interface .controls .v-play img {
        width: .6rem;
    }

    section.apply-vbt .interface .controls .v-seek {
        position: absolute;
        width: 100%;
        height: .08rem;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(151, 151, 151, .4);
    }

    section.apply-vbt .interface .controls .v-seek .v-current:after {
        width: .32rem;
        height: .32rem;
        top: -.12rem;
        right: -.16rem;
        border-radius: .16rem;
    }

    section.apply-vbt .interface .controls .v-mute {
        width: auto;
        height: auto;
        margin-left: 1rem;
    }

    section.apply-vbt .interface .controls .v-mute img {
        width: .44rem;
    }

    section.apply-vbt .result img {
        width: 3.2rem;
    }

    section.apply-vbt .result .result-title {
        font-size: .48rem;
    }

    section.apply-vbt .result *+.result-title {
        margin-top: .48rem;
    }

    section.apply-vbt .result .result-text {
        font-size: .32rem;
    }

    section.apply-vbt .result *+.result-text {
        margin-top: .16rem;
    }

    section.apply-vbt .result .btn-return {
        height: .96rem;
    }

    section.apply-vbt .result *+.btn-return {
        margin-top: .64rem;
    }

    section.apply-vbt .result .btn-return span {
        font-size: .28rem;
    }

    section.mobile-smart-app-banner {
        background: #0082ca;
        color: #fff;
        position: absolute;
        top: 0;
        overflow: hidden;
        padding: .24rem .3rem .24rem 1.6rem;
        display: none;
        width: 100%;
        z-index: 2;
    }

    section.mobile-smart-app-banner .close-button {
        position: absolute;
        top: 50%;
        left: .15rem;
        height: .24rem;
        transform: translateY(-50%);
    }

    section.mobile-smart-app-banner .close-button i {
        font-size: .24rem;
        vertical-align: top;
    }

    section.mobile-smart-app-banner .app-logo {
        position: absolute;
        top: 50%;
        left: .48rem;
        width: .96rem;
        height: .96rem;
        transform: translateY(-50%);
    }

    section.mobile-smart-app-banner .app-logo img {
        width: 100%;
    }

    section.mobile-smart-app-banner .content {
        display: block;
        width: 80%;
    }

    section.mobile-smart-app-banner .title {
        width: 100%;
        font-weight: 400;
        font-size: .24rem;
        line-height: 1;
    }

    section.mobile-smart-app-banner .text {
        width: 100%;
        font-weight: 400;
        font-size: .18rem;
        line-height: 1;
    }

    section.mobile-smart-app-banner *+.title {
        margin-top: .12rem;
    }

    section.mobile-smart-app-banner *+.text {
        margin-top: .12rem;
    }

    section.mobile-smart-app-banner .app-button {
        background: #fff;
        color: #0082ca;
        line-height: 1.2em;
        text-align: center;
        font-weight: 600;
        font-size: .24rem;
        position: absolute;
        top: 50%;
        right: .15rem;
        padding: .18rem .32rem;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
    .mobile-device .orientation {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #500099;
        z-index: 1000;
        text-align: center;
    }

    .mobile-device .orientation img {
        width: .79rem;
    }

    .mobile-device .orientation .text {
        margin-top: .2rem;
        font-weight: 600;
        font-size: .17rem;
        line-height: 1.2em;
        color: white;
    }

    .cookie-sticky-wrap {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .sub-menu-grid {
        display: initial;
    }

    .new-grid {
        margin-bottom: .32rem;
        left: -.72rem;
        position: relative;
    }

    .grid-l {
        margin-top: 10px;
        border-right: unset;
        border-bottom: 1px solid #824dba;
        padding-bottom: 15px;
    }

    .grid-r {
        padding-top: 15px;
        padding-left: unset !important;
    }

    .sub-menu-new-title {
        font-weight: 600 !important;
        -webkit-tap-highlight-color: transparent;
    }

    .banner-subtitle-span {
        padding: 0px 15px;
        margin-top: 25px;
        font-size: .38rem;
    }

    .banner-title-span {
        padding-left: 15px;
        padding-right: 15px;
        font-size: .8rem;
    }

    .campaign-slider.newPage {
        margin-top: -5.5rem !important;
    }
}

@media screen and (max-width: 481px) {
    footer .footer-comment {
        padding: 1rem;
        padding-top: 1.5rem;
    }
    .campaign-header .campaign-row {
        padding-top: 20dvh!important;
    }
    .campaign-header .campaign-row .campaign-col {
        margin-top: unset!important;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-menu {
        position: relative;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-top: 1px solid rgba(0, 0, 0, .1);
        margin-top: 1.45rem;
    }

    footer .footer-comment {
        border-bottom: unset;
        margin-top: 0.5rem;
    }

    section.video {
        margin-top: -70%;
    }

    .banner-category-title-span {
        font-size: .214rem;

    }
}

@media screen and (max-width: 540px) {
    .newCard .banner-title-span {
        font-size: 28px;
        font-weight: 400;
        line-height: 42.15px;
    }

    .newCard .banner-category-title-span {
        font-size: 16px;
        font-weight: 400;
        line-height: 24.09px;
    }
}

/* @supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 768px) {
        body .campaign-detail-container {
            font-size: -5.4rem !important;
        }
    }
 } */