﻿* {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 1050px;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFFFFF;
    font-size: 13px;
    min-width: 1050px;
    color: #363636;
}

img {
    border: none;
}

a {
    color: #555555;
    text-decoration: none;
    border: none;
}

    a:hover {
        color: #bd2026;
    }

    a:link, a:focus, a:visited {
        text-decoration: none;
        border: none;
    }

p {
    margin: 7px 0px 8px 0px;
    padding: 0;
}

.wrapper {
    margin: 0px auto;
    width: 1140px;
    position: relative;
    display: block;
    clear: both;
}

.clear {
    clear: both;
    float: left;
}

.padding_top_20 {
    padding-top: 20px;
}

.margin_top_15 {
    margin-top: 15px;
}

.mt_10 {
    margin-top: 10px;
}

.nav_mobile {
    background-image: url(../images/nav-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 32px;
    cursor: pointer;
    line-height: 32px;
    float: left;
    margin-right: 10px;
    display: none;
}

#top-line {
    width: 100%;
    clear: both;
    float: left;
    background: #ff9800;
}

.top_header {
    width: 100%;
    clear: both;
    float: left;
    background: #FFF;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    justify-content: center;
}

.brand-tab {
    float: left;
    width: 12.5%;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    margin-left: -1px;
    position: relative;
    padding: 5px;
}

    .brand-tab a {
        height: 54px;
        display: block;
        position: relative;
    }

    .brand-tab:hover:after {
        left: 0;
        width: 100%;
        bottom: 0;
        content: '';
        position: absolute;
        border-bottom: 2px solid #bd2026;
        padding-bottom: 1px;
        -moz-transition: 0.4s all ease;
        -o-transition: 0.4s all ease;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }

    .brand-tab span {
        display: block;
        text-align: center;
        text-transform: uppercase;
    }

    .brand-tab h2 {
        font-size: 13px;
        text-align: center;
        color: #bd2026;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

    .brand-tab img {
        width: 100%;
        padding: 0px 10px;
    }

ul.top_lf {
    float: left;
    position: relative;
    display: block;
}

    ul.top_lf li {
        float: left;
        display: block;
        line-height: 49px;
        background-color: transparent;
    }

        ul.top_lf li.hover {
            text-align: center;
            background-position: center bottom;
            background-repeat: no-repeat;
            -moz-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            -ms-transition: all .2s linear;
        }

            ul.top_lf li.hover:hover {
                background-color: #363636;
            }

        ul.top_lf li img {
            float: left;
            display: block;
            border: none;
            padding: 10px 5px;
        }

        ul.top_lf li a {
            font-size: 14px;
            color: #FFFFFF;
            padding-right: 24px;
            float: left;
            text-transform: uppercase;
            font-weight: 600;
        }

            ul.top_lf li a:hover {
                color: #fcb040;
            }

.top_header ul, .top_header ul li {
    list-style: none;
}

.top_header .top_divider {
    width: 2px;
    background-image: url(../images/top-divider.png);
    background-position: left top;
    background-repeat: no-repeat;
}

ul.top_rt {
    float: right;
    display: block;
    position: relative;
}

    ul.top_rt li {
        float: left;
        line-height: 49px;
        color: #FFFFFF;
        position: relative;
        display: block;
    }

        ul.top_rt li a {
            color: #FFFFFF;
            font-size: 12px;
            padding: 0px 5px;
            display: block;
            float: left;
            text-transform: uppercase;
            font-weight: 600;
        }

            ul.top_rt li a:hover {
                color: #fcb040;
            }

            ul.top_rt li a img {
                float: left;
                display: block;
                border: none;
                padding: 16.5px 0px 0px 0px;
            }

        ul.top_rt li.my_account a {
            background: transparent url(../images/icon-down.png) no-repeat right 17px;
            padding-right: 18px;
            text-transform: capitalize;
            font-size: 13px;
        }

.ddlist {
    display: none;
    position: absolute;
    background: #F7F7F7;
    top: 49px;
    right: 0px;
    z-index: 1;
    border: 1px solid #C2C2C2;
    border-top: none;
    -moz-box-shadow: 1px 1px 3px #929292;
    -webkit-box-shadow: 1px 1px 3px #929292;
    box-shadow: 1px 1px 3px #929292;
    -o-box-shadow: 1px 1px 3px #929292;
    -moz-animation: fadeIn .5s ease-in-out;
    -webkit-animation: fadeIn .5s ease-in-out;
    -o-animation: fadeIn .5s ease-in-out;
    -ms-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out;
}

    .ddlist ul {
        list-style: none;
        position: relative;
        display: block;
        float: left;
        clear: both;
    }

        .ddlist ul li {
            line-height: normal;
            position: relative;
            display: block;
            float: left;
            clear: both;
            border-bottom: 1px solid #C2C2C2;
        }

            .ddlist ul li:last-child {
                border-bottom: none;
            }

            .ddlist ul li a {
                color: #555;
                display: block;
                background: transparent url(../images/bullet_footer.png) no-repeat left center !important;
                padding: 4px 10px 4px 16px !important;
                margin-left: 8px;
                width: 180px;
                font-weight: normal;
                text-transform: none !important;
            }

                .ddlist ul li a:hover {
                    color: #bd2026;
                }

ul.top_rt li.my_account:hover .ddlist {
    display: block;
}

a.view_cart {
    color: #fcb040 !important;
    background: transparent url(../images/icon-cart.png) no-repeat left 9px;
    padding-left: 30px !important;
    padding-right: 10px !important;
}

#header {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    float: left;
    margin-top: 10px;
}

    #header .logo {
        float: left;
        width: 285px;
        padding-right: 40px;
    }

        #header .logo img {
            width: 100%;
            margin-top: 6px;
        }

    #header .search {
        float: left;
        width: calc(100% - 285px - 180px);
        position: relative;
        padding-right: 40px;
    }

        #header .search input[type="text"] {
            outline: none;
            background-color: #FFFFFF;
            font-size: 14px;
            padding: 7px;
            float: left;
            border: 1px solid #eee;
            width: calc(100% - 87px);
            -webkit-apperance: none;
            border-radius: 3px 0px 0px 3px;
            -webkit-border-radius: 3px 0px 0px 3px;
            -moz-border-radius: 3px 0px 0px 3px;
            -o-border-radius: 3px 0px 0px 3px;
        }

        #header .search a.btnsearch {
            border: 1px solid #eee;
            margin-left: -1px;
            outline: none;
            cursor: pointer;
            padding: 6px 10px;
            border-radius: 0px 3px 3px 0px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -moz-border-radius: 0px 3px 3px 0px;
            -o-border-radius: 0px 3px 3px 0px;
            float: left;
            font-weight: 600;
        }

            #header .search a.btnsearch:hover {
                color: #555;
                background: #eee;
            }

