﻿.site-header {
    background-color: #111;
    padding-left: 15px;
    padding-right: 15px;
}

.header-bar {
    background-color: #000;
    color: #999;
    margin: 0 -15px;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #333;
}

.header-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-menu {
    display: block;
    width: 100%;
    padding-top: 4px;
}

.top-menu {
    padding: 0 0 5px;
    margin: 0 -5px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .top-menu li {
        display: inline-block;
        text-transform: uppercase;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

        .top-menu li a {
            display: block;
            color: #fff;
            font-weight: 400;
            padding: 10px 5px;
            text-align: center;
            position: relative;
            -webkit-transition: color .3s ease;
            transition: color .3s ease;
        }

            .top-menu li a:hover {
                color: #FD4E19;
            }

                .top-menu li a:hover:after {
                    content: '';
                    display: block;
                    width: 24px;
                    height: 1px;
                    background-color: #FD4E19;
                    position: absolute;
                    bottom: 6px;
                    left: 50%;
                    margin-left: -12px;
                    -webkit-transition: opacity .3s ease;
                    transition: opacity .3s ease;
                }

        .top-menu li a {
            display: block;
            color: #fff;
            font-weight: 400;
            padding: 10px 5px;
            text-align: center;
            position: relative;
            -webkit-transition: color .3s ease;
            transition: color .3s ease;
        }

            .top-menu li a.activate {
                color: #FD4E19;
            }

                .top-menu li a.activate:after {
                    content: '';
                    display: block;
                    width: 24px;
                    height: 1px;
                    background-color: #FD4E19;
                    position: absolute;
                    bottom: 6px;
                    left: 50%;
                    margin-left: -12px;
                    -webkit-transition: opacity .3s ease;
                    transition: opacity .3s ease;
                }

.logo {
    display: inline-block;
    margin: auto;
    position: relative;
    left: 50%;
    margin-left: -83px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ms-link {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 5px 15px;
    border-right: 1px solid #333;
    color: #777;
}

.ms-freeship {
    padding: 5px 15px;
    width: 100%;
    color: #777;
}

.hot-link {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: auto;
    border-left: 1px solid #333;
    padding: 5px 15px 0;
    display: block;
    color: #FD4E19;
}

.page-container {
    position: relative;
    height: 100%;
}

.page-content {
    height: 100%;
    background: #fff;
    position: relative;
}

.search-panel {
    position: relative;
    background-color: #111;
    background-image: url(/App_Themes/Web/images/banner.jpg);
    background-position: 75% 50%;
    background-size: cover;
}

    .search-panel:before {
        display: block;
        width: 100%;
        padding-top: 31%;
        content: ''
    }

.search-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 600px;
}

.text-search {
    display: inline-block;
    margin: 0;
    padding: 15px 55px 15px 30px;
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 60px;
    outline: 0;
    background-color: #fff;
    color: #000;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 80px;
    font-size: 22px;
    color: rgba(0,0,0,0.4);
}

.search-intro {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 300;
}

.btn-serach {
    display: inline-block;
    height: 61px;
    padding: 0 22px;
    vertical-align: top;
    color: rgba(0,0,0,0.4);
    border: 0;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    outline: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    margin-bottom: 30px;
}

    .btn-serach .icon-search-1 {
        font-size: 28px;
    }

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    font-size: 30px;
    color: #777;
}

.pro-info {
    height: 366px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 95px;
    width: 415px;
    pointer-events: none;
    transform: translateY(-50%);
    opacity: 0.9;
}

    .pro-info h2 {
        font-size: 18px;
        height: 100px;
        padding: 0px;
        border: solid 1px #d9d9d9;
        display: block;
        font-weight: 400;
        margin: 0;
        background-color: #fff;
        margin-bottom: 3px;
        position: relative;
    }

        .pro-info h2 span {
            position: absolute;
            top: 50px;
            transform: translateY(-50%);
            left: 10px;
            right: 10px;
            text-align: center;
            color: #010101;
            font-weight: bold;
            line-height: 24px;
        }

    .pro-info .pro-content {
        height: 262px;
        display: block;
        background-color: #fff;
        border: solid 1px #d9d9d9;
        position: relative;
    }

    .pro-info .pro-sbcontent {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        right: 0px;
    }

        .pro-info .pro-sbcontent .sbcontent {
            display: block;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
        }

        .pro-info .pro-sbcontent .pn-countdown {
            display: block;
            padding-left: 20px;
            padding-right: 20px;
            background: #f7f7f7;
            border-top: solid 1px #d9d9d9;
            margin-top: 20px;
            text-align: center;
            position: relative;
            padding-top: 30px;
            padding-bottom: 6px;
            margin-top: 25px;
        }

            .pro-info .pro-sbcontent .pn-countdown span {
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 34px;
                color: #777;
                position: relative;
                padding-bottom: 26px;
            }

            .pro-info .pro-sbcontent .pn-countdown:before {
                color: #fff;
                display: inline-block;
                width: 140px;
                position: absolute;
                left: 50%;
                margin-left: -70px;
                height: 24px;
                line-height: 24px;
                top: -12px;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                content: 'Expires In';
                text-align: center;
                background-color: #131313;
                font-size: 13px;
            }

            .pro-info .pro-sbcontent .pn-countdown span:before {
                color: #b0b0b0;
                position: absolute;
                content: 'ngày';
                text-align: center;
                font-size: 13px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                text-transform: uppercase;
            }

            .pro-info .pro-sbcontent .pn-countdown span.cdw-day:before {
                content: 'ngày';
            }

            .pro-info .pro-sbcontent .pn-countdown span.cdw-hour:before {
                content: 'giờ';
            }

            .pro-info .pro-sbcontent .pn-countdown span.cdw-minute:before {
                content: 'phút';
            }

            .pro-info .pro-sbcontent .pn-countdown span.cdw-seconds:before {
                content: 'giây';
            }

        .pro-info .pro-sbcontent .region {
            display: block;
            margin-bottom: 10px;
            color: #b0b0b0;
        }

            .pro-info .pro-sbcontent .region i {
                color: #77b204
            }

    .pro-info .by-now {
        display: block;
        text-align: center;
        background-color: #FD4E19;
        padding-top: 14px;
        padding-bottom: 14px;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
        font-size: 22px;
        pointer-events: visible;
        margin-top: 15px;
    }

    .pro-info .old-price {
        display: inline-block;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
        font-size: 23px;
        text-decoration: line-through;
    }

    .pro-info .price {
        display: inline-block;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
        font-size: 32px;
        color: #c42323;
        font-weight: bold;
    }

    .pro-info .contact-tel {
        display: block;
        text-align: center;
        padding-top: 10px;
        font-size: 17px;
    }

    .pro-info .box-saleoff {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 120px;
        height: 120px;
        background-color: #c42323;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        font-size: 21px;
        text-transform: uppercase;
        padding-top: 19px;
        right: -60px;
        margin-top: -139px;
        line-height: 37px;
    }

        .pro-info .box-saleoff .per-text {
            display: block;
            padding-top: 0px;
            padding-bottom: 0px;
            font-size: 40px;
        }

        .pro-info .box-saleoff .per-unit {
            display: block;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .pro-info .content-cdw {
        top: inherit !important;
        transform: inherit !important;
        bottom: 0px;
    }

.pro-info-hori {
    width: 780px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    height: 145px;
    pointer-events: none;
    opacity: 0.94;
}

    .pro-info-hori h2 {
        width: 260px;
        padding: 0px;
        margin: 0px;
        border: solid 1px #d9d9d9;
        float: left;
        background-color: #fff;
        position: relative;
        height: 100%;
        box-sizing: border-box;
    }

        .pro-info-hori h2 .title {
            font-size: 18px;
            position: absolute;
            left: 15px;
            right: 15px;
            font-weight: 400;
            top: 28px;
            text-align: center;
            color: #010101;
            font-weight: bold;
            line-height: 22px;
        }

        .pro-info-hori h2 .region {
            color: #b0b0b0;
            position: absolute;
            left: 50%;
            bottom: 25px;
            transform: translateX(-50%);
            white-space: nowrap;
        }

            .pro-info-hori h2 .region i {
                color: #77b204
            }

    .pro-info-hori .pro-info-r {
        width: 260px;
        border: solid 1px #d9d9d9;
        border-left: 0px;
        float: left;
        background-color: #fff;
        position: relative;
        height: 100%;
        text-align: center;
        box-sizing: border-box;
    }

        .pro-info-hori .pro-info-r .sbcontent {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 15px;
            right: 15px;
        }

        .pro-info-hori .pro-info-r .price,
        .pro-info-hori .pro-info-r .old-price {
            white-space: nowrap;
            margin-top: 7px;
            font-size: 26px;
            display: block;
        }

        .pro-info-hori .pro-info-r .price {
            color: #c42323;
            font-weight: bold;
        }

        .pro-info-hori .pro-info-r .old-price {
            text-decoration: line-through;
            font-size: 16px;
        }

    .pro-info-hori .pn-countdown {
        white-space: nowrap;
        display: block;
        margin-top: 10px;
        font-size: 26px;
        color: #b0b0b0;
        height: 48px;
    }

        .pro-info-hori .pn-countdown span {
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 16px;
        }

            .pro-info-hori .pn-countdown span:before {
                color: #b0b0b0;
                position: absolute;
                content: 'ngày';
                text-align: center;
                font-size: 12px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                text-transform: uppercase;
            }

            .pro-info-hori .pn-countdown span.cdw-day:before {
                content: 'ngày';
            }

            .pro-info-hori .pn-countdown span.cdw-hour:before {
                content: 'giờ';
            }

            .pro-info-hori .pn-countdown span.cdw-minute:before {
                content: 'phút';
            }

            .pro-info-hori .pn-countdown span.cdw-seconds:before {
                content: 'giây';
            }

    .pro-info-hori .by-now {
        display: block;
        margin: auto;
        text-align: center;
        width: 200px;
        background-color: #FD4E19;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
        font-size: 20px;
        pointer-events: visible;
    }

    .pro-info-hori .contact-tel {
        display: block;
        text-align: center;
        padding-top: 5px;
        font-size: 14px;
        pointer-events: visible;
    }

    .pro-info-hori .box-saleoff {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 120px;
        height: 120px;
        background-color: #c42323;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        font-size: 21px;
        text-transform: uppercase;
        padding-top: 19px;
        right: -51px;
        margin-top: -99px;
        line-height: 37px;
    }

        .pro-info-hori .box-saleoff .per-text {
            display: block;
            padding-top: 0px;
            padding-bottom: 0px;
            font-size: 40px;
        }

        .pro-info-hori .box-saleoff .per-unit {
            display: block;
            padding-top: 5px;
            padding-bottom: 5px;
        }

.row {
    max-width: 1140px;
    display: block;
    margin: auto;
    min-width: 990px;
    padding-left: 5px;
    padding-right: 5px;
}

.h-cate {
    display: block;
    position: relative;
    text-align: center;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 10px;
}

    .h-cate:before {
        content: '';
        left: 0px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        height: 1px;
        border-bottom: double 4px #eaeaea;
        z-index: 1;
    }

    .h-cate .title {
        position: absolute;
        background-color: #fff;
        padding: 5px;
        padding-left: 25px;
        padding-right: 25px;
        color: #333;
        font-size: 30px;
        text-transform: uppercase;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        max-width: 1000px;
        text-overflow: ellipsis;
    }

.pro-item {
    display: inline-block;
    width: calc(25% - 18px);
    margin-right: 20px;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.145);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.05);
    box-sizing: border-box;
    height: 490px;
    position: relative;
    margin-bottom: 20px;
}

