﻿/*Breadcrumbs*/
#wr-breadcrumbs-sub {
    background: #2559c1 url(../Images/bg-cate.png) no-repeat bottom center;
    height: 50px;
    border-top: 2px solid #cf9436;
    position: relative;
}

    #wr-breadcrumbs-sub ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #wr-breadcrumbs-sub ul li {
            float: left;
            line-height: 50px;
            color: #c7c7c7;
        }

            #wr-breadcrumbs-sub ul li a span {
                color: #c7c7c7;
            }

            #wr-breadcrumbs-sub ul li a.home {
                margin-right: 5px;
            }

            #wr-breadcrumbs-sub ul li a i {
                margin-right: 5px;
                color: #c7c7c7;
            }

            #wr-breadcrumbs-sub ul li a:hover {
            }

#wr-breadcrumbs {
    background: #000 url(../Images/bg-cate.png) no-repeat bottom center;
    height: 200px;
    border-top: 2px solid #cf9436;
    position: relative;
}

.wr-heading {
    position: relative;
}

#breadcrumbs .heading {
    text-align: center;
    margin-top: 60px;
}

    #breadcrumbs .heading h1 {
        color: #cedbc7;
        font-size: 1.8em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0px;
        padding-bottom: 10px;
    }

#breadcrumbs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
}

    #breadcrumbs ul li {
        float: left;
        padding: 0 0 0 5px;
        color: #a57000;
        font-size: 1.2em;
        letter-spacing: 0.5px;
    }

        #breadcrumbs ul li a {
            line-height: 35px;
        }

            #breadcrumbs ul li a span, #breadcrumbs ul li a i {
                color: #a57000;
                font-size: 1.5em;
                transition-duration: 0.3s;
            }

            #breadcrumbs ul li a i {
                margin-right: 5px;
            }

            #breadcrumbs ul li a:hover {
                text-decoration: none;
            }

            #breadcrumbs ul li a span:hover {
                color: #fff;
            }

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    #wr-breadcrumbs-sub {
        padding-left: 15px;
        padding-right: 15px;
    }

    #wr-breadcrumbs {
        height: 120px;
    }

    #breadcrumbs .heading {
        margin-top: 25px;
    }

        #breadcrumbs .heading h1 {
            font-size: 1.5em;
        }

    #breadcrumbs ul li a span {
        font-size: 1.2em;
    }
}

/*Kết thúc breadcrumbs*/
/*ct-category*/
#ct-category {
    padding: 25px 0;
}

    #ct-category .cotent-video {
        text-align: center;
    }

.proc-heading {
}

    .proc-heading h2 {
        margin: 0px;
        text-align: center;
    }

        .proc-heading h2 span {
            color: #358b03;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            font-size: 1.5em;
        }

#ct-category .proc-item {
    margin-bottom: 25px;
    margin-top: 0px !important;
}

