@charset "utf-8";
/* # reset
---------------------------------------------------------------------------- */
@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSans-Regular.eot');
    src: url('fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/GoogleSans-Regular.woff2') format('woff2'), url('fonts/GoogleSans-Regular.woff') format('woff'), url('fonts/GoogleSans-Regular.ttf') format('truetype'), url('fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSans-Medium.eot');
    src: url('fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GoogleSans-Medium.woff2') format('woff2'), url('fonts/GoogleSans-Medium.woff') format('woff'), url('fonts/GoogleSans-Medium.ttf') format('truetype'), url('fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSans-Bold.eot');
    src: url('fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GoogleSans-Bold.woff2') format('woff2'), url('fonts/GoogleSans-Bold.woff') format('woff'), url('fonts/GoogleSans-Bold.ttf') format('truetype'), url('fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, address, pre, caption, cite, code, dfn, var {
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

ol, ul {
    list-style: none;
}

a {
    color: #f37435;
}

body {
    background: #fff;
    color: #2e2b27;
    font-size: 16px;
    font-family: 'Google Sans' !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-x: hidden;
    width: 100%;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }
/* # style
---------------------------------------------------------------------------- */
.container-fluid {
    max-width: 1440px;
}

.pc {
    display: block;
}

.tablet {
    display: none;
}

.mobile {
    display: none;
}

.pc_tablet {
    display: block;
}

.tablet_mobile {
    display: none;
}

.navbar .row {
    width: 100%;
}

#BB-nav {
    width: 100%;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 0 0 0 0;
    height: 70px;
    transition: transform .5s;
}

.fixHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: transform .5s;
    border-bottom: 3px solid #f37435;
}

.logo {
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(227, 162, 74, 0.16);
    background-color: #fff;
    float: left;
    text-align: center;
    width: 13%;
    height: 85px;
    box-sizing: border-box;
    padding-top: 0px !important;
    !i;
    !;
    position: absolute;
    z-index: 100;
}

    .logo img {
        width: 180px;
        margin-top: 20px;
    }

    .logo a {
        margin: 0 !important;
        padding: 0 !important;
    }

.menu {
    padding-left: 0;
    float: left;
}

    .menu li {
        float: left;
        margin-top: 0;
        margin-left: 45px;
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }

        .menu li a {
            display: block;
            box-sizing: border-box;
            padding: 0;
            color: #2e2b27;
            font-weight: 500;
            font-size: 16px;
            border-radius: 0px;
            text-transform: uppercase;
            line-height: 70px;
            position: relative;
        }

            .menu li.active a, .menu li a:hover {
                text-decoration: none;
                color: #2e2b27;
            }

                .menu li.active a::after, .menu li a:hover::after {
                    position: absolute;
                    left: 10%;
                    bottom: 14px;
                    display: block;
                    content: "";
                    height: 3px;
                    width: 80%;
                    background: #f37435;
                }

        .menu li.has_sub {
            background: url(/Content/desktop/images/h_arrow_down.png) no-repeat right center;
            background-size: 10px;
            padding-right: 17px;
            position: relative;
        }

            .menu li.has_sub:hover .menu_sub {
                display: block;
            }

            .menu li.has_sub .menu_sub {
                position: absolute;
                left: -100px;
                top: 70px;
                background: #fff;
                width: 250px;
                padding-bottom: 15px;
                display: none;
                -webkit-backdrop-filter: blur(30px);
                backdrop-filter: blur(30px);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
                background-color: #fff;
                width: 920px;
                box-sizing: border-box;
                padding: 15px 30px 30px 15px;
            }

                .menu li.has_sub .menu_sub li {
                    float: none;
                    margin-left: 0;
                    padding: 0;
                    float: left;
                    width: 16.6666%;
                    box-sizing: border-box;
                    padding-left: 30px;
                }

                    .menu li.has_sub .menu_sub li h3 {
                        padding: 15px 0 5px;
                    }

                        .menu li.has_sub .menu_sub li h3 a {
                            font-size: 15px;
                            font-weight: bold;
                            font-stretch: normal;
                            font-style: normal;
                            letter-spacing: normal;
                            color: #645f57;
                            text-transform: none;
                            text-decoration: none;
                            line-height: normal;
                            min-height: 38px;
                            line-height: 1.33;
                        }

                    .menu li.has_sub .menu_sub li p {
                        margin-top: 15px;
                    }

                        .menu li.has_sub .menu_sub li p a {
                            font-size: 13px;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            background: none;
                            padding: 0;
                            line-height: normal;
                            text-transform: none;
                            color: #645f57;
                            line-height: 1.38;
                        }

                    .menu li.has_sub .menu_sub li a:hover {
                        color: #f37435;
                    }

                        .menu li.has_sub.active .menu_sub li a::after,
                        .menu li.has_sub .menu_sub li a:hover::after {
                            display: none;
                        }

.h_icon {
    float: right;
    margin-top: 19px;
}

    .h_icon li {
        float: left;
        transition: transform .1s;
        margin-right: 20px;
    }

        .h_icon li input {
            border: none;
            padding: 0 10% 0 15px;
            border-radius: 4px;
            background: #fdf7ea url(/Content/desktop/icon/h_ico_search.svg) no-repeat 95% center;
            line-height: 35px;
            outline: none;
            height: 35px;
            box-sizing: border-box;
            width: 200px;
            color: #393939;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            margin-top: -3px;
            display: none;
        }

            .h_icon li input.show {
                display: block;
            }

        .h_icon li img.btn_search {
            cursor: pointer;
        }

        .h_icon li img {
            width: 28px;
            height: auto;
        }

            .h_icon li img.btn_search.hide {
                display: none;
            }

        .h_icon li a {
            display: block;
            position: relative;
        }

        .h_icon li:hover a img {
            transform: scale(0.9);
        }

        .h_icon li a span {
            position: absolute;
            right: -2px;
            top: -2px;
            background: #f37435;
            color: #fff;
            width: 16px;
            height: 16px;
            border-radius: 8px;
            display: inline-block;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
            font-weight: 500px;
        }

.h_language {
    float: right;
    margin-top: 20px;
    background: #fff url( /Content/desktop/images/h_arrow_down.png) no-repeat right 12px;
    background-size: 10px;
    padding: 0 18px 5px 5px;
    position: relative;
    margin-left: 20px;
}

    .h_language ul {
        position: absolute;
        left: 0;
        top: 24px;
        background: #fff;
        padding: 0 5px 5px;
        display: none;
        z-index: 100;
    }

    .h_language:hover ul {
        display: block;
    }

    .h_language p img {
        width: 30px;
        height: 18px;
    }

    .h_language ul li a img {
        width: 30px;
    }

.nav_mobile {
    background: #fff;
    height: 60px;
    padding: 0 25px;
}

.nav_mobile {
    z-index: 100;
}

    .nav_mobile .btn_menu {
        float: left;
        padding-top: 17px;
    }

    .nav_mobile .logo {
        border-radius: 6px;
        box-shadow: 0 10px 20px 0 rgba(227, 162, 74, 0.16);
        background-color: #fff;
        text-align: center;
        width: 148px;
        height: 70px;
        box-sizing: border-box;
        padding-top: 15px;
        position: absolute;
        left: 80px;
        top: 0px;
        z-index: 10;
    }

        .nav_mobile .logo img {
            width: 117px;
        }

    .nav_mobile .h_language {
        margin-left: 20px;
    }

    .nav_mobile .h_icon li {
        margin-right: 30px;
    }






.banner {
    clear: both;
}

.banner_slide {
    position: relative;
}

    .banner_slide .owl-prev {
        background: url(/Content/desktop/images/arrow_prev.png) no-repeat 0 0 !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        display: block;
        outline: none;
        cursor: pointer !important;
        position: absolute;
        left: 1.5%;
        top: 42%;
        text-indent: -9999px;
    }

    .banner_slide .owl-next {
        background: url(/Content/desktop/images/arrow_next.png) no-repeat 0 0 !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        display: block;
        outline: none;
        cursor: pointer !important;
        position: absolute;
        right: 1.5%;
        top: 42%;
        text-indent: -9999px;
    }

    .banner_slide .owl-dots {
        display: none;
    }

.news {
    display: block;
    float: left;
    width: 100%;
}

    .news h2 {
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .news h3 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        margin-top: -20px;
    }

.news_intro {
    margin: 20px auto 0;
    max-width: 864px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.news_more {
    text-align: center;
    margin-top: 20px;
}

    .news_more a {
        display: inline-block;
        padding: 0 26px 0;
        border-radius: 3px;
        border: solid 1px #312d27;
        line-height: 36px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #2e2b27;
    }

        .news_more a:hover {
            color: #f37435;
            border: solid 1px #f37435;
        }

.news_lst_slide_item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.news_lst_item_img {
    overflow: hidden;
}

    .news_lst_item_img img {
        width: 100%;
        transition: transform .5s;
    }

.news_lst_slide_item:hover .news_lst_item_img img {
    transform: scale(1.05);
}

.news_lst_slide {
    margin-top: 30px;
}

.news_lst_item_cnt {
    padding: 20px;
}

.news_lst_item_ttl a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #2e2b27;
    text-decoration: none;
}

    .news_lst_item_ttl a:hover {
        color: #f37435;
    }

.news_lst_item_txt {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 10px;
}

.news_lst_item_src {
    font-size: 12px;
    line-height: 1.5;
    color: #8b8b8a;
    margin-top: 10px;
}

