    a {
        text-decoration: none;

        color: #808080;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a:hover,
    a:active {
        text-decoration: none;
        color: #808080;
    }


    @font-face {
        font-family: 'Proxima Nova';
        src: url('../fonts/ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Regular.woff') format('woff'), url('../fonts/ProximaNovaCond-Regular.ttf') format('truetype'), url('../fonts/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }



    @font-face {
        font-family: 'Proxima Nova';
        src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
        font-weight: 700;
        font-style: normal;
    }


    body {
        color: #000;
        background: #fff;
        font-family: 'Proxima Nova', Arial;
        cursor: default;
    }


    h5 {

        color: #957b5f;
    }




    textarea.form-control {
        min-height: 83px;
        resize: vertical;
    }

    img {
        max-width: 100%;
        height: auto;
    }




    .flex_justify {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .flex_justify-align-normal {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: space-between;
        align-items: normal;
    }

    .flex_center-align-normal {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: center;
        align-items: normal;
    }

    .flex_center-align-center {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .flex_justify_bottom {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: space-between;
        align-items: baseline;
    }


    .header {
        background: rgba(242, 242, 242, 1);
        padding: 15px 0;
    }

    .header_bg {
        position: relative;
    }

    .header_bg:before {
        background: url(../img/bg.jpg) 50% 50% no-repeat;
        background-size: cover;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .header_bg:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80));
        background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80));
        background-image: linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c000000', endColorstr='#33000000');
        z-index: 2;
    }


    .bg_caption_flex {
        display: flex;
        z-index: 2;
        color: #fff;
    }


    .bg_caption {
        margin: auto;
        z-index: 3;
        position: relative;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .header_bg_title {
        font-weight: 700;
        font-size: 62px;
        letter-spacing: 1px;
    }

    .header_bg_title_two {
        font-size: 26px;
    }

    .header_bg_caption {
        text-align: center;
    }

    .header_bg_disc {
        font-size: 26px;
        padding: 20px 0;
    }

    .header_bg_title_three {
        font-weight: 700;
        font-size: 32px;
    }


    .header_order a {
        border-radius: 30px;
        background: #00bcb9;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        font-weight: 700;
    }

    .header_right_phone a {
        font-size: 23px;
        color: #000;
    }



    .header_right_phone i {
        color: #000;
        font-size: 22px;
        position: relative;
        top: 2px;
        padding: 0 5px 0 0;
    }


    .header_right_qa {
        font-size: 15px;
    }


    .header_right_right {
        padding: 0 30px;
    }


    .header_bottom {
        padding: 30px 0;
    }


    .header_form {
        background: rgba(14, 14, 14, 0.38);
        padding: 20px;
    }

    .header_ul ul {
        padding: 0 0 20px 0;
        margin: 0;
        list-style: none;
        font-size: 26px;
        text-align: left;
        color: #fff;
    }

    .slider_top {
        padding: 0 65px;
    }




    .slider_top div {
        height: 500px;
        height: 450px;
        background-position: center center;
        background-size: contain;
    }


    .section {
        padding: 40px 0;
    }

    .section_title {
        font-weight: 700;
        font-size: 33px;
        color: #1D2951;
        text-align: center;
        padding-bottom: 40px;
        width: 100%;
    }

    .section_title span {
        display: block;
        font-size: 18px;
    }

    .white {
        color: #fff !important;
    }

    .disc_order {
        text-align: center;
        padding: 0 0 15px 0;
        font-size: 17px;
    }



    .form {
        text-align: center;
    }

    .form_title {
        font-weight: 700;
        text-align: center;
        color: #000;
        font-size: 20px;
    }

    .form_disc {
        padding: 15px 0;
        font-size: 20px;
        color: #000;
    }

    .form_caption {
        color: #E91E63;
        font-size: 17px;
        padding-bottom: 30px;
        background: #fff;
        position: relative;
        top: 19px;
        display: inline-block;
        padding: 0 14px;
        font-weight: 700;
    }


    .form_border {
        border: 12px #eee solid;
        padding: 20px;
    }
    /* footer */

    .footer {
        background: #1D2951;
        padding: 25px 0;
        color: #fff;
    }


    .margin {
        padding: 0;
    }

    .copy {
        font-weight: 700;
        font-size: 20px;
    }



    .footer_address {
        font-size: 16px;
        padding: 15px 0 0;
    }


    .footer_order a {
        padding: 10px 20px;
        border: 3px #fff solid;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0;
    }




    .footer_phone a {
        font-size: 28px;
        text-align: right;
        color: #fff;
    }
    /* product */

    .all_product {
        background: #ecf0f3;
    }


    .product {
        background: #fff;
        width: 270px;
        border-radius: 4px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .product_title {
        font-size: 18px;
        color: #474650;
        font-weight: bold;
        text-align: center;
    }

    .product_disc {
        text-align: center;
        padding: 10px 0;
        color: #98abba;
    }

    .product_picture {
        height: 250px;
        padding: 0 15px;
    }




    .product_bottom {
        background: #1D2951;
        padding: 0 30px;
        line-height: 36px;
        margin: 20px 0 0 0;
    }

    .price {
        color: #fff;
        font-size: 17px;
        float: left;
        font-weight: 700;
        width: 50%;
    }



    .product_button {
        float: left;
        text-align: right;
        width: 50%;
    }

    .product_button a {
        color: #fff;
        font-size: 16px;
    }

    .product_content {
        width: 100%;
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    /* product video */

    .product_video {
        color: #000;
        padding-bottom: 15px;
        padding-top: 15px;
    }


    .product_video_picture {
        width: 190px;
        float: left;
    }






    .product_video_title {
        font-size: 22px;
    }



    .product_video_row {
        overflow: hidden;
    }






    .product_video_back {
        padding: 15px;
        border: 3px #f8f8f8 solid;
    }

    .chara {

        padding: 10px 0;
    }

    .chara_title {
        font-size: 19px;
    }


    .chara ul {
        margin: 0;
        padding: 10px 20px;
    }


    .product_video_order a {
        color: #000;
        border-bottom: 1px #000 solid;
        position: relative;
        top: -2px;
    }


    .product_video_order {
        display: inline-block;
    }


    .chara_price {
        padding: 0 10px 0 0;
        font-weight: 700;
        font-size: 17px;
        display: inline-block;
    }




    .video_all_button a {
        width: 220px;
        height: 40px;
        border: 3px #1D2951 solid;
        text-align: center;
        display: block;
        margin: 0 auto;
        line-height: 37px;
        font-size: 16px;
        color: #1D2951;
        font-weight: 700;
    }

    .video_all_button a:hover {
        color: #fff;
        background: #1D2951;
    }







    .object_slider {
        padding: 0 65px;
    }




    #object {
        background: #1D2951;
    }

    #object .slick-prev:before,
    #object .slick-next:before {
        color: #fff;
    }



    #object .slick-prev,
    #object .slick-next {
        border: 3px #fff solid;
    }
    /* action */

    .action_bg {
        position: relative;
    }

    .action_bg:before {
        background: url(../img/order.jpg) 50% 50% no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        left: 0;
        top: 0;
        background-size: cover;
    }


    .action_bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #29221c;
        opacity: 0.70;
    }



    .timer_title {
        font-size: 28px;
        font-weight: 700;
    }

    .action_text {
        text-align: center;
        font-size: 20px;
    }


    .action_price {
        text-align: center;
        font-size: 20px;
        padding: 15px 0;
        border-top: 1px #fff dashed;
        border-bottom: 1px #fff dashed;
        margin: 15px 0;
    }

    .action_price b {
        font-size: 22px;
        color: #FF5722;
    }

    .timer {
        text-align: center;
    }

    #timer {
        font-size: 64px;
        border: 4px #1D2951 solid;
        display: inline-block;
        padding: 30px;
        background: #1d29514f;
        color: #fff;
        margin: 30px 0 0 0;
    }



    .box-back {
        background: rgba(23, 35, 76, 0.41);
        padding: 30px 0;
    }




    .btn-bg {
        height: 54px;
    }

    .form-control-border {
        border: 3px #17234c solid;
    }
    /* tip */

    .height_row {
        font-size: 0;
    }

    .height_block {
        display: inline-block;
        width: 190px;
        vertical-align: top;
    }

    .height_img {
        height: 470px;
        position: relative;
    }

    .height_block span {
        display: inline-block;
        padding: 40px 0 0;
        text-align: center;
        width: 100%;
        color: #353535;
        font-size: 18px;
        font-weight: 500;
    }

    .height_block img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        object-fit: none;
        position: absolute;
        bottom: 0;
    }
    /* adv */

    .adv_block {
        padding-bottom: 25px;
    }

    .adv_block_title {
        font-size: 18px;
        color: #1e2a50;
        font-weight: 700;
        padding-bottom: 10px;
    }


    .adv_block_text {
        font-size: 16px;
        color: #909090;
    }


    .icon {
        width: 50px;
        height: 50px;
        display: inline-block;
        background-size: cover;
        vertical-align: middle;
        margin: 0 15px 0 0;
    }

    .icon_two {
        background-image: url(../img/1.svg);
    }

    .icon_one {
        background-image: url(../img/2.svg);
    }

    .icon_three {
        background-image: url(../img/3.svg);
    }


    .icon_four {
        background-image: url(../img/4.svg);
    }


    .icon_five {
        background-image: url(../img/5.svg);
    }


    .icon_six {
        background-image: url(../img/6.svg);
    }
    /*** menu ***/

    .menu__links ul {
        margin: 0;
        padding: 15px 25px;
    }


    .menu__links ul li a {
        position: relative;
    }

    .menu__links ul li {
        display: table-cell;
        width: 1%;
        text-align: center;
        white-space: nowrap;
    }




    .menu {
        position: relative;
        background: #1D2951;
    }

    .menu__icon {
        display: none;
        width: 45px;
        height: 26px;
        position: relative;
        cursor: pointer;
    }

    .menu__icon span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu__icon span:nth-child(1) {
        top: 0px;
    }

    .menu__icon span:nth-child(2),
    .menu__icon span:nth-child(3) {
        top: 13px;
    }

    .menu__icon span:nth-child(4) {
        top: 26px;
    }

    .menu__links ul li a {
        line-height: 46px;
        display: inline-block;
        height: 46px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }


    .menu.menu_state_open .menu__icon span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .menu.menu_state_open .menu__icon span:nth-child(2) {
        transform: rotate(45deg);
    }

    .menu.menu_state_open .menu__icon span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .menu.menu_state_open .menu__icon span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .menu.menu_state_open .menu__links {
        opacity: 1;
    }

    @media screen and (max-width: 768px) {

        .logo {
            margin: 0 auto;
        }

        .header_right {
            margin: 0 auto;
        }

        .slider_top {
            padding: 0;
        }



        .header_right_right {
            margin: 0 auto;
            padding: 15px;
        }

        .header_order {
            margin: 0 auto;
        }

        .bg_caption_flex {
            padding: 15px;
        }

        .header_bg_title {
            font-size: 32px;
        }

        .header_ul ul {
            font-size: 16px;
        }

        .slick-prev:before,
        .slick-next:before {
            color: #fff;
        }



        .slick-prev,
        .slick-next {
            border: 3px #fff solid;
        }

        .slick-prev {
            left: 15px;
        }

        .slick-next {
            right: 15px;
        }

        .form {
            margin: 15px 0 0 0;
        }

        .section_title {
            font-size: 20px;
        }

        .height_img {
            display: none;
        }

        .height_block {
            width: auto;
            padding: 0 20px;
        }

        .height_row {
            display: flex;
            flex-flow: row wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        .flex_justify-align-normal {
            justify-content: center;
        }

        .product_video_picture {
            width: 100%;
            float: none;
            text-align: center;
        }

        .product_video_bottom {
            text-align: center;
        }
        .product_video_title {
            text-align: center;
        }

        .height_block span {
            padding: 15px 0 0 0;
        }

        .slick-dots li {
            width: 10px;
            height: 10px;
        }

        .slick-dots li a {
            width: 10px;
            height: 10px;
        }

        .slick-prev,
        .slick-next {
            width: 40px;
            height: 40px;
        }

        .menu {
            top: 0;
            left: 0;
            width: 100%;
            text-align: right;
            margin: 0;

            height: 60px;
        }


        .menu__icon {
            display: inline-block;
            margin: 15px;
        }


        .menu__links {
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: absolute;
            opacity: 0;
            top: 0;
            right: 0;
            left: 0;
            margin-top: 60px;
            background-color: #000;
            z-index: 1000;
        }

        .menu__links ul li {
            display: block;
            width: 100%;
        }


        .menu__links ul li a {
            display: block;
            padding: 10px 0;
            text-align: center;
            color: #ffffff;
            line-height: 20px;
            height: auto;
        }

        a.active {
            background: #1D2951;
        }
        .menu__links ul {
            padding: 15px 0;
        }
    }

    @media (min-width: 767px) {

        .menu__links ul li a:after,
        .menu__links ul li a.active:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            bottom: 5px;
            left: 50%;
            overflow: hidden;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .menu__links ul li a:hover:after,
        .menu__links ul li a.active:after {
            left: 0 !important;
            width: 100% !important;
        }
    }


    .fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
    }

    .transbg {
        background: #1D2951;
    }

    .title_order {
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #1e2a50;
        font-weight: 700;
    }