/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #FAFAF8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.container {
    max-width: 94% !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.top-container {
    background: #0f0f0f;
    height: 35px;
    padding-top: 5px;
}

    .top-container .navbar-collapse.collapse {
        margin: 0 auto;
        width: 1200px;
    }

    .top-container .nav.navbar-nav.navbar-right a {
        color: #fff;
    }

.navbar-left {
    color: #fff;
}

.free_ship > img {
    height: 18px;
    margin: 0 6px;
    position: relative;
    top: -2px;
    width: auto;
}

.input-group-btn-cart > a > img {
    height: 18px;
    width: auto;
    top: -3px;
    position: relative;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: initial;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

img.img-product {
    max-width: 100%;
}

.carousel-control {
    padding-top: 10%;
    width: 5%;
}

.title-new {
    color: #ff6a00;
    text-transform: uppercase;
}

    .title-new span {
        color: #fff;
        background: #dd4b39;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -o-border-top-left-radius: 4px;
        -o-border-top-right-radius: 4px;
        padding: 7px 15px;
        width: 260px;
    }

.title-featured {
    color: #09cb90;
    text-transform: uppercase;
}

    .title-featured span {
        color: #fff;
    }

.title-sale {
    color: #ff6a00;
    text-transform: uppercase;
}

    .title-sale span {
        color: #fff;
        background: #dd4b39;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -o-border-top-left-radius: 4px;
        -o-border-top-right-radius: 4px;
        padding: 7px 15px;
        width: 260px;
    }

.item-product .price-product, .productl .price-product {
    text-align: center !important;
}

.item-product {
    padding: 15px;
    box-shadow: 0px 0px 5px 0px #e9e9e9;
    min-height: 300px;
    margin: 2px 0;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 10px;
}

.title-product {
    text-align: center;
}

    .title-product a {
        /*color: #d65800;*/
        font-size: 14px;
        /*font-weight: bold;*/
        color: #333;
    }

        .title-product a:hover {
            color: #06b295;
        }

.price-product {
    text-align: center;
    font-size: 13px;
    color: #ff0000;
}

.add-product {
    text-align: center;
}

    .add-product a, .add-product input {
        color: #ffffff;
        background: #33bca5;
        padding: 5px 10px;
        text-decoration: none;
        border-radius: 3px;
        border: none;
    }

        .add-product a:hover, .add-product input:hover {
            background: #e78200;
        }

.ads {
    background: #808080;
}

.prev-left {
    background: #09cb90;
    padding: 5px 10px;
    position: absolute;
    right: 30px;
    top: 0;
}

.next-right {
    background: #09cb90;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.latest-product .item-product, .product .item-product {
    margin: 13px 0;
}

.item-product img {
    min-height: 160px;
}

img {
    width: 100%;
}

.page-header h2 {
    font-size: 20px !important;
    margin: 0px;
}

    .page-header h2 a {
        color: #fff;
        text-decoration: none;
    }

.page-header {
    margin-top: 40px !important;
    padding-bottom: 0px !important;
    border-bottom: 2px solid #dd4b39 !important;
}


.fu {
    padding: 30px 0;
}

.product-name {
    box-sizing: border-box;
}

h1.product_title {
    /*color: #06b295;*/
    color: #333;
    /*font-weight: bold;*/
    font-size: 24px;
    margin: 0 0 2px;
    text-align: left;
    line-height: normal;
    padding: 12px;
    letter-spacing: -1px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.product-shop .product-des, .product-shop .price-product, .product-shop .add-cart {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 12px;
    margin-top: 12px;
    background: #fff;
    border-radius: 4px;
}

.zoom-small-image {
    box-sizing: border-box;
    background: #fff;
}

    .zoom-small-image img {
        margin: 0 auto;
    }

.zoom-desc img {
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.product-shop .price-box {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    border-bottom: 1px #ddd dotted;
    position: relative;
    box-sizing: border-box;
}

.product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-shop .price {
    /*font-size: 20px;*/
    color: #fb4e4a;
    font-weight: bold;
}

.page {
    min-height: 400px;
}

/* cloudzoom */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin: -4px;
    background-color: #fff;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial,Helvetica,sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    top: 0;
}

.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
    width: 400px !important;
    height: 300px !important;
}

.zoom-small-image img {
    width: 100%;
}

.cloud-zoom-loading {
    color: #fff;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.blog-post article {
    border-bottom: 1px solid #DDD;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.entry-content {
    margin: 1.5em 0 1.5em;
}

.read-blog a {
    padding: 5px 8px;
    border: 1px solid #ddd;
    text-decoration: none;
}

    .read-blog a:hover {
        background: #DA2C2A;
        color: #ffffff;
    }

.latest-new {
    background: #fff;
    padding: 30px 0px;
}

.box_submit {
    /*background: #000;*/
    background: #333;
    clear: both;
    padding: 30px 0px;
    color: #fff;
}

#footer {
    clear: both;
    /*background: #0f0f0f;*/
    background: #333;
    color: #FFF;
    padding: 30px 0px 0px;
}

