@media screen and (min-width: 901px) {
    .mobile-only {
        display: none !important;
    }

    .double-button:hover span {
        max-width: 0;
    }

    .double-button:hover .inner-links {
        max-width: 100%;
        padding: 0 .2rem;
    }

    /*  Hero Banner */
    section.hero-banner .tab-container .tab-menu::-webkit-scrollbar {
        height: 0.12rem;
    }

    section.hero-banner .tab-container .tab-menu::-webkit-scrollbar-track {
        background: white;
        border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        -moz-border-radius: 0.06rem;
        -ms-border-radius: 0.06rem;
        -o-border-radius: 0.06rem;
    }

    section.hero-banner .tab-container .tab-menu::-webkit-scrollbar-thumb {
        background: #aaaaaa;
        border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        -moz-border-radius: 0.06rem;
        -ms-border-radius: 0.06rem;
        -o-border-radius: 0.06rem;
    }

        section.hero-banner .tab-container .tab-menu::-webkit-scrollbar-thumb:hover {
            background: #ddd;
        }

    /*  Tab Container */

    section.tab-container .tab-menu::-webkit-scrollbar {
        height: 0.12rem;
    }

    section.tab-container .tab-menu::-webkit-scrollbar-track {
        background: white;
        border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        -moz-border-radius: 0.06rem;
        -ms-border-radius: 0.06rem;
        -o-border-radius: 0.06rem;
    }

    section.tab-container .tab-menu::-webkit-scrollbar-thumb {
        background: #aaaaaa;
        border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        -moz-border-radius: 0.06rem;
        -ms-border-radius: 0.06rem;
        -o-border-radius: 0.06rem;
    }

        section.tab-container .tab-menu::-webkit-scrollbar-thumb:hover {
            background: #ddd;
        }

    /*Brand List*/

    section.brand-list .items .item:first-child:nth-last-child(1) {
        width: calc(100% - .42rem);
    }

    section.brand-list .items .item:first-child:nth-last-child(2),
    section.brand-list .items .item:first-child:nth-last-child(2) ~ .item {
        width: calc(50% - .42rem);
    }

    /* Solutions */

    section.our-solutions .items .item:nth-child(8n+5),
    section.our-solutions .items .item:nth-child(8n+6),
    section.our-solutions .items .item:nth-child(8n+7),
    section.our-solutions .items .item:nth-child(8n+8) {
        border-radius: 0.24rem 1.2rem 1.2rem 0.24rem;
    }

        section.our-solutions .items .item:nth-child(8n+5) .item-text,
        section.our-solutions .items .item:nth-child(8n+6) .item-text,
        section.our-solutions .items .item:nth-child(8n+7) .item-text,
        section.our-solutions .items .item:nth-child(8n+8) .item-text {
            padding-right: 1.06rem;
            padding-left: 0.26rem;
        }

            section.our-solutions .items .item:nth-child(8n+5) .item-text:before,
            section.our-solutions .items .item:nth-child(8n+6) .item-text:before,
            section.our-solutions .items .item:nth-child(8n+7) .item-text:before,
            section.our-solutions .items .item:nth-child(8n+8) .item-text:before {
                display: none;
            }

            section.our-solutions .items .item:nth-child(8n+5) .item-text:after,
            section.our-solutions .items .item:nth-child(8n+6) .item-text:after,
            section.our-solutions .items .item:nth-child(8n+7) .item-text:after,
            section.our-solutions .items .item:nth-child(8n+8) .item-text:after {
                content: "";
                position: absolute;
                width: 0.62rem;
                height: 0.62rem;
                top: 50%;
                background-color: #003e98;
                margin-top: -.31rem;
                right: 0.31rem;
                border-radius: 0.24rem 1.2rem 1.2rem 0.24rem;
                -webkit-border-radius: 0.24rem 1.2rem 1.2rem 0.24rem;
                -moz-border-radius: 0.24rem 1.2rem 1.2rem 0.24rem;
                -ms-border-radius: 0.24rem 1.2rem 1.2rem 0.24rem;
                -o-border-radius: 0.24rem 1.2rem 1.2rem 0.24rem;
            }
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
}