.fixed {
    position: fixed !important;
    z-index: 10000;
    background: #FFF;
    margin-top: 0px !important;
    -webkit-box-shadow: 0 2px 5px #0000001a !important;
    -moz-box-shadow: 0 2px 5px #0000001a !important;
    box-shadow: 0 2px 5px #0000001a !important;
    padding: 10px 0px;
}

.cart,
.my-account {
    width: 90px;
    text-align: center;
    float: left;
    margin-top: 10px;
    position: relative;
}

    .cart img,
    .my-account img {
        max-width: 32px;
    }

    .my-account img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .cart a,
    .my-account a {
        display: block;
        font-weight: 600;
    }

.cart {
    text-align: center;
}

    .cart img {
        clear: both;
        text-align: center;
    }

    .cart strong {
        display: block;
    }

.signin-dropdown {
    width: 260px;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
    position: absolute;
    box-shadow: none;
    background-color: #FFF;
    display: none;
}

.my-account:hover .signin-dropdown {
    opacity: 1;
    right: 0px;
    display: block;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    -webkit-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
    -o-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
    transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
}

.signin-dropdown .sign-in,
.signin-dropdown .login-fb,
.signin-dropdown .login-gg {
    display: block;
    padding: 8px;
    border: 1px solid #ff9800;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #ff9800;
    color: #FFF;
}

.signin-dropdown .sign-in {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.signin-dropdown .login-fb {
    background: #3B5998 url("../images/facebook.png") no-repeat 6px 5px;
    border: 1px solid #3B5998;
}

.signin-dropdown .login-gg {
    background: #FFF url("../images/google.png") no-repeat 6px 5px;
    border: 1px solid #dedede;
    color: #333;
}

.dac {
    margin-bottom: 10px;
}

    .dac strong {
        padding: 0px;
        font-size: 15px;
        display: block;
    }

    .dac a {
        display: block;
        font-size: 15px;
        color: #bd2026;
        font-weight: 600;
    }

.npf {
    width: 100%;
    border: 2px solid #9a9a9a;
    border-radius: 5px;
    padding: 5px;
}

    .npf strong {
        font-size: 15px;
    }

    .npf ul {
        padding: 0 0 0 20px;
        text-align: left;
    }

.logged {
    padding: 0px;
    text-align: left;
    list-style: none;
}

    .logged li {
        padding: 6px 0px 6px 10px;
    }

        .logged li:last-child {
            border-top: 1px solid #9E9E9E;
        }

#top_menu {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-top: 10px;
    background: #F7F7F7;
    -webkit-box-shadow: 0 2px 5px #0000001a;
    -moz-box-shadow: 0 2px 5px #0000001a;
    box-shadow: 0 2px 5px #0000001a;
}

.support {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 10px;
    display: block;
}

    .support strong,
    .support span {
        display: block;
    }

    .support strong {
        text-transform: uppercase;
    }

    .support span {
        color: #ff9800;
    }

#top_menu .header_nav {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
}

    #top_menu .header_nav li {
        float: left;
        display: block;
        position: relative;
    }

        #top_menu .header_nav li.has_child:hover {
            z-index: 9999;
        }

            #top_menu .header_nav li.has_child:hover a {
                z-index: 1;
                position: relative;
            }

        #top_menu .header_nav li strong {
            font-weight: 600;
        }

        #top_menu .header_nav li h2 {
            font-size: 13px;
        }

        #top_menu .header_nav li.has_child h3 {
            font-size: 13px;
        }

        #top_menu .header_nav li a {
            display: block;
            text-align: center;
            line-height: 40px;
            text-transform: uppercase;
            color: #555555;
            padding: 0px 26px 0px 0px;
        }

            #top_menu .header_nav li a:hover,
            #top_menu .header_nav li.has_child:hover h2 a {
                color: #bd2026;
            }

    #top_menu .header_nav div {
        position: absolute;
        left: -999em;
        width: 250px;
        padding: 10px 0px;
        border: 1px solid #f5f5f5;
        background-color: #FFF;
        margin-top: -1px;
        -webkit-box-shadow: 0px 4px 13px -3px #808080;
        -moz-box-shadow: 0px 4px 13px -3px #808080;
        -ms-box-shadow: 0px 4px 13px -3px #808080;
        -o-box-shadow: 0px 4px 13px -3px #808080;
        box-shadow: 0px 4px 13px -3px #808080;
        -webkit-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
        -o-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
        transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
    }

        #top_menu .header_nav div a {
            line-height: 32px;
            text-align: left;
            text-transform: capitalize;
            font-weight: 400;
            padding-left: 15px;
            background-position: left center;
            background-repeat: no-repeat;
        }

            #top_menu .header_nav div a:hover {
                background: #f5f5f5;
            }

    #top_menu .header_nav li:hover div {
        left: 0px;
        top: auto;
    }

    #top_menu .header_nav li.dif:hover div {
        left: -221px;
    }

@-moz-keyframes fadeIn {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

#banner {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-top: 14px;
}

    #banner .banner {
        width: 100%;
        position: relative;
        display: block;
        float: left;
        clear: both;
    }

        #banner .banner img {
            width: 100%;
        }

    #banner .filter {
        width: 470px;
        background: #de1b57;
        padding: 15px 20px;
        position: absolute;
        right: 20px;
        top: 80px;
        z-index: 99;
    }

        #banner .filter .t {
            font-weight: 600;
            text-align: center;
            color: #FFFFFF;
            font-size: 20px;
            margin: 0px 0px 15px 0px;
            padding: 0px;
            text-transform: uppercase;
        }

        #banner .filter .f {
            float: left;
            position: relative;
            display: block;
        }

            #banner .filter .f label {
                font-weight: 600;
                color: #FFFFFF;
                display: block;
                clear: both;
                position: relative;
            }

            #banner .filter .f select {
                width: 165px;
                float: left;
                clear: both;
                border: none;
                outline: none;
                background-color: #FFFFFF;
                padding: 8px 5px;
                margin-right: 10px;
            }

            #banner .filter .f a.btn {
                background: #fcb040;
                margin-top: 18px;
                color: #FFFFFF;
                padding: 7.5px 8px;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                display: block;
            }

                #banner .filter .f a.btn:hover {
                    color: #bd2026;
                    background: #FFFFFF;
                }

        #banner .filter .d {
            clear: both;
            width: 100%;
            color: #FFFFFF;
            padding-top: 10px;
        }

            #banner .filter .d span {
                color: #fcb040;
            }