.news_lst_slide {
    position: relative;
}

    .news_lst_slide .owl-prev {
        background: url(/Content/desktop/images/arrow_prev.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        left: -60px;
        top: calc(50% - 25px);
        z-index: 100;
    }

    .news_lst_slide .owl-next {
        background: url(/Content/desktop/images/arrow_next.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        right: -60px;
        top: calc(50% - 25px);
        z-index: 100;
    }

    .news_lst_slide .owl-dots {
        display: none;
    }

.news_slide_wrap {
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}

.news_slide {
    position: relative;
}

.news_slide_item {
    text-align: center;
    display: flex;
}

    .news_slide_item img {
        max-width: 164px;
        display: inline-block !important;
    }

.news_slide .owl-prev {
    background: url(/Content/desktop/images/arrow_prev.png) no-repeat center center !important;
    background-size: 44px !important;
    height: 44px;
    width: 44px;
    text-indent: -9999px;
    cursor: pointer !important;
    outline: none;
    display: block;
    position: absolute;
    left: -60px;
    top: calc(50% - 20px);
    z-index: 100;
}

    .news_slide .owl-prev:hover {
        background: url(/Content/desktop/images/arrow_prev.png) no-repeat center center !important;
        background-size: 44px !important;
    }

.news_slide .owl-next {
    background: url(/Content/desktop/images/arrow_next.png) no-repeat center center !important;
    background-size: 44px !important;
    height: 44px;
    width: 44px;
    text-indent: -9999px;
    cursor: pointer !important;
    outline: none;
    display: block;
    position: absolute;
    right: -60px;
    top: calc(50% - 20px);
    z-index: 100;
}

.news_slide .owl-dots {
    display: none;
}

.news_slide .owl-next:hover {
    background: url(/Content/desktop/images/arrow_next.png) no-repeat center center !important;
    background-size: 44px !important;
}

.follow {
    height: 250px;
}

    .follow h2, .follow .follow_l_ttl {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-top: 70px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    }

    .follow ul {
        margin-top: 15px;
    }

        .follow ul li {
            display: inline-block;
            margin-right: 15px;
            transition: transform .1s;
        }

            .follow ul li:hover img {
                transition: transform .1s;
                transform: scale(1.05);
            }

.follow_r h2, .follow_r_ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 70px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.follow_form {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

    .follow_form input {
        width: calc(100% - 201px);
        height: 50px;
        line-height: 50px;
        outline: none;
        padding: 0 18px 0 16px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.5);
        box-sizing: border-box;
        border: none;
        font-size: 16px;
        color: #2e2b27;
    }

        .follow_form input:focus {
            border: 1px solid #2e2b27;
        }

    .follow_form button {
        width: 181px;
        height: 50px;
        border-radius: 5px;
        background-color: #fff;
        border: none;
        color: #f37435;
        font-size: 18px;
        font-weight: bold;
        outline: none;
        cursor: pointer;
    }

        .follow_form button:hover {
            background: #2e2b27;
            color: #fff;
        }

.scrolltop {
    position: fixed;
    right: 15px;
    bottom: 27px;
}

    .scrolltop a {
        display: none;
    }

.footer {
    padding: 40px 0px 25px 0px;
    background-image: url(/Content/Desktop/Images/footer.png);
}

.f_logo img {
    width: 200px;
    margin-bottom: 10px;
}

.f_language {
    margin-top: 20px;
}

    .f_language li {
        float: left;
        margin-right: 10px;
    }

        .f_language li img {
            width: 57px;
        }

.f_menu {
    float: left;
    /* width: calc(100% - 181px); */
}

    .f_menu li {
        float: left;
        width: 33.3333%;
        margin-bottom: 20px;
    }

        .f_menu li a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal;
            color: #2e2b27;
            text-decoration: none;
            font-weight: 500;
        }

            .f_menu li a:hover {
                color: #f37435;
            }

.f_store {
    float: right;
    width: 181px;
    display: none;
}

    .f_store li {
        margin-bottom: 10px;
    }

        .f_store li img {
            max-width: 100%;
        }

.f_info {
    border-top: 1px solid #2e2b27;
    margin-top: 10px;
    padding-top: 20px;
}

.f_info_l {
    float: left;
    width: calc(100% - 325px);
    max-width: 900px;
    line-height: 1.43;
    letter-spacing: normal;
    font-size: 14px;
}

.copy_right {
    font-weight: bold;
    padding-bottom: 7px;
}

.f_info_l ul li {
    float: left;
    margin-top: 7px;
}

    .f_info_l ul li a {
        color: #2e2b27;
        text-decoration: none;
    }

        .f_info_l ul li a:hover {
            color: #f37435;
        }

.f_info_r {
    float: right;
    width: 325px;
    margin-top: 10px;
}

    .f_info_r img {
        margin-left: 30px;
        height: 59px;
        width: auto;
    }

    .f_info_r a:first-child img {
        margin-left: 0;
    }

.f_info_r_img.tablet {
    text-align: right;
}

    .f_info_r_img.tablet img {
        text-align: right;
        margin-left: 0;
    }

.top_line_product {
    margin-top: 0px;
    display: block;
    float: left;
    width: 100%;
}

    .top_line_product ul {
        text-align: center;
        margin: 20px auto 60px;
    }

        .top_line_product ul li {
            display: inline-block;
            width: 22%;
            margin: 0px 1% !important;
            !i;
            !;
            vertical-align: top;
            box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
        }

            .top_line_product ul li a {
                display: block;
                text-align: center;
                text-decoration: none;
            }

                .top_line_product ul li a span {
                    display: block;
                    font-size: 14px;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.43;
                    letter-spacing: 0.7px;
                    color: #2e2b27;
                    text-transform: uppercase;
                    margin-top: 10px;
                }

                .top_line_product ul li a img {
                    width: 100%;
                    transition: transform .5s;
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                }

/*.top_line_product ul li a:hover img {
                    transform: scale(1.1);
                }

                .top_line_product ul li a:hover span {
                    color: #f37435;
                }*/

.top_line_product_tablet,
.top_line_product_mobile {
    display: none;
}

.pro_recomend {
    /* padding: 45px 0 60px 0; */
    padding: 0px;
    background: #fff;
}

    .pro_recomend h2 {
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .top_line_product h3, .pro_recomend h3 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        margin-top: -12px;
    }

.pro_recomend_intro {
    margin: 20px auto 0;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.pro_recomend_more {
    text-align: center;
    margin-top: 30px;
}

    .pro_recomend_more a {
        display: inline-block;
        padding: 0 26px 0;
        border-radius: 3px;
        border: solid 1px #312d27;
        line-height: 36px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #2e2b27;
    }

        .pro_recomend_more a:hover {
            color: #f37435;
            border: solid 1px #f37435;
        }

.pro_recomend_tab {
    text-align: center;
    margin-top: 25px;
}

    .pro_recomend_tab li {
        display: inline-block;
        margin: 0 15px;
    }

        .pro_recomend_tab li a {
            display: inline-block;
            width: 158px;
            padding-bottom: 12px;
            border-bottom: 1px solid #2e2b27;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.8px;
            color: #2e2b27;
            text-decoration: none;
            text-transform: uppercase;
        }

            .pro_recomend_tab li a.active,
            .pro_recomend_tab li a:hover {
                color: #f37435;
                border-bottom: 3px solid #f37435;
                padding-bottom: 10px;
            }

.pro_recomend_slide {
    margin-top: 20px;
}

.pro_recomend_item {
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    border-top: none;
    background-color: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-top: solid 1px #e0e0e0;
}

.pro_recomend_item_img {
    text-align: center;
}

    .pro_recomend_item_img img {
        max-width: 100%;
        transition: transform .5s;
        width: 360px;
        height: auto;
    }

.pro_recomend_item:hover .pro_recomend_item_img img {
    transform: scale(1.1);
}

.pro_recomend_item_ttl {
    margin-top: 10px;
}

    .pro_recomend_item_ttl a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.38;
        color: #2e2b27;
        text-decoration: none;
    }

        .pro_recomend_item_ttl a:hover {
            color: #f37435;
        }

.pro_recomend_item_txt {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.43;
    color: #2e2b27;
}

.pro_recomend_item_price {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.pro_recomend_item_price_r a {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #f37435;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding-top: 8px;
}

    .pro_recomend_item_price_r a:hover {
        background: #2e2b27;
    }

    .pro_recomend_item_price_r a img {
        max-width: 28px;
        margin: 0 auto 0;
    }

.pro_recomend_item_price_down {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #f37435;
}

.pro_recomend_item_price_up {
    font-size: 14px;
    line-height: 1.29;
    color: #8b8b8a;
    padding-top: 5px;
    text-decoration: line-through;
}

.pro_recomend_slide .owl-dots {
    display: none;
}

.pro_recomend_slide {
    position: relative;
}

    .pro_recomend_slide .owl-prev {
        background: url(/Content/desktop/images/arrow_prev.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        left: -60px;
        top: calc(50% - 25px);
        z-index: 100;
    }

    .pro_recomend_slide .owl-next {
        background: url(/Content/desktop/images/arrow_next.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        right: -60px;
        top: calc(50% - 25px);
        z-index: 100;
    }

.pro_recomend_item .tag_new {
    /*position: absolute;
    left: 15px;
    top: 10px;*/
    width: 44px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 4px;
    background-color: #f37435;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}

.pro_recomend_item .tag_percent {
    /*position: absolute;
    left: 69px;
    top: 10px;*/
    width: 49px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 4px;
    background-color: #b7273d;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}

.story {
    /* margin-top: 40px; */
    background: #ffffff;
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.story_item {
    float: left;
    /*width: 50%;*/
}

    .story_item .story_img {
        float: right;
        width: 50%;
        overflow: hidden;
    }

.story_img img {
    width: 100%;
    /* transition: transform .5s; */
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.story_img:hover img {
    /* transform: scale(1.05); */
}

.story_item .story_cnt {
    float: left;
    width: 50%;
}

.story_item:first-child {
    /*background: #feebe7;*/
    background: #fef0bf;
}

    .story_item:first-child .story_cnt {
        /*background: #feebe7 url(/Content/desktop/images/bg_story.png) no-repeat right bottom;*/
        background: #ffffff;
        padding: 50px;
    }

.story_item:last-child {
    background: #ffffff;
}

    .story_item:last-child .story_cnt {
        /* background: #fdf7ea url(/Content/desktop/images/bg_social.png) no-repeat right bottom; */
        padding: 50px;
    }

.story_ttl a {
    font-size: 32px;
    color: #2e2b27;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

    .story_ttl a:hover {
        color: #f37435;
    }

.story_txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #2e2b27;
}

.story_more {
    margin-top: 25px;
}

    .story_more a {
        /*background: #f37435;*/
        background: #f37435;
        display: inline-block;
        border-radius: 5px;
        line-height: 46px;
        width: 148px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .story_more a:hover {
            background: #2e2b27;
        }

.story_item:first-child .story_more a {
    /*background: #b7273d;*/
    background: #f37435;
}

    .story_item:first-child .story_more a:hover {
        background: #2e2b27;
    }

.story.pc_small {
    display: none;
    margin: 0;
}

.signature {
    padding: 60px 0;
    background: #fff;
}

    .signature h2 {
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .signature h3 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        margin-top: -15px;
    }

.signature_intro {
    margin: 20px auto 0;
    max-width: 900px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.signature_slide {
    position: relative;
    margin-top: 25px;
}

    .signature_slide .owl-dots {
        display: none;
    }

    .signature_slide .owl-prev {
        background: url(/Content/desktop/images/arrow_prev.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        left: -60px;
        top: calc(50% - 25px);
        z-index: 100;
    }

    .signature_slide .owl-next {
        background: url(/Content/desktop/images/arrow_next.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        right: -60px;
        top: calc(50% - 25px);
        z-index: 100;
    }



.customer {
    padding: 50px 0 60px;
    /* background: #FEF0BF url(/Content/desktop/images/bg_kh2.png) no-repeat center bottom; */
    /* background-size: 100%; */
}

    .customer h2 {
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .customer h3 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        margin-top: -15px;
    }


.customer_intro {
    margin: 0 auto 0;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
/* .customer_item_video{
    width: 48%;
    float: left;
} */
.customer_item_video img {
    width: 100%;
}

.customer_item_info {
    width: 48%;
    float: right;
}

.customer_slide {
    position: relative;
    margin-top: 30px;
    padding: 0 80px;
}

    .customer_slide .owl-prev {
        background: url(/Content/desktop/images/arrow_prev.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        left: -80px;
        top: calc(50% - 25px);
        z-index: 100;
    }

    .customer_slide .owl-next {
        background: url(/Content/desktop/images/arrow_next.png) no-repeat center center !important;
        background-size: 44px !important;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        right: -80px;
        top: calc(50% - 25px);
        z-index: 100;
    }

.customer_item_info_txt {
    font-size: 20px;
    line-height: 1.4;
    color: #2e2b27;
    margin-top: 15%;
}

.customer_item_info_name {
    font-size: 16px;
    line-height: 1.5;
    color: #2e2b27;
    font-weight: bold;
    margin-top: 15px;
}

.customer_slide .owl-dots {
    text-align: center;
}

    .customer_slide .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 15px 0 0;
        outline: none;
        border-radius: 4px;
    }

        .customer_slide .owl-dots .owl-dot.active span {
            opacity: 1;
            background-color: #312d27;
        }

        .customer_slide .owl-dots .owl-dot span {
            background: #b5b5b5;
            width: 8px;
            height: 8px;
            display: block;
            border-radius: 4px;
        }



@media (max-width: 1366px) {
    .container-fluid {
        max-width: 1140px;
    }

    .news {
        padding: 50px 0;
        background: #fdf7ea url(/Content/desktop/images/news_bg2.png) no-repeat center bottom;
    }

    .menu li {
        margin-left: 30px;
    }

    .menu li {
        margin-left: 20px;
    }

    .h_language {
        margin-left: 5px;
    }

    .tablet_mobile {
        display: none;
    }

    .top_line_product ul li {
        margin: 0 15px;
        /* box-shadow: 0 1px 3px rgb(0 0 0 / 30%); */
    }

    .pro_recomend_tab li a {
        font-size: 14px;
    }

    /*.story.pc_larger {
        display: none;
    }*/

    .story.pc_small {
        display: block;
    }

    .story_item {
        float: none;
        width: 100%;
    }

        .story_item:first-child .story_img {
            float: right;
        }

    .story_ttl a {
        font-size: 28px;
    }

    .story_txt {
        font-size: 16px;
        line-height: 30px;
    }

    .customer {
        padding: 40x 0;
    }

        .customer h2 img {
            width: 246px;
        }

    .customer_intro {
        font-size: 14px;
    }


    .customer_slide {
        padding: 0;
    }

        .customer_slide .owl-prev {
            left: -60px;
        }

        .customer_slide .owl-next {
            right: -60px;
        }

    .customer_item_info_txt {
        font-size: 16px;
    }

    .customer_item_info_name {
        font-size: 14px;
    }

    .h_icon li {
        margin-right: 10px;
        position: relative;
    }

        .h_icon li input {
            width: 155px;
        }

    .menu li.has_sub .menu_sub {
        left: -75px;
        width: 730px;
    }
}

@media (max-width: 1024px) {
    .pc {
        display: none;
    }

    .tablet {
        display: block;
    }

    .pc_tablet {
        display: block;
    }

    .mobile {
        display: none;
    }

    .tablet_mobile {
        display: block;
    }

    .f_info_r {
        width: 155px;
    }

    .f_info_l {
        width: calc(100% - 155px);
    }

    .news_slide {
        padding: 0 50px;
    }

    .news {
        padding: 40px 0;
    }

    .news_lst_slide {
        padding: 0 50px;
    }

    .m_menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        z-index: 100;
    }

        .m_menu.show {
            left: 0;
            transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
            -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
            transform: translateX(0);
            -webkit-transform: translateX(0);
        }

    .menu {
        display: block;
        width: 100%;
        padding: 0;
    }

    .m_menu_inner {
        max-width: 280px;
        background: #fff;
        height: 100vh;
    }

    .m_menu_inner_h {
        background-color: #f37435;
        height: 50px;
        padding: 0 15px;
        position: relative;
    }

    .m_menu .logo_in {
        height: 50px;
    }

        .m_menu .logo_in a {
            display: block;
            line-height: 50px !important;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            text-transform: uppercase;
        }

    .m_menu .menu li {
        float: none;
        border-bottom: 1px solid #eaebeb;
        padding: 0 15px;
        margin: 0;
    }

        .m_menu .menu li a {
            line-height: normal;
            display: inline;
            line-height: 44px;
            font-size: 14px;
        }

        .m_menu .menu li.has_sub .menu_sub {
            position: inherit;
            top: 0;
            padding-bottom: 0;
        }

            .m_menu .menu li.has_sub .menu_sub li {
                margin-top: 0;
                padding: 10px 15px 0;
            }

    .menu li.has_sub {
        background: #fff url(/Content/desktop/images/h_arrow_down.png) no-repeat calc(100% - 10px) center;
        background-size: 10px;
    }

    .m_menu div p.btn_menu_close {
        position: absolute;
        right: 10px;
        top: 11px;
        z-index: 10;
    }

    .top_line_product {
        margin-top: 30px;
    }

        .top_line_product ul li {
            margin: 0 9px;
        }

    .pro_recomend {
        padding: 30px 0 45px 0;
    }

        .pro_recomend h2 img {
            width: 150px;
        }

        .pro_recomend h3 {
            font-size: 24px;
            margin-top: -5px;
        }

    .pro_recomend_intro {
        font-size: 14px;
    }

    .pro_recomend_tab {
        text-align: center;
        margin-top: 20px;
    }

    .pro_recomend_slide {
        padding: 0 50px;
    }

    .story_ttl a {
        font-size: 24px;
    }

    .story_txt {
        margin-top: 10px;
    }

    .story_more {
        margin-top: 15px;
    }

    .story_item:first-child .story_cnt,
    .story_item:last-child .story_cnt {
        padding: 30px;
    }

    .story_more a {
        width: 126px;
        line-height: 40px;
        font-size: 14px;
    }

    .signature {
        padding: 40px 0;
    }

        .signature h2 img {
            width: 170px;
        }

        .signature h3 {
            font-size: 24px;
            margin-top: -15px;
        }

    .signature_intro {
        font-size: 14px;
        max-width: 720px;
    }

    .signature_slide {
        padding: 0 50px;
    }

    .customer {
        padding: 30px 0;
    }

        .customer h2 img {
            width: 246px;
        }

    .customer_intro {
        font-size: 14px;
        max-width: 720px;
    }
    /* .customer .news_more{
        display: none;
    } */

    .customer_slide {
        padding: 0 250px;
    }

    .customer_item_video {
        float: none;
        width: 100%;
    }

    .customer_item_info {
        float: none;
        width: 100%;
        text-align: center;
    }

    .customer_item_info_txt {
        margin-top: 25px;
    }

    .customer_slide .owl-prev {
        left: -60px;
        top: calc(50% - 70px);
    }

    .customer_slide .owl-next {
        right: -60px;
        top: calc(50% - 70px);
    }

    .customer_item_info_txt {
        font-size: 16px;
    }

    .customer_item_info_name {
        font-size: 14px;
        margin-top: 5px;
    }

    .customer_slide .owl-dots {
        position: inherit;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-top: 10px;
    }

    .h_language_m {
        clear: both;
        display: block;
        height: 44px;
        border-bottom: 1px solid #eaebeb;
        padding: 0 15px;
    }

        .h_language_m h4, .h_language_m .lang-ttl {
            line-height: 44px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            float: left;
        }

        .h_language_m .h_language {
            float: left;
            margin: 6px 0 0 15px;
        }
}

@media (max-width: 768px) {
    .top_line_product ul li a img {
        width: 100px;
        height: auto;
    }

    .follow {
        height: 260px;
        background-size: cover;
    }

    .follow_l {
        text-align: center;
    }

        .follow_l h2, .follow_l .follow_l_ttl {
            font-size: 16px;
            margin-top: 40px;
        }

    .follow ul li:last-child {
        margin-right: 0;
    }

    .follow ul li a img {
        width: 40px;
    }

    .follow_r h2, .follow_r .follow_r_ttl {
        font-size: 16px;
        margin-top: 30px;
        text-align: center;
    }

    .follow_form {
        margin: 15px auto 0;
        max-width: 560px;
    }

    .pc {
        display: none;
    }

    .tablet {
        display: none;
    }

    .pc_tablet {
        display: block;
    }

    .mobile {
        display: none;
    }

    .tablet_mobile {
        display: block;
    }

    .f_menu {
        float: none;
        width: 100%;
    }

    .f_store {
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        display: none;
    }

        .f_store li {
            width: 47%;
        }

            .f_store li a img {
                max-width: 100%;
            }

    .f_info_l {
        float: none;
        width: 100%;
    }

    .f_info_r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .f_info_l ul li {
        margin-right: 18px;
    }

    .news_slide_wrap {
        padding: 40px 0;
    }

    .news_slide_item {
        text-align: center;
    }

        .news_slide_item img {
            max-width: 90%;
        }

    .banner_slide .owl-prev {
        display: none;
    }

    .banner_slide .owl-next {
        display: none;
    }

    .news h2 img {
        width: 218px;
    }

    .news h3 {
        font-size: 20px;
    }

    .news_intro {
        font-size: 14px;
    }

    .news_lst_item_ttl a {
        font-size: 14px;
    }

    .news_lst_item_txt {
        font-size: 12px;
    }

    .top_line_product_pc {
        display: none;
    }

    .top_line_product_tablet {
        display: block;
    }

    .top_line_product_mobile {
        display: none;
    }

    .top_line_product ul li {
        margin: 25px 25px 0;
    }

        .top_line_product ul li a span {
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.6px;
        }

    .top_line_product {
        margin-top: 0;
    }

    .pro_recomend h3 {
        font-size: 20px;
        margin-top: -5px;
    }

    .pro_recomend_intro {
        font-size: 14px;
        max-width: 600px;
        margin-top: 15px;
    }

    .story_txt {
        font-size: 12px;
    }

    .story_ttl a {
        font-size: 20px;
    }

    .story_txt {
        margin-top: 12px;
        line-height: 1.67;
    }

    .story_more {
        margin-top: 15px;
    }

    .story_item:first-child .story_cnt,
    .story_item:last-child .story_cnt {
        padding: 10px 20px;
    }

    .story_more a {
        width: 112px;
        line-height: 36px;
        font-size: 12px;
    }

    .signature {
        padding: 30px 0;
    }

        .signature h3 {
            font-size: 20px;
            margin-top: -15px;
        }

    .customer {
        background-image: none;
        padding: 30px 0;
    }

        .customer h2 img {
            width: 300px;
        }

    .customer_intro {
        font-size: 14px;
        max-width: 560px;
    }

    .customer_slide {
        padding: 0 120px;
    }

    #customer_slide {
        padding: 0px 24px;
    }

        #customer_slide .owl-stage-outer {
            z-index: 99999999;
        }

    .customer_item_info_txt {
        margin-top: 25px;
    }

    .customer_slide .owl-prev {
        left: -130px;
        top: calc(50% - 40px);
    }

    .customer_slide .owl-next {
        right: -130px;
        top: calc(50% - 40px);
    }

    .customer_item_info_txt {
        font-size: 16px;
    }

    .customer_item_info_name {
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }

    .customer_slide .owl-dots {
        position: inherit;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-top: 10px;
    }

    .f_info_r_img.mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .tablet {
        display: none;
    }

    .pc_tablet:not(.banner_slide) {
        display: none;
    }

    .mobile {
        display: block;
    }

    .tablet_mobile {
        display: block;
    }

    .f_logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .f_language {
        text-align: center;
    }

        .f_language li {
            float: none;
            display: inline-block;
            margin-right: 5px;
            margin-bottom: 10px;
        }

            .f_language li a img {
                width: 50px;
            }

    .f_menu {
        margin-top: 20px;
        padding-bottom: 10px;
    }

        .f_menu li {
            margin-bottom: 10px;
        }

    .f_info_r_img img {
        height: 50px;
    }

    .follow_form button {
        width: 116px;
        height: 50px;
        border-radius: 0 5px 5px 0;
        font-size: 14px;
    }

    .follow_form input {
        width: calc(100% - 116px);
        border-radius: 5px 0 0 5px;
        height: 47px;
        line-height: 47px;
        padding: 0 15px 0 10px;
        font-size: 14px;
    }

        .follow_form input[type="submit"] {
            height: 47px;
            line-height: 47px;
        }

    .follow_l h2, .follow_l .follow_l_ttl {
        margin-top: 30px;
    }

    .follow_r .follow_r_ttl {
        margin-top: 25px;
    }


    .news_slide {
        padding: 0 40px;
    }

    .news_slide_wrap {
        padding: 30px 0;
    }

    .news_slide_item a:first-child img {
        margin-bottom: 10px;
    }

    .news_slide .owl-next {
        right: -50px;
    }

    .news_slide .owl-prev {
        left: -50px;
    }

    .news_lst_slide {
        padding: 0;
    }

        .news_lst_slide .owl-nav {
            /*display: none;*/
        }

    .news_intro {
        font-size: 12px;
    }

    .news_lst_slide .owl-dots {
        text-align: center;
        display: block;
        margin-top: 10px;
    }

        .news_lst_slide .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 4px;
            outline: none;
            border-radius: 4px;
        }

            .news_lst_slide .owl-dots .owl-dot.active span {
                opacity: 1;
                background-color: #312d27;
            }

            .news_lst_slide .owl-dots .owl-dot span {
                background: #b5b5b5;
                width: 8px;
                height: 8px;
                display: block;
                border-radius: 4px;
            }

    .nav_mobile {
        height: 50px;
        padding: 0 15px;
    }

        .nav_mobile .btn_menu {
            padding-top: 11px;
        }

        .nav_mobile .logo {
            box-shadow: none;
            width: auto;
            height: auto;
            padding: 0;
            border-radius: 0;
            top: 10px;
            left: 60px;
        }

            .nav_mobile .logo img {
                width: 95px;
            }

    .h_language {
        display: none;
    }

    .nav_mobile .h_icon li {
        margin-right: 0px;
        margin-left: 15px;
    }

    .h_icon {
        margin-top: 11px;
    }

    .m_menu .logo_in img {
        width: 95px;
    }

    .m_menu .logo_in {
        top: 15px;
        left: 15px;
    }

    .m_menu div p.btn_menu_close {
        top: 10px;
        right: 15px;
    }

    .top_line_product_pc {
        display: none;
    }

    .top_line_product_tablet {
        display: none;
    }

    .top_line_product_mobile {
        display: block;
    }

    .top_line_product ul li {
        margin: 0 25px;
    }

        .top_line_product ul li a span {
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.6px;
        }

    .top_line_product ul li {
        margin: 20px 5px 0;
        width: 100px;
    }

    .top_line_product .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .pro_recomend {
        padding: 20px 0 30px 0;
    }

    .pro_recomend_intro {
        font-size: 12px;
    }

    .pro_recomend_tab li {
        margin: 0;
    }

        .pro_recomend_tab li a {
            width: 100px;
            border-bottom: 1px solid #e0e0e0;
        }

    .pro_recomend_intro {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pro_recomend .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .pro_recomend_slide {
        padding: 0;
    }

        .pro_recomend_slide ul li {
            float: left;
            width: 50%;
        }

            .pro_recomend_slide ul li .pro_recomend_item {
                border-radius: 0;
            }

                .pro_recomend_slide ul li .pro_recomend_item a {
                    font-size: 12px;
                    line-height: 1.33;
                    display: block;
                }

            .pro_recomend_slide ul li .pro_recomend_item_price_down {
                font-size: 14px;
            }

            .pro_recomend_slide ul li .pro_recomend_item_price_up {
                font-size: 12px;
            }

            .pro_recomend_slide ul li .pro_recomend_item_price_r a {
                width: 36px;
                height: 36px;
                border-radius: 5px;
                background-color: #f37435;
                text-align: center;
                display: block;
                box-sizing: border-box;
                padding-top: 5px;
            }

            .pro_recomend_slide ul li .pro_recomend_item .tag_new {
                left: 10px;
                font-size: 10px;
            }

            .pro_recomend_slide ul li .pro_recomend_item .tag_percent {
                left: 60px;
                font-size: 10px;
            }

    .story_item .story_cnt,
    .story_item:last-child .story_img,
    .story_item:first-child .story_img {
        float: none;
        width: 100%;
    }

    .story_item .story_cnt {
        padding: 20px 15px;
        text-align: center;
    }

    .story_item:first-child .story_cnt, .story_item:last-child .story_cnt {
        padding: 20px 10px 26px 10px;
    }

    .signature_intro {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.67;
    }

    .signature_slide.mobile {
        padding: 0;
    }
    /* .signature_slide .owl-nav{
        display: none;
    } */
    #signature_slide_m .owl-nav > button {
        background-color: #fff !important;
        border-radius: 100%;
        height: 10px;
        width: 10px;
        background-size: 24px !important;
        padding: 20px !important;
    }

    .signature_slide .owl-nav .owl-prev {
        left: 5px;
    }

    .signature_slide .owl-nav .owl-next {
        right: 5px;
    }

    .signature {
        padding-bottom: 5px;
    }

        .signature .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

    .customer_intro {
        font-size: 12px;
    }

    .customer_slide {
        padding: 0;
    }

    .customer_item_info_txt {
        margin-top: 15px;
    }

    #customer_slide .owl-prev {
        left: -20px;
    }

    #customer_slide .owl-next {
        right: -20px;
    }

    .customer_item_info_txt {
        font-size: 14px;
        line-height: 22px;
        padding: 0px 25px;
    }

    .f_info_r_img.tablet {
        display: none;
    }

    .h_language_m .h_language {
        display: block;
    }

    .follow_form .wpcf7 p {
        flex-wrap: wrap;
    }

    .follow_form .wpcf7-spinner {
        width: 100%;
    }

    .follow_form span.wpcf7-form-control-wrap.email {
        flex: 1;
    }
}
/* ============= Category =============*/
.b_pc {
    display: block;
}

.s_pc {
    display: none;
}

.b_tablet {
    display: none;
}

.s_tablet {
    display: none;
}

.all_mobile {
    display: none;
}

.category {
    padding: 0px 0 0px 0;
}

.category_inner {
    margin: 0 auto;
    max-width: 1490px;
    padding: 0 15px;
}

.category-list-item, .category-list .item {
    width: calc(20% - 20px);
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.paginations {
    margin-top: 20px;
    text-align: center;
}

    .paginations li {
        display: inline-block;
        line-height: 40px;
        margin-right: 10px;
    }

        .paginations li a, .paginations span.dots {
            border: solid 1px #e8e8e8;
            line-height: 40px;
            text-align: center;
            display: block;
            text-decoration: none;
            color: #393939;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            width: 40px;
        }

            .paginations li a:hover,
            .paginations li a.active {
                border: solid 1px #333;
                background: #333;
                color: #fff;
            }

        .paginations li:first-child a:not(.active),
        .paginations li:last-child a:not(.active) {
            width: 60px;
        }

.dropdown-select {
    background: url(/Content/desktop/images/h_arrow_down.png) no-repeat right center;
    background-size: 13px;
    width: 100%;
    border: none;
    border-bottom: solid 2px #2e2b27;
    text-align: left;
    padding: 15px 0;
    color: #8b8b8a;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(227, 162, 74, 0.16);
    border: solid 1px #e0e0e0;
    border-top: none;
}

.dropdown button:hover, .dropdown button:focus {
    border-bottom: solid 2px #2e2b27;
    outline: 0;
}

.dropdown.open button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu li {
    color: #2e2b27;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    cursor: pointer;
    padding: 10px;
}

    .dropdown-menu li:hover {
        background-color: #fdf7ea;
    }

.category_filter_item {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.reset {
    padding-top: 12px;
    float: left;
}

    .reset button {
        padding: 0;
        margin: 0;
        outline: none;
        border: none;
        cursor: pointer;
        background: none;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #2e2b27;
    }

.category_filter_item_r {
    float: right;
    margin-right: 20px;
}

.category_menu {
    background: #f37435;
}

    .category_menu ul {
        text-align: center;
        box-sizing: border-box;
        padding-left: 155px;
    }

        .category_menu ul li {
            display: inline-block;
            padding: 15px 5px;
            display: inline-block;
        }

            .category_menu ul li a {
                background: none;
                padding: 0;
                line-height: normal;
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.43;
                text-transform: none;
            }

                .category_menu ul li a:hover {
                    color: #000;
                    text-decoration: none;
                }

@media (max-width: 1366px) {
    .b_pc {
        display: none;
    }

    .s_pc {
        display: block;
    }

    .b_tablet {
        display: none;
    }

    .s_tablet {
        display: none;
    }

    .all_mobile {
        display: none;
    }

    .menu li.has_sub .menu_sub li {
        padding-left: 20px;
    }

    .category-list-item, .category-list .item {
        width: calc(25% - 20px);
        float: left;
        margin-right: 20px;
        margin-top: 20px;
    }

    .category_menu ul li a {
        font-size: 12px;
    }

    .category_menu ul li {
        padding: 15px 3px;
    }

    .category_menu ul {
        padding-left: 165px;
    }
}

@media (max-width: 1024px) {
    .b_pc {
        display: none;
    }

    .s_pc {
        display: none;
    }

    .b_tablet {
        display: block;
    }

    .s_tablet {
        display: none;
    }

    .all_mobile {
        display: none;
    }

    .menu li.has_sub .menu_sub {
        position: absolute;
        padding-left: 0;
        background: #fff;
        text-align: left;
        width: 90%;
    }

        .menu li.has_sub .menu_sub li a {
            color: #000;
            font-size: 14px;
        }

        .menu li.has_sub .menu_sub li {
            display: block;
        }

    .menu li.active a::after, .menu li a:hover::after {
        display: none;
    }

    .category-list {
        padding: 0 60px;
    }

    .category_filter_item_r {
        margin-right: 0;
    }

    .category-list-item, .category-list .item {
        width: calc(33.3333% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .category {
        border-top: 3px solid #f37435;
        padding: 10px 0 40px;
        margin-top: 10px;
    }

    .nav_mobile.fixHeader {
        border-bottom: 3px solid #f37435;
        height: 74px;
    }

    .category_menu {
        display: none;
    }

    .m_sub_pro {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 280px;
        background: #fff;
        z-index: 10;
        transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
    }

        .m_sub_pro.show {
            left: 0;
            transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
            -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
            transform: translateX(0);
            -webkit-transform: translateX(0);
        }

    .m_sub_pro_h {
        background-color: #f37435;
        height: 50px;
        padding: 0 15px;
        position: relative;
    }

        .m_sub_pro_h h2, .m_sub_pro_h span {
            color: #fff;
            line-height: 50px;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            padding-left: 30px;
        }

    .btn_menu_close_pro {
        position: absolute;
        left: 10px;
        top: 11px;
        z-index: 10;
    }

    .m_sub_pro_cnt h5, .m_sub_pro_cnt .cat-ttl {
        background: #fff url(/Content/desktop/images/h_arrow_down.png) no-repeat calc(100% - 10px) center !important;
        background-size: 10px !important;
        border-bottom: 1px solid #fff9ef;
        padding: 0 15px;
    }

        .m_sub_pro_cnt h5.collapsed {
            background: #fff url(/Content/desktop/images/h_arrow_down.png) no-repeat calc(100% - 10px) center !important;
            background-size: 10px !important;
        }

        .m_sub_pro_cnt h5 a, .m_sub_pro_cnt .cat-ttl a {
            line-height: 44px !important;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #2e2b27;
        }

    .m_sub_pro_cnt #accordion div:not(.cat-ttl) {
        background: #fff9ef;
        padding: 5px 30px 10px;
    }

    .m_sub_pro_cnt #accordion div p {
        padding-top: 5px;
    }

        .m_sub_pro_cnt #accordion div p a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            text-align: left;
            color: #2e2b27;
            text-decoration: none;
        }

            .m_sub_pro_cnt #accordion div p a:hover {
                color: #f37435;
            }

    .h_search_m {
        position: fixed;
        left: 0;
        top: 0;
        height: 60px;
        background: #fff;
        width: 100%;
        z-index: 100;
        box-sizing: border-box;
        padding: 13px 15px;
        transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        z-index: 100;
    }

        .h_search_m.show {
            left: 0;
            transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
            -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
            transform: translateX(0);
            -webkit-transform: translateX(0);
        }

    .h_search_m_close {
        float: left;
        margin-top: 3px;
    }

    .h_search_m_cnt input {
        border: none;
        padding: 0 10% 0 15px;
        border-radius: 4px;
        background: #fdf7ea url(/Content/desktop/images/h_ico_search.svg) no-repeat calc(100% - 10px) center;
        line-height: 35px;
        outline: none;
        height: 35px;
        box-sizing: border-box;
        width: calc(100% - 50px);
        color: #393939;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        float: right;
    }

    .follow ul li {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .b_pc {
        display: none;
    }

    .s_pc {
        display: none;
    }

    .b_tablet {
        display: none;
    }

    .s_tablet {
        display: block;
    }

    .all_mobile {
        display: none;
    }

    .category_filter_item_r {
        display: none;
    }

    .category-list-item, .category-list .item {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .b_pc {
        display: none;
    }

    .s_pc {
        display: none;
    }

    .b_tablet {
        display: none;
    }

    .s_tablet {
        display: none;
    }

    .all_mobile {
        display: block;
    }

    .category_filter_item {
        float: left;
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
    }

    .reset {
        padding-left: 10px;
    }

    .category_filter_item:nth-child(2n) {
        padding-right: 15px;
        padding-left: 5px;
    }

    .paginations {
        display: none;
    }

    .more {
        text-align: center;
        margin-top: 30px;
    }

        .more a {
            display: inline-block;
            padding: 0 26px 0;
            border-radius: 3px;
            border: solid 1px #312d27;
            line-height: 36px;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            color: #2e2b27;
        }

            .more a:hover {
                border: solid 1px #f37435;
                color: #f37435;
            }

    .category .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .category_filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav_mobile.fixHeader {
        height: 60px;
    }

    .pro_recomend_slide ul li .pro_recomend_item {
        border-top: none;
    }

    .pro_recomend_slide ul li:first-child .pro_recomend_item {
        border-top: solid 1px #e0e0e0;
    }

    .pro_recomend_slide ul li:nth-child(2) .pro_recomend_item {
        border-top: solid 1px #e0e0e0;
    }

    .pro_recomend_slide ul li:nth-child(2n) .pro_recomend_item {
        border-left: solid 1px #fff;
    }

    .h_search_m {
        height: 50px;
        padding: 7px 15px;
    }
}

/* ============= End Category =============*/

/* ============= Product =============*/
.product {
    padding: 20px 0 40px;
}

.d_pro_slide {
    float: left;
    width: 39%;
    margin-right: 30px;
}

    .d_pro_slide .owl-dots {
        display: none;
    }

    .d_pro_slide #sync1 {
        border: 1px solid #d7dce2;
    }

        .d_pro_slide #sync1 .item img {
            width: 100%;
            opacity: 1;
        }

    .d_pro_slide #sync2 {
        margin-top: 20px;
        position: relative;
        padding: 0 40px;
    }

        .d_pro_slide #sync2 .owl-next {
            background: url(/Content/desktop/images/d_pro_next.png) no-repeat center center !important;
            background-size: 16px !important;
            height: 27px;
            width: 16px;
            text-indent: -9999px;
            cursor: pointer !important;
            outline: none;
            display: block;
            position: absolute;
            right: 5px;
            top: 40%;
            z-index: 100;
        }

        .d_pro_slide #sync2 .owl-prev {
            background: url(/Content/desktop/images/d_pro_prev.png) no-repeat center center !important;
            background-size: 16px !important;
            height: 27px;
            width: 16px;
            text-indent: -9999px;
            cursor: pointer !important;
            outline: none;
            display: block;
            position: absolute;
            left: 5px;
            top: 40%;
            z-index: 100;
        }

.d_pro_info {
    float: left;
    width: calc(46% - 50px);
    margin-right: 30px;
}

.d_pro_tag span {
    display: inline-block;
    width: 44px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 4px;
    background-color: #f37435;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    margin-right: 4px;
}

    .d_pro_tag span.tag_percent {
        background-color: #b7273d;
    }

.d_pro_info h2, .d_pro_info h1 {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
    margin-top: 20px;
}

.d_pro_info h3, .d_pro_info span.sku {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #999;
    margin-top: 10px;
}

.d_pro_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.d_pro_price_l {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f37435;
}

    .d_pro_price_l span {
        font-size: 32px;
        color: #f37435;
    }

.d_pro_price_r {
    margin-left: 45px;
}

.d_pro_price_tk {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #db1616;
}

.d_pro_price_gg {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8a;
    text-decoration: line-through;
}

.d_pro_info_txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #2e2b27;
    margin-top: 10px;
}

.d_pro_info_dt {
    margin-top: 45px;
    border: 1px solid #f8c868;
    border-radius: 5px;
    padding: 0 20px 20px;
}

    .d_pro_info_dt h4, .d_pro_info_dt .info_dt_ttl {
        margin-top: -16px;
    }

        .d_pro_info_dt h4 span, .d_pro_info_dt .info_dt_ttl span {
            border-radius: 3px;
            background-color: #f8c868;
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            line-height: 32px;
            padding: 0 23px;
        }

    .d_pro_info_dt ul li {
        background: url(/Content/desktop/images/d_pro_arrow.png) no-repeat 0 6px;
        background-size: 7px;
        padding: 0 0 0 20px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2e2b27;
        margin-top: 12px;
    }

        .d_pro_info_dt ul li a {
            color: #f8c868;
        }

.d_pro_info_sl {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.d_pro_info_sl_l {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin-right: 30px;
}

.input-number {
    width: 75px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #e0e0e0;
    height: 46px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 46px;
    line-height: 46px;
    background: #f6f6f6;
    color: #333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

    .input-number-decrement:active,
    .input-number-increment:active {
        background: #ddd;
    }

.input-number-decrement {
    border-right: none;
    border-radius: 6px 0 0 6px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 6px 6px 0;
}

.d_pro_info_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.d_pro_info_btn_buy a {
    line-height: 54px;
    margin: 0 20px 0 0;
    padding: 0 25px;
    border-radius: 6px;
    background-color: #b7273d;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
}

    .d_pro_info_btn_buy a img {
        margin-left: 10px;
        margin-top: 10px;
    }

    .d_pro_info_btn_buy a:hover {
        background-color: #333;
    }

.d_pro_info_btn_add a {
    line-height: 54px;
    margin: 0 20px 0 0;
    padding: 0 25px;
    border-radius: 6px;
    background-color: #f37435;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
}

    .d_pro_info_btn_add a img {
        margin-left: 10px;
        margin-top: 10px;
    }

    .d_pro_info_btn_add a:hover {
        background-color: #333;
    }

.d_pro_info_btn_love a {
    line-height: 54px;
    border-radius: 3px;
    border: 1px solid#f37435;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 54px;
    height: 54px;
    align-items: center;
}

    .d_pro_info_btn_love a img {
        vertical-align: middle;
    }

    .d_pro_info_btn_love a:hover {
        border: 1px solid#333;
    }

.d_pro_info_social {
    margin-top: 30px;
    display: flex;
}

.d_pro_info_social_like {
    display: flex;
    align-items: center;
    border-right: 1px solid #c1c1c1;
}

    .d_pro_info_social_like img {
        width: 21px;
        height: 19px;
    }

    .d_pro_info_social_like span {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
        padding: 0 15px 0 8px;
    }

.d_pro_info_social ul li {
    display: inline-block;
    margin-left: 15px;
}

.d_pro_cn {
    float: right;
    width: 14%;
    border-radius: 10px;
    background-color: #fff9ef;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
}

    .d_pro_cn ul li {
        border-bottom: dashed 1px #f37435;
        padding: 20px 0;
    }

        .d_pro_cn ul li:last-child {
            border: none;
        }

        .d_pro_cn ul li span {
            display: block;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            text-align: center;
            line-height: 1.43;
            color: #333;
            margin-top: 5px;
        }

            .d_pro_cn ul li span em {
                font-style: normal;
                color: #f37435;
            }

.product_tab .nav-tabs {
    border-bottom: 3px solid #f37435;
    display: flex;
    justify-content: flex-start;
    background: #fff;
}

    .product_tab .nav-tabs .nav-item {
        margin-bottom: 0;
    }

        .product_tab .nav-tabs .nav-item.show .nav-link, .product_tab .nav-tabs .nav-link.active {
            color: #fff;
            background-color: #f37435;
            border: none;
        }

    .product_tab .nav-tabs .nav-link {
        border-radius: 6px 6px 0 0;
        flex: 1;
        max-width: 34%;
        background: #f6f6f6;
        border: none;
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        text-align: center;
        color: #393939;
        line-height: 47px;
        padding: 0;
        text-transform: uppercase;
    }

        .product_tab .nav-tabs .nav-link:not(:last-child) {
            margin-right: 10px;
        }

        .product_tab .nav-tabs .nav-link:hover {
            border: none;
        }

.product_tab .tab-content {
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 0px 30px 30px;
}

    .product_tab .tab-content h3 {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        text-transform: uppercase;
        text-align: left;
        color: #f37435;
        margin-top: 10px;
    }

    .product_tab .tab-content p {
        margin-top: 10px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #393939;
    }

.img_mota {
    margin-top: 0 !important;
}

    .img_mota img {
        max-width: 100%;
    }

.product_tab .tab-content table {
    max-width: 650px;
    width: 100%;
    margin-top: 15px;
}

    .product_tab .tab-content table tr td {
        background: #f7f7f7;
        border: 1px solid #fff;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #393939;
        padding: 13px 15px;
    }

        .product_tab .tab-content table tr td:last-child {
            font-weight: 500;
        }

.product_tab .img_cn li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 20px;
}

    .product_tab .img_cn li img {
        width: 100%;
    }

.product_see {
    padding: 50px 0;
}

    .product_see h2, .product_see .product_see_ttl {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2e2b27;
        text-transform: uppercase;
        padding-bottom: 5px;
        display: block;
    }

.pro_dg {
    padding: 50px 0 0;
}

    .pro_dg h2, .pro_dg .dg-ttl {
        border-bottom: 3px solid #f37435;
    }

        .pro_dg h2 span, .pro_dg .dg-ttl span {
            border-radius: 6px 6px 0 0;
            width: 33%;
            background: #f37435;
            border: none;
            font-size: 16px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            text-align: center;
            color: #fff;
            line-height: 46px;
            padding: 0;
            text-transform: uppercase;
            display: inline-block;
        }

.fb_box {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 50px;
    padding-top: 30px;
}

.fb_box_inner {
    margin: 0 auto;
    max-width: 800px;
}

.star_top {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.star_top_l {
    width: 35%;
    text-align: center;
}

.star_p {
    font-size: 46px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    line-height: 0.57;
}

.star_p_s {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-top: 15px;
}

.star_p_icom {
    text-align: center;
    margin-top: 10px;
}

    .star_p_icom img {
        display: inline-block;
        width: 21px;
        margin: 0 5px;
    }

.star_top_r {
    width: 65%;
    border-left: 1px solid #d8d8d8;
}

.star_top_line {
    width: 80%;
    margin-left: 15%;
}

.star_top_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

    .star_top_line p {
        margin-left: 15px;
    }

        .star_top_line p img {
            display: inline-block;
            width: 18px;
            margin: 0 2px;
            vertical-align: middle;
        }

.star_top_line_bar {
    background: #efefef;
    height: 8px;
    border-radius: 4px;
    width: 50%;
    position: relative;
}

    .star_top_line_bar span {
        height: 8px;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0;
        background: #f37435;
    }

.star_comment {
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 25px;
    margin-top: 40px;
}

.star_comment_ttl {
    display: flex;
    align-items: center;
}

    .star_comment_ttl h3 {
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #393939;
    }

    .star_comment_ttl p {
        margin-left: 30px;
    }

        .star_comment_ttl p img {
            display: inline-block;
            width: 21px;
            margin: 0 5px;
            vertical-align: middle;
        }

.star_comment_sh {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .star_comment_sh h3 {
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #393939;
    }

    .star_comment_sh p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: normal;
        text-align: right;
        color: #393939;
    }

.comment_box {
    margin-top: 15px;
}

    .comment_box textarea {
        width: 100%;
        height: 190px;
        border-radius: 8px;
        border: solid 1px #f4f2ef;
        outline: none;
        padding: 15px;
        background-color: #fff;
        box-sizing: border-box;
        font-size: 16px;
        color: #2e2b27;
        overflow: auto;
        resize: none;
    }

.comment_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

    .comment_btn button {
        width: 85px;
        height: 46px;
        border-radius: 5px;
        background-color: #a4abb2;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        outline: none;
        cursor: pointer;
    }

        .comment_btn button:last-child {
            background-color: #b7273d;
            width: 148px;
            margin-left: 15px;
        }

        .comment_btn button:hover {
            background-color: #f37435;
        }

.comment_item {
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #efefef;
    background-color: #fff;
    margin-top: 35px;
    padding: 25px 30px;
}

.comment_item_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .comment_item_ttl p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #565656;
    }

.comment_item_name {
    display: flex;
    align-items: center;
}

    .comment_item_name p {
        font-size: 14px;
        font-weight: 900 !important;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
        margin-right: 10px;
        margin-top: 0;
    }

        .comment_item_name p img {
            display: inline-block;
            width: 16px;
            margin: 0 2px;
            vertical-align: top;
        }

.comment_item p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
}

.comment_more {
    margin-top: 35px;
    text-align: center;
}

    .comment_more a {
        display: inline-block;
        padding: 0 26px 0;
        border-radius: 3px;
        border: solid 1px #312d27;
        line-height: 36px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #2e2b27;
    }

        .comment_more a:hover {
            border: solid 1px #f37435;
            color: #f37435;
        }


@media (max-width: 1366px) {
    .product {
        border-top: 3px solid #f37435;
        padding: 40px 0;
    }

    .d_pro_slide #sync2 .owl-next {
        background: url(/Content/desktop/images/d_pro_next.png) no-repeat center center !important;
        background-size: 12px !important;
        height: 27px;
        width: 12px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        right: 5px;
        top: 30%;
        z-index: 100;
    }

    .d_pro_slide #sync2 .owl-prev {
        background: url(/Content/desktop/images/d_pro_prev.png) no-repeat center center !important;
        background-size: 12px !important;
        height: 27px;
        width: 12px;
        text-indent: -9999px;
        cursor: pointer !important;
        outline: none;
        display: block;
        position: absolute;
        left: 5px;
        top: 30%;
        z-index: 100;
    }

    .d_pro_info h2, .d_pro_info h1 {
        font-size: 32px;
    }

    .d_pro_info h3, .d_pro_info span.sku {
        font-size: 12px;
    }

    .d_pro_price_l {
        font-size: 24px;
    }

    .d_pro_price_tk,
    .d_pro_price_gg {
        font-size: 12px;
    }

    .d_pro_info_txt {
        font-size: 14px;
    }

    .d_pro_info_dt ul li {
        font-size: 14px;
        background: url(/Content/desktop/images/d_pro_arrow.png) no-repeat 0 5px;
        background-size: 6px;
        padding-left: 18px;
        margin-top: 8px;
    }

    .d_pro_price {
        margin-top: 10px;
    }

    .d_pro_info_dt {
        margin-top: 30px;
    }

    .d_pro_info_sl {
        margin-top: 15px;
    }

    .d_pro_info_sl_l {
        font-size: 14px;
    }

    .input-number,
    .input-number-decrement,
    .input-number-increment {
        height: 40px;
    }

    .input-number-decrement,
    .input-number-increment {
        width: 40px;
        line-height: 40px;
    }

    .d_pro_info_btn_add a {
        line-height: 50px;
        padding: 0 10px;
        font-size: 16px;
        margin-right: 10px;
    }

    .d_pro_info_btn_buy a {
        line-height: 50px;
        padding: 0 10px;
        font-size: 16px;
        margin-right: 10px;
    }

    .d_pro_info_btn_love a {
        line-height: 50px;
        height: 50px;
        width: 50px;
    }

    .d_pro_info_social {
        margin-top: 20px;
    }

    .d_pro_cn ul li span {
        font-size: 12px;
        margin-top: 0;
    }

    .d_pro_cn ul li {
        padding: 11px 0;
    }

    .product_tab .tab-content h3 {
        font-size: 15px;
    }

    .product_tab .tab-content p, .product_tab .tab-content li {
        /*font-size: 14px;*/
    }

    .product_tab .tab-content table tr td {
        font-size: 14px;
    }

    .product_see h2, .product_see .product_see_ttl {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .d_pro_info h2, .d_pro_info h1 {
        font-size: 32px;
        margin-top: 15px;
    }

    .d_pro_info {
        margin-right: 20px;
    }

    .d_pro_info_txt {
        font-size: 12px;
    }

    .d_pro_info_dt h4 span {
        font-size: 12px;
    }

    .d_pro_info_dt ul li {
        font-size: 12px;
        background: url(/Content/desktop/images/d_pro_arrow.png) no-repeat 0 4px;
        background-size: 6px;
        padding-left: 15px;
    }

    .d_pro_info_btn_add a {
        line-height: 44px;
        padding: 0 10px;
        font-size: 14px;
        margin-right: 10px;
    }

    .d_pro_info_btn_buy a {
        line-height: 44px;
        padding: 0 10px;
        font-size: 14px;
        margin-right: 10px;
    }

    .d_pro_info_btn_love a {
        line-height: 44px;
        height: 44px;
        width: 44px;
    }

    .d_pro_info_btn {
        margin-top: 15px;
    }

    .d_pro_info_social {
        margin-top: 15px;
    }

    .product_tab .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 43px;
    }

    .product_see {
        padding: 30px 0;
    }

        .product_see h2 {
            font-size: 24px;
        }

    .pro_dg h2 span, .pro_dg .dg-ttl span {
        font-size: 14px;
        line-height: 46px;
    }

    .star_comment_sh h3,
    .star_comment_ttl h3 {
        font-size: 14px;
    }

    .fb_box {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .d_pro_cn {
        display: none;
    }

    .d_pro_info {
        margin-right: 0;
        width: 55%;
    }

    .d_pro_slide {
        width: calc(45% - 20px);
        margin-right: 20px;
    }

    .d_pro_info_btn_buy a {
        padding: 0 9px;
    }

    .product_tab .tab-content {
        padding: 15px;
    }

    .product_tab .img_cn li {
        width: 33%;
    }

    .pro_dg h2 span, .pro_dg .dg-ttl span {
        width: 50%;
    }

    .star_top_line {
        margin-left: 5%;
        width: 90%;
    }
}

@media (max-width: 767px) {
    span.input-number-decrement, span.input-number-increment {
        width: 36px;
        line-height: 36px;
        height: 36px;
    }

    input.input-number {
        width: 50px;
    }

    input.input-number, span.input-number-decrement, span.input-number-increment {
        height: 36px;
    }

    .product {
        padding: 20px 0 0;
    }

        .product .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

    .d_pro_slide {
        float: none;
        width: 100%;
    }

    .d_pro_info {
        float: none;
        width: 100%;
    }

        .d_pro_info h2, .d_pro_info h1,
        .d_pro_info h3,
        .d_pro_info .sku,
        .d_pro_info .d_pro_price,
        .d_pro_info .d_pro_tag {
            display: none;
        }

    .all_mobile .d_pro_info h2, .all_mobile .d_pro_info h1,
    .all_mobile .d_pro_info h3,
    .all_mobile .d_pro_info .sku,
    .all_mobile .d_pro_info .d_pro_tag {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .all_mobile .d_pro_info .d_pro_price {
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
    }

    .all_mobile .d_pro_info .d_pro_price_l, .d_pro_price_l span {
        font-size: 20px;
    }

    .all_mobile .d_pro_info .d_pro_price {
        padding-bottom: 15px;
    }

    .all_mobile .d_pro_info h2, .all_mobile .d_pro_info h1 {
        font-size: 24px;
    }

    .d_pro_info_txt {
        font-size: 14px;
        padding: 0 15px;
    }

    .d_pro_info_dt {
        margin: 30px 15px 0;
    }

    .d_pro_info_sl {
        padding: 0 15px;
    }

    .input-number,
    .input-number-decrement,
    .input-number-increment {
        height: 36px;
    }

    .input-number-decrement,
    .input-number-increment {
        width: 40px;
        line-height: 36px;
    }

    .d_pro_info_btn {
        display: block;
        padding: 0 15px;
    }

    .d_pro_info_btn_buy a {
        margin-right: 0;
        font-size: 16px;
        align-items: center;
        justify-content: center;
    }

    .d_pro_info_btn_add {
        width: calc(100% - 51px);
        margin-right: 0;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        float: left;
    }

        .d_pro_info_btn_add a {
            font-size: 16px;
            align-items: center;
            justify-content: center;
        }

    .d_pro_info_btn_love {
        float: right;
        margin-top: 15px;
    }

    .d_pro_info_social {
        display: none;
    }

    .d_pro_cn {
        display: block;
        float: none;
        width: 100%;
        margin: 15px 0 0 0;
        border-radius: none;
        padding: 10px 0;
    }

        .d_pro_cn ul li {
            float: left;
            width: 25%;
            border-right: dashed 1px #f37435;
            border-bottom: none;
            box-sizing: border-box;
            padding: 0 5px;
            min-height: 62px;
        }

            .d_pro_cn ul li img {
                width: 28px;
            }

    .product_tab {
        display: none;
    }

    .product_tab_m h5, .product_tab_m .section-ttl {
        background: #f37435;
        line-height: 44px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0.7px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px;
        margin-top: 20px;
        position: relative;
    }

        .product_tab_m h5.collapsed::after, .product_tab_m .section-ttl.collapsed::after {
            content: "+";
            display: block;
            width: 44px;
            height: 44px;
            position: absolute;
            right: -5px;
            top: -2px;
            color: #fff;
            font-weight: 900;
            font-size: 22px;
            text-align: center;
            line-height: 44px;
        }

        .product_tab_m h5::after, .product_tab_m .section-ttl::after {
            content: "-";
            display: block;
            width: 44px;
            height: 44px;
            position: absolute;
            right: -5px;
            top: -2px;
            color: #fff;
            font-weight: 900;
            font-size: 22px;
            text-align: center;
            line-height: 44px;
        }

    .product_tab_m h3 {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        text-transform: uppercase;
        text-align: left;
        color: #f37435;
    }

    .product_tab_m p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #393939;
    }

    .product_tab_m table {
        max-width: 650px;
        width: 100%;
        margin-top: 15px;
    }

        .product_tab_m table tr td {
            background: #f7f7f7;
            border: 1px solid #fff;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            text-align: left;
            color: #393939;
            padding: 13px 15px;
        }

            .product_tab_m table tr td:last-child {
                font-weight: 500;
            }

    .product_tab_m .img_cn li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 20px;
        margin-top: 20px;
    }

        .product_tab_m .img_cn li img {
            width: 100%;
        }

    .product_tab_m .img_mota {
        margin-top: 15px !important;
    }

    .product_tab_m .product_tab_cnt {
        padding: 10px 0 0 0;
        font-size: 14px;
    }

    .product_see {
        padding: 20px 0;
    }

        .product_see h2 {
            font-size: 18px;
        }

        .product_see .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

    .pro_dg {
        /*display: none;*/
    }

    .pro_dg_m h5 {
        background: #f37435;
        line-height: 44px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0.7px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px;
        margin-top: 20px;
        position: relative;
    }

        .pro_dg_m h5.collapsed::after {
            content: "+";
            display: block;
            width: 44px;
            height: 44px;
            position: absolute;
            right: -5px;
            top: -2px;
            color: #fff;
            font-weight: 900;
            font-size: 22px;
            text-align: center;
            line-height: 44px;
        }

        .pro_dg_m h5::after {
            content: "-";
            display: block;
            width: 44px;
            height: 44px;
            position: absolute;
            right: -5px;
            top: -2px;
            color: #fff;
            font-weight: 900;
            font-size: 22px;
            text-align: center;
            line-height: 44px;
        }

    .star_top {
        display: block;
    }

    .star_top_l {
        width: 100%;
        padding-top: 30px;
    }

    .star_top_r {
        width: 100%;
        border-left: none;
        margin-top: 30px;
    }

    .star_top_line {
        margin-left: 0%;
        width: 100%;
    }

        .star_top_line p {
            margin-left: 5px;
        }

            .star_top_line p img {
                width: 14px;
                margin: 0px 0px;
            }

    .star_top_line_bar {
        width: 43%;
    }

    .star_comment {
        padding: 15px;
        margin-top: 25px;
    }

    .star_comment_ttl {
        justify-content: space-between;
    }

        .star_comment_ttl p img {
            width: 12px;
            vertical-align: middle;
            margin: 0;
        }

    .star_comment_sh {
        margin-top: 10px;
    }

    .comment_btn button {
        width: 85px;
        height: 40px;
        border-radius: 5px;
        background-color: #a4abb2;
        border: none;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        outline: none;
        cursor: pointer;
    }

    .comment_item {
        border-radius: 6px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
        border: solid 1px #efefef;
        background-color: #fff;
        margin-top: 15px;
        padding: 15px;
    }

    .comment_item_ttl {
        display: block;
    }

        .comment_item_ttl p {
            margin-top: 5px;
            font-size: 12px;
        }

    .comment_item_name p {
        font-size: 14px;
    }

    .comment_more {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
/* ============= End Product =============*/

/* ============= Cart =============*/
.cart {
    border-top: 3px solid #f37435;
    padding: 50px 0;
}

.cart_l {
    float: left;
    width: 70%;
    box-sizing: border-box;
}

.cart_l_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cart_l_ttl h2 {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #333;
    }

    .cart_l_ttl .back a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2e2b27;
        background: url(/Content/desktop/images/arrow_back.png) no-repeat 0 center;
        background-size: 7px;
        padding-left: 17px;
    }

.cart_l_lst {
    margin-top: 15px;
}

.cart_l_lst_ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

    .cart_l_lst_ttl li {
        width: 380px;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        color: #2e2b27;
    }

        .cart_l_lst_ttl li:nth-child(2) {
            width: 150px;
            text-align: center;
        }

        .cart_l_lst_ttl li:nth-child(3) {
            width: 160px;
            text-align: center;
        }

        .cart_l_lst_ttl li:nth-child(4) {
            width: 130px;
            text-align: center;
        }

        .cart_l_lst_ttl li:last-child {
            width: 70px;
            text-align: center;
        }

.cart_l_lst_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
}

.cart_l_lst_sp {
    width: 380px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.cart_l_lst_sp_img {
    width: 90px;
    margin: 0 10px;
}

    .cart_l_lst_sp_img img {
        width: 100%;
    }

.cart_l_lst_sp_info h4 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #2e2b27;
}

.cart_l_lst_sp_info p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #2e2b27;
}