.proc-items {
    margin-top: 20px;
}

    .proc-items ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .proc-items ul li {
            width: 33.3%;
            float: left;
            padding: 10px 1.3%;
        }

            .proc-items ul li div.wrap {
                box-shadow: 1px 1px 5px 0px rgba(94,94,94,0.75);
                -webkit-box-shadow: 1px 1px 5px 0px rgba(94,94,94,0.75);
                -moz-box-shadow: 1px 1px 5px 0px rgba(94,94,94,0.75);
                transition-duration: 0.3s;
            }

                .proc-items ul li div.wrap:hover {
                    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
                    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
                    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
                }

            .proc-items ul li p, .proc-items ul li h3 {
                margin: 0px;
            }

                .proc-items ul li p.thumb {
                    text-align: center
                }

                    .proc-items ul li p.thumb img {
                        width: 100%;
                        height: auto;
                        transition-duration: 0.3s;
                    }

                        .proc-items ul li p.thumb img:hover {
                            -webkit-filter: grayscale(0.3) sepia(0.4);
                            filter: grayscale(0.3) sepia(0.4);
                        }

                .proc-items ul li h3.name {
                    padding: 10px 0;
                    text-align: center;
                    padding-left: 10px;
                    padding-right: 10px;
                }

                    .proc-items ul li h3.name a {
                        color: #358b03;
                        font-size: 1.3em;
                        letter-spacing: 0.5px;
                        text-transform: uppercase;
                        transition-duration: 0.3s;
                        font-weight: bold;
                        line-height: 22px;
                    }

                        .proc-items ul li h3.name a:hover {
                            color: #cf9436;
                        }

            .proc-items ul li .link {
                text-align: center;
                padding-bottom: 10px;
            }

                .proc-items ul li .link a {
                    padding: 10px 25px;
                    background: rgb(241,181,86);
                    background: linear-gradient(180deg, rgba(241,181,86,1) 0%, rgba(237,156,27,1) 49%, rgba(241,181,86,1) 100%);
                    color: #fff;
                    transition-duration: 0.3s;
                    display: inline-block;
                    letter-spacing: 0.5px;
                    font-size: 1.1em;
                }

                    .proc-items ul li .link a i {
                        color: #fff;
                        transition-duration: 0.3s;
                        margin-left: 10px;
                    }

                    .proc-items ul li .link a:hover i {
                    }

                    .proc-items ul li .link a:hover {
                        background: rgb(228,110,37);
                        background: linear-gradient(180deg, rgba(228,110,37,1) 0%, rgba(204,83,8,1) 49%, rgba(228,110,37,1) 100%);
                    }

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    #ct-category {
        padding: 10px 0 !important;
    }

        #ct-category .cotent-video iframe {
            width: 100%;
        }

    .proc-items ul li {
        width: 100%;
    }

    .news-item-text h2.title {
        text-align: center;
    }

    .news-item-thumb {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .news-item {
        padding-right: 0px !important;
    }
}

/*end ct-category*/
/*Chi tiết sản phẩm*/

.wr-img-proc {
}

    .wr-img-proc .carousel-item img {
        border: solid 1px #ed9c1b;
        padding: 1px;
    }

    .wr-img-proc .carousel-indicators li {
        display: grid;
        width: 65px;
    }

        .wr-img-proc .carousel-indicators li img {
            border: solid 1px #ededed;
        }

    .wr-img-proc .carousel-indicators {
        bottom: 25px;
    }

.wr-info-proc {
    width: 95%;
    float: right;
    background: #f7f7f7;
    padding: 15px;
}

    .wr-info-proc .name {
        font-size: 1.8em;
        color: #0a2c70;
        letter-spacing: 0.5px;
        font-weight: bold;
    }

    .wr-info-proc p {
        margin: 0px;
        padding: 8px 0 8px 15px;
    }

        .wr-info-proc p i {
            margin-right: 10px;
        }

        .wr-info-proc p.item-att {
        }

            .wr-info-proc p.item-att span {
                font-weight: bold;
                padding-right: 5px;
            }

                .wr-info-proc p.item-att span.price {
                    font-size: 1.2em;
                    font-weight: bold;
                    color: #ff0006;
                    text-decoration:line-through;
                }
                .wr-info-proc p.item-att span.sale {
                    font-size: 1.2em;
                    font-weight: bold;
                    color: #ff0006;
                }

                    .wr-info-proc p.item-price {
                    }

            .wr-info-proc p.item-price .title {
                font-weight: bold;
                padding-right: 5px;
            }

            .wr-info-proc p.item-price .price1 {
                font-weight: bold;
                font-size: 1.4em;
                color: #ff0006;
            }

            .wr-info-proc p.item-price .price2 {
                color: #484848;
                text-decoration: line-through;
                font-size: 1.1em;
            }

            .wr-info-proc p.item-price .unit {
                padding-left: 5px;
                padding-right: 5px;
                color: #484848;
            }

            .wr-info-proc p.item-price .drop-price {
                padding: 5px;
                outline: unset;
            }

    .wr-info-proc div.des {
        line-height: 25px;
        color: #313131;
        border: dotted 1px #cf9436;
        padding: 10px 15px;
        margin-top: 10px;
    }

    .wr-info-proc div.order {
        margin-top: 25px;
        text-align: center;
    }

        .wr-info-proc div.order .item-order {
            padding: 7px 25px;
            background: #368f05;
            border: none;
            outline: unset;
            display: block;
            width: 100%;
            transition-duration: 0.3s;
        }

            .wr-info-proc div.order .item-order:hover {
                background: #cf9436;
            }

            .wr-info-proc div.order .item-order i {
                margin-left: 10px;
            }

            .wr-info-proc div.order .item-order i, .wr-info-proc div.order .item-order span {
                color: #fff;
                font-size: 1.3em;
                letter-spacing: 0.5px;
                text-transform: uppercase;
            }

    .wr-info-proc div.hotline {
        font-weight: bold;
        margin-top: 20px;
    }

        .wr-info-proc div.hotline span {
            font-size: 1.3em;
        }

        .wr-info-proc div.hotline a {
            color: #ff0006;
            font-size: 1.3em;
        }