.row .pro-item:last-child {
    margin-right: 0px;
}

.pro-item .pro-img {
    position: relative;
    width: 100%;
    height: 262px;
    overflow: hidden;
    display: inline-block;
    transition: transform .2s;
}

.pro-item:hover .pro-img {
    -ms-transform: scale(1.15); 
    -webkit-transform: scale(1.15); 
    transform: scale(1.15);
    z-index: 1000;
    border-radius: 3px;
}

.pro-item .pro-img img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.pro-item-info {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    text-align: center;
}

    .pro-item-info .by-now {
        display: block;
        text-align: center;
        background-color: #FD4E19;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 10px;
        pointer-events: visible;
    }

    .pro-item-info .pn-countdown {
        display: block;
        margin-top: 10px;
        text-align: center;
        position: relative;
    }

        .pro-item-info .pn-countdown span {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px;
            color: #b0b0b0;
            position: relative;
            padding-bottom: 20px;
        }

            .pro-item-info .pn-countdown span:before {
                color: #b0b0b0;
                position: absolute;
                content: 'ngày';
                text-align: center;
                font-size: 12px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                text-transform: uppercase;
            }

            .pro-item-info .pn-countdown span.cdw-day:before {
                content: 'ngày';
            }

            .pro-item-info .pn-countdown span.cdw-hour:before {
                content: 'giờ';
            }

            .pro-item-info .pn-countdown span.cdw-minute:before {
                content: 'phút';
            }

            .pro-item-info .pn-countdown span.cdw-seconds:before {
                content: 'giây';
            }

    .pro-item-info .region {
        color: #b0b0b0;
        display: block;
        text-align: center;
        font-size: 12px;
        margin-top: 10px;
    }

        .pro-item-info .region i {
            color: #77b204
        }

    .pro-item-info .old-price {
        display: inline-block;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
        text-decoration: line-through;
        margin-top: 10px;
    }

    .pro-item-info .price {
        display: inline-block;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
        color: #c42323;
        margin-top: 10px;
        font-weight: bold;
    }

    .pro-item-info .pro-title {
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        color: #010101;
        font-weight: bold;
    }

        .pro-item-info .pro-title a {
            color: #010101;
            font-weight: normal;
        }

            .pro-item-info .pro-title a:hover {
                color: #FD4E19;
            }