.cart_l_lst_dg {
    width: 150px;
    text-align: center;
}

.cart_l_lst_dg_t {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #312d27;
}

.cart_l_lst_dg_b {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #8b8b8a;
    text-decoration: line-through;
    margin-top: 5px;
}

.cart_l_lst_sl {
    width: 160px;
    text-align: center;
}

    .cart_l_lst_sl .input-number {
        width: 50px;
    }

    .cart_l_lst_sl .input-number,
    .cart_l_lst_sl .input-number-decrement,
    .cart_l_lst_sl .input-number-increment {
        border: 1px solid #e0e0e0;
        height: 36px;
        user-select: none;
    }

    .cart_l_lst_sl .input-number-decrement,
    .cart_l_lst_sl .input-number-increment {
        display: inline-block;
        width: 36px;
        line-height: 36px;
        background: #f6f6f6;
        color: #333;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
    }

        .cart_l_lst_sl .input-number-decrement:active,
        .cart_l_lst_sl .input-number-increment:active {
            background: #ddd;
        }

    .cart_l_lst_sl .input-number-decrement {
        border-right: none;
        border-radius: 0 0 0 0;
    }

    .cart_l_lst_sl .input-number-increment {
        border-left: none;
        border-radius: 0 0 0 0;
    }

.cart_l_lst_tt {
    width: 130px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #e34a4a;
}