.wr-pane-01 {
    padding: 15px 0;
    margin: 15px 0;
}

    .wr-pane-01 .caption {
        text-align: center;
        font-size: 1.6em;
        color: #368f05;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .wr-pane-01 .bd-pn01 {
        margin: 0 auto;
        width: 30%;
        border-top: solid 4px #368f05;
        height: 10px;
    }

    .wr-pane-01 .content {
        border: dashed 1px #368f05;
        margin-top: 15px;
        padding: 0 15px;
    }

        .wr-pane-01 .content p {
            margin: 0px;
            padding: 10px 0;
            font-weight: bold;
            line-height: 22px;
        }

            .wr-pane-01 .content p.list {
                font-weight: normal;
                padding-left: 20px;
            }

            .wr-pane-01 .content p i.far {
                margin-right: 5px;
                color: #ff0006;
                font-size: 1.2em;
            }

.wr-pane-02 {
    padding: 0px;
}

    .wr-pane-02 .caption {
    }

        .wr-pane-02 .caption span {
            background: #385a25;
            color: #fff;
            padding: 10px 25px;
            font-size: 1.4em;
            font-weight: bold;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

    .wr-pane-02 .content {
        border: dashed 1px #368f05;
        font-size: 1.2em;
        letter-spacing: 0.5px;
        margin-top: 20px;
        padding: 10px 15px;
    }

        .wr-pane-02 .content p {
            margin: 0px;
            padding: 10px 0;
            font-size: 1.05em;
        }

            .wr-pane-02 .content p i {
                margin-right: 7px;
                color: #ed9c1b;
                font-weight: bold;
            }

.wr-pane-03 {
    background: #f4f4f4;
    margin: 20px 0;
    padding: 15px;
}

    .wr-pane-03 .caption {
        margin-top: 40px;
        text-align: center;
    }

        .wr-pane-03 .caption span {
            color: #dd9700;
            font-size: 1.6em;
            font-weight: bold;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

    .wr-pane-03 .content {
    }

.p-left-larger {
    width: 55%;
    float: left;
}

    .p-left-larger ul {
        list-style: disc;
        margin-top: 15px;
    }

    .p-left-larger li {
        font-size: 1.3em;
        padding: 10px 0;
    }

.p-right-small {
    width: 40%;
    float: right;
}

.wr-pane-04 {
    background: #f4f4f4;
    padding: 15px;
}

    .wr-pane-04 .caption {
        margin-top: 40px;
        text-align: center;
    }

        .wr-pane-04 .caption span {
            color: #dd9700;
            font-size: 1.6em;
            font-weight: bold;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

    .wr-pane-04 .content {
    }

.p-left-small {
    width: 40%;
    float: left;
}

.p-right-larger {
    width: 55%;
    float: right;
}

    .p-right-larger ul {
        list-style: disc;
        margin-top: 15px;
    }

        .p-right-larger ul li {
            font-size: 1.3em;
            padding: 10px 0;
        }

.wr-pane-style1 {
    padding: 15px 0;
}

.p-gallery {
    margin-top: 15px;
    width: 70%;
    margin: 0 auto;
}

    .p-gallery .carousel-item {
        text-align: center;
    }

        .p-gallery .carousel-item img {
            border: solid 1px #d4d4d4;
            padding: 2px;
        }

.p-btn-order {
    text-align: center;
}

    .p-btn-order span {
        /*border:dashed 1px #ed9c1b;*/
        border-radius: 5px;
        padding: 20px;
        display: inline-block;
    }

.gradient-border {
    --borderWidth: 5px;
    position: relative;
    /*    border-radius: var(--borderWidth);*/
    background: #fff;
}

    .gradient-border:after {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
        border-radius: calc(2 * var(--borderWidth));
        z-index: -1;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
    }


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.p-btn-order a {
    background: #ff0006;
    padding: 10px 25px;
    color: #fff;
    transition-duration: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.5em;
}

    .p-btn-order a:hover {
        background: #ca581f;
    }

    .p-btn-order a i {
        color: #fff;
        margin-left: 10px;
        font-size: 1.2em;
    }

.highlights-01 {
    background: #f9f9f9;
    border: solid 1px #ff0006;
}

    .highlights-01 p {
        margin: 0px;
        padding: 10px;
        font-weight: bold;
        letter-spacing: 0.5px;
        font-size: 1.1em;
        color: #ff0006;
    }

        .highlights-01 p i {
            margin-right: 10px;
        }

@media only screen and (min-width: 1930px) {
}

@media only screen and (max-width: 1340px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    .wr-info-proc {
        width: 100%;
    }

    .wr-pane-01 {
        padding-top: 0px;
    }

        .wr-pane-01 .content, .wr-pane-02 .content {
            margin-left: 5px !important;
            margin-right: 2px !important;
        }

    .wr-pane-02 .caption span {
        text-align: center;
        line-height: 28px;
        display: block;
    }

    .p-left-larger, .p-left-small, .p-right-larger, .p-right-small {
        width: 100%;
    }

    .wr-pane-03 .caption {
        margin-top: 10px;
    }

    .p-btn-order {
        margin-bottom: 20px !important;
    }

        .p-btn-order span {
            padding: 10px;
        }

        .p-btn-order a {
            display: block;
            padding-left: 10px;
            padding-right: 10px;
        }

    .highlights-01 {
        margin-left: 5px;
        margin-right: 5px;
    }
}
/*Kết thúc chi tiết sản phẩm*/
/*News*/
#news-content {
    padding: 20px 0;
}

    #news-content .wrap-bd {
        border: solid 1px #e9e9e9;
        padding: 10px;
    }

.news-item {
    padding-right: 10px;
}

    .news-item .slat {
        padding: 10px 0;
    }

.news-item-thumb {
    width: 30%;
    float: left;
    margin-right: 20px;
}

    .news-item-thumb a img {
        width: 100%;
        height: auto;
        transition-duration: 0.3s;
        display: block;
        padding: 2px;
        border: solid 1px #e2e2e2;
    }

        .news-item-thumb a img:hover {
            cursor: pointer;
            opacity: 0.8;
        }

.news-item-text {
}

    .news-item-text h2.title {
        font-weight: bold;
        letter-spacing: 0.4px;
        padding: 0px;
        margin-bottom: 10px;
    }

        .news-item-text h2.title a {
            font-size: 1.5em;
            line-height: 30px;
            color: #0a2c70;
        }

            .news-item-text h2.title a:hover {
                text-decoration: none;
                color: #aa3900;
            }

    .news-item-text div.des {
        font-size: 1.1em;
        letter-spacing: 0.4px;
        text-align: justify;
        line-height: 25px;
    }

    .news-item-text div.read-more {
        text-align: right;
        padding-top: 10px;
    }

        .news-item-text div.read-more a {
            font-size: 1em;
            background: #0a2c70;
            padding: 5px 20px;
            color: #fff;
            transition-duration: 0.3s;
        }

            .news-item-text div.read-more a:hover {
                background: #ca581f;
                text-decoration: none;
            }

.wr-paging {
}

#paging {
}