.icon_flower {
    float: left;
    clear: both;
    width: 100%;
    background: #F7F7F7;
    -webkit-box-shadow: 0 2px 5px #0000001a;
    -moz-box-shadow: 0 2px 5px #0000001a;
    box-shadow: 0 2px 5px #0000001a;
    margin-top: 15px;
}

    .icon_flower h2 {
        color: #bd2026;
        font-size: 18px;
        text-transform: uppercase;
        padding: 0px;
        margin: 15px 0px 0px 0px;
        font-weight: 600;
    }

    .icon_flower ul.items {
        float: left;
        width: 100%;
        display: block;
        list-style: none;
        margin: 15px 0px;
    }

        .icon_flower ul.items li {
            float: left;
            display: block;
            position: relative;
            width: 16.667%;
            padding: 0px 12px;
        }

            .icon_flower ul.items li img {
                border: none;
                width: 100%;
                -webkit-transition: all 250ms linear;
                -moz-transition: all 250ms linear;
                -ms-transition: all 250ms linear;
                -o-transition: all 250ms linear;
            }

            .icon_flower ul.items li a {
                display: block;
                text-align: center;
                color: #636363;
                text-transform: uppercase;
                font-size: 15px;
                clear: both;
                font-weight: 600;
                margin-top: 10px;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
            }

            .icon_flower ul.items li:hover img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            .icon_flower ul.items li:hover a {
                color: #bd2026;
            }

#content {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
}

    #content .lf {
        float: left;
        clear: left;
        padding-right: 10px;
        width: 75%;
    }

    #content .full {
        width: 100%;
    }

    #content .rt {
        float: left;
        clear: right;
        width: 25%;
    }

        #content .rt .r_nav {
            margin-bottom: 10px;
            position: relative;
            display: block;
            float: left;
            width: 249px;
            clear: both;
        }

            #content .rt .r_nav h2,
            #content .rt .r_nav span {
                font-size: 18px;
                color: #fff;
                padding: 10px;
                background-color: #ACC955;
                clear: both;
                text-transform: uppercase;
                display: block;
            }

            #content .rt .r_nav ul {
                float: left;
                position: relative;
                display: block;
                clear: both;
                border: 1px solid #cdcdcd;
                border-top: none;
                width: 247px;
                list-style: none;
            }

                #content .rt .r_nav ul li {
                    float: left;
                    clear: both;
                    position: relative;
                    padding: 8px 10px;
                    border-top: 1px solid #cdcdcd;
                    background: #F7F7F7;
                    font-size: 14px;
                    width: 227px;
                }

        #content .rt .t {
            background-color: #d4e9ff;
            padding: 10px;
            width: 229px;
            position: relative;
            display: block;
            float: left;
            clear: both;
        }

        #content .rt .order {
            width: 229px;
            float: left;
            position: relative;
            display: block;
            clear: both;
            background-image: url("../images/line.png");
            background-repeat: repeat-x;
            background-position: left bottom;
            padding-bottom: 12px;
        }

        #content .rt .discount, #content .rt .satisfaction {
            width: 229px;
            float: left;
            position: relative;
            display: block;
            clear: both;
            background-color: #FFFFFF;
            background-image: url("../images/hoa-giam-gia.png");
            background-repeat: no-repeat;
            background-position: left top;
            padding-top: 180px;
            margin-top: 10px;
        }

        #content .rt .satisfaction {
            margin-top: 0px;
            background-image: url("../images/hai-long-ve-hoa-yeu-thuong.png");
        }

            #content .rt .discount h4, #content .rt .satisfaction h4 {
                color: #FFFFFF;
                font-size: 12.77px;
                padding-left: 15px;
                line-height: 25px;
                font-weight: 600;
                text-transform: uppercase;
            }

        #content .rt .line {
            background-image: url("../images/line.png");
            background-repeat: repeat-x;
            background-position: left center;
            display: block;
            position: relative;
            clear: both;
            height: 2px;
            padding: 12px 0px;
        }

        #content .rt .discount span, #content .rt .satisfaction span {
            display: block;
            clear: both;
            font-size: 14px;
            color: #707070;
            padding: 15px;
        }

        #content .rt .b {
            background-image: url("../images/bg-special.png");
            background-repeat: repeat;
            background-position: left top;
            padding: 10px;
            margin-top: 10px;
            width: 229px;
            position: relative;
            display: block;
            float: left;
            clear: both;
        }

        #content .rt .contact {
            background-image: url("../images/lien-he-hoa-yeu-thuong.png");
            background-repeat: no-repeat;
            background-position: left top;
            padding-top: 120px;
            width: 229px;
            float: left;
            position: relative;
            display: block;
            clear: both;
        }

            #content .rt .contact h4 {
                color: #FFFFFF;
                font-size: 12.77px;
                padding-left: 15px;
                line-height: 25px;
                font-weight: 600;
                text-transform: uppercase;
            }

            #content .rt .contact span {
                display: block;
                clear: both;
                font-size: 14px;
                color: #707070;
                padding: 15px;
            }

    #content .data_items {
        width: 100%;
        float: left;
        position: relative;
        display: block;
        clear: both;
    }

        #content .data_items h2,
        #content .data_items h1 {
            font-weight: 600;
            font-size: 16px;
            text-transform: uppercase;
            clear: both;
            color: #bd2026;
        }

            #content .data_items h2 a,
            #content .data_items h1 a {
                font-weight: 600;
                font-size: 16px;
                text-transform: uppercase;
                color: #bd2026;
                text-align: left;
            }

        #content .data_items .item {
            padding: 0px 10px 0px 0px;
            width: 20%;
            float: left;
            position: relative;
            display: block;
            margin-top: 10px;
        }

        #content .data_items .i,
        #content .data_items .t {
            display: block;
            width: 100%;
            text-align: center;
            float: left;
            position: relative;
            clear: both;
        }

        #content .data_items .i {
            border: 1px solid #cdcdcd;
            padding: 12px 0px;
            height: 210px;
            overflow: hidden;
        }

        #content .data_items .t {
            border: 1px solid #cdcdcd;
            border-top: none;
            background-color: #FFF;
            padding: 5px 0px;
        }

        #content .data_items h4 {
            padding-bottom: 5px;
        }

            #content .data_items h4, #content .data_items h4 a {
                font-weight: normal;
                font-size: 14px;
                clear: both;
                text-align: center;
            }