.cart_l_lst_xoa {
    width: 70px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #312d27;
}

    .cart_l_lst_xoa a {
        color: #312d27;
        text-decoration: none;
    }

        .cart_l_lst_xoa a:hover {
            color: #f37435;
        }

.cart_l_more {
    border: 1px solid #e0e0e0;
}

.cart_l_more_ttl {
    background: #fff9ef;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.cart_l_more_ttl_tag {
    display: inline-block;
    ;
    border-radius: 3px;
    border: solid 1px #b7273d;
    line-height: 24px;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.6px;
    color: #b7273d;
    padding: 0 10px;
    background: #fff;
    text-transform: uppercase;
    margin-right: 20px;
}

.cart_l_more_ttl h3 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    color: #2e2b27;
    margin-right: 30px;
}

.cart_l_more_ttl_more a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.7px;
    text-align: left;
    color: #f37435;
    background: url(/Content/desktop/images/arrow_more_yellow.png) no-repeat right center;
    background-size: 7px;
    padding-right: 17px;
}

.cart_l_more_cnt {
    padding: 10px 15px;
}

    .cart_l_more_cnt .category-list-item {
        width: calc(20% - 3px);
        margin-right: 3px;
        margin-top: 0;
    }

    .cart_l_more_cnt .pro_recomend_item {
        border-radius: 0px;
    }

    .cart_l_more_cnt .pro_recomend_item_ttl a {
        font-size: 12px;
        line-height: 1.33;
    }

    .cart_l_more_cnt .pro_recomend_item_price_down {
        font-size: 14px;
        line-height: 1.71;
    }

    .cart_l_more_cnt .pro_recomend_item_price_up {
        font-size: 12px;
        line-height: 1.5;
        padding-top: 0;
    }

    .cart_l_more_cnt .pro_recomend_item_price_r a {
        width: 36px;
        height: 36px;
        padding-top: 5px;
    }