.total-record {
    display: none;
}

.news-detail {
}

    .news-detail h1.title {
        font-size: 1.4em;
        letter-spacing: 0.4px;
        font-weight: bold;
        color: #0a2c70;
        margin-bottom: 10px;
        line-height: 30px;
        border-left: solid 7px #0a2c70;
        background: #edf3ff;
        padding: 5px 0 5px 10px;
    }

    .news-detail div.media {
        text-align: center;
    }

        .news-detail div.media p {
            margin-bottom: 10px;
            font-style: italic;
        }

        .news-detail div.media figure {
            width: 100%;
            margin-bottom: 0px;
        }

        .news-detail div.media img {
            width: 70%;
            height: auto;
        }

    .news-detail div.des {
        line-height: 25px;
        background: #edf3ff;
        border-right: solid 7px #0a2c70;
        border-left: solid 7px #0a2c70;
        text-align: justify;
        padding: 10px 15px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .news-detail div.content {
        /*text-align: justify;*/
        letter-spacing: 0.3px;
    }

        .news-detail div.content p, .news-detail div.content div {
            margin: 0px;
            padding: 5px 0;
            line-height: 25px;
        }

        .news-detail div.content a {
            color: #0062db;
            font-size: inherit;
        }

            .news-detail div.content a:hover {
                color: #003dce;
                text-decoration: underline;
            }

        .news-detail div.content h1 {
        }

        .news-detail div.content h2 {
            font-size: 1.25em;
            font-weight: bold;
            letter-spacing: 0.4px;
            margin: 0px;
            padding: 7px 0;
            line-height: 30px;
        }

            .news-detail div.content h2.head-landing {
                border-bottom: 1px solid #eee;
                position: relative;
                padding-bottom: 0px !important;
            }

                .news-detail div.content h2.head-landing span {
                    font-size: inherit;
                    color: inherit;
                    letter-spacing: inherit;
                }

                .news-detail div.content h2.head-landing span {
                    display: inline-block;
                    padding: 0 0 5px 0;
                    position: relative;
                }

                    .news-detail div.content h2.head-landing span:before {
                        background: #009355;
                        bottom: -1px;
                        content: "";
                        height: 3px;
                        left: 0;
                        position: absolute;
                        right: -5px;
                    }


        .news-detail div.content h3 {
            font-size: 1.1em;
            font-weight: bold;
            letter-spacing: 0.4px;
            margin: 0px;
            padding: 7px 0;
            line-height: 25px;
        }

        .news-detail div.content h4 {
            font-size: 1.2em;
            font-weight: bold;
            letter-spacing: 0.4px;
            margin: 0px;
            padding: 7px 0;
            line-height: 25px;
        }

        .news-detail div.content img {
            width: 70% !important;
            height: auto !important;
            text-align: center;
            display: inline-block;
        }

        .news-detail div.content ul {
            list-style: disc;
            margin-bottom: 0px;
        }

            .news-detail div.content ul li {
                line-height: 25px;
                padding: 7px 0;
            }

.news-other-title {
    line-height: 45px;
    background: #0a2c70;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.bg-other-news {
}

.wr-news-other {
    padding-left: 0.5%;
}

.other-item {
    width: 33%;
    float: left;
    padding: 0 15px;
}

@media only screen and (max-width: 480px) {
    .other-item {
        width: 100%;
    }
}

.other-image {
}

    .other-image a img {
        width: 100%;
        height: 280px;
        overflow-y: hidden;
        transition-duration: 0.3s;
    }

        .other-image a img:hover {
            cursor: pointer;
            opacity: 0.8;
        }

.other-desc {
}

    .other-desc h2 {
        padding: 5px 0;
        margin: 0px;
        text-align: justify;
    }

        .other-desc h2 a {
            font-size: 1.1em;
            font-weight: bold;
            letter-spacing: 0.3px;
            line-height: 25px;
        }

            .other-desc h2 a:hover {
                text-decoration: none;
            }

    .other-desc p {
        line-height: 25px;
        letter-spacing: 0.4px;
        text-align: justify;
    }

@media only screen and (max-width: 480px) {
    .news-detail div.content {
        text-align: justify;
    }
}
/*Kết thúc news*/
/*Khối phải*/
.mdl-cate {
}

    .mdl-cate h3.title {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #0a2c70;
        font-size: 1.1em;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #fff;
        margin: 0px;
        font-weight: 600;
    }

        .mdl-cate h3.title i {
            margin-right: 8px;
            color: #fff;
        }

    .mdl-cate div.li-content {
    }

        .mdl-cate div.li-content ul {
            margin: 0px;
            padding: 0px;
        }

            .mdl-cate div.li-content ul li {
                position: relative;
                padding: 5px 0;
                border-bottom: solid 1px #f4f4f4;
                cursor: pointer;
            }

                .mdl-cate div.li-content ul li.cat-parent a {
                }

                .mdl-cate div.li-content ul li a {
                    line-height: 25px;
                    padding: 0 15px 0 20px;
                    font-size: 0.97em;
                    letter-spacing: 0.4px;
                }

                    .mdl-cate div.li-content ul li a span {
                        font-size: 0.8em;
                        margin-right: 5px;
                        color: #bdbdbd;
                    }

.has-sub span {
    color: #e85933 !important;
    font-weight: bold;
}

a.current-cat {
    font-weight: bold;
}

li.current-cat-root ul {
    display: block !important;
}

.mdl-cate div.li-content ul li a:hover {
}

.mdl-cate div.li-content ul li i {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 25px;
    font-size: 0.8em;
}

.mdl-cate div.li-content ul li ul {
    display: none;
    margin: 5px 0;
}

    .mdl-cate div.li-content ul li ul li {
        padding: 0px;
        border-bottom: none;
    }

        .mdl-cate div.li-content ul li ul li a {
            padding-left: 40px !important;
            display: block;
            line-height: 30px;
            color: #5e5c5c;
        }

            .mdl-cate div.li-content ul li ul li a span {
                font-size: 0.8em;
                color: #bdbdbd;
                margin-right: 5px;
            }

            .mdl-cate div.li-content ul li ul li a:hover {
            }

.blog-list-sidebar {
    margin: 0px;
    padding: 0px;
    background: #e7ecf7;
}

    .blog-list-sidebar li {
        padding: 10px;
    }

        .blog-list-sidebar li .post-thumb {
            text-align: center;
        }

            .blog-list-sidebar li .post-thumb img {
                width: 98%;
                border: solid 1px #f2f2f2;
                padding: 2px;
            }

    .blog-list-sidebar li {
    }

        .blog-list-sidebar li .post-info {
            text-align: center;
        }

            .blog-list-sidebar li .post-info .entry_title {
            }

                .blog-list-sidebar li .post-info .entry_title a {
                    font-size: 1.1em;
                    letter-spacing: 0.5px;
                    color: #000;
                    line-height: 20px;
                }

                    .blog-list-sidebar li .post-info .entry_title a:hover {
                        text-decoration: underline;
                        color: #000;
                    }
/*Kết thúc khối phải*/
/*Trang liên hệ*/
.wr-info-contact {
    padding: 10px 0;
}

    .wr-info-contact .heading-tab {
        display: none;
    }

    .wr-info-contact h3 {
        font-size: 1.3em;
        font-weight: bold;
        line-height: 30px;
        color: #555555;
    }

    .wr-info-contact p {
        margin: 0px;
        padding: 5px 0;
    }

        .wr-info-contact p i {
            margin-right: 5px;
        }

        .wr-info-contact p span {
            padding-right: 5px;
        }

.wr-form-contact {
    margin: 10px 0 10px 0;
}

    .wr-form-contact div.control {
        margin: 10px 0px;
        width: 50%;
    }

        .wr-form-contact div.control .text1 {
            width: 70%;
        }

.mdl-contact-title {
    background: #0a2c70;
    text-align: center;
}

    .mdl-contact-title h2 {
        line-height: 40px;
        font-size: 1.2em;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

div.control ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    div.control ul li {
        float: left;
        padding-right: 5px;
    }

.textbox {
    width: 100%;
    border: solid 1px #a0a0a0;
    padding: 5px;
}

.code-title {
    font-size: 0.9em;
    line-height: 35px;
}

.textcode {
    width: 100px;
    border: solid 1px #a0a0a0;
    padding: 5px;
}

.imgcode {
}

.recode {
    border: solid 1px #ebebeb;
    background: #00b652;
    padding: 5px 15px;
    color: #fff;
}

    .recode:hover {
        background: #ff6a00;
    }

.btn-contact {
}

.wr-btn-contact {
    padding: 10px 0;
    text-align: center;
    background: #f6f6f6;
}

.btn-contact {
    border: solid 1px #ebebeb;
    background: #388f09;
    padding: 10px 25px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-contact:hover {
        background: #955300;
    }

@media only screen and (max-width: 480px) {
    .wr-form-contact div.control {
        width: 100%;
    }

        .wr-form-contact div.control .text1 {
            width: 100%;
        }
}
/*Kết thúc trang liên hệ*/

/*Trang giỏ hàng*/
.wr-cart {
    width: 60%;
    float: left;
    background: #f4f4f4;
    padding: 15px;
}

.cart-body {
}

    .cart-body::-webkit-scrollbar {
        width: 10px;
    }

    .cart-body::-webkit-scrollbar-track {
        background: #dbdbdb;
    }

    .cart-body::-webkit-scrollbar-thumb {
        background: #f56100;
    }

        .cart-body::-webkit-scrollbar-thumb:hover {
            background: #ffc000;
        }

    .cart-body::-webkit-scrollbar-button:single-button {
        background-color: #bbbbbb;
        display: block;
        background-size: 10px;
        background-repeat: no-repeat;
    }

        .cart-body::-webkit-scrollbar-button:single-button:vertical:decrement {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
            height: 8px;
        }

            .cart-body::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
                border-color: transparent transparent #777777 transparent;
            }

        .cart-body::-webkit-scrollbar-button:single-button:vertical:increment {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
            height: 8px;
        }

    .cart-body::-webkit-scrollbar-button:vertical:single-button:increment:hover {
        border-color: #777777 transparent transparent transparent;
    }

    .cart-body .seperate {
        height: 10px;
        margin-bottom: 7px;
        border-bottom: solid 1px #ebebeb;
    }

    .cart-body .c-item {
    }

        .cart-body .c-item .c_image {
            width: 7%;
            float: left;
        }

            .cart-body .c-item .c_image img {
                width: 100%;
                height: auto;
                border: solid 1px #f2f2f2;
                padding: 2px;
                transition-duration: 0.3s;
            }

                .cart-body .c-item .c_image img:hover {
                    border: solid 1px #ffc000;
                }

        .cart-body .c-item .c-info {
            width: 90%;
            float: right;
        }

        .cart-body .c-item .c-info {
        }

            .cart-body .c-item .c-info .c-name {
            }

                .cart-body .c-item .c-info .c-name a {
                    letter-spacing: 0.4px;
                    color: #000;
                    transition-duration: 0.3s;
                }

                    .cart-body .c-item .c-info .c-name a:hover {
                        color: #e85933;
                    }

            .cart-body .c-item .c-info .c-function {
            }

                .cart-body .c-item .c-info .c-function .c-func-left {
                    width: 40%;
                    float: left;
                }

                    .cart-body .c-item .c-info .c-function .c-func-left .f-title {
                        font-size: 0.85em;
                        letter-spacing: 0.5px;
                        color: #656565;
                        margin: 10px 0 5px 0;
                    }

.amount-in-cart {
    width: 80px;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    padding: 3px;
    text-align: center;
    outline: none;
    margin-right: 8px;
}

.save-amount span {
    font-size: 1.2em;
}

.cart-body .c-item .c-info .c-function .c-func-right {
    width: 60%;
    float: right;
    text-align: right;
}

    .cart-body .c-item .c-info .c-function .c-func-right .c-p-price {
        margin: 15px 0 5px;
    }

        .cart-body .c-item .c-info .c-function .c-func-right .c-p-price span.sale-price {
            color: #fc0404;
            font-weight: bold;
            font-size: 1.1em;
            letter-spacing: 0.5px;
        }

.cart-body span.normal-price, .cart-body span.normal-x, .cart-body span.normal-price, .cart-body span.normal-equal {
    color: #565555;
    padding: 0 5px;
    font-size: 0.85em;
    letter-spacing: 0.3px;
}

.cart-body span.normal-x {
    font-size: 0.75em;
}

.cart-body .c-item .c-info .c-function .c-func-right .c-p-remove {
}

    .cart-body .c-item .c-info .c-function .c-func-right .c-p-remove a {
        font-size: 0.95em;
        letter-spacing: 0.5px;
        color: #656565;
    }

        .cart-body .c-item .c-info .c-function .c-func-right .c-p-remove a i {
            margin-right: 5px;
        }

.cart-total {
    padding: 10px;
    text-align: right;
    background: #f2f2f2;
    margin: 10px 0;
}

    .cart-total .to-title {
        font-weight: bold;
        font-size: 1.2em;
        letter-spacing: 0.4px;
        padding-right: 20px;
    }

    .cart-total .to-value {
        font-weight: bold;
        font-size: 1.2em;
        color: #fc0404;
        letter-spacing: 0.5px;
    }

.cart-heading {
    margin-bottom: 20px;
    /*    border-bottom: solid 5px #ececec;*/
}

    .cart-heading h2 {
        font-size: 1.3em;
        color: #494949;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

.wr-form-order {
    width: 38%;
    float: right;
    background: #fff6e2;
    padding: 0px;
}

.form-order-title {
    background: #385a25;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-weight: bold;
}

    .form-order-title i {
        color: #fff;
        margin-right: 10px;
    }

.form-order-control {
    padding: 15px;
}

.form-label {
    color: #626262;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0px !important;
    font-size: 0.9em;
}

.form-order-control .input1 {
    width: 60%;
    display: inline;
}

.mb-3 span {
    font-size: 0.85em !important;
}

.btn-primary i {
    color: #fff;
    margin-left: 5px;
}

.btn-primary {
    color: #fff;
    margin-left: 5px;
}

.btn-order {
    margin-bottom: 0px !important;
    text-align: center;
}

    .btn-order .btn-primary {
        padding: 10px 20px;
        font-size: 1.1em;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

.cart-navigation {
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
}

    .cart-navigation .btn-continue {
        background: #f56100;
        padding: 10px 20px;
        color: #fff;
        transition-duration: 0.3s;
    }

        .cart-navigation .btn-continue:hover {
            background: #46a500;
        }
/*Kết thúc trang giỏ hàng*/
@media only screen and (max-width: 480px) {
    .wr-cart {
        width: 100%;
    }

    .wr-form-order {
        width: 100%;
    }

    .form-order-title {
        font-weight: unset;
        letter-spacing: unset;
    }

    .form-order-control .input1 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
}
/*Phân trang*/
.wr-paging {
    clear: both;
}

.total-record {
    font-size: 11px;
    text-align: right;
    color: #ccc;
    clear: both;
    padding-bottom: 5px;
    display: none;
}

#paging {
}

    #paging a, #paging span {
        padding: 3px 7px 3px 7px;
        margin: 1px;
    }

    #paging ul {
        margin: 20px 0;
        list-style: none;
        float: right;
    }

        #paging ul li b {
            padding-right: 5px;
        }

        #paging ul li {
            float: left;
            font-size: 1em;
            padding: 0 3px;
        }

            #paging ul li a {
                color: #fff;
                background: #055d38;
                padding: 5px 10px;
            }

            #paging ul li span {
                color: #fff;
                background: #009355;
                padding: 5px 10px;
            }

.product-content {
}

    .product-content p, .product-content div {
        font-size: 1.05em;
    }

    .product-content p, .product-content h2, .product-content h3, .product-content h4 {
        margin-bottom: 0px;
        padding: 5px 0;
    }

    .product-content h2 {
        font-size: 2em;
        background: #053cab;
        border-left: 10px solid #ff0006;
        color: #fff;
        padding: 5px 10px;
    }

    .product-content h3 {
        font-size: 1.8em;
        font-weight: bold;
    }

    .product-content h4 {
        font-size: 1.65em;
        font-weight: bold;
    }

    .product-content table {
        border: 1px solid #c8c8c8;
        margin: 5px 0;
    }

        .product-content table td {
            border: 1px solid #c8c8c8;
            padding: 5px;
        }

    .product-content ul {
        margin: 0 0 0 40px;
        padding: 0px;
        list-style: disc;
    }

        .product-content ul li {
            padding: 5px 0;
        }