.data_items .i img {
    transform: scale(1);
    transition-duration: .4s;
    object-fit: scale-down;
}

.data_items .item:hover .i img {
    transform: scale(1.15);
}

.data_items .item:hover .i,
.data_items .item:hover .t {
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
}

#content .data_items span,
.data_items a {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: block;
    clear: both;
    font-style: normal;
}

.item .t a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
}

#content .data_items .vn {
    color: #bd2026;
    font-weight: 600;
}

    #content .data_items .vn i {
        font-weight: 400;
        color: #288ad6;
    }

    #content .data_items .vn em {
        font-style: normal;
    }

        #content .data_items .vn em.oprice {
            text-decoration: line-through;
            font-weight: 300;
            color: #555;
            padding-right: 5px;
        }

#content .data_items .en {
    color: #717171;
}

#content .page-cat {
    float: right;
    clear: right;
    width: 75%;
}

    #content .page-cat .data_items .item {
        width: 25%;
    }

.left-menu {
    width: 25%;
    padding-right: 20px;
    clear: left;
    float: left;
    margin-top: 20px;
}

.r_nav h2 {
    display: block;
    margin: 0;
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    background: #ff9800;
    color: #FFF;
    border-radius: 0;
    border: none;
}

.left-menu ul {
    list-style: none;
    border: 1px dashed #dddddd;
    padding: 0px 20px 13px 20px;
}

.left-menu li + li {
    border-top: 1px dashed #dddddd;
}

.left-menu li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.8s;
    padding: 10px 15px 11px 0;
    font-weight: 600;
}

    .left-menu li a:hover {
        color: #ff9800;
        text-decoration: none;
        background-color: transparent;
    }

#content .promotion, #content .express {
    background-color: #ffe6dd;
    padding: 0px 0px 15px 5px;
    width: 100%;
}

#content .express {
    background-color: #d4e9ff;
    margin-top: 10px;
}

    #content .promotion h2, #content .express h2,
    #content .promotion h1, #content .express h1 {
        padding: 10px 5px 0px 5px;
    }

        #content .promotion h2 a, #content .express h2 a {
            background-color: transparent;
        }

    #content .promotion .item, #content .express .item {
        margin-top: 20px;
        padding: 0px 10px 0px 10px;
        width: 20%;
    }

    #content .promotion .i, #content .express .i {
        border: none;
        background-color: #FFFFFF;
    }

    #content .promotion .t, #content .express .t {
        border: none;
        border-top: 1px solid #cdcdcd;
    }

#footer {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    clear: both;
    background-image: url("../images/bg-special.png");
    background-repeat: repeat;
    background-position: left top;
    padding: 20px 0px 0px 0px;
    margin-top: 20px;
    font-size: 14px;
}

    #footer .col_1_of_4 {
        width: 23%;
        float: left;
        display: block;
        position: relative;
    }

    #footer .ft_special {
        width: 30%;
    }

    #footer ul {
        list-style: none;
        display: block;
        width: 95%;
        position: relative;
        margin: 10px 5% 20px 0px;
        float: left;
    }

        #footer ul li {
            display: block;
            float: left;
            clear: both;
            position: relative;
            width: 100%;
            padding: 3px 0px;
        }

    #footer h3 {
        font-weight: 600;
        font-size: 15px;
        clear: both;
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 8px;
        display: block;
        margin-right: 25px;
        text-transform: uppercase;
    }

    #footer .ft_special h3 {
        color: #bd2026;
    }

    #footer ul li a {
        background-image: url("../images/bullet_footer.png");
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-left: 15px;
    }

    #footer .social {
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        float: left;
    }

        #footer .social a {
            width: auto;
            padding: 0px 10px 0px 0px;
        }

    #footer .col_1_of_4 p {
        color: #555;
        margin: 5px 5px 5px 0px;
    }

        #footer .col_1_of_4 strong,
        #footer .col_1_of_4 p a {
            color: #bd2026;
        }

    #footer .col_1_of_4 .up {
        text-transform: uppercase;
    }

    #footer .form {
        width: 100%;
        clear: both;
        display: block;
        position: relative;
        margin-top: 8px;
        float: left;
    }

        #footer .form input[type="text"] {
            border: none;
            outline: none;
            background-color: #FFFFFF;
            font-size: 14px;
            color: #555555;
            padding: 9px;
            float: left;
            width: 140px;
            margin-right: 8px;
            -webkit-apperance: none;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
        }

        #footer .form input[type="submit"] {
            border: none;
            outline: none;
            cursor: pointer;
            background-color: #bd2026;
            width: 52px;
            padding: 9px 0px;
            color: #FFFFFF;
            text-align: center;
            text-transform: uppercase;
            -webkit-apperance: none;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            float: left;
        }

            #footer .form input[type="submit"]:hover {
                background-color: #fcb040;
            }

    #footer .ft-topic h3 {
        font-weight: 600;
        color: #707070;
        background-image: url("../images/icon-hyt.png");
        background-repeat: no-repeat;
        background-position: left 4px;
        padding: 8px 0px 8px 30px;
    }

[canvas=container], [off-canvas] {
    padding: 10px 20px;
}

.sb-logo {
    background-color: #464646;
    text-align: center;
    padding: 7px 0px;
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}