.pro-item .box-saleoff {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
    background-color: #c42323;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 12px;
    right: -3px;
    margin-top: -9px;
    line-height: 15px;
    z-index: 1001;
}

    .pro-item .box-saleoff .per-text {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 17px;
    }

    .pro-item .box-saleoff .per-unit {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.bg-footer {
    clear: both;
    display: block;
    margin-top: 90px;
    background: #171717 url(/App_Themes/Web/images/bg-footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 182px;
    padding-bottom: 50px;
}

.dt-head {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .dt-head img {
        width: 100%;
    }

.pro-info h1 {
    height: 100px;
    padding: 0px;
    border: solid 1px #d9d9d9;
    display: block;
    font-weight: 400;
    margin: 0;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    font-weight: bold;
    color: #010101;
    font-size: 20px;
    line-height: 24px;
}

    .pro-info h1 span {
        position: absolute;
        top: 50px;
        transform: translateY(-50%);
        left: 10px;
        right: 10%;
        text-align: center;
        color: #333;
        line-height: 26px !important;
    }

.pro-info-hori .dt-title {
    width: 260px;
    padding: 0px;
    margin: 0px;
    border: solid 1px #d9d9d9;
    float: left;
    background-color: #fff;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

    .pro-info-hori .dt-title .pn-title {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
    }

    .pro-info-hori .dt-title .title {
        font-size: 20px;
        font-weight: 400;
        font-weight: bold;
        color: #010101;
        line-height: 26px;
        display: block;
    }

    .pro-info-hori .dt-title .region {
        color: #b0b0b0;
        display: block;
        margin-top: 5px;
    }

        .pro-info-hori .dt-title .region i {
            color: #77b204;
        }

.dt-desc {
    text-align: justify;
    margin-right: 100px;
}

    .dt-desc a {
        color: #FD4E19;
    }


.lbl-head {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.row-before:before {
    content: '';
    position: absolute;
    left: 200px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background-color: #C6C6C6;
}

.row-before1:before {
    content: '';
    position: absolute;
    left: 200px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background-color: #C6C6C6;
    max-height: 105px !important;
}

.ul-spec {
    display: block;
}

    .ul-spec li {
        width: 44%;
        display: inline-block;
        margin-left: 30px;
        position: relative;
        padding-left: 180px;
        vertical-align: top;
        margin-top: 3px;
        margin-bottom: 3px;
    }

        .ul-spec li .sp-title {
            width: 180px;
            position: absolute;
            left: 0px;
            top: 0px;
            font-weight: bold;
        }

            .ul-spec li .sp-title span {
                font-weight: normal;
                padding-left: 2px;
            }

        .ul-spec li .sp-content {
            display: inline-block;
        }

            .dt-subtitle a,
            .ul-spec li .sp-content a,
            a.sp-content {
                color: #333 !important;
            }

.sub-region a.sp-content {
    color: #999 !important;
}

.dt-subtitle a:hover,
.ul-spec li .sp-content a:hover,
a.sp-content:hover,
.dt-tags a:hover {
    color: #FD4E19 !important;
}

.row .col-l {
    width: 270px;
    float: left;
}

.row .col-r {
    width: calc(100% - 270px);
    float: right;
}

    .row .col-r .pro-item {
        width: calc(33.33% - 25px);
        float: left;
        margin-left: 25px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

.paging {
    margin: 0;
    padding: 0;
    float: right;
}

    .paging li {
        float: left;
        list-style: none;
        padding: 5px;
    }

        .paging li a {
            float: left;
            height: 38px;
            min-width: 38px;
            text-align: center;
            line-height: 38px;
            border: 1px solid #dddddd;
            color: #444;
            font-size: 16px;
            font-weight: 400;
            position: relative;
        }

        .paging li:hover a, .paging li.active a {
            border-color: #FD4E19;
            color: #fff;
            background-color: #FD4E19;
        }

        .paging li .first-page::before {
            position: absolute;
            content: '\f100';
            width: 10px;
            height: 10px;
            font-family: "fontello";
            top: -1px;
            left: 13px;
        }

        .paging li .prev-page::before {
            position: absolute;
            content: '\f104';
            width: 10px;
            height: 10px;
            font-family: "fontello";
            top: -1px;
            left: 13px;
        }

        .paging li .next-page::before {
            position: absolute;
            content: '\f105';
            width: 10px;
            height: 10px;
            font-family: "fontello";
            top: -1px;
            left: 13px;
        }

        .paging li .last-page::before {
            position: absolute;
            content: '\f101';
            width: 10px;
            height: 10px;
            font-family: "fontello";
            top: -1px;
            left: 13px;
        }

        .paging li:last-child {
            padding-right: 0;
        }

        .paging li:first-child {
            padding-left: 0;
        }

        .paging li a.active {
            border-color: #FD4E19;
            color: #fff;
            background-color: #FD4E19;
        }


.pn-filter {
    font-size: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.145);
}

    .pn-filter .ft-result {
        font-weight: bold;
        padding: 0px 10px 12px 15px;
    }

        .pn-filter .ft-result span {
            font-weight: normal;
            padding-left: 3px;
            color: #888;
        }

    .pn-filter .item-flter {
        border-top: solid 1px rgba(0,0,0,0.145);
    }

        .pn-filter .item-flter .fl-head {
            padding: 12px 36px 12px 15px;
            cursor: pointer;
            position: relative;
            font-weight: bold;
        }

            .pn-filter .item-flter .fl-head:after {
                position: absolute;
                content: '\e800';
                width: 10px;
                height: 10px;
                right: 18px;
                top: 13px;
                font-family: "fontello";
                font-size: 19px;
                color: #888;
                font-weight: normal;
            }

            .pn-filter .item-flter .fl-head.open:after {
                content: '\e804';
            }

        .pn-filter .item-flter .fl-option,
        .pn-filter .item-flter .fl-option li {
            padding: 0px;
            margin: 0px;
        }

            .pn-filter .item-flter .fl-option li h4 {
                padding: 0px;
                font-size: 14px;
            }

                .pn-filter .item-flter .fl-option li h4 a {
                    position: relative;
                    padding: 12px 10px 12px 15px;
                    cursor: pointer;
                    color: #333;
                    display: block;
                }

                    .pn-filter .item-flter .fl-option li h4 a:hover {
                        color: #FD4E19;
                    }

                    .pn-filter .item-flter .fl-option li h4 a:after {
                        position: absolute;
                        content: '';
                        width: 13px;
                        height: 13px;
                        right: 15px;
                        top: 15px;
                        border: solid 1px #dadada;
                    }

                .pn-filter .item-flter .fl-option li h4.i-close a:after {
                  
                    font-size: 14px;
                    right: 13px;
                    top: 16px;
                    color: #999;
                    border: none;
                    text-align: center;
                    line-height: 13px;
                    content: '[bỏ chọn]';
                    width: 60px;
                }

                .pn-filter .item-flter .fl-option li h4.i-close a {
                    color: #FD4E19;
                }

                .pn-filter .item-flter .fl-option li h4:hover,
                .pn-filter .item-flter .fl-head:hover {
                    background-color: #F5F5F5;
                }

        .pn-filter .item-flter .fl-head.open {
            background-color: #F5F5F5;
        }

        .pn-filter .item-flter .fl-option li h4:hover:after {
            border: solid 1px #888;
        }

        .pn-filter .item-flter .fl-option {
            display: none;
        }

        .pn-filter .item-flter .fl-head.open + .fl-option {
            display: block;
        }

.custom-select {
    position: relative;
    background: #fff;
    height: 33px;
    text-align: right;
}

    .custom-select > select {
        background: none;
        padding: 0px;
        padding-left: 9px;
        padding-right: 35px;
        position: relative;
        z-index: 1;
        -moz-appearance: none;
        -webkit-appearance: none;
        height: 33px;
        font-size: 15px;
        background: #fff;
        border: none;
        color: #888;
        margin: 0;
    }

    .custom-select:before {
        height: 100%;
        width: 33px;
        position: absolute;
        right: 0;
        top: 0;
        content: '\f004';
        font-family: "fontello";
        font-size: 13px;
        color: #888;
        z-index: 2;
        text-align: center;
        line-height: 33px;
    }

.cuisine-item {
    display: inline-block;
    height: 100px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

    .cuisine-item span {
        display: block;
        white-space: nowrap;
        margin-top: 5px;
    }

.dt-desc-fdmenu:before {
    display: none;
}

.dt-desc-fdmenu .fm-img {
    display: inline-block;
    width: 270px;
    margin-right: 20px;
}

.dt-desc-fdmenu .fm-desc {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
}

.dt-desc-fdmenu .fm-img + .fm-desc {
    width: calc(100% - 300px);
}


.dt-desc img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    display: block;
}

.dt-desc h3, .dt-desc h4 {
    font-weight: bold !important;
    display: block !important;
    margin-top: 3px !important;
}

.no-result {
    text-align: center;
    font-size: 16px;
    color: #FD4E19;
}

.list-tags span,
.list-tags a {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 3px;
    margin-left: 0px;
}

.list-tags span {
    margin-left: -3px;
}

.list-tags a:first-child {
    margin-left: 0px;
}

.other-product .pro-item {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.cate-viewmore {
    color: #FD4E19;
    font-size: 16px;
    font-style: italic;
    float: right;
    position: relative;
    padding-right: 15px;
}

    .cate-viewmore:hover {
        font-style: normal;
    }

    .cate-viewmore::before {
        position: absolute;
        content: '\f101';
        width: 10px;
        height: 10px;
        font-family: "fontello";
        right: 0px;
    }

.item-shop {
    display: inline-block;
    width: calc(33.33% - 19px);
    margin-right: 21px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 15px;
    vertical-align: top;
}

    .item-shop .shp-name {
        color: #5D8C02;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
    }

    .item-shop li {
        position: relative;
        padding-top: 10px;
    }

        .item-shop li a {
            color: #D85423;
            white-space: nowrap;
        }

.f-col1 {
    width: calc(45% - 2px);
    display: inline-block;
    padding-right: 10px;
}

.row-footer {
    position: relative;
}

    .row-footer:before {
        content: '';
        position: absolute;
        left: 45%;
        width: 1px;
        background-color: #454545;
        top: -10px;
        bottom: -10px;
    }

    .row-footer .f-col1 .tg-h {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .row-footer .f-col1 .tag-item {
        display: inline-block;
        color: #8B8B8B;
        font-size: 15px;
        padding-top: 6px;
        padding-bottom: 3px;
    }

        .row-footer .f-col1 .tag-item span {
            color: #5A5A5A;
            padding-left: 2px;
        }

        .row-footer .f-col1 .tag-item:hover {
            color: #FD4E19;
        }

.f-col2 {
    width: calc(55% - 2px);
    display: inline-block;
    vertical-align: top;
}

    .f-col2 .f-subcol2-1 {
        width: 27%;
        float: left;
        padding-left: 20px;
        vertical-align: top;
    }

    .f-col2 .tg-h {
        display: block;
        color: #FD4E19;
        font-size: 24px;
        margin-bottom: 20px;
        position: relative;
    }

        .f-col2 .tg-h:before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 2px;
            width: 14px;
            height: 2px;
            background-color: #FD4E19;
        }

    .f-col2 .cate-item {
        display: block;
        color: #8B8B8B;
        font-size: 15px;
        padding-top: 6px;
        padding-bottom: 3px;
        position: relative;
    }

        .f-col2 .cate-item:hover {
            color: #FD4E19;
        }

    .f-col2 .f-subcol2-2 {
        width: 73%;
        padding-left: 0px;
    }

        .f-col2 .f-subcol2-2 .col2 {
            width: 50%;
            float: left;
            padding-left: 20px;
        }

.row-contact {
    display: inline-block;
    margin: auto;
}

    .row-contact .footer-info {
        display: block;
        color: #8B8B8B;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 7px;
        border-top: solid 1px #454545;
        padding-top: 5px;
    }

.a-protect {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    color: #8B8B8B;
    font-size: 14px;
    padding-left: 123px;
}

    .a-protect a {
        color: #8B8B8B;
    }

    .a-protect img {
        position: absolute;
        left: 0px;
    }

.f-neo {
    position: absolute;
    top: -31px;
    right: 0px;
}

    .f-neo .f-message {
        position: relative;
        width: 61px;
        height: 61px;
        background: url(/App_Themes/Web/images/Sprites.png);
        background-position: 0px -67px;
        background-repeat: no-repeat;
        float: left;
    }

    .f-neo .f-hotline {
        position: relative;
        float: left;
        height: 61px;
        margin-left: 20px;
        padding-left: 72px;
        padding-top: 20px;
        color: #fff;
        font-size: 15px;
    }

.dt-subtitle {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}

.sub-region {
    color: #b0b0b0;
    display: block;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}

    .sub-region i {
        color: #77b204;
    }

#slide-highlightproduct .swiper-slide {
    text-align: center;
}

.h-video {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
}

    .h-video iframe {
        width: 100% !important;
        height: 100% !important;
    }

.cate-desc {
    padding-left: 25px;
    /*overflow: hidden;*/
    /*max-height: 221px;*/
    position: relative;
    padding-bottom: 40px;
    margin-bottom:15px;
}

.btn-face {
    height: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 101;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
}

.btn-more {
    padding-bottom: 0px;
}

    .btn-more:after {
        position: absolute;
        height: 40px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        content: '';
        background-color: #fff;
        z-index: 99;
    }

    .btn-more:before {
        position: absolute;
        width: 30px;
        height: 30px;
        content: '\f103';
        font-family: "fontello";
        border: solid 1px #999;
        text-align: center;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        border-radius: 50%;
        color: #999;
        line-height: 34px;
        font-size: 18px;
    }

.btn-collap {
    overflow: inherit !important;
    max-height: none !important;
}

    .btn-collap:after {
        position: absolute;
        height: 40px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        content: '';
        background-color: #fff;
        z-index: 99;
    }

    .btn-collap:before {
        position: absolute;
        width: 30px;
        height: 30px;
        content: '\f102';
        font-family: "fontello";
        border: solid 1px #999;
        text-align: center;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        border-radius: 50%;
        color: #999;
        line-height: 30px;
        font-size: 18px;
    }

.noresult-search {
    text-align: center;
    font-size: 15px;
    color: #FD4E19;
}

    .noresult-search span {
        text-align: left;
        font-size: 18px;
        color: #333;
        display: block;
        margin-top: 15px;
        margin-left: 25px;
        font-weight: bold;
    }

.cate-descinfo a {
    color: #FD4E19;
    font-weight: bold;
    opacity: 0.8;
}

    .cate-descinfo a:hover {
        opacity: 1.0;
    }

.pn-filter .item-flter .fl-option li h4.no-active a {
    pointer-events: none;
    color: #999;
}

.call-now-button {
    display: flex !important;
    left: 1%;
    top: 89%;
    background: #1a1919;
}

    .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
        background-color: #0c3;
    }

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(/App_Themes/Web/images/quick-call-button.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.popup-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6;
    z-index: 10000;
}

.w-video {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100001;
}

.w-content {
    width: 620px;
    height: 375px;
    background-color: #333;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
}

    .w-content .i-wclose {
        width: 29px;
        height: 29px;
        background-color: #1C1C1C;
        border-radius: 50%;
        position: absolute;
        right: 3px;
        top: 3px;
        z-index: 10003;
        cursor: pointer;
    }

        .w-content .i-wclose:before {
            text-align: center;
            content: '\e807';
            position: absolute;
            font-family: "fontello";
            color: #fff;
            font-size: 16px;
            font-style: normal;
            left: 12px;
            top: 3px;
        }

    .w-content iframe {
        width: 100% !important;
        height: 100% !important;
    }

.fix-content {
    overflow: hidden;
    max-height: 221px;
    position: relative;
    padding-bottom: 20px;
}

    .fix-content.btn-collap:after,
    .fix-content.btn-more:after {
        background-color: #F7F7F7 !important;
    }

.social-box {
    position: fixed;
    top: 180px;
    left: 1px;
    z-index: 10000;
    width: 50px;
}

    .social-box a {
        display: inline-block;
        width: 50px;
        height: 40px;
        margin-top: 5px;
        color: white;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
    }

.bg-facebook {
    background-color: #3b5999 !important;
}

.bg-twitter {
    background-color: #30a9d6 !important;
}

.bg-gplus {
    background-color: #e04a32 !important;
}

#slide-highlightproduct .swiper-slide img {
    width: 100%;
}

.pro-info-countdown {
    height: 400px;
}

    .pro-info-countdown .pro-content {
        height: 296px !important;
    }

.pro-info-discountpercent .box-saleoff {
    margin-top: -114px;
}

.pro-info-countdown.pro-info-discountpercent .box-saleoff {
    margin-top: -182px;
}

.pro-info-countdown.pro-info-discountpercent h2 span {
    padding-right: 53px;
}

.pro-info-countdown.pro-info-discountpercent h1 span {
    padding-right: 21px;
}


.search-form .chosen-choices {
    display: block;
    margin: 0;
    
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 60px;
    outline: 0;
    background-color: #fff;
    color: #000;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px !important;
    color: rgba(0,0,0,0.4);
    text-align: left;
}

.search-form .chosen-container {
    text-align:left;
    width:100% !important;
}
.search-form .search-field {
    padding: 15px 55px 15px 30px !important;
}
.search-form .search-choice {
    display: none !important;
}
#frmTextSearch .chosen-container .chosen-drop {
    display: none;
}
.item-flter .fl-option li h4.cate-active a {
    color: #FD4E19;
}
.item-flter .fl-option li h4.cate-active a:after {
    color: #FD4E19;
    content: '\e805';
    line-height: 13px;
    font-family: 'fontello';
    text-align: center;
}
.row-rela {
    position: relative;
    float: left;
    width: 100%;
    background-color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
}
    .row-rela .large-img {
        float: left;
        width: calc(100% - 398px);
    }
        .row-rela .large-img img {
            float: left;
            width: 100%;
        }
.row-rela .col-info {
    position: absolute;
    width: 338px;
    right:30px;
    top: 50%;
    transform:translateY(-50%);
}
    .row-rela .col-info .lgtitle {
        display:block;
        color:#fff; 
        text-transform:uppercase;
        font-size:24px;
        line-height:32px;
        font-weight:bold;
    }
    .row-rela .col-info .lgsummary {
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
        line-height: 23px;
        max-height: 276px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
    }
.nhcol2 {
    float: left;
    width: calc(50% - 10px);
    height: 700px;
    position: relative;
    margin-right: 10px;
}
.nhcol2x {
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
    cursor:pointer;
}
.row .nhcol2:last-child {
    margin-right: 0px;
    margin-left:10px;
}
.nhcol2 .large-img{
    display:block;
}
.nhcol2 .large-img img{
    width:100%;
}
    .nhcol2 .lgtitle {
        display: block;
        border-bottom: solid 1px #d9d9d9;
        height:70px;
        position:relative;
    }
.nhcol2 .lgtitle span{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:20px;
    right:20px;
    font-size:22px;
    line-height:26px;
    color:#333;
}
.nhcol2 .lgsummary {
    text-align: justify;
    overflow: hidden;
    color: #7c7c7c;
    margin: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    line-height:23px;
}
.nhcol2 .nhcol4 {
    float: left;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.row-news .nhcol4 {
    float: left;
    width: calc(33.33% - 20px);
    height: 340px;
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-left:20px;
    margin-bottom:20px;
}

.nhcol2 .nhcol4x {
    margin-top:20px;
}
.nhcol2 .nhcol4:nth-child(2n+1) {
    margin-right: 20px;
}
.row-news .nhcol4 .sm-img,
.nhcol2 .nhcol4 .sm-img {
    display: block;
    max-height:180px;
    overflow:hidden;
}
    .row-news .nhcol4 .sm-img img,
    .nhcol2 .nhcol4 .sm-img img {
        width: 100%;
    }
.row-news .nhcol4 .smtitle,
.nhcol2 .nhcol4 .smtitle {
    display: block;
    border-bottom: solid 1px #d9d9d9;
    height: 50px;
    position: relative;
}
    .row-news .nhcol4 .smtitle span,
    .nhcol2 .nhcol4 .smtitle span {
        position: absolute;
        top: 4px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        line-height: 20px;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.row-news .nhcol4 .sm-summary,
.nhcol2 .nhcol4 .sm-summary {
    position: absolute;
    top: 249px;
    left: 10px;
    right: 10px;
    text-align: justify;
    max-height: 70px;
    overflow: hidden;
    color: #7c7c7c;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height:23px;
}
.row-news .nhcol4:hover .smtitle span,
.row-rela:hover .lgtitle,
.nhcol2x:hover .lgtitle span,
.nhcol4:hover .smtitle span {
    color: #FD4E19;
}
.h-cate-dt
{
    margin-left:20px;
}
.h-cate-dt .title {
    padding-top: 15px;
    padding-bottom: 15px;
}
.h-cate-dt.h-cate:before {
    left: 5px;
    right: 5px;
}
.dt-title {
    font-size: 22px;
    line-height:26px;
    padding-bottom: 15px;
    font-weight: bold;
    margin-left:22px;
}
.dt-desc *{
   max-width:100% !important;
}
.dt-desc {
    clear: both;
    color: #333;
    margin-left: 22px;
}
.dt-summary {
    color: #7c7c7c;
    margin-left: 22px;
    font-weight:bold;
    margin-bottom:10px;
}
.news-menu.pn-filter .item-flter .fl-head:after {
    display: none;
}
.news-menu.pn-filter .item-flter .fl-head a {
    color: #333;
    padding: 12px 36px 12px 15px;
    display:block;
}
.news-menu.pn-filter .item-flter .fl-head {
    padding:0px;
}

    .news-menu.pn-filter .item-flter .fl-head a:hover,
    .news-menu.pn-filter .item-flter .fl-head a.ac-menu {
        background-color: #F5F5F5;
        color: #FD4E19;
    }
.news-tags
{
    display:block;
    margin-top:20px;
}
    .news-tags .tag-item {
        display: inline-block;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #F5F5F5;
        color: #333;
        margin-top: 7px;
        margin-right: 2px;
    }
.news-tags .tag-item span{
    color: #888;
    padding-left:1px;
}
.news-tags .tag-item:hover {
    color: #FD4E19;
}
.mg-b10
{
    margin-bottom:10px !important;
}
.dtnews-tags {
    clear: both;
    position: relative;
    margin-left: 23px;
    padding-left: 32px;
}
    .dtnews-tags::before {
        position: absolute;
        color: #333;
        content: '\e808';
        font-family: 'fontello';
        left: 0px;
        top: 10px;
        font-size: 22px;
    }
.dt-tags-title {
    font-weight: bold;
    margin-left: 23px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    margin-top: -2px;
    position: relative;
    padding-left: 11px;
}
    .dt-tags-title:before {
        position: absolute;
        content: '';
        width: 2px;
        top: 2px;
        bottom: 2px;
        left: 1px;
        border-left: #FD4E19 double 6px;
    }

.cate-desc
{
    line-height:23px;
}
.dt-summary,
.dt-desc {
    line-height: 23px;
}
.dt-summary strong,
.dt-desc strong,
.cate-desc strong {
    font-size:16px;
}
.related-pro-item
{
    height:289px;
}
.row .col-r .related-pro-item {
    width: calc(25% - 25px);
}
.related-pro-item .pro-img {
    height: 187px;
}
.slide-relatedproduct {
    width:calc(100% - 23px) !important;
    margin-left:23px !important;
    margin-bottom:20px !important;
}
.slide-relatedproduct .swiper-slide .related-pro-item {
    width: 100% !important;
    margin:0px !important;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit !important;
}
.slide-relatedproduct .swiper-button-next {
    right: 20px !important;
}
.related-pro-item .pro-title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dt-summary a,
.dt-desc a {
    color: #FD4E19;
    font-weight: bold;
    opacity: 0.8;
}
#scroll-up {
    position: fixed;
    height: 43px;
    width: 43px;
    right: 20px;
    bottom: 8px;
    display: none;
    background-color:#999;
    border-radius:50%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index:9000;
}
    #scroll-up::before {
        position: absolute;
        color: #fff;
        content: '\f102';
        font-family: 'fontello';
        left: 11px;
        top: 10px;
        font-size: 34px;
    }
.rs-rating {
    display: inline-block;
    white-space: nowrap;
    margin: auto;
    margin-top: 3px;
    padding-left:3px;
}
.rs-rating i{
    color: #FDB614;
    margin-left:-3px;
}
.rs-rating .rate-value {
    display: inline-block;
    color:#666;
}
.icon-star:before {
    content: '\e809' !important;
}
.dt-head .icon-star:before,
.dt-head .icon-star-half-alt:before,
.dt-head .icon-star-empty:before {
    margin: 0px !important;
}
.dt-head .pro-info .by-now {
    margin-top: 5px;
}
.pn-rating .icon-star-empty {
    font-size: 18px;
    position: relative;
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
}

.pn-rating .star-number-half {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 9px;
    height: 18px;
}

.star-number {
    position: absolute;
    left: 9px;
    top: 0px;
    z-index: 99;
    width: 9px;
    height: 18px;
}

.pn-rating {
    color: #FDB614;
    width: 90px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.rate-tooltip {
    display: none;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    background-color: #e9e8e8;
    width: 40px;
    text-align: center;
    color: #666;
    position: absolute;
    left: 95px;
    top: -2px;
}

.pn-rating:hover .rate-tooltip {
    display: inline-block;
}

.pn-rating:hover + .rate-text {
    opacity: 0.0;
}

.row-rate {
    display: inline-block;
    pointer-events: visible;
    white-space: nowrap;
    margin: auto;
    position: relative;
    height: 20px;
    padding-left: 96px;
    margin-top: 5px;
}
.rate-text {
    display: inline-block;
    color:#888;
    padding-top:1px;
}
.mg-l0 {
    margin-left: 0px !important;
}
.mg-l10
{
    margin-left:10px !important;
}
.mg-r0 {
    margin-right: 0px !important;
}
.w-video-ex .w-content .i-wclose {
    background-color: #999;
}
.w-video-ex .w-content {
    width: 338px;
    height: 175px;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
    font-size: 16px;
    padding-top: 50px;
}
.pd-b0
{
    padding-bottom:0px !important;
}
.pn-rate-news
{
    display:block;
    margin-left:22px;
    margin-top:-2px;
    margin-bottom:15px;
}
.colj-4
{
    width:25%;
    float:left;
    position:relative;
}
.square-spacer{
    display:block;
    padding-top:100%;
}
.colj-fb {
    background-color: #3B5998;
}
    .colj-fb .icon-facebook {
        font-size: 100px;
        color: #2e4677;
        display: inline-block;
    }
    .colj-fb .fl-text {
        color: #192540;
        display: block;
        margin-top: 7px;
        margin-bottom: 14px;
        opacity: 0.850;
    }
    .colj-fb .fl-link {
        display: inline-block;
        border: solid 1px #839ccf;
        color: #bbc8e4;
        width: 148px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 32px;
    }
        .colj-fb .fl-link:hover {
            background-color: #fff;
            color: #3B5998;
        }
.fl-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0px;
    right:0px;
    text-align:center;
}
.fl-item {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-position: center;
    background-size: cover;
}
.zalo-chat
{
    position:fixed;
    right:1px;
    top:50%;
    z-index:20000;
    margin-top:-40px;
}
.zalo-chat img{
    width:80px;
}
.video-home
{
    position: relative;
    background-color: #111;
    background-position: 75% 50%;
    background-size: cover;
    margin-top:20px;
}
.video-home:before {
    display: block;
    width: 100%;
    padding-top: 42%;
    content: '';
    background-color: #111;
    opacity:0.8;
}
.btn-play {
    opacity:0.8;
}
.btn-play:hover {
    opacity: 1.0;
}
.btn-play:after {
    text-align: center;
    position: absolute;
    color: #fff;
    font-family: "fontello";
    border: solid 3px #fff;
    width: 64px;
    height: 64px;
    content: '\e80c';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    border-radius: 50%;
    padding-top: 0px;
    line-height: 64px;
    margin-left: 2px;
    cursor: pointer;
}
#popupyoutube {
    position: fixed;
    z-index: 21000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.i-youclose {
    z-index: 21001;
    width: 45px;
    height: 45px;
    background-color: #333;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    top: 65px;
    cursor: pointer;
    opacity:0.6;
}
.i-youclose:hover {
    opacity: 1.0;
}
.i-youclose:before {
    text-align: center;
    content: '\e807';
    position: absolute;
    font-family: "fontello";
    color: #fff;
    font-size: 38px;
    font-style: normal;
    left: 15px;
    top: 13px;
}
.search-form select {
    opacity: 0;
}
.lazy {
    opacity: 0;
}
.sbcontent-ex .by-now {
    position: relative;
    height: 48px;
}
    .sbcontent-ex .by-now .cal-01 {
        position: absolute;
        top: 1px;
        text-transform: none;
        font-size: 14px;
        left: 6px;
    }
    .sbcontent-ex .by-now .cal-02 {
        position: absolute;
        font-size: 14px;
        left: 46px;
        top: 25px;
    }
    .sbcontent-ex .by-now .cal-03 {
        position: absolute;
        top: 5px;
        left: 228px;
    }
    .sbcontent-ex .by-now .cal-04 {
        position: absolute;
        left: 233px;
        top: 26px;
        font-size: 13px;
    }
    .sbcontent-ex1 .by-now {
        font-size: 19px !important;
    }
.sbcontent-ex1 .sp-sieutoc {
    text-align:center;
    display: block;
    margin-top:10px;
}
    .sbcontent-ex1 .sp-sieutoc img {
        width: 346px !important;
    }

.dt-desc h2
{
    font-size: 20px !important;
}
.event-item {
    width: calc(33.33% - 44px);
    margin-right: 60px;
    cursor:pointer;
}
    .event-item .pro-img {
        height: inherit !important;
    }
    .event-item .price,
    .event-item .old-price {
        float: left;
        width: 50%;
        background-color: #f0f1e9;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;
        height: 65px;
    }
    .event-item .old-price {
        border-right: 1px #fff solid;
        text-decoration:none;
    }
    .event-item .price .sp2,
    .event-item .old-price .sp2,
    .event-item .price .sp1,
    .event-item .old-price .sp1 {
        display: block;
    }
        .event-item .price .sp1,
        .event-item .old-price .sp1 {
            text-transform: uppercase !important;
            color: #6b6b67 !important;
            font-weight: normal;
            font-size: 12px !important;
        }
        .event-item .price .sp2,
        .event-item .old-price .sp2 {
            text-transform:lowercase !important;
            color: #6b6b67 !important;
            font-weight: bold;
            font-size: 17px !important;
            margin-top:5px;
        }
        .event-item .price .sp2 {
            color: #c42323 !important;
        }
    .event-item .pro-item-info {
        /*position: relative;
        height: 65px;
        left: inherit;
        right: inherit;
        bottom: inherit;*/
        position: relative;
        display: block;
        text-align: center;
        background-color: #fd4e19;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        left: inherit;
        right: inherit;
        bottom: inherit;
        margin-left: 10px;
        margin: 10px;
        margin-top: 5px;
    }
    .event-item {
        height: inherit;
        position:relative;
    }
        .event-item .pro-item-info .pn-countdown {
            position: absolute;
            left: 0;
            bottom: 70px;
            right: 0;
            background: url(/App_Themes/Web/images/bg-trans.png);
            background-repeat: repeat;
            height: 50px;
            padding-top: 5px;
        }
            .event-item .pro-item-info .pn-countdown span {
                margin-left: 8px;
                margin-right:8px;
            }
            .event-item .pro-item-info .pn-countdown span::before,
            .event-item .pro-item-info .pn-countdown span {
                color: #fafafa !important;
            }
        .event-item .pro-item-info .pro-title {
            height: 40px;
            float:left;
            margin:10px;
            width:calc(100% - 20px);
            overflow:hidden;
        }
        .event-item:hover .pro-img {
            -ms-transform: none !important;
            -webkit-transform: none !important;
            transform: none !important;
            z-index: inherit !important;
            border-radius: inherit !important;
        }
        .event-item .box-saleoff {
            top: 100%;
            right: -16px;
            z-index: 1001;
            margin-top: -156px;
        }
        .event-item .pn-countdown {
            /*padding-right: 67px;*/
        }

        .event-item .datetime-str {
            position: absolute;
            top: 10px;
            width: 46px;
            padding-top: 2px;
            padding-bottom: 2px;
            background-color: #fff;
            border: solid 2px #541f1f;
            text-align: center;
            color: #541f1f;
            font-size: 15px;
            left: -22px;
            z-index: 1001;
            font-weight: bold;
            vertical-align: middle;
        }
.pro-item.event-item .pro-img img {
    display: block;
    opacity: 1;
    position: inherit;
    top: inherit;
    transform: inherit;
}
.menu-ruouvang
{
    position: relative;
}
    .menu-ruouvang .submenu-ruouvang {
        position: absolute;
        z-index: 20000;
        background-color: #111;
        padding-bottom: 10px;
        display: none;
        width: 350px;
    }
    .menu-ruouvang:hover .submenu-ruouvang {
        display: block;
    }
    .menu-ruouvang .submenu-ruouvang li{
        width: 50%;
        display: block;
        text-transform:none !important;
        float: left;
    }
        .menu-ruouvang .submenu-ruouvang li a {
            text-align: left !important;
            padding: 7px;
            padding-left: 10px;
        }
            .menu-ruouvang .submenu-ruouvang li a.activate:after,
            .menu-ruouvang .submenu-ruouvang li a:hover:after {
                display: none !important;
            }
.bg-sitemap {
    background: none !important;
    padding-top: 0px !important;
    margin-top: 30px !important;
}
    .bg-sitemap .tg-h {
        color: #010101 !important;
        font-weight: bold;
    }
    .bg-sitemap .tg-h:before {
        display: none !important;
    }
    .bg-sitemap .f-col2 .cate-item,
    .bg-sitemap .f-col1 .tag-item {
        color: #666 !important;
    }
    .bg-sitemap .f-col1 .tag-item span{
        color: #bbb !important;
    }
        .bg-sitemap .f-col2 .cate-item:hover,
        .bg-sitemap .f-col1 .tag-item:hover {
            color: #fd4e19 !important;
        }
.view-sitemap
{
    margin:auto;
    max-width: 1200px;
    text-align: right;
    margin-top: 10px;
}
    .view-sitemap a {
        color: #8b8b8b;
        font-size: 14px;
        font-style: italic;
    }
.cate-descinfo *
{
max-width: 100% !important;
}
.cart-item {
    margin-top: 30px;
    position: relative;
    min-height: 170px;
}
.cart-item .pro-img {
    width: 150px;
    float: left;
}
.cart-item .pro-img img{
    width: 100%;
}
   
    .cart-item .pro-title a{
        color: #010101;
    }
    .cart-item .pro-title {
        float: left;
        font-size: 14px;
        text-align: left;
        line-height: 20px;
        color: #010101;
        font-weight: bold;
        margin-left: 15px;
        max-width: 480px;
    }
    .cart-item .div-totalprice {
        float: right;
        margin-top: 10px;
        color: #c42323;
        font-weight: bold;
    }
    .cart-item .div-price {
        position: absolute;
        top: 55px;
        left: 164px;
        width: 150px;
        text-align: left;
        margin-top: 10px;
    }
        .cart-item .div-price .old-price {
            display: block;
            text-decoration: line-through;
            position: absolute;
            left: 33px;
        }
        .cart-item .div-price .price {
            display: block;
            color: #c42323;
            font-weight: bold;
            left: 33px;
            position: absolute;
            top: 0px;
        }
    .cart-item .div-number {
        float: right;
        position: relative;
        width: 150px;
    }
    .cart-item .cart-remove {
        float: left;
        padding: 5px;
        cursor: pointer;
        font-size: 15px;
        color: #ccc;
    }
    .cart-item .cart-remove span {
        color: #333;
        font-style: normal;
        font-size: 14px;
        padding-left: 2px;
    }
    .cart-item .div-number input {
        width: 50px;
        padding: 3px;
        text-align: center;
        position: absolute;
        right: 32px;
        height: 32px;
        border: solid 1px #ccc;
        border-right: 0px;
        border-left: 0px;
    }
    .cart-item .div-number i {
        padding: 5px;
        cursor: pointer;
        border: solid 1px #ccc;
        position: absolute;
        width: 32px;
        right: 0px;
    }
    .cart-item .div-number .icon-minus {
        right: 82px;
    }
    .cart-item .div-action {
        position: absolute;
        top: 124px;
        right: 0;
        width: 600px;
    }
.row-shopping-cart
{
    width: 800px !important;
    min-width: auto;
}
.cart-item .div-action {
    position: absolute;
    top: 124px;
    right: 0;
    width: 600px;
}
.cart-item .cart-remove {
    float: left;
    padding: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #ccc;
}
#shoppingcartid .area-total{
    display: block;
    margin-top: 30px;
}
#shoppingcartid .total-provisional {
    float: left;
    font-weight:bold;
}
#shoppingcartid .total-price {
    float: right;
}
.row-shopping-cart .yourcart {
    margin-top: 15px;
}
.row-shopping-cart .buymore {
    float: left;
    margin-bottom: 20px;
    color: #010101;
    font-size: 15px;
}
.row-shopping-cart .buymore i{
    margin-right: -2px;
    font-size: 14px;
}
.row-shopping-cart .yourcart span {
    float: right;
    font-weight: bold;
    font-size: 15px;
}
.row-shopping-cart .infor-customer {
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.row-shopping-cart .anotheroption input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    height: 30px;
    padding: 5px;
    margin-top: 15px;
    width: 470px;
}
.row-shopping-cart .pn-receiver {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
    .row-shopping-cart .pn-receiver .sp-noti {
        font-weight: normal;
    }
        .row-shopping-cart .pn-receiver .sp-noti span {
            font-weight: bold;
            color: #c42323;
            cursor: pointer
        }
.finaltotal #btn_order {
    display: block;
    text-align: center;
    background-color: #fd4e19;
    padding-top: 9px;
    padding-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 17px;
    pointer-events: visible;
    border: 0px;
    width: 311px;
    margin-left: 218px;
    cursor:pointer;
}
.anotheroption {
    margin-left: 142px;
}
.header-bar .anchor-cart {
    position: absolute;
    right: 200px;
    top: 6px;
    color: #fff;
}
.header-bar .anchor-cart img{
    width: 20px;
}
#shoppingcartid .cart-empty {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
    #shoppingcartid .cart-empty a {
        color: #c42323;
    }