.cart_l_km {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cart_l_km h4 {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        color: #2e2b27;
        margin-right: 25px;
    }

    .cart_l_km div button {
        width: 100px;
        height: 44px;
        background-color: #fff;
        border: none;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        outline: none;
        border-radius: 3px;
        background-color: #f37435;
        cursor: pointer;
        margin-left: 20px;
    }

        .cart_l_km div button:hover {
            background: #333;
        }

    .cart_l_km div input {
        width: 300px;
        height: 44px;
        line-height: 44px;
        outline: none;
        padding: 0 18px 0 16px;
        box-sizing: border-box;
        font-size: 12px;
        color: #a4abb2;
        border-radius: 3px;
        border: solid 1px #e0e0e0;
        background-color: #fff;
    }

        .cart_l_km div input:focus {
            border: solid 1px #f37435;
        }

.cart_l_tt {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 15px 20px;
    display: flex;
    justify-content: flex-end;
}

.cart_l_tt_cnt {
    width: 400px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cart_l_tt_cnt p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #312d27;
    }

        .cart_l_tt_cnt p.cart_l_tt_cnt_stxt {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.71;
            letter-spacing: normal;
            color: #312d27;
        }

        .cart_l_tt_cnt p.cart_l_tt_cnt_number {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            text-align: right;
            color: #312d27;
        }

.cart_l_total {
    padding: 0 15px 20px;
    display: flex;
    justify-content: flex-end;
}

.cart_l_total_cnt {
    width: 400px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .cart_l_total_cnt p {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #312d27;
    }

        .cart_l_total_cnt p span {
            display: block;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2;
            letter-spacing: normal;
            color: #8b8b8a;
        }

        .cart_l_total_cnt p.cart_l_total_number {
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #e34a4a;
        }

.path {
    padding-bottom: 10px;
}

    .path li {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2e2b27;
    }

        .path li a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #8b8b8a;
        }

.cart_r {
    float: right;
    width: 27.7777%;
    box-sizing: border-box;
}

.cart_r_box {
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
}

    .cart_r_box h3 {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.8px;
        text-align: left;
        color: #2e2b27;
        text-transform: uppercase;
    }

.cart_r_field {
    margin-top: 15px;
}

    .cart_r_field input {
        width: 100%;
        height: 44px;
        line-height: 44px;
        outline: none;
        padding: 0 15px;
        border-radius: 4px;
        background-color: #fff;
        box-sizing: border-box;
        font-size: 14px;
        color: #312d27;
        border-radius: 3px;
        border: solid 1px #e0e0e0;
    }

        .cart_r_field input:focus {
            border: solid 1px #f37435;
        }

    .cart_r_field .radio {
        float: left;
        margin-right: 25px;
    }

        .cart_r_field .radio:last-child {
            margin-right: 0;
        }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #312d27;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            background: url(/Content/desktop/images/radio.png) no-repeat 0 0;
            background-size: 20px;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            background: url(/Content/desktop/images/radio_check.png) no-repeat 0 0;
            background-size: 20px;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.cart_r_field select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 15px;
    color: #312d27;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    cursor: pointer;
    background: #fff url(/Content/desktop/images/h_arrow_down.png) no-repeat calc(100% - 10px) center;
    background-size: 10px;
    font-size: 14px;
}

    .cart_r_field select:focus {
        border: solid 1px #f37435;
    }

    .cart_r_field select::-ms-expand {
        display: none;
    }