.sb-top-nav {
    width: 100%;
    list-style: none;
    background: #464646;
}

    .sb-top-nav li {
        display: block;
        border-bottom: 1px ridge #606060;
    }

        .sb-top-nav li a {
            color: #FFF;
            font-size: 14px;
            display: block;
            text-transform: uppercase;
            font-weight: 600;
            padding: 8px 0px 8px 40px;
            background-repeat: no-repeat;
            background-position: 3px center;
        }

            .sb-top-nav li a img {
                max-width: 100%;
            }

            .sb-top-nav li a.icon-hyt {
                background-image: url("../images/brands/icon-hyt.png");
            }

            .sb-top-nav li a.icon-dl {
                background-image: url("../images/brands/icon-dl.png");
            }

            .sb-top-nav li a.icon-locat {
                background-image: url("../images/brands/icon-lt.png");
            }

            .sb-top-nav li a.icon-lhd {
                background-image: url("../images/brands/icon-lhd.png");
            }

            .sb-top-nav li a.icon-rau {
                background-image: url("../images/brands/icon-rau.png");
            }

            .sb-top-nav li a.icon-sub {
                background-image: url("../images/brands/icon-sub.png");
            }

            .sb-top-nav li a.icon-gau {
                background-image: url("../images/brands/icon-gau.png");
            }

            .sb-top-nav li a.icon-gift {
                background-image: url("../images/brands/icon-gift.png");
            }

            .sb-top-nav li a.icon-thong {
                background-image: url("../images/brands/icon-thong.png");
            }

            .sb-top-nav li a.icon-83 {
                background-image: url("../images/brands/icon-83.png");
            }

.sb-search {
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    padding-top: 10px;
    float: left;
}

    .sb-search input[type="text"] {
        border: none;
        outline: none;
        background-color: #FFFFFF;
        font-size: 14px;
        color: #555555;
        padding: 9px;
        float: left;
        width: 210px;
        margin: 0px 28px 0px 10px;
        -webkit-apperance: none;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
    }

    .sb-search input[type="submit"] {
        text-indent: -9999px;
        border: none;
        outline: none;
        cursor: pointer;
        width: 26px;
        height: 26px;
        background-color: transparent;
        background-image: url("../images/sb-icon-search.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-apperance: none;
        position: absolute;
        right: 25px;
        top: 15px;
    }

.sb_main_nav {
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    font-size: 14px;
}

    .sb_main_nav li {
        width: 100%;
        clear: both;
        border-bottom: 1px ridge #dadada;
    }

        .sb_main_nav li a,
        .sb_main_nav li p.sb_main_h {
            display: block;
            padding: 8px 10px;
            color: #555555;
            text-transform: uppercase;
            position: relative;
        }

        .sb_main_nav li p.sb_main_h {
            margin: 0px;
            cursor: pointer;
            font-weight: 600;
        }

        .sb_main_nav li p.active {
            color: #bd2026;
        }

.plusminus {
    float: right;
    color: #bd2026;
    font-weight: 600;
    font-size: 14px;
}

.sb_sub_nav {
    float: left;
    position: relative;
    display: none;
    clear: both;
    width: 100%;
    background-color: #FFFFFF;
}

    .sb_sub_nav a:before {
        content: "-";
        position: absolute;
        left: 10px;
        top: 5px;
    }

    .sb_sub_nav a {
        padding: 6px 6px 6px 20px !important;
        text-transform: capitalize !important;
    }

.com_ddl {
    float: right;
    position: relative;
    display: inline-block;
    clear: right;
}

    .com_ddl strong {
        font-weight: 600;
        float: left;
        clear: left;
        margin-right: 10px;
        line-height: 30px;
    }

    .com_ddl .dropdown_content span {
        padding: 4px 0px;
        line-height: 30px;
    }

        .com_ddl .dropdown_content span:after {
            border-top: 6px solid #ff9800;
        }

    .com_ddl .dropdown_content:hover ul {
        right: 0px;
        left: auto;
        top: 30px;
        height: auto;
        width: auto;
        padding: 10px;
    }

input.error {
    border: 1px solid #bd2026 !important;
}

    input.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #bd2026;
    }

    input.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #bd2026;
    }

    input.error::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bd2026;
    }

    input.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bd2026;
    }

.ibadge {
    display: block;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
}

.isale {
    padding: 2px 8px;
    top: 3px;
    left: 3px;
    background-color: #7f44a2;
}

.freeship {
    top: 190px;
    background: linear-gradient(to right,#faab08,#d42611);
    font-size: 11px !important;
    padding: 2px 8px;
    left: 0px;
}

.promotion .isale, .express .isale, .promotion .freeship, .express .freeship {
    left: 9px;
}

.l_item .inew {
    background: transparent url(../images/icon-new.png) no-repeat 0 0;
    width: 105px;
    height: 60px;
    right: -10px;
    top: -4px;
}

.inew {
    background: transparent url(../images/icon-new-small.png) no-repeat 0 0;
    width: 80px;
    height: 45px;
    right: 3px;
    top: -3px;
}

.promotion .inew, .express .inew {
    right: 2px;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 9999;
    background-color: #FFFFFF;
}

.popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(50, 44, 46, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}

.popup-content {
    position: absolute;
    display: block;
    top: 80px;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    color: #fff;
    background: #fff url(../images/bg-630x295.jpg) no-repeat right bottom;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 80%;
    overflow: scroll;
}

    .popup-content .box-content {
        width: 100%;
        text-align: left;
        position: relative;
        padding: 30px 30px 20px 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: block;
    }

        .popup-content .box-content p {
            color: #30303c;
            margin-bottom: 10px;
        }

        .popup-content .box-content h4 {
            font-size: 36px;
            line-height: 43px;
            margin-bottom: 13px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 300;
            color: #30303c;
            display: inline-block;
            width: 100%;
        }

    .popup-content .popup-form {
        position: relative;
        margin-top: 0;
        background: none;
    }

        .popup-content .popup-form:before, .popup-content .popup-form:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .popup-content .popup-form:after {
            clear: both;
        }

        .popup-content .popup-form input.form-control {
            width: 270px;
            color: #747480;
            background: #fff;
            border: 1px solid #e2dfde;
            font-size: 14px;
            line-height: 16px;
            font-weight: 300;
            padding: 7px 12px 7px 12px;
            clear: both;
            float: left;
            margin-bottom: 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .popup-content .popup-form input.form-control:focus {
                border-color: #66afe9;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            }

            .popup-content .popup-form input.form-control::-webkit-input-placeholder {
                color: #747480;
                opacity: 1;
            }

            .popup-content .popup-form input.form-control:-moz-placeholder {
                color: #747480;
                opacity: 1;
            }

            .popup-content .popup-form input.form-control::-moz-placeholder {
                color: #747480;
                opacity: 1;
            }

            .popup-content .popup-form input.form-control:-ms-input-placeholder {
                color: #747480;
                opacity: 1;
            }

.popup-form .popup-btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    float: left;
    clear: both;
    color: #fff;
    padding: 7px 16px 7px 16px;
    line-height: 16px;
    background: #f66875;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .popup-form .popup-btn:hover {
        color: #fff;
        background: #f4b956;
    }

.popup-content .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding: 0;
    color: #f66875;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .popup-content .close-btn:hover {
        color: #f4b956;
    }

.popup-content .result {
    float: left;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    list-style: none;
    background-color: #fffcd9;
    margin-top: 10px;
    color: #f26922;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

    .popup-content .result p {
        padding: 5px 10px;
        margin: 0px;
    }

    .popup-content .result h3 {
        font-size: 16px;
        padding: 5px 10px;
    }

    .popup-content .result p.error {
        color: #bd2026;
        font-weight: 600;
    }

#back-top {
    position: fixed;
    top: 100px;
    right: 20px;
    text-decoration: none;
    color: #fff !important;
    background: #de4a4a;
    font-size: 12px;
    display: none;
    width: 36px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    z-index: 100;
    cursor: pointer;
}

    #back-top span {
        display: block;
        position: relative;
        background: #1c64a1;
        height: 26px;
        padding: 4px 0 0 0;
        margin-top: 6px;
    }

    #back-top i {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #FFF;
        display: inline-block;
        margin: 2px 0px 6px 0px;
    }

    #back-top:hover {
        color: #fff;
        text-decoration: none;
    }