@media screen and (max-width: 900px) {
    .desktop-only {
        display: none !important;
    }

    html {
        font-size: 26.666666vw;
    }

    /* General */

    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    section + section {
        margin-top: .4rem;
    }

    /* Buttons */

    .btn-default {
        height: .45rem;
        padding-left: .2rem;
        padding-right: .2rem;
        min-width: auto;
    }

        .btn-default span {
            font-size: 0.14rem;
        }

    .btn-detail {
        height: .5rem;
        font-size: .16rem;
    }

        .btn-detail span {
            font-size: inherit;
        }

    button.btn-auth {
        width: 100%;
        font-size: 0.16rem;
        box-shadow: none;
        padding: 0.12rem;
    }

    /*  Form */

    form.general .form-item input[type="text"],
    form.general .form-item input[type="email"],
    form.general .form-item input[type="password"],
    form.general .form-item textarea {
        width: 100%;
        padding-left: 0.18rem;
        padding-right: 0.18rem;
        font-size: 0.16rem;
        background-color: white;
        border: 1px solid #003e98;
        border-radius: .3rem;
        -webkit-border-radius: .3rem;
        -moz-border-radius: .3rem;
        -ms-border-radius: .3rem;
        -o-border-radius: .3rem;
    }

    form.general .form-item .btn-default {
        width: 100%;
        text-align: center;
    }

    form.general .form-item .checkbox input[type="checkbox"] ~ label {
        line-height: 1.4em;
        font-size: 0.15rem;
    }

    form.general .return-message {
        width: 100%;
        font-size: 0.16rem;
        margin-top: .08rem;
        margin-left: 0;
        text-align: center;
    }

        form.general .return-message span {
            font-size: .16rem;
        }

    /* Popup */

    .popup-wrapper {
        padding: 0;
    }

        .popup-wrapper .btn-approved {
            width: 100%;
            background-color: #163C9F;
            margin: auto;
            padding: .17rem .4rem;
            font-size: .18rem;
            color: #fff;
            font-weight: 400;
            cursor: pointer;
            border-radius: .07rem;
            border: none;
        }
        .popup-wrapper .popup-container {
            max-width: 90%;
            margin: 0 5%;
            padding: .4rem .3rem;
        }

        .popup-wrapper[data-popup-key] .popup-container{
            max-width:90%;
            min-width:auto;
            padding:.12rem;
        }

            .popup-wrapper[data-popup-key] .popup-container .btn-close{
                top:.16rem;
                right:.16rem;
            }

            .popup-wrapper .popup-container .content .title {
                font-size: .32rem;
                padding-right: .32rem;
            }

        .popup-wrapper .btn-close {
            top: .4rem;
            right: .3rem;
        }

            .popup-wrapper .btn-close img {
                width: .32rem;
            }

        .popup-wrapper .popup-container .content .text {
            margin-top: 0.2rem;
            font-weight: 400;
            font-size: 0.16rem;
        }

            .popup-wrapper .popup-container .content .text ul {
                margin-top: 0.12rem;
                padding-left: 0.1rem;
            }

            .popup-wrapper .popup-container .content .text p {
                margin-top: 0.12rem;
            }

    /*  Header */
    header {
        padding-top: 0.24rem;
        padding-bottom: 0.1rem;
    }

        header.scrolled {
            padding-top: 0.1rem;
            padding-bottom: 0.1rem;
        }

        header .logo {
            width: .84rem;
        }

        header .left {
            width: .84rem;
        }

        header .right {
            width: calc(100% - .84rem);
            vertical-align: middle;
            position: relative;
        }

            header .right .menu-icon {
                width: .2rem;
                height: .14rem;
                position: relative;
                margin-left: auto;
            }

                header .right .menu-icon span {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    height: .02rem;
                    border-radius: .2rem;
                    background-color: #003e98;
                    transition: all .3s ease;
                }

                    header .right .menu-icon span:nth-child(1) {
                        top: 0;
                    }

                    header .right .menu-icon span:nth-child(2) {
                        top: .07rem;
                    }

                    header .right .menu-icon span:nth-child(3) {
                        top: .14rem;
                    }

            header .right .buttons-wrapper .btn-default + .btn-default {
                margin-left: 0;
                margin-top: .1rem;
            }

            header .right .menu-icon.active span:nth-child(1) {
                top: .07rem;
                transform: rotate(-45deg);
            }

            header .right .menu-icon.active span:nth-child(2) {
                opacity: 0;
                transform: translate(50%);
            }

            header .right .menu-icon.active span:nth-child(3) {
                top: .07rem;
                transform: rotate(45deg);
            }


            header .right .buttons-wrapper {
                position: absolute;
                display: none;
                width: 100%;
                right: 0;
                top: calc(100% + .35rem);
            }

                header .right .buttons-wrapper * + .auth-wrapper {
                    margin-left: 0;
                    margin-top: 0.1rem;
                }
                header .right .buttons-wrapper .auth-wrapper .auth-btn {
                    display: none;
                }

                header .right .buttons-wrapper .auth-wrapper .auth-buttons {
                    position: relative;
                    display: block;
                    padding-top: 0;
                }

                header .right .buttons-wrapper .btn-default {
                    width: auto;
                    min-width: 1.8rem;
                    max-width: 100%;
                    background-color: #003e98;
                    color: white;
                }

                header .right .buttons-wrapper .double-button span {
                    display: none;
                }

                header .right .buttons-wrapper .double-button .inner-links {
                    max-width: none;
                }

                    header .right .buttons-wrapper .double-button .inner-links a {
                        font-size: .14rem;
                    }

        header .container.breadcumb .left {
            width: 40%;
        }

            header .container.breadcumb .left .breadcumb svg,
            header .container.breadcumb .left .breadcumb img {
                display: inline-block;
                vertical-align: middle;
                width: 0.15rem;
            }

            header .container.breadcumb .left .breadcumb span {
                font-size: 0.12rem;
                margin-left: 0.04rem;
            }

        header .container.breadcumb .center {
            width: 60%;
            text-align: right;
        }

            header .container.breadcumb .center .logo + .page-name {
                margin-left: 0.24rem;
            }

            header .container.breadcumb .center .page-name {
                font-size: 0.14rem;
            }

            header .container.breadcumb .center .logo + .page-name::before {
                left: -0.12rem;
            }

        header .container.breadcumb .right {
            width: 100%;
            margin-top: .15rem;
        }

            header .container.breadcumb .right .btn-default + .btn-default {
                margin-left: .1rem;
                margin-top: 0;
            }

    /*  Footer */

    footer .items {
        width: 100%;
        margin: 0;
        margin-top: 0.24rem;
    }

        footer .items .item.full-w,
        footer .items .item {
            width: 100%;
            margin: 0;
            text-align: left;
        }

        footer .items * + .item {
            margin-top: .3rem;
        }

        footer .items .item:nth-child(2n + 2) {
            padding-left: 0;
            padding-right: 0rem;
        }

        footer .menu{
            padding:0;
        }

            footer .menu ul li {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

                footer .menu ul li a{
                    font-size:.16rem;
                }

                form.general .form-item .btn-default {
                    position: relative;
                    margin-top: .05rem;
                    height: .5rem;
                }

        form.general .form-item .btn-default span {
            font-size: .14rem;
            font-style: normal;
        }

    footer .items .item .form-item {
        margin-top: 0.1rem;
    }

    footer .items .item .title {
        font-size: 0.2rem;
    }

    footer .items .item .socials {
        margin-top: 0.1rem;
    }

        footer .items .item .socials .social-icon {
            width: 0.4rem;
            height: 0.4rem;
            font-size: 0.18rem;
        }

            footer .items .item .socials .social-icon + .social-icon {
                margin-left: 0.1rem;
            }

    footer .items .item .text {
        font-size: 0.16rem;
        margin-top: 0.1rem;
    }

        footer .items .item .text + .text {
            margin-top: 0.12rem;
        }

    /*  Hero Banner */

    section.hero-banner .banner {
        height: auto;
    }

        section.hero-banner .banner .container .left {
            width: 100%;
            padding-right: 0;
            margin-top: 1.5rem;
            margin-bottom: .5rem;
        }

            section.hero-banner .banner .container .left .content {
                padding-bottom: 0;
            }

                section.hero-banner .banner .container .left .content .title {
                    font-size: 0.45rem;
                    letter-spacing: -0.02em;
                }

                section.hero-banner .banner .container .left .content .text {
                    font-weight: 500;
                    font-size: 0.2rem;
                    line-height: 1.5em;
                    margin-top: 0.2rem;
                }

                section.hero-banner .banner .container .left .content * + .btn {
                    margin-top: 0.24rem;
                }

        section.hero-banner .banner .container .right {
            width: 100%;
        }

            section.hero-banner .banner .container .right .image {
                margin-top: .35rem;
            }

            section.hero-banner .banner .container .right .owl-carousel {
                bottom: 0.4rem;
                width: calc(100% + .4rem);
                margin-left: -.2rem;
                margin-right: -.2rem;
            }

            section.hero-banner .banner .container .right .item {
                width: calc(100% - .2rem);
                margin-left: .1rem;
                margin-right: .1rem;
                margin-top: 0;
                padding-top: 0.1rem;
            }

                section.hero-banner .banner .container .right .item .profile {
                    top: 0.2rem;
                    left: 0.1rem;
                }

                section.hero-banner .banner .container .right .item .top {
                    padding-right: 0.2rem;
                    padding-left: .2rem;
                    padding-top: .15rem;
                    min-height: 1rem;
                }

                section.hero-banner .banner .container .right .item .profile + .top {
                    padding-left: 1.2rem;
                }

                section.hero-banner .banner .container .right .item .bottom {
                    margin-top: 0.2rem;
                    padding-left: 0.2rem;
                    padding-right: 0.2rem;
                }

                    section.hero-banner .banner .container .right .item .bottom .text {
                        font-size: 0.18rem;
                        line-height: 1.5em;
                    }

    section.hero-banner .tab-container {
        padding-bottom: 0.56rem;
        padding-top: 0.16rem;
    }

        section.hero-banner .tab-container * + .tab-content {
            margin-top: .24rem;
        }

        section.hero-banner .tab-container .title {
            font-size: 0.4rem;
        }

        section.hero-banner .tab-container .text {
            font-size: 0.2rem;
            line-height: 1.6em;
            font-style: normal;
            padding: 0;
        }

        section.hero-banner .tab-container * + .text {
            margin-top: 0.16rem;
        }

        section.hero-banner .tab-container .tab-menu {
            width: 100%;
            margin-left: 0;
            overflow: auto;
            white-space: nowrap;
            padding-bottom: 0.12rem;
        }

            section.hero-banner .tab-container .tab-menu .item {
                width: auto;
                height: 0.72rem;
                margin-left: 0;
                margin-right: 0.24rem;
                padding: 0.1rem 0.24rem 0.1rem 0.1rem;
            }

            section.hero-banner .tab-container .tab-menu * + .item {
                margin-left: .15rem;
            }

        section.hero-banner .tab-container .tab-items .tab-item .row .item.one-six,
        section.hero-banner .tab-container .tab-items .tab-item .row .item.one-five {
            width: calc(33.33% - 0.24rem);
            height: .6rem;
        }

        section.hero-banner .tab-container .tab-items .tab-item .row .item img {
            max-width: 80%;
            max-height: .6rem;
        }

    section.hero-banner .advantage .table {
        width: 100%;
    }

    section.hero-banner .advantage .table {
        padding: .1rem .05rem;
    }

        section.hero-banner .advantage .table .row {
            display: block;
            text-align: left;
        }

            section.hero-banner .advantage .table .row .col {
                padding-left: .1rem;
                padding-right: .1rem;
            }

                section.hero-banner .advantage .table .row .col.col-sm-4 {
                    width: 33.33%;
                }

                section.hero-banner .advantage .table .row .col .btn {
                    min-width: 2.5rem;
                    max-width: calc(100% - .2rem);
                    height: .6rem;
                    margin: .1rem;
                }

    section.hero-banner .advantage .calculator {
        width: 100%;
        padding: 0;
        margin-bottom: .2rem;
    }

        section.hero-banner .advantage .calculator .inner .content .title {
            font-size: 0.22rem;
        }

        section.hero-banner .advantage .calculator .inner .content * + .text {
            margin-top: 0.15rem;
        }

        section.hero-banner .advantage .calculator .inner .content * + .box {
            margin-top: 0.15rem;
        }

        section.hero-banner .advantage .calculator .inner .content .box {
            padding: 0.15rem 0.2rem;
        }

            section.hero-banner .advantage .calculator .inner .content .box.box-bottom .pretext {
                font-size: .16rem;
            }

            section.hero-banner .advantage .calculator .inner .content .box.box-bottom .text {
                font-size: .2rem;
            }

    /*  Our Solutions */
    section.our-solutions .title {
        font-size: 0.4rem;
    }

    section.our-solutions .text {
        margin-top: 0.16rem;
        font-size: 0.2rem;
        line-height: 1.6em;
    }

    section.our-solutions .items {
        width: calc(100% + 0.24rem);
        margin: -0.12rem;
    }

    section.our-solutions .items {
        margin-top: .2rem;
    }

        section.our-solutions .items .item {
            width: calc(100% - 0.24rem);
            height: auto;
            margin: .04rem .12rem;
            border-radius: 1rem;
            -webkit-border-radius: 1rem;
            -moz-border-radius: 1rem;
            -ms-border-radius: 1rem;
            -o-border-radius: 1rem;
        }

            section.our-solutions .items .item .item-text {
                font-size: 0.16rem;
                line-height: 1.4em;
                padding-left: .44rem;
                padding-right: 0.16rem;
                padding-top: 0.16rem;
                padding-bottom: 0.16rem;
                width: 100%;
                text-align: left;
            }

            section.our-solutions .items .item:nth-child(even) .item-text {
                padding-left: .16rem;
                padding-right: 0.44rem;
            }

                section.our-solutions .items .item:nth-child(even) .item-text:before {
                    content: none;
                }

                section.our-solutions .items .item:nth-child(even) .item-text:after {
                    content: '';
                    position: absolute;
                    width: 0.16rem;
                    height: 0.16rem;
                    top: 50%;
                    margin-top: -.08rem;
                    right: 0.16rem;
                    border-radius: 0.2rem 1rem 1rem 0.2rem;
                    -webkit-border-radius: 0.2rem 1rem 1rem 0.2rem;
                    -moz-border-radius: 0.2rem 1rem 1rem 0.2rem;
                    -ms-border-radius: 0.2rem 1rem 1rem 0.2rem;
                    -o-border-radius: 0.2rem 1rem 1rem 0.2rem;
                }

            section.our-solutions .items .item:nth-child(odd) .item-text:after {
                content: none;
            }

            section.our-solutions .items .item:nth-child(odd) .item-text:before {
                content: '';
                position: absolute;
                width: 0.16rem;
                height: 0.16rem;
                top: 50%;
                margin-top: -.08rem;
                left: 0.16rem;
                border-radius: 1rem 0.2rem 0.2rem 1rem;
                -webkit-border-radius: 1rem 0.2rem 0.2rem 1rem;
                -moz-border-radius: 1rem 0.2rem 0.2rem 1rem;
                -ms-border-radius: 1rem 0.2rem 0.2rem 1rem;
                -o-border-radius: 1rem 0.2rem 0.2rem 1rem;
            }

            section.our-solutions .items .item:nth-child(4n+1) .item-text:before {
                background-color: #003e98;
            }

            section.our-solutions .items .item:nth-child(4n+3) .item-text:before {
                background-color: #4b4fca;
            }

            section.our-solutions .items .item:nth-child(4n+2) .item-text:after {
                background-color: #4b4fca;
            }

            section.our-solutions .items .item:nth-child(4n+4) .item-text:after {
                background-color: #003e98;
            }

    /*                section.our-solutions .items .item .item-text:before {
                    width: 0.16rem;
                    height: 0.16rem;
                    margin-top: -.08rem;
                    left: 0.1rem;
                    border-radius: 1rem 0.2rem 0.2rem 1rem;
                    -webkit-border-radius: 1rem 0.2rem 0.2rem 1rem;
                    -moz-border-radius: 1rem 0.2rem 0.2rem 1rem;
                    -ms-border-radius: 1rem 0.2rem 0.2rem 1rem;
                    -o-border-radius: 1rem 0.2rem 0.2rem 1rem;
                }*/
    /*            section.our-solutions .items .item:nth-child(odd) .item-text:before {
                width: 0.16rem;
                height: 0.16rem;
                margin-top: -.08rem;
                left: 0.1rem;
                border-radius: 1rem 0.2rem 0.2rem 1rem;
                -webkit-border-radius: 1rem 0.2rem 0.2rem 1rem;
                -moz-border-radius: 1rem 0.2rem 0.2rem 1rem;
                -ms-border-radius: 1rem 0.2rem 0.2rem 1rem;
                -o-border-radius: 1rem 0.2rem 0.2rem 1rem;
            }

            section.our-solutions .items .item:nth-child(even) .item-text:after {
                content: '';
                width: 0.16rem;
                height: 0.16rem;
                margin-top: -.08rem;
                right: 0.1rem;
                border-radius: 0.2rem 1rem 1rem 0.2rem;
                -webkit-border-radius: 0.2rem 1rem 1rem 0.2rem;
                -moz-border-radius: 0.2rem 1rem 1rem 0.2rem;
                -ms-border-radius: 0.2rem 1rem 1rem 0.2rem;
                -o-border-radius: 0.2rem 1rem 1rem 0.2rem;
            }*/
    /*  Product Card */
    section.product-card .item {
        height: 90vh;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem;
    }

        section.product-card .item .content {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            padding: 0 .2rem;
        }

            section.product-card .item .content .title {
                font-size: 0.28rem;
            }

            section.product-card .item .content .sub-title {
                font-size: 0.18rem;
                margin-top: 0.1rem;
            }

            section.product-card .item .content .text {
                width: 100%;
                font-size: 0.12rem;
                margin-top: 0.2rem;
            }

                section.product-card .item .content .text li {
                    padding-left: 0.32rem;
                }

                    section.product-card .item .content .text li + li {
                        margin-top: 0.15rem;
                    }

                    section.product-card .item .content .text li:before {
                        width: 0.24rem;
                        height: 0.24rem;
                        top: 50%;
                        margin-top: -.12rem;
                    }

            section.product-card .item .content .buttons {
                width: calc(100% + .24rem);
                margin: -.12rem;
                margin-top: 0.24rem;
            }

                section.product-card .item .content .buttons .btn-store {
                    width: calc(50% - .24rem);
                    margin: .12rem;
                }

                    section.product-card .item .content .buttons .btn-store img {
                        width: 100% !important;
                    }

                section.product-card .item .content .buttons .btn-detail {
                    width: calc(100% - .24rem);
                    margin: .12rem;
                    text-align: center;
                    height: 0.5rem;
                    margin-top: 0;
                }

        section.product-card .item .image {
            display: none;
        }

    /*  Tab Container */

    section.tab-container {
        padding-bottom: 0.56rem;
        padding-top: 0.16rem;
    }

        section.tab-container .title {
            font-size: 0.4rem;
        }

        section.tab-container .text {
            margin-top: 0.16rem;
            font-size: 0.2rem;
            line-height: 1.6em;
            font-style: normal;
        }

        section.tab-container * + .tab-content {
            margin-top: .24rem;
        }

        section.tab-container .tab-menu {
            width: calc(100% + .12rem);
            margin-left: -.12rem;
            padding-left: .12rem;
            white-space: nowrap;
            padding-bottom: 0.24rem;
        }

            section.tab-container .tab-menu .item {
                width: auto;
                height: 0.72rem;
                margin-left: 0;
                margin-right: 0.24rem;
                padding: 0.1rem 0.24rem 0.1rem 0.1rem;
            }

                section.tab-container .tab-menu .item.active {
                    box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 62, 152, .16);
                }

            section.tab-container .tab-menu * + .item {
                margin-left: .15rem;
            }

        section.tab-container .tab-items {
            margin-top: 0;
        }

            section.tab-container .tab-items .tab-item .row .item.one-six,
            section.tab-container .tab-items .tab-item .row .item.one-five {
                width: calc(33.33% - 0.24rem);
                height: .6rem;
            }

            section.tab-container .tab-items .tab-item .row .item img {
                max-width: 80%;
                max-height: .6rem;
            }

    /*  Blog Slider */

    section.blog-slider {
        padding-top: 0.4rem;
        padding-bottom: 0.3rem;
    }

        section.blog-slider .header .left {
            width: 100%;
            text-align: center;
        }

            section.blog-slider .header .left .title {
                font-size: 0.4rem;
                color: inherit;
            }

            section.blog-slider .header .left .text {
                font-size: 0.2rem;
                line-height: 1.6em;
                font-style: normal;
            }

            section.blog-slider .header .left * + .text {
                margin-top: 0.16rem;
            }

        section.blog-slider .header .right {
            width: 100%;
            text-align: center;
            margin-top: .1rem;
        }

        section.blog-slider .boxes {
            width: calc(100% + 0.24rem);
            margin: 0 -0.12rem;
            padding-bottom: .54rem;
            border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
            -webkit-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
            -moz-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
            -ms-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
            -o-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
        }

        section.blog-slider * + .boxes {
            margin-top: 0.32rem;
        }

        section.blog-slider .boxes .item {
            padding: 0 0.12rem;
        }

            section.blog-slider .boxes .item .img-container {
                padding-bottom: 49.13%;
                border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                -webkit-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                -moz-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                -ms-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                -o-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
            }

            section.blog-slider .boxes .item * + .title {
                margin-top: 0.2rem;
            }

            section.blog-slider .boxes .item .title {
                font-size: 0.14rem;
                height: 0.51rem;
                -webkit-line-clamp: 3;
            }

            section.blog-slider .boxes .item * + .text {
                margin-top: 0.12rem;
            }

            section.blog-slider .boxes .item .text {
                font-size: 0.12rem;
                line-height: 1.5em;
                height: .54rem;
                -webkit-line-clamp: 3;
            }

        section.blog-slider .boxes .owl-nav {
            width: .96rem;
            margin-left: -0.48rem;
            bottom: -.18rem;
        }

            section.blog-slider .boxes .owl-nav .owl-next {
                width: 0.36rem;
                height: 0.36rem;
                margin-left: 0.24rem;
            }

            section.blog-slider .boxes .owl-nav .owl-prev {
                width: 0.36rem;
                height: 0.36rem;
            }

    /*  Form Section */

    section.form-section {
        margin-bottom: .6rem;
    }

        section.form-section .title {
            font-size: 0.4rem;
        }

        section.form-section .text {
            font-size: 0.2rem;
            line-height: 1.6em;
            font-style: normal;
        }

        section.form-section * + .text {
            margin-top: 0.16rem;
        }

    .form-section.contactform .form {
        width: calc(100% + 0.12rem);
        margin: -0.06rem;
        margin-top: 0.2rem;
    }

        .form-section.contactform .form .form-item.half,
        .form-section.contactform .form .form-item {
            width: calc(100% - 0.12rem);
            margin: 0.06rem;
        }

    /*  Blog */

    header + section.blog {
        margin-top: 0.1rem;
    }

    section.blog .menu-bar {
        padding-top: 0.16rem;
        padding-bottom: 0.16rem;
    }

        section.blog .menu-bar .left {
            width: calc(100% + .12rem);
            margin: -.06rem;
            text-align: center;
        }

            section.blog .menu-bar .left * + .item {
                margin-left: 0;
            }

            section.blog .menu-bar .left .item {
                display: inline-block;
                font-size: 0.14rem;
                margin: 0 .06rem;
                padding: .06rem;
            }

        section.blog .menu-bar .right {
            width: 100%;
            margin-top: .16rem;
            padding-top: .16rem;
            border-top: 1px solid #e6e7e8;
        }

            section.blog .menu-bar .right .search {
                width: 1.6rem;
            }

                section.blog .menu-bar .right .search input {
                    width: 100%;
                    font-size: .14rem;
                    padding: .15rem .15rem .15rem .4rem;
                    background-position: 0.15rem 0.06rem;
                    border-left: 0;
                }

            section.blog .menu-bar .right .social-icons {
                width: calc(100% - 1.6rem);
                padding-left: .16rem;
            }

                section.blog .menu-bar .right .social-icons a {
                    height: 0.25rem;
                    width: 0.25rem;
                    font-size: 0.16rem;
                    line-height: .25rem;
                }

    section.blog .content {
        padding-top: 0.24rem;
    }

        section.blog .content .top {
            margin-bottom: .42rem;
        }

            section.blog .content .top .items {
                width: 100%;
                margin: 0;
            }

                section.blog .content .top .items .item {
                    width: 100%;
                    margin: 0;
                    padding-bottom: 0;
                    height: auto;
                    overflow: visible;
                    border-radius: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                }

                section.blog .content .top .items * + .item {
                    margin-top: .36rem;
                }

                section.blog .content .top .items .item .mobile-img {
                    display: inline-block;
                    width: 100%;
                    height: 2rem;
                    margin-bottom: -.35rem;
                    background-size: cover;
                    background-position: center;
                    border-radius: .4rem .2rem 0 0;
                    -webkit-border-radius: .4rem .2rem 0 0;
                    -moz-border-radius: .4rem .2rem 0 0;
                    -ms-border-radius: .4rem .2rem 0 0;
                    -o-border-radius: .4rem .2rem 0 0;
                }

                section.blog .content .top .items .item .item-content {
                    position: relative;
                    width: 100%;
                    bottom: 1px;
                    left: 0;
                    box-shadow: 0 0 .15rem .05rem rgba(0, 0, 0, .1);
                    padding: .2rem;
                    border-radius: .4rem .2rem .4rem .2rem;
                    -webkit-border-radius: .4rem .2rem .4rem .2rem;
                    -moz-border-radius: .4rem .2rem .4rem .2rem;
                    -ms-border-radius: .4rem .2rem .4rem .2rem;
                    -o-border-radius: .4rem .2rem .4rem .2rem;
                }

        section.blog .content .title.general {
            font-size: 0.18rem;
        }

        section.blog .content .text.general {
            font-size: 0.14rem;
            line-height: 1.4em;
        }

        section.blog .content .left {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            padding-right: 0;
        }

            section.blog .content .left .list .boxes {
                width: calc(100% + 0.16rem);
                margin: -0.08rem;
            }

                section.blog .content .left .list .boxes .box {
                    width: calc(50% - 0.16rem);
                    margin: 0.08rem;
                    text-align: left;
                }

                    section.blog .content .left .list .boxes .box .img-box {
                        padding-bottom: 57%;
                        overflow: hidden;
                        border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                        -webkit-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                        -moz-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                        -ms-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                        -o-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                    }

                    section.blog .content .left .list .boxes .box * + .category-title {
                        margin-top: 0.12rem;
                    }

                    section.blog .content .left .list .boxes .box * + .title {
                        margin-top: 0.06rem;
                    }

                    section.blog .content .left .list .boxes .box * + .text {
                        margin-top: 0.06rem;
                    }

                    section.blog .content .left .list .boxes .box .text {
                        display: -webkit-box;
                        height: 0.794rem;
                        -webkit-line-clamp: 4;
                    }

            section.blog .content .left .list .load-more {
                display: inline-block;
                width: 100%;
                text-align: center;
            }

                section.blog .content .left .list .load-more .btn-default {
                    margin-top: .24rem;
                    background-color: #003e98;
                    color: white;
                }

        section.blog .content .right {
            width: 100%;
            padding-left: 0;
        }

        section.blog .content * + .right {
            margin-top: .32rem;
        }

        section.blog .content .about-widget {
            padding: .18rem;
        }

            section.blog .content .about-widget > * + * {
                margin-top: .24rem;
                padding-top: .24rem;
            }

            section.blog .content .about-widget .bottom {
                display: none;
            }

            section.blog .content .about-widget .title {
                font-size: 0.2rem;
                line-height: 1.5em;
            }

            section.blog .content .about-widget .top * + .text {
                margin-top: .12rem;
            }

            section.blog .content .about-widget .top .text {
                font-size: 0.14rem;
                line-height: 1.4em;
            }

            section.blog .content .about-widget .center .social-icons a {
                width: .34rem;
                height: .34rem;
                line-height: .37rem;
                font-size: .14rem;
            }

            section.blog .content .about-widget .bottom .boxes {
                display: inline-block;
                width: calc(100% + 0.12rem);
                margin: -0.06rem;
            }

            section.blog .content .about-widget .bottom * + .boxes {
                margin-top: .12rem;
            }

            section.blog .content .about-widget .bottom .boxes .box {
                width: calc(50% - 0.12rem);
                margin: 0.06rem;
            }

        section.blog .content .left .head .mini-title {
            font-size: 0.18rem;
            line-height: 1.2em;
        }

        section.blog .content .left .head .title {
            font-size: 0.28rem;
            line-height: 1.4em;
        }

        section.blog .content .left .head * + .title {
            margin-top: .06rem;
        }

        section.blog .content .left .head .subtitle {
            font-weight: 500;
            font-size: 0.18rem;
            line-height: 1.4em;
        }

        section.blog .content .left * + .detail {
            margin-top: .24rem;
        }

        section.blog .content .left .detail .detail-img {
            padding-bottom: 57.01%;
            overflow: hidden;
            border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
            -webkit-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
            -moz-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
            -ms-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
            -o-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        }

        section.blog .content .left .detail .share {
            margin-top: .32rem;
        }

            section.blog .content .left .detail .share .item {
                margin-right: .08rem;
                margin-bottom: .08rem;
                padding: .13rem .15rem;
            }

            section.blog .content .left .detail .share * + .item {
                margin-left: 0;
            }

        section.blog .content .left .related-blogs {
            padding-top: .24rem;
        }

        section.blog .content .left * + .related-blogs {
            margin-top: .24rem;
        }

        section.blog .content .left .related-blogs .box-list {
            margin-top: .18rem;
        }

            section.blog .content .left .related-blogs .box-list .boxes .box {
                width: calc(100% - 0.32rem);
            }

    /* Main Banner */
    section.main-banner {
        height: auto;
        padding-top: .6rem;
        padding-bottom: .5rem;
    }

        section.main-banner .container .content {
            text-align: center;
        }

            section.main-banner .container .content .title {
                font-size: 0.32rem;
                line-height: 1.2em;
                letter-spacing: -0.02em;
                color: #ffffff;
            }

    /*  Text Boxes */

    section.text-boxes {
        padding-bottom: .32rem;
    }

        section.text-boxes .box-item.full {
            text-align: left;
        }

            section.text-boxes .box-item.half .title,
            section.text-boxes .box-item.full .title {
                font-size: 0.28rem;
            }

            section.text-boxes .box-item.half * + .text,
            section.text-boxes .box-item.full * + .text {
                margin-top: 0.16rem;
            }

        section.text-boxes .box-item + .box-item {
            border-top: 1px solid #e6e7e8;
            margin-top: 0.42rem;
            padding-top: 0.42rem;
        }

        section.text-boxes .box-item.half.left {
            direction: ltr;
        }

        section.text-boxes .box-item .text {
            font-size: 0.16rem;
            line-height: 1.4em;
        }

        section.text-boxes .box-item.full * + .btn-default {
            margin-top: 0.2rem;
        }

        section.text-boxes .box-item.half * + .img-box,
        section.text-boxes .box-item.full * + .img-box {
            margin-top: 0.24rem;
        }

        section.text-boxes .box-item.half .img-box,
        section.text-boxes .box-item.full .img-box {
            padding-bottom: 60.52%;
            border-radius: .4rem .2rem .4rem .2rem;
            -webkit-border-radius: .4rem .2rem .4rem .2rem;
            -moz-border-radius: .4rem .2rem .4rem .2rem;
            -ms-border-radius: .4rem .2rem .4rem .2rem;
            -o-border-radius: .4rem .2rem .4rem .2rem;
        }

        section.text-boxes .box-item.half.left .content,
        section.text-boxes .box-item.half .content {
            padding-right: 0;
            padding-left: 0;
            width: 100%;
        }

        section.text-boxes .box-item.half .img-box,
        section.text-boxes .box-item.half.left .img-box {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

    /*  Text Banner */

    section.text-banner {
        padding-bottom: .8rem;
        padding-top: .8rem;
    }

        section.text-banner .container .text {
            font-size: 0.28rem;
            line-height: 1.5em;
        }

    /*  Announcement List */

    section.announcement-list {
        padding-bottom: 0.3rem;
    }

        section.announcement-list .boxes {
            display: inline-block;
            width: calc(100% + 0.12rem);
            margin: -0.1rem -0.06rem;
        }

            section.announcement-list .boxes .item {
                display: inline-block;
                width: calc(50% - 0.12rem);
                margin: 0.1rem 0.06rem;
            }

                section.announcement-list .boxes .item .title {
                    font-size: 0.16rem;
                    color: #253141;
                }

                section.announcement-list .boxes .item * + .title {
                    margin-top: 0.16rem;
                }

                section.announcement-list .boxes .item .text {
                    font-size: 0.14rem;
                    line-height: 1.4em;
                    height: 0.59rem;
                    -webkit-line-clamp: 3;
                }

                section.announcement-list .boxes .item * + .text {
                    margin-top: 0.08rem;
                }

                section.announcement-list .boxes .item .img-container {
                    border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                    -webkit-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                    -moz-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                    -ms-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                    -o-border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
                }

    /* Authentication */

    section.authentication .container {
        width: auto;
        margin-top: 1.2rem;
        margin-bottom: .6rem;
    }

    section.authentication .form-container {
        padding-top: 0.42rem;
        padding-bottom: 0.42rem;
        border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -webkit-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -moz-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -ms-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -o-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
    }

        section.authentication .form-container .title {
            font-size: 0.22rem;
            margin: 0.12rem 0.24rem;
        }

        section.authentication .form-container * + .form {
            margin-top: .24rem;
        }

        section.authentication .form-container .form {
            margin-left: 0.12rem;
            margin-right: 0.12rem;
        }

            section.authentication .form-container .form .form-item {
                width: calc(100% - 0.24rem);
                margin: 0.06rem 0.12rem;
            }

            section.authentication .form-container .form .form-sub {
                width: calc(100% - 0.24rem);
                text-align: center;
                margin: 0.24rem 0.12rem;
            }

                section.authentication .form-container .form .form-sub .btn-forgot {
                    font-size: 0.16rem;
                }

    section.authentication .links {
        margin-top: 0.24rem;
    }

        section.authentication .links .link-item {
            display: inline-block;
            text-align: center;
            width: 100%;
            font-size: 0.16rem;
        }

            section.authentication .links .link-item + .link-item {
                padding-top: 0.32rem;
                margin-left: 0;
            }

                section.authentication .links .link-item + .link-item:before {
                    left: 50%;
                    top: .08rem;
                    color: #003e98;
                    transform: none;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                }

    /*  Register */

    section.register .container {
        width: auto;
        margin-top: 1.2rem;
        margin-bottom: .6rem;
    }

    section.register .form-container {
        padding-top: 0.42rem;
        padding-bottom: 0.42rem;
        border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -webkit-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -moz-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -ms-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
        -o-border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
    }

        section.register .form-container .title {
            font-size: 0.22rem;
            margin: 0.12rem 0.24rem;
        }

        section.register .form-container .tabs .tab-menu a {
            height: 0.5rem;
            width: 1.4rem;
            padding: 0 0.24rem;
            margin: 0 0.06rem;
        }

            section.register .form-container .tabs .tab-menu a span {
                font-size: 0.16rem;
            }

        section.register .form-container * + .form {
            margin-top: .24rem;
        }

        section.register .form-container .form {
            margin-left: 0.12rem;
            margin-right: 0.12rem;
            margin-top: .24rem;
            padding: 0;
        }

            section.register .form-container .form .form-item.half,
            section.register .form-container .form .form-item {
                width: calc(100% - 0.24rem);
                margin: 0.06rem 0.12rem;
            }

                section.register .form-container .form .form-item .btn-auth {
                    display: block;
                    cursor: pointer;
                    margin-top: 0.3rem;
                }

    section.register .links {
        margin-top: 0.24rem;
    }

        section.register .links .link-item {
            display: inline-block;
            text-align: center;
            width: 100%;
            font-size: 0.16rem;
        }

            section.register .links .link-item + .link-item {
                padding-top: 0.32rem;
                margin-left: 0;
            }

                section.register .links .link-item + .link-item:before {
                    left: 50%;
                    top: .08rem;
                    color: #003e98;
                    transform: none;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                }

    /*  Faq */

    section.faq .container {
        width: auto;
        margin-top: 1.2rem;
        margin-bottom: .6rem;
    }

    section.faq .faq-container {
        border-radius: 0.7rem 0.2rem;
        padding: .24rem;
        border-radius: 0.4rem 0.2rem 0.4rem 0.2rem;
    }

        section.faq .faq-container .title {
            font-size: 0.22rem;
            margin: 0.12rem 0.24rem;
        }

        section.faq .faq-container .accordion-item {
            padding-top: 0.12rem;
            padding-bottom: 0.12rem;
        }

            section.faq .faq-container .accordion-item .accordion-title {
                font-size: 0.16rem;
                line-height: 1.5em;
                padding-left: 0.28rem;
            }

                section.faq .faq-container .accordion-item .accordion-title:before {
                    width: 0.2rem;
                    height: 0.2rem;
                }

            section.faq .faq-container .accordion-item .accordion-content {
                font-size: 0.16rem;
                line-height: 1.5em;
                padding-bottom: .12rem;
            }

    section.faq .links {
        margin-top: 0.24rem;
    }

        section.faq .links .link-item {
            display: inline-block;
            text-align: center;
            width: 100%;
            font-size: 0.16rem;
        }

            section.faq .links .link-item + .link-item {
                padding-top: 0.32rem;
                margin-left: 0;
            }

                section.faq .links .link-item + .link-item:before {
                    left: 50%;
                    top: .08rem;
                    color: #003e98;
                    transform: none;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                }

                section.faq .links .link-item + .link-item:before {
                    left: 50%;
                    top: .08rem;
                    color: #003e98;
                    transform: none;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                }

    /* Brand List */

    section.brand-list .items {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding-top: 0.4rem;
        padding-bottom: .6rem;
    }

        section.brand-list .items .item {
            width: 100%;
            margin: 0;
        }

            section.brand-list .items .item .logo {
                margin: 0;
            }

        section.brand-list .items * + .item {
            margin-top: .32rem;
        }

    /*Not found*/
    section.notfound {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        section.notfound .content .title {
            font-size: 0.42rem;
        }

        section.notfound .content .text {
            font-size: 0.22rem;
        }


    .popup-kvkk .popup-container {
        padding: .48rem .24rem;
    }

    form.general .form-item.check-item label .check-text {
        line-height: 1.7em;
    }


}