.cart_r_field .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 44px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
}

.form-group {
    display: block;
    margin: 0;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #312d27;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #d7dce2;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            width: 20px;
            height: 20px;
            margin-right: 7px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 8px;
        width: 4px;
        height: 12px;
        border: solid #f37435;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.cart_r_box_w {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    padding-top: 1px;
}

.cart_r_field_pay {
}

    .cart_r_field_pay [type="radio"]:checked + label:after,
    .cart_r_field_pay [type="radio"]:not(:checked) + label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(/Content/desktop/images/radio2.png) no-repeat 0 0;
        background-size: 20px;
    }

    .cart_r_field_pay label img {
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

.cart_r_btn {
    padding: 0 20px;
}

    .cart_r_btn button {
        width: 100%;
        height: 54px;
        background-color: #b7273d;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        outline: none;
        border-radius: 6px;
        cursor: pointer;
        text-transform: uppercase;
    }

        .cart_r_btn button:hover {
            background-color: #f37435;
        }

.cart_r_txt {
    padding: 20px 40px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #8b8b8a;
}

@media (max-width: 1366px) {
    .cart {
        padding: 30px 0;
    }

    .cart_l_more_cnt .category-list-item {
        width: calc(25% - 3px);
    }

    .cart_r_box h3 {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .cart_l_more_cnt .category-list {
        padding: 0 0px 0 0;
    }

    .cart_l_more_cnt .category-list-item {
        margin-left: 15px;
    }

    .cart_l_more_cnt .category-list-item {
        width: calc(33% - 20px);
    }

    .cart_l_lst_sp {
        width: calc(100% - 340px);
    }

    .cart_l_lst_sp_dg {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #312d27;
        margin-top: 5px;
    }

        .cart_l_lst_sp_dg span {
            display: inline-block;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #8b8b8a;
            text-decoration: line-through;
            margin-left: 20px;
        }

    .cart_r_txt {
        padding: 20px;
    }

    .cart {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .cart .cart_l .tablet {
        display: block;
    }

    .cart_l {
        float: none;
        width: 100%;
    }

    .cart_r {
        float: none;
        width: 100%;
    }

    .cart_l_lst_sp {
        width: calc(100% - 380px);
    }

    .cart_l_lst_sp_dg {
        font-size: 18px;
    }

        .cart_l_lst_sp_dg span {
            font-size: 14px;
        }

    .cart_r_btn {
        text-align: center;
    }

        .cart_r_btn button {
            max-width: 360px;
        }

    .cart_r_txt {
        margin: 0 auto;
        max-width: 340px;
    }

    .cart_l_more_cnt .category-list-item {
        width: calc(50% - 20px);
    }

    .pro_recomend_item {
    }
}

@media (max-width: 767px) {
    .pro_recomend_item {
        border-radius: 0px;
    }

    .cart .cart_l .tablet {
        display: none;
    }

    .cart_l_total_cnt p {
        font-size: 14px;
    }

        .cart_l_total_cnt p.cart_l_total_number {
            font-size: 18px;
        }

    .cart_l_tt {
        padding-bottom: 10px;
        width: 100%;
        display: block;
        justify-content: space-between;
    }

    .cart_l_tt_cnt {
        width: 100%;
        margin-top: 10px;
    }

        .cart_l_tt_cnt p {
            font-size: 14px;
        }

            .cart_l_tt_cnt p.cart_l_tt_cnt_number {
                font-size: 14px;
            }

    .cart_l_total_cnt {
        margin-top: 10px;
    }

    .cart_l_km {
        display: block;
        width: 100%;
    }

        .cart_l_km div input {
            width: calc(100% - 100px);
            float: left;
        }

        .cart_l_km input[type="submit"] {
            margin-left: 0px;
        }

        .cart_l_km div button {
            float: right;
            margin: 0;
        }

        .cart_l_km h4 {
            padding-bottom: 10px;
        }

    .cart_l {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .cart_l_more_cnt {
        padding: 0;
    }

    .cart_l .pro_recomend_slide {
        margin-top: 0;
    }

    .cart_l_more_ttl {
        display: block;
    }

    .cart_l_more_ttl {
        position: relative;
    }

        .cart_l_more_ttl h3 {
            font-size: 13px;
            margin-top: 10px;
        }

    .cart_l_more_ttl_more {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .cart_l_ttl h2 {
        font-size: 24px;
    }

    .cart_l_ttl {
        padding: 0 15px;
    }

    .cart_l_lst {
        padding: 0 15px;
    }

    .cart_l_lst_sp {
        width: calc(100% - 50px);
    }

    .cart_l_lst_sp_img {
        width: 60px;
        margin: 0 10px 0 0;
    }

    .cart_l_lst_xoa {
        width: 50px;
    }

    .cart_l_lst_item {
        align-items: flex-start;
    }

    .cart_l_lst_ttl li:last-child {
        width: 50px;
    }

    .cart_l_lst_sp {
        align-items: flex-start;
    }

    .cart_l_lst_sp_info h4 {
        font-size: 14px;
    }

    .cart_l_lst_sp_dg {
        font-size: 16px;
    }

        .cart_l_lst_sp_dg span {
            font-size: 12px;
            margin-left: 10px;
        }

    .cart_l_lst_sl {
        width: 105px;
        text-align: center;
        float: left;
    }

        .cart_l_lst_sl .input-number {
            width: 40px;
        }

        .cart_l_lst_sl .input-number,
        .cart_l_lst_sl .input-number-decrement,
        .cart_l_lst_sl .input-number-increment {
            border: 1px solid #e0e0e0;
            height: 30px;
            user-select: none;
        }

        .cart_l_lst_sl .input-number-decrement,
        .cart_l_lst_sl .input-number-increment {
            display: inline-block;
            width: 30px;
            line-height: 30px;
            background: #f6f6f6;
            color: #333;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
            font-size: 20px;
            font-weight: bold;
        }

    .cart_l_lst_tt {
        float: left;
        width: auto;
        margin: 5px 0 0 5px;
    }
}
/* ============= End Cart =============*/

/* ============= Checkout =============*/

.checkout {
    border-top: 3px solid #f37435;
    padding: 30px 0;
}

.checkout_wrap {
    max-width: 640px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.checkout_ttl {
    border-bottom: 4px solid #be7d26;
    background: #f37435;
    height: 50px;
    position: relative;
}

    .checkout_ttl h2 {
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 1.8px;
        color: #fff;
        text-transform: uppercase;
    }

    .checkout_ttl .close_btn {
        position: absolute;
        right: 15px;
        top: 10px;
        opacity: 1;
    }

.checkout_cnt {
    padding: 25px;
}

.checkout_cnt_thank {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #2e2b27;
}

.checkout_cnt_ttl {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .checkout_cnt_ttl h3 {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.8px;
        color: #2e2b27;
        text-transform: uppercase;
    }

    .checkout_cnt_ttl p a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #3474cb;
    }

.checkout_info {
    margin-top: 20px;
    padding: 10px 20px 15px;
    border-radius: 6px;
    background-color: #f9f9f9;
}

    .checkout_info dl {
        display: flex;
        margin-top: 10px;
    }

        .checkout_info dl dt {
            float: left;
            margin-right: 10px;
            background: url(/Content/desktop/images/arrow_next_2.png) no-repeat 0 5px;
            background-size: 6px;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.57;
            letter-spacing: normal;
            color: #2e2b27;
            min-width: 85px;
            margin-right: 5px;
            padding: 0 0 0 15px;
        }

        .checkout_info dl dd {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.57;
            letter-spacing: normal;
            color: #2e2b27;
        }

.checkout_info_dh {
    font-size: 16px;
    font-weight: bold;
    color: #f37435;
}

.checkout_info_tt {
    font-size: 16px;
    font-weight: bold;
    color: #b7273d;
}

.checkout_lst {
    margin-top: 15px;
}

.checkout_lst_line {
    border-top: 1px solid #e0e0e0;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

    .checkout_lst_line p {
        margin-right: 5px;
    }

        .checkout_lst_line p img {
            width: 50px;
        }

    .checkout_lst_line div h3 {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #2e2b27;
    }

    .checkout_lst_line div div {
        display: flex;
    }

        .checkout_lst_line div div p {
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.83;
            letter-spacing: normal;
            color: #2e2b27;
            margin-right: 15px;
        }

.checkout_lst_line_tt {
    border-top: 1px solid #e0e0e0;
    background: #f9f9f9;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .checkout_lst_line_tt p {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #2e2b27;
    }

        .checkout_lst_line_tt p:last-child {
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #e34a4a;
        }

.checkout_btn_wrap {
    padding: 15px 15px 0;
}

.checkout_btn {
    display: flex;
    justify-content: space-between;
}

    .checkout_btn a {
        display: inline-block;
        padding: 0;
        border-radius: 6px;
        border: solid 1px #f37435;
        line-height: 44px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #f37435;
        text-align: center;
        width: 48%;
    }

        .checkout_btn a:hover {
            border: solid 1px #2e2b27;
            color: #2e2b27;
        }

.checkout_btn_txt {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #2e2b27;
}

    .checkout_btn_txt strong {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: normal;
        color: #f37435;
    }

@media (max-width: 767px) {
    .checkout_ttl h2 {
        font-size: 16px;
    }

    .checkout_ttl .close_btn {
        right: 10px;
    }

    .checkout_cnt {
        padding: 15px;
    }

    .checkout_btn {
        display: block;
        text-align: center;
    }

        .checkout_btn a {
            display: block;
            width: 100%;
            margin-bottom: 15px;
        }

    .checkout_btn_txt {
        margin-top: 0;
        text-align: center;
    }

    .checkout_info dl {
        display: block;
    }

        .checkout_info dl:nth-child(2) dt,
        .checkout_info dl:nth-child(3) dt,
        .checkout_info dl:nth-child(4) dt,
        .checkout_info dl:nth-child(5) dt {
            float: none;
        }

        .checkout_info dl:nth-child(2) dd,
        .checkout_info dl:nth-child(3) dd,
        .checkout_info dl:nth-child(4) dd,
        .checkout_info dl:nth-child(5) dd {
            float: none;
            padding-left: 16px;
        }
}

@media (max-width: 320px) {
    .checkout_ttl h2 {
        font-size: 14px;
    }

    .checkout_ttl .close_btn {
        right: 5px;
    }

    .checkout_cnt_ttl h3 {
        font-size: 14px;
    }

    .checkout_cnt_ttl p a {
        font-size: 12px;
    }
}

/* ============= End Checkout =============*/

/* ============= Login =============*/
.popup_wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(46, 43, 39, 0.5);
    padding: 0 10px;
    box-sizing: border-box;
}

.login_box {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 30px 50px;
}

.login_box_close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.login_box .login_box_ttl {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2e2b27;
    text-transform: uppercase;
    display: block;
    margin: auto;
}

.login_box_txt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #2e2b27;
    margin-top: 10px;
}

.login_box h3 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #2e2b27;
}

.login_box_line {
    position: relative;
}

    .login_box_line input {
        width: 100%;
        height: 44px;
        line-height: 44px;
        outline: none;
        padding: 0 15px;
        border-radius: 4px;
        background-color: #fff;
        box-sizing: border-box;
        font-size: 14px;
        color: #312d27;
        border-radius: 3px;
        border: solid 1px #e0e0e0;
        margin-top: 5px;
    }

        .login_box_line input:focus {
            border: solid 1px #f37435;
        }

    .login_box_line span {
        display: none;
    }

    .login_box_line.error span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #b7273d;
        margin-top: 10px;
    }

    .login_box_line.error input {
        border: solid 1px #b7273d;
    }

.luu_mk {
    display: flex;
    margin: 15px 0 0 0;
    justify-content: space-between;
    align-items: center;
}

    .luu_mk p a {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #f37435;
    }

.login_box_btn {
    margin: 0 auto;
    max-width: 300px;
}

    .login_box_btn p button {
        width: 100%;
        height: 44px;
        background-color: #fff;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        outline: none;
        border-radius: 3px;
        background-color: #f37435;
        cursor: pointer;
        text-transform: uppercase;
    }

        .login_box_btn p button.gg {
            background-color: #b7273d;
            text-transform: none;
            font-size: 14px;
        }

        .login_box_btn p button.fb {
            background-color: #003b9a;
            text-transform: none;
            font-size: 14px;
        }

        .login_box_btn p button:hover {
            background-color: #333;
        }

    .login_box_btn p {
        margin-top: 15px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #4f4b4c;
    }

        .login_box_btn p a {
            font-weight: 500;
            color: #f37435;
        }

.login_box_error {
    width: 100%;
    max-width: 357px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 30px 35px;
}

.login_box_error_img {
    text-align: center;
}

.login_box_error_txt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #2e2b27;
    margin-top: 20px;
}

.login_box_error_btn {
    text-align: center;
    margin-top: 20px;
}

    .login_box_error_btn button {
        width: 148px;
        height: 44px;
        background-color: #fff;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        outline: none;
        border-radius: 6px;
        background-color: #b7273d;
        cursor: pointer;
        text-transform: uppercase;
    }

        .login_box_error_btn button:hover {
            background-color: #333;
        }

.login_box_line button {
    width: 146px;
    height: 36px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    border-radius: 3px;
    background-color: #f37435;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 9px;
}

    .login_box_line button:hover {
        background-color: #333;
    }

.luu_mk.luu_mk2 .form-group label {
    text-indent: -28px;
    padding-left: 28px;
}

.login_box_sex {
    display: flex;
    align-items: center;
}

    .login_box_sex div {
        display: flex;
        align-items: center;
    }

        .login_box_sex div .cart_r_field_pay {
            margin-left: 40px;
        }

.login_box_txt2 {
    padding: 0 45px;
}

@media (max-width: 767px) {
    .pro_recomend_item_ttl {
        height: 30px;
    }

    .login_box {
        padding: 15px;
        max-height: 95vh;
        overflow: auto;
    }

    .login_box_txt2 {
        padding: 0;
    }
}

@media (max-width: 320px) {
    .login_box_error {
        padding: 30px 25px;
    }

    .top_line_product ul li {
        width: 80px;
    }
}
/* ============= End Login =============*/

/* ============= Blog =============*/
.blog {
    padding: 30px 0 30px 0;
}

.b_blog {
    background: #ffffff;
    display: flex;
    margin: 10px 0px;
}

    .b_blog p.b_blog_img {
        position: relative;
        width: 50%;
        overflow: hidden;
    }

        .b_blog p.b_blog_img img {
            width: 100%;
            transition: transform .5s;
            max-height: 350px;
            object-fit: cover;
        }

        .b_blog p.b_blog_img:hover img {
            transform: scale(1.05);
        }

    .b_blog .b_blog_cnt {
        width: 50%;
        box-sizing: border-box;
        padding: 25px;
        padding-top: 0px;
    }

        .b_blog .b_blog_cnt h2 a {
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            color: #2e2b27;
            text-decoration: none;
        }

            .b_blog .b_blog_cnt h2 a:hover {
                color: #f37435;
            }

        .b_blog .b_blog_cnt p {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #2e2b27;
        }

            .b_blog .b_blog_cnt p.b_blog_date {
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.29;
                letter-spacing: normal;
                color: #8b8b8a;
            }

.blog-list-item {
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.blog-list-item_img {
    overflow: hidden;
}

.blog-list-item img {
    width: 100%;
    transition: transform .5s;
}

.blog-list-item:hover img {
    transform: scale(1.05);
}

.blog-list-item_cnt {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
}

    .blog-list-item_cnt h2 a {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #2e2b27;
        text-decoration: none;
    }

        .blog-list-item_cnt h2 a:hover {
            color: #f37435;
        }

    .blog-list-item_cnt p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #2e2b27;
        margin-top: 15px;
    }

        .blog-list-item_cnt p.b_blog_date {
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #8b8b8a;
        }

@media (max-width: 1336px) {
    .b_blog .b_blog_cnt h2 a {
        font-size: 24px;
    }

    .b_blog .b_blog_cnt p {
        font-size: 14px;
        line-height: 1.3;
    }

        .b_blog .b_blog_cnt p.b_blog_date {
            font-size: 12px;
        }

    .blog-list-item {
        width: calc(33.3333% - 20px);
        float: left;
        margin-right: 20px;
        margin-top: 20px;
        border-radius: 5px;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .b_blog .b_blog_cnt {
        padding: 15px;
    }

        .b_blog .b_blog_cnt p {
            margin-top: 10px;
        }

        .b_blog .b_blog_cnt h2 a {
            font-size: 20px;
            line-height: 1;
        }

    .blog {
        border-top: 3px solid #f37435;
    }
}

@media (max-width: 768px) {
    .blog-list-item {
        width: calc(50% - 20px);
        float: left;
        margin-right: 20px;
        margin-top: 20px;
        border-radius: 5px;
        overflow: hidden;
    }

    .b_blog .b_blog_cnt p {
        max-height: 102px;
        overflow: hidden;
    }

    .blog-list {
        padding-left: 40px;
        padding-right: 20px;
    }

    .blog {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .blog .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .blog {
        padding: 0 0 30px 0;
    }

    .b_blog {
        background: #fdf7ea;
        display: block;
        margin-right: 0;
    }

        .b_blog p.b_blog_img {
            width: 100%;
        }

        .b_blog .b_blog_cnt {
            width: 100%;
        }

            .b_blog .b_blog_cnt h2 a {
                font-size: 18px;
                line-height: 1.3;
            }

            .b_blog .b_blog_cnt p {
                display: none;
            }

                .b_blog .b_blog_cnt p.b_blog_date {
                    display: block;
                }

    .blog-list-item {
        float: none;
        width: 100%;
    }

    .blog-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog .paginations.all_mobile {
        display: block;
    }
}
/* ============= End Blog =============*/

/* ============= Articles =============*/
.articles_l {
    float: right;
    width: 70%;
    box-sizing: border-box;
}

    .articles_l h1, .articles_l h2, .articles_l h3, .articles_l h4, .articles_l h5, .articles_l h6 {
        line-height: 1.7;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #2e2b27;
    }

    .articles_l h2, .content-area .row-main h2 {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #2e2b27;
        padding: 5px 0px;
    }

    .articles_l h1 {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #2e2b27;
    }

    .articles_l h3, .content-area .row-main h3 {
        font-size: 22px;
        padding: 5px 0px;
    }

    .articles_l h4, .content-area .row-main h4 {
        font-size: 20px;
    }

    .articles_l h5, .content-area .row-main h5 {
        font-size: 18px;
    }

.articles_l_src {
    display: flex;
    align-items: center;
}

.articles_l_src_name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.32px;
    text-align: left;
    color: #777;
    border-right: 1px solid #777;
    padding-right: 20px;
    margin-right: 10px;
}

.articles_l_social {
    display: flex;
    align-items: center;
    margin: 10px 0px 0px 0px !important;
}

    .articles_l_social li {
        margin-left: 10px;
    }

.articles_l_cnt_txt p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2e2b27;
}

.articles_l_cnt_img {
    text-align: center;
    margin-top: 20px;
}

    .articles_l_cnt_img img {
        width: 100%;
        max-width: 575px;
    }

.articles_l_cnt_name {
    margin-top: 20px;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    font-weight: bold;
    color: #f37435;
}

.articles_r {
    float: left;
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 15px 0px;
    padding: 10px;
}

    .articles_r h2, .articles_r .widget-ttl {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #f37435;
    }

.articles_r_dm {
    margin: 10px 0 25px;
}

    .articles_r_dm li {
        border-bottom: 1px solid #e0e0e0;
        padding: 15px;
    }

        .articles_r_dm li a {
            background: url(/Content/desktop/images/d_pro_arrow.png) no-repeat 0 center;
            background-size: 9px;
            padding-left: 24px;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            color: #2e2b27;
            text-decoration: none;
        }

            .articles_r_dm li a:hover {
                color: #f37435;
            }

.articles_r_lst li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: flex;
}

    .articles_r_lst li p.articles_r_lst_img {
        width: 70px;
        margin-right: 10px;
        overflow: hidden;
    }

        .articles_r_lst li p.articles_r_lst_img :hover img {
            transform: scale(1.1);
        }

        .articles_r_lst li p.articles_r_lst_img img {
            width: 100%;
            transition: transform .5s;
        }

    .articles_r_lst li div {
        width: calc(100% - 80px);
    }

        .articles_r_lst li div h3 a {
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-decoration: none;
            color: #2e2b27;
        }

            .articles_r_lst li div h3 a:hover {
                color: #f37435;
            }

        .articles_r_lst li div p a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal;
            text-decoration: none;
            color: #2e2b27;
        }

            .articles_r_lst li div p a:hover {
                color: #f37435;
            }