.slide-homepage-promotion .swiper-slide .event-item {
    width: 100% !important;
}
.slide-homepage-promotion .swiper-button-next,
.slide-homepage-promotion .swiper-button-prev {
    font-size: 36px !important;
    color: #fff !important;
}
.slide-homepage-promotion .swiper-button-next,
.slide-homepage-promotion .swiper-button-prev {
    font-size: 36px !important;
    color: #fff !important;
}
.slide-homepage-promotion .swiper-button-prev {
    left: -13px;
}
/* ------------------------ modal ------------------------ */
.bg-popup {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64000000', endColorstr='#64000000');
}
.bg-popup-ext {
    z-index: 10009 !important;
}
.search-form-123 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 10010 !important;
    top: 30px;
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: #fff;
}
.search-form-123 .form-control-123 {
    width: 100%;
    display: block;
    padding: 7px;
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 100%
}
.search-form-123 .wpcf7-form {
    width: 100%;
}
.mg-r10
{
    margin-right: 10px;
}
.search-form-123 .button {
    display: block;
    text-align: center;
    background-color: #fd4e19;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    border: 0px;
    width: 130px;
    text-align: center;
}
.cursor-pointer {
    cursor: pointer;
}
.search-form-123 .lbl-title {
    width: 100%;
    display:block;
    margin-bottom: 3px;
}
.search-form-123 .lbl-title span {
    font-style: italic;
    color: #888;
}
.fweight-bold {
    font-weight: bold !important; 
}
.btn-close-tsx {
    position: absolute;
    right: -18px;
    top: -18px;
    color: red;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    cursor:pointer;
}
    .btn-close-tsx:before {
        position: absolute;
        color: red;
        content: '\e807';
        font-family: 'fontello';
        left: -2px;
        top: 2px;
        font-size: 21px;
    }