ul.oldest-news {
    list-style: none;
    clear: both;
    float: left;
    margin: 10px 0px 0px 0px !important;
    padding: 0px;
}

    ul.oldest-news li {
        padding: 7px 0px;
    }

        ul.oldest-news li a {
            background-image: url(../images/bullet_footer.png);
            background-repeat: no-repeat;
            background-position: left 4px;
            padding-left: 15px;
        }

.df-menu {
    list-style: none;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .df-menu li {
        display: inline-block;
        padding-right: 20px;
    }

        .df-menu li a {
            font-size: 14px;
            text-transform: uppercase;
            display: block;
        }

            .df-menu li a.active,
            .df-menu li a:hover {
                color: #bd2026;
                border-bottom: 2px solid #bd2026;
            }

#banner_ads {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
}

    #banner_ads .lf {
        background-color: #ffefea;
        float: left;
        display: block;
        position: relative;
        width: 50%;
        padding: 14px 10px 14px 14px;
        margin-right: 0px;
    }

        #banner_ads .lf .i {
            float: left;
            width: 240px;
            display: block;
            position: relative;
            padding-right: 15px;
        }

        #banner_ads .lf .d {
            float: left;
            position: relative;
            display: block;
            width: calc(100% - 240px);
            text-align: center;
        }

        #banner_ads .lf h4 {
            font-weight: 600;
            font-size: 18px;
            color: #636363;
        }

        #banner_ads .lf h2 {
            font-weight: 600;
            font-size: 29.3px;
            color: #a60c80;
            text-transform: uppercase;
            padding: 8.5px 0px;
        }

        #banner_ads .lf h3 {
            font-weight: 600;
            font-size: 18px;
            color: #636363;
            font-style: italic;
        }

        #banner_ads .lf h5 {
            font-weight: 600;
            font-size: 29.3px;
            color: #bd2026;
            padding: 14px 0px 4px 0px;
        }

            #banner_ads .lf h5 span {
                font-weight: normal;
            }

        #banner_ads .lf em {
            font-weight: 400;
            font-size: 18px;
            color: #636363;
            font-style: normal;
        }

    #banner_ads .rt {
        background-color: #ebebeb;
        float: left;
        display: block;
        position: relative;
        width: 50%;
        padding: 11px 10px;
    }

        #banner_ads .rt img {
            width: 100%;
        }

        #banner_ads .rt .t, #banner_ads .rt .b {
            width: 100%;
            float: left;
            clear: both;
            position: relative;
            background: none !important;
            padding: 0px;
        }

        #banner_ads .rt .b {
            padding: 10px 0px 0px 0px;
            margin-top: 0px;
        }

.location {
    float: left;
    position: relative;
}

    .location label {
        float: left;
        line-height: 32px;
        padding-right: 15px;
        font-weight: 600;
        color: #FFF;
    }

.dropdown_content {
    float: left;
}

.location .dropdown_content span {
    width: 130px;
    display: block;
    line-height: 32px;
    color: #FFF;
}

.dropdown_content span:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.dropdown_content ul {
    list-style: none;
    position: absolute;
    display: none;
    border: 1px solid #ff9800;
    background-color: #FFF;
    height: 200px;
    overflow: auto;
    margin-top: -1px;
}

    .dropdown_content ul li {
        display: block;
        color: #333;
        padding: 5px;
    }

        .dropdown_content ul li a {
            background: transparent url(../images/bullet_footer.png) no-repeat left center;
            padding-left: 17px;
            display: block;
        }

.dropdown_content:hover ul {
    display: block;
    z-index: 1;
    left: 0px;
    top: 32px;
    width: 220px;
}

.shipping-cost {
    float: left;
}

    .shipping-cost a {
        display: block;
        color: #FFF;
        line-height: 32px;
    }

        .shipping-cost a:hover {
            color: #e32d2d;
        }

.language {
    float: right;
}

    .language img {
        margin-top: 10px;
    }

.viewmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    border: 1px solid #eee !important;
    text-align: center;
    border-radius: 3px;
    margin: 10px auto 0px;
    width: 240px;
}

    .viewmore:after {
        content: '';
        width: 0;
        right: 0;
        border-top: 6px solid #288ad6;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

    .viewmore:hover {
        background: #288ad6;
        border-color: #288ad6;
        color: #fff;
    }

        .viewmore:hover:after {
            border-top: 6px solid #fff;
        }

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.header-services {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.services {
    width: 25%;
    float: left;
    padding-right: 20px;
    margin-top: 20px;
}

    .services a {
        display: block;
        background: #f8f8f8;
        padding: 25px 5px 25px 15px;
        border-radius: 50px;
        position: relative;
    }

    .services .service-img-outer {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        float: left;
    }

        .services .service-img-outer img {
            width: 40px;
        }

    .services .service-text {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding-left: 5px;
        width: calc(100% - 40px);
    }

        .services .service-text .service-title {
            font-size: 13px;
            font-weight: 600;
            color: #222;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .services .service-text .service-desc {
            color: #666;
            font-weight: 400;
            font-size: 12px;
            font-style: italic;
        }

    .services a:before {
        position: absolute;
        content: "";
        top: 41.5px;
        background: #eee;
        width: 8px;
        height: 8px;
        right: -14px;
        border-radius: 50%;
    }

    .services a:after {
        position: absolute;
        content: "";
        top: 45px;
        background: #eee;
        width: 20px;
        height: 1px;
        z-index: -1;
        right: -20px;
    }

    .services:nth-child(5) a:before,
    .services:nth-child(9) a:before,
    .services:nth-child(5) a:after,
    .services:nth-child(9) a:after {
        width: 0px;
        height: 0px;
    }

.h3-services {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    color: #222;
    position: relative;
}

    .h3-services:before {
        position: absolute;
        display: inline-block;
        bottom: 0px;
        left: calc(50% - 40px);
        width: 80px;
        height: 3px;
        background: #f3a9c3;
        content: '';
    }

.panel {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #f7f7f7;
    font-size: 14px;
}

    .panel h4 {
        font-size: 15px;
        text-transform: uppercase;
        padding: 10px 0px;
        font-weight: 600;
    }

.left-content {
    width: 70%;
    float: left;
    padding-right: 20px;
}

.right-content {
    width: 30%;
    float: right;
}

.social {
    width: 100%;
    clear: both;
}

    .social a {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
        padding: 10px;
    }

.timeline,
.you-tube {
    margin-top: 20px;
}

    .you-tube h2 {
        text-align: center;
        font-size: 22px;
        color: #FFF;
        background: #ea2127;
        text-transform: uppercase;
        padding: 10px;
    }

    .you-tube a {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

        .you-tube a img {
            width: 100%;
        }

    .you-tube h4 {
        font-weight: 600;
        font-size: 14px;
    }

.yt-view-more {
    color: #ea2127;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.cms-item {
    width: 100%;
    border-bottom: 1px solid #f69622;
    padding: 10px 0px;
    float: left;
}

    .cms-item h3 {
        padding: 0px;
        margin-bottom: 5px;
    }

        .cms-item h3 a {
            color: #be302f;
            font-size: 15px;
            font-weight: 600;
        }

.item-img {
    float: left;
    margin-right: 15px;
    width: 200px;
    clear: left;
}

.item-desc {
    float: left;
    font-size: 14px;
    width: calc(100% - 215px);
}

a.more {
    float: right;
    font-weight: 600;
    padding: 15px 22px 0px 0px;
    color: #be302f;
    background-image: url(../images/next.png);
    background-position: 70px 16px;
    background-repeat: no-repeat;
}

.left-content h1,
.check_box h1 {
    color: #ea2127;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 0px;
}

.left-content h2 {
    font-size: 16px;
}

.cms-content {
    font-size: 14px;
}

    .cms-content img {
        max-width: 100%;
        height: auto;
    }

.cms-related {
    float: left;
    width: 100%;
}

    .cms-related h3 {
        font-size: 16px;
        font-weight: 600;
        color: #ea2127;
        text-transform: uppercase;
    }

    .cms-related a {
        display: block;
        padding: 8px 0px 0px 10px;
        position: relative;
    }

        .cms-related a:before {
            content: "-";
            position: absolute;
            left: 0;
            top: 8px;
            font-weight: 600;
        }

.zalo-oa {
    position: absolute;
    display: none;
    z-index: 9999;
    background: #FFF;
    -webkit-box-shadow: 0 2px 5px #0000001a;
    -moz-box-shadow: 0 2px 5px #0000001a;
    box-shadow: 0 2px 5px #0000001a;
}

    .zalo-oa .close-zalo {
        border: 1px solid #de1b57;
        color: #de1b57;
        border-radius: 50%;
        width: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 16px;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        font-weight: 600;
    }

.cms-content ul, .cms-content ol {
    margin-left: 20px;
}

.ctrl-filter {
    margin-bottom: 15px;
}

    .ctrl-filter h2 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .ctrl-filter div {
        width: 100%;
        line-height: 20px;
        padding-bottom: 7px;
        font-size: 14px;
    }

    .ctrl-filter input[type="checkbox"] {
        display: inline-block;
        cursor: pointer;
    }

    .ctrl-filter label {
        padding-left: 10px;
        cursor: pointer;
    }

.filter-items {
    margin-top: 10px;
}

    .filter-items span {
        background: rgba(27, 168, 255, 0.1);
        font-size: 13px;
        padding: 2px 12px;
        line-height: 20px;
        position: relative;
        border-radius: 100px;
        display: inline-flex;
        margin: 0px 10px 10px 0px;
        height: 24px;
        -webkit-box-align: center;
        align-items: center;
    }

        .filter-items span a {
            background-image: url(../images/f-close.png);
            background-position: center center;
            background-repeat: no-repeat;
            display: block;
            width: 20px;
            height: 20px;
            margin-left: 5px;
        }

.data-top {
    margin-top: 10px;
}

.top-title {
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
}

.data-top-link {
    display: flex;
    float: right;
}

    .data-top-link a {
        border: 1px solid #e0e0e0;
        border-radius: 16px;
        color: #333;
        display: inline-block;
        font-size: 13px;
        line-height: 10px;
        margin-left: 10px;
        padding: 10px 11px;
    }

        .data-top-link a:hover {
            color: #288ad6;
        }

.w-920 {
    display: none;
    cursor: pointer;
    background-image: url(../images/filter.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 15px;
    font-size: 13px;
    float: left;
    line-height: 31.5px;
    font-weight: 600;
}

.modal-overlay {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}

.close-filter {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

.black {
    color: #333;
    top: 2px;
}

.dxpnlControl_MetropolisBlue,
.dxeListBox_MetropolisBlue {
    font: 14px 'Open Sans', sans-serif;
}

.frm-data div.cbb-2 {
    width: calc(33% - 50px);
    float: left;
    clear: none;
    margin-bottom: 0px;
    padding-right: 15px;
}

.frm-data div.cbb-4 {
    width: 25%;
    float: left;
    clear: none;
    margin-bottom: 0px;
    padding-right: 10px;
}

    .frm-data div.cbb-2 input[type=text],
    .frm-data div.cbb-4 input[type=text] {
        width: 100%;
        height: auto;
    }

.frm-data .dxeButtonEdit_MetropolisBlue td.dxic {
    padding: 0px;
}

.dxpcDropDown_MetropolisBlue .dxpc-mainDiv,
.dxpc-contentWrapper,
.dxpc-content,
.dxpc-content div {
    margin-bottom: 0px !important;
}

.voucher {
    width: 100%;
    float: left;
    clear: both;
}

    .voucher label {
        cursor: pointer;
        font-weight: 500;
        padding-top: 3px;
        padding-bottom: calc(0.375rem + 1px);
        margin-bottom: 0;
        font-size: inherit;
        line-height: 1.5;
        display: inline-block;
        float: left;
        font-weight: bold;
        padding-right: 10px;
        width: auto !important;
    }

    .voucher input {
        height: calc(1.5em + 0.5rem + 2px);
        padding: 0.25rem 0.5rem !important;
        font-size: .875rem !important;
        line-height: 1.5;
        display: block;
        width: 180px !important;
        font-weight: 400;
        background-color: #fff !important;
        background-clip: padding-box;
        border: 1px solid #ced4da !important;
        border-radius: 0.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        float: left;
    }

        .voucher input[type=text]:focus,
        .voucher select:focus,
        .voucher textarea:focus {
            outline: none;
            box-shadow: none;
        }

    .voucher a {
        display: block;
        line-height: 29px !important;
        border: 1px solid #ced4da;
        float: left;
        border-radius: 0.2rem;
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 0px 10px;
    }

    .voucher .is-invalid ~ .invalid-feedback {
        float: left;
        width: 100% !important;
        margin-left: 0px !important;
    }

#real-image .popup-content {
    background: #FFF;
    width: auto;
}

.image-sub {
    width: 500px;
    float: left;
    display: block;
    clear: both;
}

.view-real {
    color: #2f80ed;
    display: block;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
}

.ft-titlle {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

    .ft-titlle:before {
        position: absolute;
        display: inline-block;
        bottom: 0px;
        left: calc(50% - 80px);
        width: 160px;
        height: 3px;
        background: #bd2026;
        content: '';
    }

.sp-items:before {
    clear: both;
}

.sp-items {
    margin-top: 15px;
}

    .sp-items h2 {
        color: #333 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-transform: uppercase;
        margin-bottom: 5px !important;
    }

.sp-item:before {
    clear: both;
}

.sp-item {
    margin-top: 5px;
    display: flex;
}

    .sp-item strong {
        display: inline-block;
        line-height: 32px;
    }

.sp-items a {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    color: #333;
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    margin: 5px 10px 0px 0px;
    padding: 10px 11px;
}

.ctrl-filter a:before {
    clear: both;
}

.ctrl-filter a {
    background: #EEE;
    font-size: 13px;
    padding: 2px 12px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    color: #242424;
    border-radius: 12px;
}

    .ctrl-filter a.active {
        background: rgba(27, 168, 255, 0.1);
    }

.price-small-text {
    color: #858585;
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: 4px;
}

.range-price .input-group {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .range-price .input-group input {
        flex: 1 1 0%;
        width: calc(50% - 4px);
        height: 30px;
        padding: 0px 8px;
        background: #FFF;
        border-radius: 4px;
        text-align: left;
        border: 1px solid #b8b8b8;
        outline: 0px;
        font-size: 13px;
    }

    .range-price .input-group > span {
        width: 7px;
        height: 1px;
        font-size: 0px;
        display: inline-block;
        background: #9a9a9a;
        margin: 0px 4px;
        vertical-align: middle;
    }

.range-price .search_filter {
    background: #ffffff;
    border: 1px solid #0d5cb6;
    font-size: 12px;
    color: #0d5cb6;
    padding: 5px 15px;
    width: 99px;
    border-radius: 4px;
    text-align: center;
}

.pd_summary i {
    font-size: 12px;
}

.r_item h4 {
    font-size: 14px;
    margin: 5px 0px;
    color: #a6a6a6;
}

.material {
    font-size: 14px;
    color: #a6a6a6;
    list-style: none;
}

    .material li {
        display: block;
        padding-left: 10px;
        position: relative;
    }

        .material li:before {
            content: "-";
            position: absolute;
            left: 0px;
        }
/*Thông báo ngày lễ*/
.a-main,
.a-sub {
    background: #d5e8d4;
    padding: 10px;
    margin: 10px 0px 0px 15px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #a3c790 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.a-sub {
    background: #ffe6cc;
    border: 1px solid #e2b33f !important;
}

    .a-main:hover,
    .a-sub:hover {
        color: #555555;
    }

.dv-shipping-cost .e-buy {
    margin-top: 0px;
    padding: 7px 0px;
}

.dv-shipping-cost .dxeButtonEdit_MetropolisBlue {
    margin-top: 4px;
}

.dv-shipping-cost div label {
    padding-top: 0px !important;
    line-height: 36px !important;
}

.lf-plant {
    margin-top: 0px;
    padding: 10px 16px 16px 16px;
    margin-right: 20px;
    background: #f4f4f4;
    width: calc(25% - 20px);
}
    .lf-plant .ctrl-menu{
        margin-top: 16px;
    }
        .lf-plant .ctrl-menu:first-child{
            margin-top: 0px;
        }

        .lf-plant .ctrl-menu h2 {
            color: #232020;
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            margin-bottom: 12px;
            font-size: 16px;
            font-weight: 600;
            padding-top: 0px;
        }
            .lf-plant .ctrl-menu h2 span,
            .lf-plant .ctrl-menu a:hover {
                color: #bd2026;
            }

    .lf-plant .ctrl-menu a {
        position: relative;
        display: block;
        padding: 12px 0px;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        background-color: transparent;
        font-size: 14px;
    }