.articles_r_banner {
    margin-top: 30px;
}

    .articles_r_banner img {
        width: 100%;
    }

.danhmuc_m {
    display: none;
}

@media (max-width: 1366px) {
    .articles_l h1 {
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #2e2b27;
    }

    .articles_l h2, .content-area .row-main h2 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #2e2b27;
        padding: 5px 0px;
    }

    .articles_r_lst li div h3 a {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #2e2b27;
    }
}

@media (max-width: 1024px) {
    .articles_l h1 {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #2e2b27;
    }

    .articles_l h2, .content-area .row-main h2 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: normal;
        text-align: left;
        color: #2e2b27;
    }

    .articles_l_cnt_txt p {
        margin-top: 20px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: #2e2b27;
    }

    .articles_l_cnt_name {
        margin-top: 20px;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        font-weight: bold;
        color: #f37435;
    }
}

@media (max-width: 768px) {
    .articles_l {
        float: none;
        width: 100%;
    }

        .articles_l h1 {
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #2e2b27;
        }

        .articles_l h2, .content-area .row-main h2 {
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.7;
            letter-spacing: normal;
            text-align: left;
            color: #2e2b27;
        }

    .articles_r {
        float: none;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .articles_r div {
            width: 48%;
            margin-top: 30px;
        }

            .articles_r div ul li div {
                margin-top: 0;
            }

    .d_none_mobile {
        display: none;
    }

    .danhmuc_m {
        display: block;
        width: 100%;
    }

    .danhmuc_m {
        display: flex;
        align-items: center;
        padding-bottom: 15px;
    }

        .danhmuc_m h3 {
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-transform: uppercase;
            color: #f37435;
            margin-right: 20px;
        }

    .articles_l_item .dropdown-select {
        border-radius: 3px;
        border: solid 1px #e0e0e0;
        background: url(/Content/desktop/images/arrow_down_yellow.png) no-repeat calc(100% - 14px) center;
        background-size: 12px;
        width: 300px;
        text-align: left;
        padding: 0 15px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        height: 44px;
        color: #2e2b27;
    }

    .articles_l_item .dropdown button:hover, .articles_l_item .dropdown button:focus {
        border-bottom: none;
        outline: 0;
    }

    .articles_l_item .dropdown-menu li a {
        color: #2e2b27;
    }
}

@media (max-width: 767px) {
    .cart_l_total_number *, .cart_l_total_number span.woocommerce-Price-currencySymbol {
        font-size: 18px;
    }

    .cart {
        padding: 20px 0;
    }

    .pro_recomend_item_txt {
        display: none;
    }

    .pro_recomend_item_ttl a {
        font-size: 12px;
    }

    .pro_recomend_item_price_down * {
        font-size: 14px;
    }

    .pro_recomend_item_price_r a {
        width: 36px;
        height: 36px;
        padding-top: 5px;
    }

        .pro_recomend_item_price_r a img {
            max-width: 22px;
        }

    .paginations li a {
        width: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .paginations li {
        line-height: 25px;
        margin-right: 5px;
    }

    .danhmuc_m {
        padding: 15px 0;
    }

    .articles_l_item {
        width: calc(100% - 110px);
    }

        .articles_l_item .dropdown-select {
            width: 100%;
        }

    .articles_l {
        padding: 0 15px;
    }

    .articles_r {
        padding: 0 15px;
        display: block;
    }

    .articles_l_src {
        display: block;
    }

    .articles_l_src_name {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: -0.28px;
        border-right: none;
        color: #777;
    }

    .articles_l_social li {
        margin-right: 10px;
        margin-left: 0;
    }

    .articles_r div {
        width: 100%;
    }

    #news_lst_slide {
        padding: 0px 25px;
    }

    .news_lst_slide .owl-next {
        right: -20px !important;
    }

    .news_lst_slide .owl-prev {
        left: -20px !important;
    }
}

/* ============= End Articles =============*/

.is_in_stock {
    display: block;
    width: 100%;
}

@media(min-width: 1025px) and (max-width: 1199px) {
    #customer_slide .owl-item .item {
        margin: auto;
    }
}