.navbar-nav {
    margin-left: 15px;
}

    .navbar-nav > li {
        padding: 0px;
    }

        .navbar-nav > li > a {
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

ul li {
    position: relative;
}

    ul li ul {
        position: absolute;
        left: -9999px;
        top: 0px;
        margin: 0;
        list-style: none;
        width: 250px;
        background: #fff;
        padding: 10px 0px 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
        -o-border-bottom-left-radius: 5px;
        -o-border-bottom-right-radius: 5px;
        box-shadow: 0px 2px 5px 3px #7a7a7a;
        -moz-box-shadow: 0px 2px 5px 3px #7a7a7a;
        -webkit-box-shadow: 0px 2px 5px 3px #7a7a7a;
        -o-box-shadow: 0px 2px 5px 3px #7a7a7a;
        -ms-box-shadow: 0px 2px 5px 3px #7a7a7a;
        z-index: 9999;
    }

.nav-main .panel-body {
    padding: 30px 15px;
}

.nav-main ul li:hover ul {
    left: 0px;
    top: 44px;
    z-index: 9999;
}


.nav-main li {
    padding: 0px 10px 0px !important;
    z-index: 9999;
}

    .nav-main li li {
        padding: 5px 10px 5px !important;
        border-bottom: 1px solid #ddd;
        z-index: 9999;
    }

    .nav-main li a {
        padding: 12px 0 12px !important;
        font-size: 14px !important;
        z-index: 9999;
    }



.login {
    background: #33bca5;
    color: #fff;
}

    .login:hover {
        background: #33bca5 !important;
        color: #fff;
    }

.nav-main {
    background-color: #fff;
    border-color: #fff;
    top: 61px;
    z-index: 9999;
}

.navbar {
    border: none;
    z-index: 9999;
}

.add-product {
    margin-top: 15px;
    margin-bottom: 15px;
}

.title-product {
    min-height: 40px;
}

.tab-content {
    padding: 15px 0;
}

.navbar-fixed-top {
    z-index: 999999 !important;
}

.textNum {
    padding: 2px 8px;
    width: 60px;
}

.add-cart {
    margin-top: 15px;
    font-size: 14px;
}

.btn-add {
    padding: 2px 8px;
}

.nav-main li:hover {
    z-index: 9999;
}

    .nav-main li:hover > a {
        color: #e99d47 !important;
        z-index: 9999;
    }

.nav-main li li > a {
    color: #7a7a7a !important;
    font-weight: normal !important;
    z-index: 9999;
}

.nav-main a {
    color: #fff !important;
    font-size: 16px !important;
    z-index: 9999;
}

    .nav-main a:hover {
        color: #e99d47 !important;
        z-index: 9999;
    }

.navbar-inverse {
    background: #003d4d;
    border-color: transparent !important;
    z-index: 9999;
}

    .navbar-inverse a {
        color: #238070;
        z-index: 9999;
    }

.page {
    margin-top: 0px;
    padding: 0px 0;
}

.page-custom {
    background: #FFF;
}

.tab-content {
    padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
}

.Slider-main img {
    width: auto !important;
}

.carousel-control.right {
    background: none !important;
}

.carousel-control.left {
    background: none !important;
}

.slider-h a {
    display: inline-block;
    margin: 0 10px;
}

.slider-h {
    padding: 15px 0 15px;
    background: #fff;
    margin-top: 15px;
}


.btn-youtube {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

.btn-youtube {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

    .btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open > .dropdown-toggle.btn-youtube {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-youtube:active, .btn-youtube.active, .open > .dropdown-toggle.btn-youtube {
        background-image: none;
    }

    .btn-youtube.disabled, .btn-youtube[disabled], fieldset[disabled] .btn-youtube, .btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled:active, .btn-youtube[disabled]:active, fieldset[disabled] .btn-youtube:active, .btn-youtube.disabled.active, .btn-youtube[disabled].active, fieldset[disabled] .btn-youtube.active {
        background-color: #dd4b39;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-youtube .badge {
        color: #dd4b39;
        background-color: #fff;
    }

.connection {
    padding: 5px 0;
}

    .connection a {
        margin-right: 5px;
    }

    .connection p {
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

.item-img {
    position: relative;
}

    .item-img img {
        vertical-align: top;
    }

    .item-img:after {
        content: '';
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #33bca5;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .item-img:hover:after {
        opacity: 0.5;
        cursor: pointer;
    }

.page-paging {
    padding: 15px;
}

    .page-paging a {
        border: 1px solid #ccc;
        padding: 6px 10px;
        text-decoration: none;
        margin-right: 5px;
        border-radius: 4px;
        text-align: center;
    }

    .page-paging .page-curent {
        background: #ff6a00;
        color: #fff;
    }

.item .item-product {
    margin: 5px 0;
    min-height: 344px !important;
}

.shopping-cart .fa-shopping-cart {
    color: #dd4b39;
}

.text-cart {
    color: #09cb90;
}

.text-content {
    width: 80%;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.text {
    width: 70%;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.nav-main li.current-menu-item {
    /*background: #e99d47;*/
    z-index: 9999;
}

    .nav-main li.current-menu-item > a {
        /*color: #fff !important;*/
        z-index: 9999;
    }

.nav-main li li > a {
    /*color: #333 !important;*/
    text-transform: none;
    z-index: 9999;
}

.zoom-desc img {
    width: 60px;
}

.zoom-tiny-image {
    width: 60px;
}

.product-shop {
    min-height: 150px;
}

.price-product del {
    margin-right: 10px;
    color: #a3a3a3;
    font-weight: normal;
}

.price-product ins {
    text-decoration: none;
}

.title-buy {
    color: #fff;
    text-transform: uppercase;
    /*font-weight: bold;*/
    margin-bottom: 8px;
}

.box {
    background: url(../Images/bg_03.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    color: #fff;
}

    .box h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 36px;
        margin: 15px 0;
        font-weight: bold;
    }

    .box .action {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

        .box .action span {
            padding: 8px 25px;
            background: #e78200;
            border-radius: 5px;
        }

.gvgiohang {
    width: 100%;
}

    .gvgiohang tr th {
        text-align: center;
        border-bottom: 1px solid #000;
    }

.navbar-inverse {
    background: #ffffff !important;
}

    .navbar-inverse a {
        font-size: 12px !important;
    }

        .navbar-inverse a:hover {
            color: #787878 !important;
        }

.main-menu {
    /*background: #0f0f0f;*/
    background: #1ABC9C;
    padding: 0 15px;
    box-sizing: border-box;
}

    .main-menu a {
        color: #fff !important;
        /*font-weight: bold;*/
        padding: 15px 0px !important;
        text-transform: uppercase;
    }

    .main-menu ul {
        margin-left: 10px !important;
        z-index: 999 !important;
    }

.input-group-btn-cart {
    background: #999;
    padding: 7px 10px;
    min-width: 120px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #footer ul li {
        padding: 2px 0;
    }

        #footer ul li i {
            margin-right: 8px;
            color: #dd4b39;
        }

        #footer ul li a {
            color: #7a7a7a;
            /*color: #687C8F;*/
        }

.menu-footer {
    /*background: #0f0f0f;*/
    background: #333;
    border-top: 1px solid #7a7a7a;
    padding: 6px 0;
}

    .menu-footer .footer-nav {
        text-align: center;
        padding: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menu-footer .footer-nav li {
            display: inline-block;
            padding: 0px 12px !important;
            vertical-align: top;
            border-left: 1px solid #fff;
            zoom: 1;
            box-sizing: border-box;
        }

            .menu-footer .footer-nav li:first-child {
                border-left: none;
            }

            .menu-footer .footer-nav li a {
                color: #fff !important;
                font-size: 12px !important;
            }

                .menu-footer .footer-nav li a:hover {
                    color: #7a7a7a !important;
                    text-decoration: none;
                }

.p10 {
    padding: 20px 0;
}

.block_contact span {
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    margin-left: 28px;
}

.block_contact li {
    color: #7a7a7a !important;
    font-size: 12px !important;
}

.custom-search-form .input-group {
    width: 100%;
}

    .custom-search-form .input-group #txtSearch {
        font-size: 13px;
        font-style: italic;
    }

.body-product {
    float: left;
    width: 100%;
    box-sizing: border-box;
    /*border: 1px solid #61d197;*/
    border: 1px solid #dddddd;
    padding: 15px;
}

.well-sm {
    border: 2px solid #ddd !important;
    background: #fff !important;
    border-radius: initial !important;
}

.productl {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .productl .title-product {
        height: auto;
        min-height: inherit;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .productl .price-product {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .productl .item {
        border: 1px solid #dddddd;
        margin-bottom: 10px;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
    }

        .productl .item img.img-product {
            max-height: initial !important;
            width: 100% !important;
        }



.body-product .item-product {
    border-radius: 0px !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    min-height: 344px !important;
}

.container .col-md-2 {
    padding: 0 5px !important;
}

.body-product .col-md-2 {
    padding: 0 5px !important;
}

#support-vnz .support-vnz-title {
    text-align: center;
    width: 250px;
    padding: 5px 0;
    float: left;
    color: #fff;
    background: #eea236;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

#support-vnz {
    position: fixed;
    /*right: 0px;*/
    right: 40px;
    bottom: 0px;
    height: 30px;
    width: 250px;
    background: #dd4b39;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.support-vnz-content {
    width: 280px;
    opacity: 1;
    height: auto;
    background: #ffffff;
    position: absolute;
    left: 3px;
    /*right: 30px;*/
    bottom: 0px;
    border-radius: 5px;
    border: 1px solid #eea236;
    /*box-shadow: 0px 0px 5px 1px #eea236;*/
    /*transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;*/
    padding: 15px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 1;
    display: none;
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.show {
    position: absolute;
    top: -4px;
    right: 8px;
    font-size: 28px;
    color: #7a7a7a;
}

.support-title {
    text-align: center;
    text-transform: uppercase;
    /*background: #0877ca;*/
    background: #eea236;
    color: #fff;
    padding: 8px 0;
    margin-top: -15px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
}



.support-vnz-content ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.skype {
    width: 40px !important;
}

.support-vnz-content .name span {
    text-transform: uppercase;
    color: #ff6a00;
    font-weight: bold;
    margin-left: 10px;
}

.support-vnz-content .phone span {
    text-transform: uppercase;
    color: #eb0404;
    font-weight: bold;
    margin-left: 10px;
}

.support-vnz-content .email span {
    margin-left: 10px;
}

.support-vnz-content .email, .support-vnz-content .phone, .support-vnz-content .name {
    padding: 5px 0 0;
}

.support-vnz-content .chat {
    padding: 5px 20px;
}

    .support-vnz-content .chat a {
        display: inline-block;
    }

.support-vnz-content li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e78200;
}

    .support-vnz-content li:last-child {
        border-bottom: none;
    }

#support-vnz .support-vnz-title {
    display: block;
}



.navbar-right li {
    border-right: 1px solid #999999;
}

    .navbar-right li:last-child {
        border-right: none;
    }

.navbar-right {
    padding: 6px 0px !important;
}

    .navbar-right li a {
        padding: 0 15px !important;
        font-size: 13px !important;
        line-height: 12px !important;
    }

.language {
    width: 120px;
    height: 25px;
    float: left;
    margin-top: 12px;
}

    .language ul {
        margin: 0;
        padding: 23px 0px;
        list-style: none;
        float: left;
    }

        .language ul li {
            float: left;
            padding: 2px !important;
        }

.languages {
    background: none;
    border: none;
    padding: 2px;
}




.nav-tabs li.active a {
    color: #fff !important;
    background: #dd4b39 !important;
}

.nav-tabs li a {
    color: #fff !important;
    font-weight: 400;
    background: #dd4b39 !important;
    padding: 5px 15px !important;
}

.vnz-nav-header {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

table.total {
    color: Black;
    background-color: White;
    border-color: #999999;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    width: 100%;
}

    table.total tr td {
        border-bottom: 1px solid #999999;
        border-right: 1px solid #999999;
        padding: 5px 10px;
    }

        table.total tr td.text {
            width: 79.6%;
            text-align: right;
            font-weight: bold;
        }

.title-featured h2 {
    font-size: 16px !important;
    width: 250px;
    text-align: center;
    background: #dd4b39;
    padding: 5px 10px;
}

.textlh {
    width: 30%;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.field {
    width: 70%;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.formlienhe {
    width: 100%;
}


.hotline {
    padding: 8px 4px;
    font-size: 15px;
}

    .hotline img {
        height: 18px;
        position: relative;
        top: -2px;
        width: auto;
    }

    .hotline span {
        color: #f80e06;
        text-shadow: 0px 0px 3px #fff;
        font-weight: bold;
    }


.logo img {
    width: 100% !important;
    height: auto;
}

.logo {
    padding: 0px !important;
}

    .logo a {
        padding: 0px !important;
    }



.latestn {
    float: left;
    width: 100%;
}

    .latestn .item-blog {
        float: left;
        width: 100%;
        margin-bottom: 5px;
        background: #f3f3f3;
    }



    .latestn .item-img {
        width: 20%;
        float: left;
    }

    .latestn .title-blog {
        width: 80%;
        right: 0;
        box-sizing: border-box;
        float: left;
        padding: 0 5px;
    }

.banner-site {
    width: 100%;
    padding: 15px 0px;
}

    .banner-site img {
        width: 100% !important;
        height: auto !important;
    }

.thumbnail-product {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    padding: 30px;
}

    .thumbnail-product .zoom-section {
        width: 100% !important;
        margin: 0 auto;
    }

#wrap {
    z-index: 999 !important;
}

.form-comment {
    width: 60%;
}

    .form-comment td {
        padding: 3px 0;
        vertical-align: text-top;
    }

.comment-field input[type=text], .comment-field textarea {
    width: 90%;
}

.form-register {
    width: 50%;
    margin: 30px auto;
}

    .form-register td {
        padding: 3px 0;
    }

.register-header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.register-field {
    width: 70%;
}

    .register-field input[type=text], .register-field input[type=email], .register-field input[type=password] {
        width: 80%;
    }

.comment-item {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    box-sizing: border-box;
    float: left;
    padding: 8px 0;
}

.comment-name {
    float: left;
    width: 20%;
}

.comment-content {
    float: left;
    width: 78%;
    margin-left: 2%;
}

@font-face {
    font-family: "Dessau Medium";
    src: url('Dessau Medium.ttf') format('truetype'), url('Dessau Medium.ttf') format('embedded-opentype'), url('Dessau Medium.ttf') format('woff');
}

.header-cate {
    position: relative;
    padding: 10px 0px 10px 93px !important;
    background: #EB0103 !important;
    font-size: 20px;
    font-family: 'Dessau Medium' !important;
}


.icon-header {
    background: url(ten-lua.png) no-repeat;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 8px;
}

.timebahanh-product {
    text-align: center;
    color: #7a7a7a;
    padding: 4px 0px;
}

.trang-thai-san-pham span {
    font-weight: bold;
    color: #dd4b39;
}

.owl-prev, .owl-next {
    background: #ddd;
    padding: 0px 7px;
    opacity: .4;
    color: #7a7a7a;
}

    .owl-prev:hover, .owl-next:hover {
        opacity: 1;
    }

.product .item {
    border: 1px solid #ccc;
    background: #ddd;
}

    .product .item .item-header {
        background: #fff;
        min-height: 300px;
    }

.carousel-indicators {
    display: none;
}

.navbar {
    margin-bottom: 0px !important;
}

.danhmuc {
    border-color: #eea236 !important;
    border-radius: 0px !important;
}

    .danhmuc .title {
        background: #f0ad4e !important;
        border-radius: 0px !important;
        border-color: #eea236 !important;
        text-transform: uppercase;
        font-weight: 600;
    }

    .danhmuc .panel-body {
        padding: 0px;
    }

    .danhmuc ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .danhmuc ul li {
            position: relative;
            background: #f3f3f3;
            padding-left: 15px;
            border-bottom: 1px solid #fff;
        }

            .danhmuc ul li:hover {
                background: #ddd;
            }

            .danhmuc ul li a {
                line-height: 40px;
                color: #333;
                text-transform: uppercase;
                font-weight: 600;
            }

                .danhmuc ul li a:hover {
                    text-decoration: none;
                }

            .danhmuc ul li ul {
                position: absolute;
                width: 250px;
                top: 0px;
            }

            .danhmuc ul li:hover ul {
                left: -250px;
            }

h3.post-title {
    margin: 0px;
    font-size: 16px;
}

h1, h2 {
    font-size: 16px !important;
}

    h1.title {
        border-bottom: 2px solid #ff6a00;
        float: left;
        width: 100%;
    }

        h1.title span {
            background: #ff6a00;
            color: #fff;
            padding: 5px 20px 5px 10px;
            float: left;
            font-weight: 500;
            text-transform: uppercase;
        }

.body-content {
    margin-top: 15px;
}

.post-thumbnail {
    max-height: 200px;
    overflow: hidden;
}

.btn-linkedin {
    background: rgb(0,119,181);
    color: #fff;
}

.btn-pinterest {
    background: #fff;
    color: #dd4b39;
}

.btn-twitter {
    background: #1da0f2;
    color: #fff;
}

.btn-google-plus {
    background: #dd4b39;
    color: #fff;
}

.btn-facebook {
    background: #3b5998;
    color: #fff;
}

h1.page-header {
    font-size: 16px;
    margin: 0px !important;
    border-bottom: 2px solid #ff6a00 !important;
    float: left;
    width: 100%;
}

    h1.page-header span {
        background: #ff6a00;
        color: #fff;
        padding: 5px 20px 5px 10px;
        float: left;
        font-weight: 500;
        text-transform: uppercase;
    }

.gototop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #615e5e;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    z-index: 9999999;
}

.footer_share {
    position: fixed;
    left: 5px;
    bottom: 140px;
}

.phone {
    float: left;
    height: 54px;
    width: 54px;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 9999 !important;
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    transition: visibility .5s ease 0s;
    width: 120px;
    z-index: 9999 !important;
}

.phone aside {
    display: none;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.phone:hover aside {
    display: block;
    background: #d60000;
    border-radius: 55px;
    height: 55px;
    line-height: 55px;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    z-index: 9999 !important;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    transition: visibility .5s ease 0s;
    width: 120px;
    z-index: 9999 !important;
}

    .suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
        opacity: 1;
    }

.phone aside i {
    margin-left: 13px;
    margin-right: 10px;
    font-size: 1.2em;
    color: #ffffff;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #f00;
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 50px;
}

    .suntory-alo-ph-img-circle i {
        animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
        font-size: 30px;
        line-height: 50px;
        padding-left: 10px;
        color: #fff;
    }

a:hover {
    text-decoration: none !important;
}

.hisella-messages {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

#hisella-minimize {
    background: #ff7800;
    font-size: 14px;
    color: #fff;
    padding: 6px 15px;
    position: absolute;
    top: -30px;
    left: -1px;
    border: 1px solid #ff7800;
    cursor: pointer;
}

@media (max-width: 767px) {
    .nav-main .container {
        display: none;
    }

    .main-menu .container {
        display: block;
    }

    .top-container .navbar-left, .top-container .navbar-right {
        display: none;
    }

    .navbar-inverse {
        background: #0f0f0f !important;
    }

    .main-menu ul li ul {
        display: block;
        position: initial;
        width: 100%;
        background: transparent;
        box-shadow: none;
        padding: 0px;
    }

        .main-menu ul li ul > li {
            border: none !important;
        }

            .main-menu ul li ul > li > a {
                color: #fff !important;
            }

    h1.page-header, h1.page-header span {
        float: initial;
    }
}