.search-form-123 .error-info {
    color: red;
}
.pn-ctkm .call-hotline,
.pn-ctkm .call-request {
    display: inline-block;
    text-align: center;
    background-color: #fd4e19;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 22px;
    width: 250px;
    text-align: center;
    cursor: pointer;
}
.pn-ctkm {
    display: block;
    margin-bottom: 15px;
}
.pn-ct-main
{
    display: block;
    width: 100%;
}
#frm_home_sendcontact
{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
    #frm_home_sendcontact .ct-lbl-title {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #frm_home_sendcontact .ct-lbl {
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        display: block;
        margin-top: 10px;
    }
    #frm_home_sendcontact .form-control-123 {
        text-align: left;
        font-size: 13px;
        display: block;
        margin-top: 3px;
        padding: 8px;
        width: 100%;
    }
    #frm_home_sendcontact .button {
        display: block;
        text-align: center;
        background-color: #fd4e19;
        padding: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        margin-top: 10px;
        border: 0;
        width: 150px;
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }
    #frm_home_sendcontact .pn-submit {
        text-align: center;
        display: block;
        margin-bottom: 100px;
    }
    #frm_home_sendcontact .error-info {
        color: red;
        margin-top: 10px;
    }
#popup18t .text-center img {
    width: 250px;
}
#popup18t .pn-logo {
    display: block;
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}
#popup18t .modal-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #f86031;
    padding-top: 30px;
}
#popup18t .text-center {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
#popup18t .text-note {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #f86031;
}
#popup18t .div-button {
    display: block;
    width: 100%;
    text-align:center;
}
#popup18t .search-form-123 {
    display: block;
    padding: 0px;
    border-radius: 5px;
}
#popup18t .div-button .button-age {
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    border: solid 1px #f86031;
    padding: 8px;
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
    cursor:pointer;
}
.row-contact-icon a
{
    display: inline-block;
    width: 92px;
}
    .row-contact-icon a span {
        display: block;
        color: #8b8b8b;
        font-size: 14px;
        margin-top: 2px;
    }
.row-contact-icon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
}
    .row-contact-icon i {
        font-size: 30px;
        color: #fd4e19;
        background-color: #fff;
        border-radius: 100%;
        height: 45px;
        display: block;
        width: 45px;
        margin: auto;
        padding-top: 8px;
    }