.follow_form div.wpcf7 {
    width: 100%;
}

.follow_form .wpcf7 p {
    display: flex;
}

.follow_form span.wpcf7-form-control-wrap,
.follow_form span.wpcf7-form-control-wrap input {
    width: 100%;
}

.follow_form input[type="submit"] {
    background: #fff !important;
    color: #f37435;
    text-transform: inherit;
    font-weight: bold;
    font-size: 18px;
    width: 181px;
    margin-left: 3%;
    margin-right: 0px;
    height: 50px;
    font-family: 'Google Sans';
    padding: 0px 24px 0px 26px;
}

    .follow_form input[type="submit"]:hover {
        color: #fff;
        background: #2e2b27 !important;
    }

#RegFollow {
    background: #fff !important;
    color: #f37435;
    text-transform: inherit;
    font-weight: bold;
    font-size: 14px;
    width: 181px;
    margin-left: 3%;
    margin-right: 0px;
    height: 50px;
    font-family: 'Google Sans';
    padding: 0px 24px 0px 26px;
    line-height: 47px;
    border-radius: 5px;
}

    #RegFollow:hover {
        color: #fff;
        background: #2e2b27 !important;
    }


input.input-number, span.input-number-decrement, span.input-number-increment {
    border: 1px solid #e0e0e0;
    height: 46px;
    user-select: none;
}

input.input-number {
    width: 75px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    margin: 0px -3.8px;
}

span.input-number-decrement {
    border-right: none;
}

span.input-number-increment {
    border-left: none;
}

span.input-number-decrement, span.input-number-increment {
    display: inline-block;
    width: 46px;
    line-height: 46px;
    background: #f6f6f6;
    color: #333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

a#btnSendContact {
    background: #f37435;
    color: black;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
}

.boxFilterLeft.btn-group.btn-reset a {
    width: 77px;
    background: white;
    color: #f37435;
    border: 1px solid #f37435;
    font-weight: bold;
    line-height: 20px;
}

p.comment-form-author {
    width: 49%;
    display: inline-block;
    margin: 10px 0px;
}

p.comment-form-email {
    width: 50%;
    display: inline-block;
}

input#email {
    width: 100%;
    border: 1px solid;
    height: 30px;
}

input#Phone {
    border: 1px solid;
    height: 30px;
}

ul.top_line_product_pc.top_line_service_pc li {
    width: 20%;
}

    ul.top_line_product_pc.top_line_service_pc li img {
        width: 100%;
        height: 100%;
    }

ul.top_line_product_mobile.top_line_service_pc {
    margin-bottom: 0px;
}

ul.top_line_1 {
    margin-bottom: 0px !important;
}

section.top_line_product.top_line2 h3 {
    text-transform: unset;
}

section.top_header {
    min-height: 30px;
    background-image: linear-gradient(90deg, #faa41b 10%, #f37435 100%);
}

    section.top_header p {
        font-size: 15px;
        font-weight: bold;
        color: white;
        padding: 0px 15px;
        line-height: 30px;
    }

ul.intro_page_list li {
    display: block;
    float: left;
    width: 46%;
    border: 1px solid #ccc;
    margin: 2%;
    border-radius: 10px;
}

.text_intro_page {
    background: #cccccc26;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
}

ul.dropdown-listchildpage.dropdown-style2 {
    width: 300PX;
    left: 0px;
}

    ul.dropdown-listchildpage.dropdown-style2 li {
        width: 100%;
        padding: 0px;
        padding-left: 15px;
    }

    ul.dropdown-listchildpage.dropdown-style2:before {
        left: 30px;
    }

section.breadcrumb-wrapper .container-fluid {
    background: #0000002e;
}

span.title-service {
    color: #d43b2b !important;
    font-weight: bold !important;
    height: 50px;
}

span.summary-service {
    text-transform: unset !important;
    text-align: left;
    padding: 0px 10px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

ul.top_line_product_pc.top_line_1 li:nth-child(1) {
    width: 60%;
}

ul.top_line_product_pc.top_line_1 li span {
    background: #ffffffad;
    color: #222222;
    border: 3px solid #222222;
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
}

    ul.top_line_product_pc.top_line_1 li span i {
        font-size: 12px;
        text-transform: none !important;
        border: 2px solid #222222;
        border-radius: 20px;
        padding: 3px 5px;
    }

ul.top_line_product_pc.top_line_1 li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.7px;
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    background-color: #faa41be6;
    font-size: 26px;
    position: absolute;
    top: 17%;
    padding: 15px 50px;
    width: 90%;
    left: 5%;
    border: 3px solid white;
}

ul.top_line_product_pc.top_line_1 li {
    width: 30%;
    position: relative;
    margin: 15px !important;
}

.h_icon li form {
    position: absolute;
    right: 0px;
}

ul.translation-links {
    width: 100px;
    display: inline-block;
    text-align: right;
}

    ul.translation-links li {
        display: inline-block;
    }

.block-cpn {
    display: inline-block;
}

ul.translation-links li img {
    width: 30px;
    height: 18px;
}

div#gt-wrapper-82042212 {
    float: right;
}

    div#gt-wrapper-82042212 a {
        float: right;
    }

        div#gt-wrapper-82042212 a img {
            width: 24px;
            height: 24px;
        }
