/*FONT AWESOME*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-calendar:before {
    content: "\f073";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

/*OLD*/
.tinanh, .viewcontent {
    width: 1px;
    height: 1px;
    overflow: hidden;
    float: left;
}

.wrapp_ct_tin {
    margin-top: 20px;
}

    .wrapp_ct_tin p {
        line-height: 23px;
        font-size: 17px;
    }

.network-share {
    position: relative;
    display: block;
}

    .network-share .likeface, .network-share .gcong {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .network-share .likeface {
        margin-left: 80px;
    }

    .network-share .gcong {
        width: 80px;
        position: absolute;
        top: -13px;
    }

.gsc-control-cse {
    background: transparent !important;
    border: none !important;
}

.gsc-input-box {
    border: 2px solid #0088cc !important;
    height: 35px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto !important;
    height: 35px !important;
    padding: 5px 10px !important;
    background: #0088cc !important;
    border-color: #0088cc !important;
}

input.gsc-input {
    font-size: 17px !important;
}

.home .social {
    margin-top: 10px;
}

.home .gcong {
    display: inline-block;
    float: left;
    max-width: 90px;
}

    .home .gcong #___plusone_0 {
        vertical-align: middle !important;
    }

.home .likeface {
    display: inline-block;
    float: left;
}

/* ----------------
 [1. Common styles]
 */
* {
    margin: 0;
    padding: 0;
    border: none;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    outline: none !important;
}

b, strong {
    font-weight: bold !important;
}

ul, ol {
    list-style: none;
}

q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
    max-width: 100%;
}

embed {
    vertical-align: top;
}

input, textarea {
    font-family: inherit;
}

input, button {
    outline: none;
    background: transparent;
}

    button::-moz-focus-inner {
        border: 0;
    }

th {
    text-align: left;
}

textarea {
    outline: none !important;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

button {
    cursor: pointer;
}

#_atssh {
    display: none !important;
}


body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

    body.is-ontop {
        margin-top: 53px;
    }

h1 {
    font-size: 44px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

a {
    color: #666;
}

    a:hover {
        color: #f96d10;
        text-decoration: none;
        transition: all 0.25s;
    }

    a:focus {
        color: #666;
        text-decoration: none;
    }

.button {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
}

    .button:hover {
        background: #f96d10;
        border: 1px solid #f96d10;
    }

.input {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.button .fa {
    line-height: inherit;
}

.clearfix:before {
    content: "";
    display: table;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.banner-opacity {
    position: relative;
    text-align: center;
}

    .banner-opacity a:before {
        display: block;
        position: absolute;
        -webkit-transition: all 0.1s ease-in 0.1s;
        transition: all 0.1s ease-in 0.1s;
        background: rgba(0,0,0,0.1);
        opacity: 0;
        filter: alpha(opacity=0);
        left: 0px;
        top: 0px;
        content: "";
        height: 0%;
        width: 100%;
        left: 0%;
        top: 50%;
    }

    .banner-opacity a:hover:before {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transition: all 0.2s ease-in 0.1s;
        transition: all 0.2s ease-in 0.1s;
        height: 100%;
        left: 0%;
        top: 0%;
    }
.box-produc
{	width:25%;
	border: 1px solid #eaeaea;
	padding:5px;
	float: left;
}
.box-produc img
{
	max-width:100%;
}	
.giaban
{color: #ff2c2c;
font-style:bold;
}
.tbbg
{
	width: 100%;
	float: left;
	border-style: solid;
	border-width: 1px;
}
.tbbg p
{
	 font-weight: bold;
	 color:blue;
}
.tbbg b
{
	 color:red;
}
.rowbg
{
	width: 100%;
	float: left;
	border-style: ridge;
	border-width: 1px;
	padding:10px;
}
.colum30
{
	width: 32%;
	float: left;
	padding:10px;
}
.colum30 img
{
	max-width:100%;
}
.colum25
{
	width: 30%;
	float: left;
	padding:10px;
}
.colum25 img
{
	max-width:100%;
}
.colum75
{
	width: 70%;
	float: left;
	padding:10px;
}
.colum50
{
	width: 49%;
	float: left;
	padding:10px;
	color: #0000cc;
}
.imgbg
{
	width: 15%;
	float: left;
}
.imgbg img
{
	max-width:100%;
}
.detailbg
{
	width: 45%;
	float: left;
	
}
.detailbg55
{
	width: 57%;
	float: left;
	
}
.slbg
{
	width: 10%;
	float: left;
	text-align:center;
	
}
.dongiabg
{
	width: 15%;
	float: left;
}
.tongcongbg
{
	width: 100%;
	float: left;
	text-align:right;
	color:red;
	font-weight: bold;
	padding-right: 40px;
}
.boxdv {
    padding: 10px;
    width: 33%;
    float: left;
}
.boxdv img {
    max-width: 100%;
}
.boxtin {
    padding: 10px;
    width: 25%;
    float: left;
}
.boxtin img {
    max-width: 100%;
}
.tab-container {
    position: relative;
}

    .tab-container .tab-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .tab-container .active {
        opacity: 1;
        visibility: inherit;
        position: inherit;
        -vendor-animation-duration: 0.3s;
        -vendor-animation-delay: 1s;
        -vendor-animation-iteration-count: infinite;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background: #f96d10;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ----------------
 [3. Header]
 */
  .linebuton
 { border-bottom:1px solid #ff0000;
   float:left;
   height: 10px;
     }
.header {
    background: url(/assets/data/headerbg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 100%;
}

.nav-top-menu {
    background: #eaeaea;
}

.nav-ontop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    height: 40px;
    background: #f96d10;
    z-index: 101;
}

    .nav-ontop > .container {
        position: relative;
    }

    .nav-ontop #box-vertical-megamenus {
        width: 70px;
        padding: 0;
    }

        .nav-ontop #box-vertical-megamenus .title {
            background: #333;
            color: #fff;
            padding: 0;
            overflow: hidden;
            border: none;
        }

            .nav-ontop #box-vertical-megamenus .title.active {
                background: #fff;
                color: #f96d10;
            }

            .nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
                margin-right: 15px;
            }

            .nav-ontop #box-vertical-megamenus .title .title-menu {
                display: none;
            }

        .nav-ontop #box-vertical-megamenus .vertical-menu-content {
            min-width: 270px;
            position: absolute;
            display: none;
            border-top: none;
            border-bottom: 1px solid #eaeaea;
            border-right: 1px solid #eaeaea;
            padding-bottom: 15px;
            border-left: 1px solid #eaeaea;
        }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
                border-left: none;
            }

    .nav-ontop #main-menu .navbar .navbar-nav > li > a {
        color: #fff;
        border-right: none;
    }

    .nav-ontop #main-menu .navbar .navbar-nav > li:hover,
    .nav-ontop #main-menu .navbar .navbar-nav > li.active {
        border-top: 2px solid #fff;
    }

        .nav-ontop #main-menu .navbar .navbar-nav > li:hover > a,
        .nav-ontop #main-menu .navbar .navbar-nav > li.active > a {
            color: #fff;
        }

        .nav-ontop #main-menu .navbar .navbar-nav > li:hover > a,
        .nav-ontop #main-menu .navbar .navbar-nav > li.active > a {
            border-right: 0;
        }

/*-----------------
 [ 3.3 Main header]
 */

.main-header {
    padding: 10px 0;
}

    .main-header .header-search-box, .main-header .shopping-cart-box {
        margin-top: 15px;
    }

    .main-header .logo {
        text-align: center;
    }

/*-----------------
 [ 3.4.1 Vertical megamenus]
 */
.box-vertical-megamenus {
    position: absolute;
    left: 12px;
    right: 12px;
    z-index: 1000;
    background: #fff;
    cursor: pointer;
}

    .box-vertical-megamenus .title {
        background: #f96d10;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 1px;
        overflow: hidden;
    }

        .box-vertical-megamenus .title .btn-open-mobile > .fa {
            line-height: inherit;
        }

        .box-vertical-megamenus .title .btn-open-mobile {
            font-size: 17px;
            cursor: pointer;
            line-height: 40px;
        }

    .box-vertical-megamenus .vertical-menu-content {
        background: #fff;
        display: none;
        padding-bottom: 15px;
    }

.home .box-vertical-megamenus .vertical-menu-content {
    display: block;
}

.box-vertical-megamenus .vertical-menu-list li {
    display: block;
    line-height: 30px;
    position: relative;
    border: 0;
    padding: 0;
}

.box-vertical-megamenus .vertical-menu-list > li:hover {
    background: #f96d10;
}

    .box-vertical-megamenus .vertical-menu-list > li:hover > a {
        color: #fff;
        border-color: #f96d10;
    }

        .box-vertical-megamenus .vertical-menu-list > li:hover > a.parent:before {
            color: #fff;
        }

.box-vertical-megamenus .vertical-menu-list > li > a {
    display: block;
    border: none;
    padding: 0 20px;
    border-bottom: 1px dotted #eaeaea;
    line-height: 27px;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 8px;
    color: #666;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0;
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
    display: none;
}


.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-right: 15px;
}

.box-vertical-megamenus .all-category {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
}

    .box-vertical-megamenus .all-category span {
        height: 32px;
        width: 100%;
        line-height: 30px;
        border: 1px solid #eaeaea;
        text-align: center;
        display: block;
        cursor: pointer;
    }

        .box-vertical-megamenus .all-category span:hover {
            background: #f96d10;
            color: #fff;
            border-color: #f96d10;
        }

        .box-vertical-megamenus .all-category span:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f101";
            font-size: 16px;
            font-weight: normal;
            margin-left: 10px;
        }

.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

    .vertical-dropdown-menu .vertical-groups {
        padding: 24px 15px;
    }

    .vertical-dropdown-menu .mega-group-header {
        border-bottom: 1px solid #E8E8E8;
        font-size: 17px;
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }

        .vertical-dropdown-menu .mega-group-header span {
            padding-bottom: 10px;
            border-bottom: 1px solid #f96d10;
            float: left;
            margin-bottom: -1px;
        }

    .vertical-dropdown-menu .group-link-default {
        border: none !important;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

        .vertical-dropdown-menu .group-link-default li {
            border: none !important;
            padding-left: 0 !important;
            line-height: 28px !important;
        }

    .vertical-dropdown-menu .mega-products .mega-product {
        border-right: 1px solid #eaeaea;
        margin-top: 15px;
        line-height: 18px;
    }

        .vertical-dropdown-menu .mega-products .mega-product:last-child {
            border-right: none;
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
            width: auto;
            display: inline-block;
            color: #f96d10;
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
            color: #999;
            text-decoration: line-through;
            width: auto;
            display: inline-block;
            padding-left: 20px;
        }

/*-----------------
 [ 3.4.2 Main menu]
 */
#main-menu {
    padding: 0;
    margin-left: -15px;
}

    #main-menu .container-fluid {
        padding: 0;
    }

    #main-menu .navbar-header {
        display: none;
    }

    #main-menu .navbar {
        border: none;
        margin: 0;
        background: none;
        min-height: 40px;
    }

    #main-menu .navbar-collapse {
        padding: 0;
    }

    #main-menu .navbar .navbar-nav > li > a {
        color: #333;
        margin: 14px 0;
        padding: 0 20px;
        border-right: 1px solid #cacaca;
        background: transparent;
        text-transform: uppercase;
        line-height: 11px;
    }

    #main-menu .navbar .navbar-nav > li:last-child > a,
    #main-menu .navbar .navbar-nav > li:last-child:hover > a {
        border-right: none;
        padding-right: 0;
    }

    #main-menu .navbar .navbar-nav > li:hover,
    #main-menu .navbar .navbar-nav > li.active {
        background: transparent;
        color: #f96d10;
    }

        #main-menu .navbar .navbar-nav > li:hover > a,
        #main-menu .navbar .navbar-nav > li.active > a {
            color: #f96d10;
            border-right: 1px solid #cacaca;
        }

    #main-menu .nav,
    #main-menu .collapse,
    #main-menu .dropup,
    #main-menu .dropdown {
        position: static;
    }

    #main-menu .dropdown-menu {
        border-radius: 0;
        min-width: 200px;
        border-top: none;
        left: auto;
        padding: 15px 10px;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        -webkit-transform: translate(0,40px);
        -moz-transform: translate(0,40px);
        -o-transform: translate(0,40px);
        -ms-transform: translate(0,40px);
        transform: translate(0,40px);
        display: block;
        visibility: hidden;
        opacity: 0;
        background: #fff;
    }

    #main-menu .navbar-nav > li:hover .dropdown-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
    }

    #main-menu .dropdown-menu .block-container .link_container > a {
        line-height: 32px;
    }

    #main-menu .dropdown-menu .block-container .group_header > a {
        line-height: 32px;
        border-bottom: 1px solid #f96d10;
        display: inline-block;
        margin-bottom: -1px;
    }

    #main-menu li.dropdown > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 14px;
        vertical-align: 0;
        padding-left: 7px;
    }

    #main-menu li.dropdown:before {
        content: "\f0de";
        font-family: "FontAwesome";
        font-size: 15px;
        color: #fff;
        padding-left: 7px;
        position: absolute;
        bottom: -13px;
        right: 48%;
        display: none;
        z-index: 1001;
    }

    #main-menu li.dropdown:hover:before {
        display: block;
    }

/*----------------
[5. Home slide]
*/
.header-top-right {
    margin-left: -15px;
    padding: 0;
}

    .header-top-right .homeslider {
        width: 79%;
        display: table-cell;
        float: inherit;
    }

    .header-top-right .header-banner {
        width: 21%;
        display: table-cell;
        float: inherit;
        background: #fff;
        max-width: 190px;
    }

        .header-top-right .header-banner img {
            width: 100%;
            max-height: 231px;
        }

    .header-top-right .homeslider img {
        width: 100%;
        min-height: 286px;
    }

    .header-top-right .homeslider .other-content {
        width: 50%;
        float: left;
    }

        .header-top-right .homeslider .other-content img {
            height: 176px;
            min-height: initial;
        }

    .header-top-right .homeslider .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: none;
        border: 0;
        left: 0;
        background: #fff;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev,
    .header-top-right .homeslider .bx-controls-direction .bx-next {
        background: #f96d10;
        text-indent: 0px !important;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        padding-top: 8px;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev {
        left: 50%;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-next {
        right: 50%;
    }

    .header-top-right .homeslider:hover .bx-controls-direction .bx-next {
        right: 10px;
        opacity: 1;
        visibility: inherit;
    }

    .header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
        left: 10px;
        opacity: 1;
        visibility: inherit;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev:hover,
    .header-top-right .homeslider .bx-controls-direction .bx-next:hover {
        opacity: 0.8;
    }

    .header-top-right .homeslider .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
        display: block;
    }

    .header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: right;
        padding-right: 25px;
    }

        .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
            width: 20px;
            height: 20px;
            border-radius: 90%;
            margin-right: 5px;
            line-height: 20px;
        }

            .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
                width: 100%;
                height: 100%;
                float: left;
                background: transparent;
                margin: 0;
                padding: 0;
                text-align: center;
                text-indent: 0px;
                border-radius: 90%;
                color: #666;
                border: 1px solid #999;
                padding-left: 1px;
            }

        .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #f96d10;
            color: #fff;
            border: 1px solid #fff;
        }

.bx-wrapper {
    margin: 0;
}

/*---------------
[6. Page top]
*/
.page-top {
    margin-top: 30px;
}

/*----------------
[8. Product]
*/
.product-list li {
    width: 25%;
    float: left;
}

    .product-list li:hover .add-to-cart {
        bottom: 0;
    }

    .product-list li:hover .quick-view a.heart {
        margin-left: 0;
    }

    .product-list li:hover .quick-view a.compare {
        margin-left: 0;
    }

    .product-list li:hover .quick-view a.search {
        margin-left: 0;
    }

    .product-list li .left-block {
        position: relative;
        overflow: hidden;
        padding: 7px 7px 0;
    }

        .product-list li .left-block a {
            display: block;
            overflow: hidden;
            height: 220px;
            line-height: 220px;
            text-align: center;
        }

        .product-list li .left-block img {
            display: inline-block;
            transition: all 0.5s;
            margin: 0 auto;
            height: 100%;
            width: auto;
        }

    .product-list li .right-block {
        padding: 0 15px;
        margin-top: 15px;
    }

    .product-list li .quick-view {
        position: absolute;
        right: 20px;
        top: 20%;
        width: 32px;
        overflow: hidden;
    }

        .product-list li .quick-view a {
            width: 32px;
            height: 32px;
            float: left;
            border-radius: 90%;
            margin-top: 5px;
            text-align: center;
            line-height: 32px;
            color: #fff;
        }

            .product-list li .quick-view a.heart {
                -webkit-transition: margin-left 0.4s ease 0.4s;
                -moz-transition: margin-left 0.4s ease 0.4s;
                -ms-transition: margin-left 0.4s ease 0.4s;
                -o-transition: margin-left 0.4s ease 0.4s;
                transition: margin-left 0.4s ease 0.4s;
                margin-left: 200px;
                background: rgba(0,0,0,0.4);
            }

                .product-list li .quick-view a.heart:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f08a";
                    font-weight: bold;
                }

            .product-list li .quick-view a.compare {
                background: rgba(0,0,0,0.4);
                -webkit-transition: margin-left 0.3s ease 0.3s;
                -moz-transition: margin-left 0.3s ease 0.3s;
                -ms-transition: margin-left 0.3s ease 0.3s;
                -o-transition: margin-left 03s ease 0.3s;
                transition: margin-left 0.3s ease 0.3s;
                margin-left: 200px;
            }

                .product-list li .quick-view a.compare:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f012";
                }

            .product-list li .quick-view a.search {
                background: rgba(0,0,0,0.4);
                -webkit-transition: margin-left 0.2s ease 0.2s;
                -moz-transition: margin-left 0.2s ease 0.2s;
                -ms-transition: margin-left 0.2s ease 0.2s;
                -o-transition: margin-left 0.2s ease 0.2s;
                transition: margin-left 0.2s ease 0.2s;
                margin-left: 200px;
            }

                .product-list li .quick-view a.search:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f002";
                }

            .product-list li .quick-view a:hover {
                background-color: #f96d10;
            }

    .product-list li .add-to-cart {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        color: #fff;
        text-align: center;
        line-height: 50px;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

        .product-list li .add-to-cart:hover {
            background-color: rgba(255,51,102,0.5);
        }

        .product-list li .add-to-cart a {
            background: url("../images/add-cart.png") no-repeat left center;
            height: 32px;
            line-height: 32px;
            color: #fff;
            width: auto;
            padding-left: 40px;
            display: inline-block;
            vertical-align: middle;
        }

    .product-list li .product-name {
        padding-bottom: 5px;
    }

        .product-list li .product-name a, .blog-page-product .post-title a {
            display: block;
            height: 50px;
            line-height: 22px;
            font-size: 16px !important;
            font-weight: 600;
            color: #333;
        }

            .product-list li .product-name a:hover, .blog-page-product .post-title a:hover {
                color: #f96d10;
            }

    .product-list li .product-info {
        padding: 0 5px;
    }

    .product-list li .content_price {
        width: auto;
        display: inline-block;
    }

    .product-list li .product-price {
        font-size: 13px;
        color: #ff2c2c;
    }

    .product-list li .old-price {
        font-size: 13px;
        text-decoration: line-through;
        line-height: 25px;
        color: #666;
    }

    .product-list li .colreduce-percentage {
        line-height: 28px;
    }

    .product-list li .live-view {
        position: absolute;
        color: #484848;
        font-size: 12px;
        top: 5px;
        left: 5px;
    }

        .product-list li .live-view img {
            display: inline-block;
            width: 16px;
        }

/*------------------
[9. Owl carousel]
*/
.owl-controls {
}

    .owl-controls .owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-controls .owl-next {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-controls .owl-prev,
    .owl-controls .owl-next {
        background: #eaeaea;
        width: 24px;
        height: 24px;
        color: #ccc;
        text-align: center;
        padding-top: 4px;
    }

        .owl-controls .owl-prev:hover,
        .owl-controls .owl-next:hover {
            background: #f96d10;
            color: #fff;
        }

        .owl-controls .owl-prev .fa,
        .owl-controls .owl-next .fa {
            font-weight: bold;
        }

.owl-carousel .item {
    background: #eaeaea;
}

/*-----------------
[10. Banner advertisement]
*/
.banner a {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

    .banner a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,300%,0);
    }

    .banner a:hover:before {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-300%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-300%,0);
    }

.banner-img {
    position: relative;
}

    .banner-img a:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        transform: scale(0, 1);
    }

    .banner-img a:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-left: 1px solid rgba(255, 255, 255, 0.8);
        border-right: 1px solid rgba(255, 255, 255, 0.8);
        transform: scale(1, 0);
    }

    .banner-img a:hover:before, .banner-img a:hover:after {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }


/*-----------------
[11. Page content]
*/
.content-page {
    background: #eaeaea;
    margin-top: 30px;
    padding-bottom: 30px;
}

/*
[14. footer]
*/
#footer {
    background: #eee;
    margin-top: 30px;
}

/** add-box **/
#address-box img {
    max-width: 220px;
}

#address-list .tit-name {
    float: left;
    font-weight: bold;
    width: 70px;
    padding-right: 5px;
}

#address-list .tit-contain {
    font-size: 15px;
}

/** #introduce-box **/
#introduce-box {
    margin-top: 40px;
}

.introduce-title {
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}

.introduce-list li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.introduce-list {
    padding-left: 16px;
    list-style: inherit;
}

/** contact-box **/
#mail-box {
    margin-bottom: 20px;
}

    #mail-box input {
        height: 30px;
        background: #fff;
        width: 100%;
        padding-left: 10px;
    }

    #mail-box .btn {
        font-weight: bold;
        color: #fff;
        height: 30px;
        border-radius: 0;
        background: #f96d10;
        border: none;
        outline: none;
    }

        #mail-box .btn:hover {
            z-index: 0;
            opacity: 0.8;
            transition: 0.3s;
        }

/** /#introduce-box **/
/** #trademark-box **/
#trademark-text-box {
    font-size: 13px;
}

#trademark-list {
    list-style: outside none none;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    margin-top: 30px;
}

    #trademark-list li {
        display: inline-block;
        padding: 10px 11px;
    }

        #trademark-list li:last-child {
            padding-right: 0;
        }

.trademark-text-tit {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.trademark-list {
    list-style: none;
    margin-bottom: 10px;
}

    .trademark-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-right: 1px solid #666666;
    }

        .trademark-list li:first-child {
            border-right: none;
            padding-right: 0;
            padding-left: 0;
        }

        .trademark-list li:last-child {
            border-right: 0;
            padding-right: 0;
        }


/** #footer-menu-box **/
#footer {
    background: #eaeaea;
}

#footer-menu-box {
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}

    .footer-menu-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-right: 1px solid #0066cc;
    }

        .footer-menu-list li:last-child {
            border-right: none;
        }

        .footer-menu-list li a {
            color: #0066cc;
        }

            .footer-menu-list li a:hover {
                text-decoration: underline;
                transition: all 0.3s;
            }

#footer .thongke, #footer .truycap {
    color: red;
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    background: #666;
    display: none;
}

    .scroll_top:hover {
        background: #f96d10;
    }

    .scroll_top:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 14px;
        color: #fff;
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        display: block;
    }

/*------------------
[16. Columns]
*/
#columns {
    padding-top: 16px;
    padding-bottom: 30px;
}

/*--------------
16.1 Left column
*/
#left_column .left-module {
    margin-bottom: 30px;
    overflow: hidden;
}

    #left_column .left-module .owl-dots {
        bottom: 5px;
    }

    #left_column .left-module:last-child {
        margin-bottom: 0;
    }

    #left_column .left-module img {
        margin: 0 auto;
    }

#left_column .block {
    border: 1px solid #eaeaea;
}

    #left_column .block .title_block {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #eaeaea;
        padding-left: 28px;
        text-transform: uppercase;
        padding-top: 11px;
        padding-bottom: 12px;
    }

    #left_column .block .block_content {
        padding: 15px 20px;
    }

#left_column .product-list li .product-price {
    font-size: 13px;
}

.layered .layered_subtitle {
    color: #666;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.layered .layered-content {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

    .layered .layered-content:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .layered .layered-content:first-child {
    }

.layered-category .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.owl-controls .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .owl-controls .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        background: #adadad;
        display: inline-block;
        margin: 0 6px;
        border-radius: 90%;
    }

        .owl-controls .owl-dots .owl-dot.active {
            background: #f96d10;
        }

#left_column .block .block_content.product-onsale {
    padding: 15px 20px;
}

    #left_column .block .block_content.product-onsale .product-list {
        padding-bottom: 25px;
    }

        #left_column .block .block_content.product-onsale .product-list .product-container {
            border: none;
        }

            #left_column .block .block_content.product-onsale .product-list .product-container .right-block {
                padding: 0;
            }

        #left_column .block .block_content.product-onsale .product-list li {
            float: none;
            width: 100%;
        }

.product-bottom {
    padding-top: 10px;
    text-align: center;
}

/** botton view option **/
.display-product-option {
    width: 63px;
    height: 30px;
}

    .display-product-option li.view-as-grid span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
        background: url("../images/grid-view-bg.png") 0 0 #666;
        border: none;
        float: left;
    }

    .display-product-option li.view-as-list span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
        background: url("../images/list-view-bg.png") 0 0 #666;
        border: none;
        float: right;
    }

    .display-product-option li.selected span,
    .display-product-option li:hover span {
        background-color: #f96d10;
        background-position: 0 -30px;
    }

.view-product-list .product-list.grid {
    margin-top: -10px;
}

.product-list .product-container {
    position: relative;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding-bottom: 10px;
}

.product-list .info-orther {
    display: none;
}

.product-list.grid li {
    margin-top: 30px;
}

.product-list.grid .info-orther {
    display: none;
}

.product-list.list li {
    width: 100%;
    margin-top: -1px;
}

    .product-list.list li .product-container {
        border: none;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
    }

    .product-list.list li:first-child .product-container {
        margin-top: 20px;
    }

    .product-list.list li:hover .product-container {
        border: 1px solid #eaeaea;
    }

.product-list.list .left-block {
    width: 29%;
    float: left;
    position: inherit;
}

.product-list.list .add-to-cart {
    top: 70px;
    right: 36px;
    left: inherit;
    bottom: inherit;
    width: 129px;
    height: 36px;
    background: #f96d10;
    line-height: 36px;
    position: absolute;
}

    .product-list.list .add-to-cart a {
        height: 36px;
        background: url("../images/cart.png") no-repeat left center;
        margin-left: 15px;
        padding-left: 15px;
        width: 114px;
    }

.product-list.list .quick-view {
    width: 129px;
    right: 36px;
    top: 120px;
    text-align: center;
    padding-left: 5px;
}

    .product-list.list .quick-view a {
        margin: 0 10px;
    }

        .product-list.list .quick-view a:last-child {
            margin: 0;
        }

        .product-list.list .quick-view a.heart {
            margin-left: inherit;
        }

        .product-list.list .quick-view a.compare {
            margin-left: inherit;
        }

        .product-list.list .quick-view a.search {
            margin-left: inherit;
        }

.product-list.list li .content_price {
    margin-top: -3px;
}

.product-list.list .right-block {
    width: 71%;
    float: left;
    margin-top: 20px;
    line-height: 26px;
}

.product-list.list .info-orther {
    display: block;
}

.product-list.list .right-block .product-name {
    font-size: 18px;
}

.product-list.list .right-block .availability span {
    color: #009966;
}

.product-list.list .right-block .product-desc {
    line-height: 24px;
    margin-top: 20px;
}

.product-list.style2.grid .add-to-cart {
    position: inherit;
    background: none;
    margin-top: 5px;
}

    .product-list.style2.grid .add-to-cart a {
        background: #f96d10;
        padding: 0 15px;
    }

        .product-list.style2.grid .add-to-cart a:hover {
            opacity: 0.8;
        }

        .product-list.style2.grid .add-to-cart a:before {
            content: '';
            width: 16px;
            height: 100%;
            background: url("../images/cart.png") no-repeat left center;
            float: left;
            margin-right: 10px;
        }

/** sortPagiBar **/
.sortPagiBar {
    margin-top: 20px;
}

    .sortPagiBar .page-noite {
        line-height: 30px;
    }

    .sortPagiBar .sort-product,
    .sortPagiBar .show-product-item {
        float: right;
        border: 1px solid #eaeaea;
        height: 31px;
        margin-left: 23px;
    }

    .sortPagiBar select {
        background: transparent;
        padding: 0 10px;
        height: 29px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/dropdown.png") no-repeat right center #fafafa;
        padding-right: 20px;
        display: inline-block;
        font-size: 13px;
    }

    .sortPagiBar .sort-product .sort-product-icon {
        display: inline-block;
        width: 38px;
        text-align: center;
        float: right;
        height: 29px;
        border-left: 1px solid #eaeaea;
        background: #fafafa;
        padding-top: 8px;
    }

    .sortPagiBar .bottom-pagination {
        width: auto;
        float: right;
        margin-left: 23px;
    }

        .sortPagiBar .bottom-pagination .pagination {
            padding: 0;
            margin: 0;
            border-radius: 0;
        }

            .sortPagiBar .bottom-pagination .pagination > li > a,
            .sortPagiBar .bottom-pagination .pagination > li > span,
            .sortPagiBar .bottom-pagination a,
            .sortPagiBar .bottom-pagination b,
            .sortPagiBar .bottom-pagination span a {
                position: relative;
                padding: 5px 12px;
                margin-left: -1px;
                line-height: 1.42857;
                color: #999;
                text-decoration: none;
                background-color: #fafafa;
                border: 1px solid #eaeaea;
            }

                .sortPagiBar .bottom-pagination .pagination a:hover,
                .sortPagiBar .bottom-pagination a:hover {
                    background: #f96d10;
                    color: #fff;
                }

            .sortPagiBar .bottom-pagination .pagination .active a,
            .sortPagiBar .bottom-pagination b {
                background: #f96d10;
                color: #fff;
            }

            .sortPagiBar .bottom-pagination .pagination > li:first-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:first-child > span,
            .sortPagiBar .bottom-pagination a:first-child {
                margin-left: 0px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

            .sortPagiBar .bottom-pagination .pagination > li:last-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:last-child > span,
            .sortPagiBar .bottom-pagination a:last-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

/*
[18. Product page]
*/
#product .pb-right-column {
    line-height: 30px;
}

    #product .pb-right-column .fa {
        line-height: inherit;
    }

    #product .pb-right-column .product-name {
        font-size: 26px;
    }

    #product .pb-right-column .product-comments .comments-advices a {
        border-right: 1px solid #eaeaea;
        padding-left: 15px;
        padding-right: 15px;
    }

        #product .pb-right-column .product-comments .comments-advices a:last-child {
            border-right: none;
        }

    #product .pb-right-column .product-price-group .price,
    #product .pb-right-column .product-price-group .old-price,
    #product .pb-right-column .product-price-group .discount {
        display: inline-block;
        margin-right: 15px;
    }

    #product .pb-right-column .product-price-group .price {
        font-size: 15px;
        color: #f96d10;
    }

    #product .pb-right-column .product-price-group .old-price {
        text-decoration: line-through;
    }

    #product .pb-right-column .product-price-group .discount {
        color: #f96d10;
        line-height: inherit;
        margin-right: 0;
        height: 23px;
        line-height: 23px;
        font-size: 18px;
        font-weight: bold;
    }

    #product .pb-right-column .info-orther {
        padding-bottom: 5px;
    }

    #product .pb-right-column .product-desc,
    #product .pb-right-column .form-option,
    #product .pb-right-column .form-action,
    #product .pb-right-column .form-share {
        border-top: 1px solid #eaeaea;
        padding: 10px 0;
    }

        #product .pb-right-column .form-option #size_chart {
            color: #f96d10;
            text-decoration: underline;
            margin-left: 15px;
        }

    #product .pb-right-column .product-desc {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
    }

    #product .pb-right-column .form-option .attributes {
        clear: both;
        padding: 5px 0;
        overflow: hidden;
    }

        #product .pb-right-column .form-option .attributes:first-child {
            padding-top: 0;
        }

        #product .pb-right-column .form-option .attributes .attribute-label {
            width: 50px;
            float: left;
        }

    #product .pb-right-column .form-option .form-option-title {
        font-weight: bold;
        line-height: 20px;
    }

    #product .pb-right-column .form-option .attributes select {
        padding: 0px 0px 0px 10px;
        height: 29px;
        line-height: 23px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #FAFAFA url("../images/dropdown.png") no-repeat scroll right center;
        display: inline-block;
        border: 1px solid #eaeaea;
        min-width: 95px;
    }

    #product .pb-right-column .form-option .qty {
        width: 40px;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

    #product .pb-right-column .form-option .product-qty {
        border: 1px solid #eaeaea;
        width: 60px;
        margin-left: 50px;
        overflow: hidden;
        background: #FAFAFA;
    }

    #product .pb-right-column .form-option .attributes .btn-plus {
        width: 18px;
        height: 29px;
        float: left;
        display: inline-block;
        margin-top: -5px;
    }

    #product .pb-right-column .form-option .btn-plus a {
        width: 18px;
        height: 10px;
        float: left;
        text-align: center;
        cursor: inherit;
    }

    #product .pb-right-column .form-option .attributes input {
        max-width: 50px;
        padding: 0 5px;
    }

    #product .pb-right-column .form-option .list-color {
        overflow: hidden;
        padding-top: 5px;
    }

        #product .pb-right-column .form-option .list-color li {
            width: 20px;
            height: 20px;
            border: 1px solid #eaeaea;
            float: left;
            margin-right: 10px;
        }

            #product .pb-right-column .form-option .list-color li:hover,
            #product .pb-right-column .form-option .list-color li.active {
                border: 1px solid #f96d10;
            }

            #product .pb-right-column .form-option .list-color li a {
                width: 20px;
                height: 20px;
                float: left;
                text-indent: -9999px;
            }

    #product .pb-right-column .form-action {
        padding: 0;
        padding-bottom: 5px;
    }

        #product .pb-right-column .form-action .button-group {
            margin-top: 15px;
            overflow: hidden;
        }

            #product .pb-right-column .form-action .button-group .wishlist,
            #product .pb-right-column .form-action .button-group .compare {
                min-width: 50px;
                padding-right: 15px;
                text-align: center;
                float: left;
            }

                #product .pb-right-column .form-action .button-group .wishlist .fa,
                #product .pb-right-column .form-action .button-group .compare .fa {
                    font-size: 18px;
                    width: 30px;
                    height: 30px;
                    color: #fff;
                    line-height: 30px;
                    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
                    border-radius: 90%;
                }

                #product .pb-right-column .form-action .button-group .wishlist:hover .fa,
                #product .pb-right-column .form-action .button-group .compare:hover .fa {
                    background: #f96d10;
                }

    #product .pb-right-column .form-share .fa {
        font-size: 18px;
    }

    #product .pb-right-column .form-share .sendtofriend-print a {
        margin-right: 15px;
        margin-bottom: 15px;
    }

#product .pb-left-column .product-image .product-full {
    border: 1px solid #eaeaea;
    padding: 10px;
    text-align: center;
}

#product .pb-left-column .product-image .product-img-thumb {
    margin-top: 15px;
    padding: 0 40px;
}

    #product .pb-left-column .product-image .product-img-thumb li {
        border: 1px solid #eaeaea;
        padding: 7px 10px;
    }

#product .pb-left-column .product-image .owl-next {
    right: -40px;
}

#product .pb-left-column .product-image .owl-prev {
    left: -40px;
}

.product-tab {
    margin-top: 30px;
}

    .product-tab .nav-tab {
        width: 100%;
        overflow: hidden;
        z-index: 100;
        position: relative;
    }

        .product-tab .nav-tab > li {
            height: 50px;
            line-height: 50px;
            float: left;
            display: inline;
            background: #e2e2e2;
            border: 1px solid #e2e2e2;
            color: #333333;
            text-transform: uppercase;
            text-align: center;
            margin-right: 8px;
            font-weight: bold;
        }

            .product-tab .nav-tab > li:last-child {
                margin-right: 0;
            }

            .product-tab .nav-tab > li > a {
                color: #333333;
                padding: 0 26px;
                height: 50px;
                float: left;
            }

            .product-tab .nav-tab > li:hover > a,
            .product-tab .nav-tab > li.active > a {
                background: #fff;
            }

    .product-tab .tab-container {
        padding: 20px;
        border: 1px solid #e2e2e2;
        margin-top: -1px;
        z-index: 1;
    }

        .product-tab .tab-container p {
            margin: 0 0 10px;
        }

        .product-tab .tab-container .table {
            margin-bottom: 0;
        }

        .product-tab .tab-container .tab-panel {
            line-height: 24px;
        }

            .product-tab .tab-container .tab-panel a {
                color: #0088cc;
            }

.product-comments-block-tab {
    overflow: hidden;
}

    .product-comments-block-tab .fa {
        line-height: inherit;
    }

.page-product-box {
    margin-top: 50px;
}

    .page-product-box .heading, .blog-page-product .heading {
        height: 30px;
        border-bottom: 1px solid #eaeaea;
    }

        .page-product-box .heading span, .blog-page-product .heading span {
            font-size: 18px;
            color: #333333;
            text-transform: uppercase;
            padding: 0 12px 8px 12px;
            height: 30px;
            border-bottom: 3px solid #f96d10;
        }

    .page-product-box .product-list {
        display: inline-block;
        margin-top: 20px;
    }

    .page-product-box .owl-next {
        top: -50px;
    }

    .page-product-box .owl-prev {
        top: -50px;
        left: inherit;
        right: 26px;
    }

    .page-product-box .owl-carousel.owl-loaded {
        margin-top: 30px;
    }

/* ----------------
 [19. Contact page]
 */
#contact {
    margin-top: 20px;
}

    #contact .page-subheading {
        padding-left: 0px;
        border: none;
        margin: 14px 0 30px;
        text-transform: uppercase;
        font-size: 18px;
        color: #666;
    }

    #contact .contact-form-box {
        padding: 0;
        margin: 0 0 30px 0;
    }

        #contact .contact-form-box label {
            padding-bottom: 5px;
        }

        #contact .contact-form-box .form-selector {
            padding-bottom: 25px;
        }

    #contact input,
    #contact select,
    #contact textarea {
        border-radius: 0;
        border-color: #eaeaea;
        box-shadow: inherit;
        outline: 0 none;
    }

        #contact input:focus,
        #contact select:focus,
        #contact textarea:focus {
            box-shadow: inherit;
            outline: 0 none;
        }

.btn-send-contact {
    font-size: 14px;
    line-height: 18px;
    color: white;
    padding: 0;
    font-weight: normal;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 10px 25px;
}

    .btn-send-contact:hover {
        background: #f96d10;
    }

#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
}

    #contact_form_map ul.store_info {
        list-style: none;
        font-style: normal;
        color: #696969;
    }

        #contact_form_map ul.store_info i {
            display: inline-block;
            width: 30px;
            line-height: inherit;
        }

#message-box-conact .fa {
    line-height: inherit;
}

.content-text {
    padding: 20px 0;
    text-align: justify;
}

    .content-text p {
        margin-bottom: 15px;
    }

    .content-text a {
        color: #0088cc;
    }

.right-sidebar #left_column {
    float: right;
}

/* ----------------
 [20. Bolog page]
 */
.blog-posts {
    line-height: 24px;
    margin-top: 10px;
}

    .blog-posts .post-item {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        margin-top: -1px;
    }

        .blog-posts .post-item .entry-thumb {
            text-align: center;
        }

            .blog-posts .post-item .entry-thumb img {
                border: 1px solid #eaeaea;
            }

        .blog-posts .post-item .entry-meta-data {
            padding: 5px 0;
            color: #666;
            font-size: 13px;
        }

            .blog-posts .post-item .entry-meta-data span {
                margin-right: 5px;
            }

            .blog-posts .post-item .entry-meta-data .fa {
                line-height: inherit;
            }

        .blog-posts .post-item .post-star {
            font-size: 13px;
        }

            .blog-posts .post-item .post-star .fa {
                line-height: inherit;
                color: #ff9900;
            }

        .blog-posts .post-item .entry-excerpt {
            text-align: justify;
        }

        .blog-posts .post-item .entry-more a {
            border: 1px solid #eaeaea;
            padding: 10px 12px;
            background: #eee;
        }

        .blog-posts .post-item .entry-more {
            margin-top: 15px;
        }

            .blog-posts .post-item .entry-more a:hover {
                background: #f96d10;
                color: #fff;
            }

/** post sidebar **/
.blog-list-sidebar li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .blog-list-sidebar li:last-child {
        border: none;
        margin-bottom: 0px;
    }

    .blog-list-sidebar li .post-thumb {
        width: 80px;
        float: left;
        border: 1px solid #eaeaea;
        padding: 4px;
        background: #fcfcfc;
    }

    .blog-list-sidebar li .post-info {
        margin-left: 90px;
        color: #999;
    }

        .blog-list-sidebar li .post-info .post-meta {
            font-size: 12px;
            margin-top: 5px;
        }

        .blog-list-sidebar li .post-info .fa {
            line-height: inherit;
        }

/** Blog detail **/
.entry-detail .entry-photo img {
    border: 1px solid #eaeaea;
}

.entry-detail .entry-meta-data {
    padding: 10px 0;
    color: #666;
}

    .entry-detail .entry-meta-data .fa {
        line-height: inherit;
    }

    .entry-detail .entry-meta-data span {
        margin-right: 10px;
    }

    .entry-detail .entry-meta-data .post-star {
        float: right;
    }

        .entry-detail .entry-meta-data .post-star .fa {
            color: #ff9900;
        }

        .entry-detail .entry-meta-data .post-star span {
            margin: 0;
        }

/**Related Posts**/
.related-posts {
    margin-top: 20px;
}

    .related-posts .entry-thumb img {
        border: 1px solid #eaeaea;
    }

    .related-posts .entry-ci {
        margin-top: 10px;
    }

    .related-posts .entry-meta-data {
        color: #999;
        font-size: 13px;
        margin-top: 10px;
    }

        .related-posts .entry-meta-data .fa {
            line-height: inherit;
        }

    .related-posts .entry-ci .entry-excerpt {
        padding: 10px 0;
    }

    .related-posts .entry-title {
        font-size: 14px;
    }

/*----------------
[7. Blogs]
*/
.blog-list {
    margin-top: 5px;
}

    .blog-list .page-heading {
        text-transform: uppercase;
    }

    .blog-list .blog-list-wapper ul {
        display: inline-block;
        margin-top: 20px;
    }

        .blog-list .blog-list-wapper ul li {
            width: 32.47%;
            float: left;
            margin-right: 15px;
            margin-bottom: 15px;
            max-height: 65px;
        }

            .blog-list .blog-list-wapper ul li:nth-child(3n+3) {
                margin-right: 0;
            }

            .blog-list .blog-list-wapper ul li .post-thumb {
                width: 16.66666667%;
                float: left;
                padding: 2px;
                border: 1px solid #eaeaea;
                background: #fcfcfc;
            }

            .blog-list .blog-list-wapper ul li .post-desc {
                width: 83.33333333%;
                float: left;
                padding-left: 15px;
                padding-right: 0;
            }

                .blog-list .blog-list-wapper ul li .post-desc .post-title a {
                    font-size: 14px;
                    color: #333;
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
                        color: #f96d10;
                    }

                .blog-list .blog-list-wapper ul li .post-desc .post-meta {
                    color: #919191;
                    font-size: 12px;
                    font-weight: 200;
                }

            .blog-list .blog-list-wapper ul li .readmore {
                text-align: right;
            }

                .blog-list .blog-list-wapper ul li .readmore a {
                    color: #f96d10;
                }

                    .blog-list .blog-list-wapper ul li .readmore a:after {
                        font: normal normal normal 14px/1 FontAwesome;
                        content: "\f178";
                        padding-left: 10px;
                    }

.page-tintuc .blog-list .blog-list-wapper ul li {
    width: 32%;
}

.page-menucon .blog-list .blog-list-wapper ul li {
    width: 100% !important;
    max-height: none;
    margin-bottom: 20px;
}

.page-menucon .blog-page-product .post-title a {
    height: auto;
}

.page-menucon .blog-page-product .post-link a {
    font-size: 13px;
    color: #04530d;
}

.page-menucon .blog-page-product .post-detail {
    font-size: 13px;
    color: #6d6d6d;
}

/*---------------
[25. Box product]
*/
/** box-products**/
.box-products {
    margin-top: 30px;
}

    .box-products .box-product-head {
        height: 30px;
        border-bottom: 1px solid #eaeaea;
    }

        .box-products .box-product-head .box-title {
            color: #333;
            text-transform: uppercase;
            border-bottom: 3px solid #f96d10;
            padding-bottom: 8px;
            font-size: 16px;
            padding-right: 5px;
        }

    .box-products .box-tabs {
        float: right;
    }

        .box-products .box-tabs li {
            display: inline;
            text-transform: uppercase;
            height: 30px;
            float: left;
        }

            .box-products .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url('../images/kak3.png') no-repeat center right;
                float: left;
                height: 30px;
                line-height: 26px;
                text-transform: none;
            }

            .box-products .box-tabs li:last-child > a {
                background: none;
            }

                .box-products .box-tabs li:last-child > a:before {
                    right: 0;
                }

            .box-products .box-tabs li:last-child > a {
                border-right: none;
                padding-right: 0;
            }

            .box-products .box-tabs li > a:hover:before,
            .box-products .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-products .box-tabs li > a:hover,
            .box-products .box-tabs li.active > a {
                color: #333;
            }

                .box-products .box-tabs li > a:hover:after,
                .box-products .box-tabs li.active > a:after {
                    display: block;
                }

    .box-products .box-product-content {
        margin-top: 20px;
    }

        .box-products .box-product-content .box-product-adv {
            width: 226px;
            float: left;
        }

        .box-products .box-product-content .box-product-list {
            margin-left: 236px;
        }

        .box-products .box-product-content.box-product-right .box-product-adv {
            width: 226px;
            float: right;
        }

        .box-products .box-product-content.box-product-right .box-product-list {
            margin-left: 0;
            margin-right: 236px;
        }

    .box-products p a {
        color: #0088cc;
    }

    .box-products .product-list {
        display: inline-block;
    }

/** Blog **/
.option3 .blog-list .page-heading {
    font-size: 18px;
}

.option3 .blog-list .blog-list-wapper ul li .readmore a {
    color: #0099cc;
}

.option3 .blog-list .page-heading span.page-heading-title {
    border-color: #0099cc;
}

.page-lienhe iframe {
    width: 100%;
    height: 240px;
}

.service {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    padding: 12px 0;
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .service .service-item {
        border-right: 1px solid #ccc;
        overflow: hidden;
        height: 60px;
    }

        .service .service-item .info {
            text-align: center;
        }

            .service .service-item .info span {
                color: red;
                font-size: 17px;
                font-weight: 600;
            }

        .service .service-item:last-child {
            border-right: none;
        }


@media (min-width: 993px) and (max-width: 1200px) {
    .nav-menu .nav > li > a {
        padding: 15px 15px;
    }

    .main-header .header-search-box {
        padding-left: 0;
        width: 50%;
    }

    .main-header .shopping-cart-box {
        float: right;
        width: 25%;
    }

    .box-vertical-megamenus .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-vertical-megamenus .vertical-menu-content {
        display: none;
    }

    .home .box-vertical-megamenus .vertical-menu-content {
        display: none;
    }

    #home-slider .slider-left {
        display: none;
    }

    #home-slider .header-top-right {
        width: 100%;
        margin: 0;
        border-top: none;
        padding: 0 15px;
    }

    #left_column .block .block_content {
        padding: 10px;
    }

    #left_column .block .title_block {
        font-size: 14px;
        padding-left: 10px;
    }

    .layered .layered_subtitle {
        font-size: 14px;
    }

    .sortPagiBar .sort-product {
        margin-top: 20px;
    }

    .product-tab .nav-tab > li > a {
        padding: 0 10px;
    }

    #product .pb-right-column .product-comments .comments-advices a {
        padding: 0 5px;
    }

    .product-list li .content_price {
        width: 100%;
    }

    .product-list li .product-price {
        font-size: 13px;
    }

    .product-list li .left-block a {
        height: 140px;
        line-height: 140px;
    }

    /** MAIN MENU **/
    #main-menu .navbar .navbar-nav {
        margin-left: 7px;
    }

        #main-menu .navbar .navbar-nav > li > a {
            padding: 0 8px;
        }

    .box-products .box-product-head {
        float: left;
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

        .box-products .box-product-head .box-title {
            float: left;
            width: 100%;
        }

    .box-products .box-tabs {
        float: left;
        margin-bottom: 5px;
    }

        .box-products .box-tabs > li {
            font-size: 13px;
            height: 22px;
        }

        .box-products .box-tabs li > a {
            margin-right: 10px;
            padding: 0 10px 0 0;
        }

            .box-products .box-tabs li > a:before {
                left: 0;
                right: 0;
            }

    .box-products .box-product-content .box-product-adv {
        width: 20%;
        padding-right: 5px;
    }

    .box-products .box-product-content.box-product-right .box-product-adv {
        width: 20%;
        padding-left: 5px;
        padding-right: 0;
    }

    .box-products .box-product-content .box-product-list {
        width: 80%;
        margin: 0;
        float: left;
        padding-left: 5px;
    }

        .box-products .box-product-content .box-product-list .product-list li {
            padding-bottom: 5px;
        }

    .box-products .box-product-content.box-product-right .box-product-list {
        margin: 0;
        padding-left: 0;
    }

    .box-products .product-list {
        margin-top: 0;
    }

    .page-product-box .heading span, .blog-page-product .heading span {
        font-size: 16px;
        padding: 0 12px 11px 12px;
    }

    .blog-list .blog-list-wapper ul li {
        width: 32%;
        max-height: none;
    }

    .page-tintuc .blog-list .blog-list-wapper ul li {
        width: 31%;
        height: 80px;
    }

        .page-tintuc .blog-list .blog-list-wapper ul li .post-thumb {
            width: 25%;
        }

        .page-tintuc .blog-list .blog-list-wapper ul li .post-desc {
            width: 75%;
        }

    .page-tintuc .blog-page-product .post-title a {
        height: auto;
        line-height: 20px;
        font-size: 14px !important;
    }

    .service .service-item {
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .home .box-vertical-megamenus .vertical-menu-content {
        display: none;
    }

    .vertical-megamenus-ontop .box-vertical-megamenus .vertical-menu-content {
        display: block;
    }

    .top-header a {
        border-right: 1px solid #E0E0E0;
        padding-right: 5px;
        margin-left: 5px;
    }

    .main-header .logo img {
        width: 70% !important;
    }

    .main-header .shopping-cart-box {
        padding: 0;
        margin-top: 20px;
    }

    #box-vertical-megamenus, .box-vertical-megamenus {
        padding-bottom: 0;
        width: 40px;
    }

        .box-vertical-megamenus .vertical-menu-content {
            min-width: 270px;
            display: none;
        }

        .box-vertical-megamenus .title .btn-open-mobile {
            margin-left: -7px;
            float: left !important;
        }

        .box-vertical-megamenus .title-menu {
            display: none;
        }

    .nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
        float: right !important;
        margin-right: 12px;
    }

    .nav-menu .nav > li > a {
        padding: 15px 5px;
    }

    #home-slider .slider-left {
        display: none;
    }

    .header-top-right .header-banner {
        display: none;
    }

    .header-top-right {
        margin-left: 0;
        padding: 0 15px;
        width: 100%;
        border-top: none;
    }

        .header-top-right .homeslider .content-slide {
            margin-right: 0;
        }

    .page-top .page-top-left {
        width: 100%;
    }

    .show-brand .navbar-brand {
        padding: 0px 0px 0px 10px;
    }

    .header-top-right .homeslider {
        width: 100%;
    }

    #left_column .block .block_content {
        padding: 10px;
    }

    #left_column .block .title_block {
        font-size: 14px;
        padding-left: 10px;
    }

    .layered .layered_subtitle {
        font-size: 14px;
    }

    .sortPagiBar .sort-product {
        margin-top: 20px;
    }

    #address-box {
        text-align: center;
    }

    .trademark-list {
        padding-top: 10px;
    }

    .trademark-info {
        width: 100%;
        float: left;
        padding: 0 20px;
    }

    .product-tab .nav-tab > li {
        width: 100%;
        float: left;
        margin-bottom: 2px;
    }

        .product-tab .nav-tab > li > a {
            width: 100%;
        }

        .product-tab .nav-tab > li.active > a {
            height: 48px;
        }

    .product-tab .tab-container {
        margin-top: 2px;
    }

    #product .pb-right-column .product-comments .comments-advices a {
        padding: 0 5px;
    }

    .box-products .box-product-head .box-title {
        font-size: 15px;
        padding-right: 0;
    }

    .product-list li .left-block a {
        height: 140px;
        line-height: 140px;
    }

    .product-list li .product-name a {
        height: 82px;
    }

    .product-onsale .product-list li .left-block a {
        height: 240px;
        line-height: 240px;
    }

    .product-onsale .product-list li .product-name a {
        height: auto;
    }

    .page-tintuc #center_column, .page-tintuc #left_column {
        width: 100%;
    }

    /** MAIN MENU **/
    #main-menu {
        padding-left: 10px;
        width: auto;
    }

        #main-menu .navbar .navbar-nav {
            margin-left: 15px;
        }

            #main-menu .navbar .navbar-nav > li > a {
                padding: 0 5px;
            }

    .box-products .box-product-head {
        float: left;
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

        .box-products .box-product-head .box-title {
            float: left;
            width: 100%;
        }

    .box-products .box-tabs {
        float: left;
        margin-bottom: 5px;
    }

        .box-products .box-tabs > li {
            font-size: 13px;
            height: 22px;
        }

        .box-products .box-tabs li > a {
            margin-right: 10px;
            padding: 0 10px 0 0;
        }

            .box-products .box-tabs li > a:before {
                left: 0;
                right: 0;
            }

    .box-products .box-product-content .box-product-adv {
        display: none;
    }

    .box-products .box-product-content .box-product-list {
        width: 100%;
        margin: 0;
    }

    .page-product-box .heading span, .blog-page-product .heading span {
        line-height: 21px;
    }

    .blog-list .blog-list-wapper ul li {
        width: 32%;
        height: 80px;
        max-height: none;
    }

        .blog-list .blog-list-wapper ul li .post-thumb {
            width: 25%;
        }

        .blog-list .blog-list-wapper ul li .post-desc {
            width: 75%;
        }

    .blog-page-product .post-title a {
        height: auto;
        line-height: 20px;
        font-size: 14px !important;
    }

    .page-menucon .blog-list .blog-list-wapper ul li {
        height: auto;
        max-height: none;
    }

        .page-menucon .blog-list .blog-list-wapper ul li .post-thumb {
            width: 16.66666667%;
        }

    #introduce-box {
        margin-top: 20px;
    }

        #introduce-box .col-md-4 {
            float: left;
            width: 25%;
        }

        #introduce-box .col-md-8 {
            float: left;
            width: 75%;
        }

    .service .service-item:last-child {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .service .service-item:nth-child(4) {
        border: none;
    }

    .service .service-item:last-child .info, .service .service-item:last-child .social {
        display: inline-block;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
  
  .home .box-vertical-megamenus .vertical-menu-content {
        display: none;
    }

    .header {
        background-size: cover;
    }
.box-produc
{
	width: 100%;
}
.tbbg
{
	width: 100%;
}
.rowbg
{
	width: 100%;
}
.imgbg
{
	width: 100%;
}
.imgbg img
{
	max-width:100%;
}
.colum25
{
	width: 100%;

}
.colum50
{
	width: 100%;

}
.colum30
{
	width: 100%;

}

.colum75
{
	width: 100%;
	
}
.detailbg
{
	width: 100%;
}
.detailbg55
{
	width: 100%;
}
.slbg
{
	width: 100%;
}
.dongiabg
{
	width: 100%;
}
.boxdv {
    padding: 10px;
    width: 100%;
    float: left;
}
.boxtin{
    padding: 10px;
    width: 100%;
    float: left;
}
.tongcongbg
{
	width: 100%;
}
    .main-header {
        padding-bottom: 5px;
    }

        .main-header .logo {
            width: 100%;
            text-align: center;
        }

            .main-header .logo img {
                width: 140px !important;
            }

        .main-header .header-search-box {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

        .main-header .shopping-cart-box {
            position: fixed;
            top: 0;
            right: 0;
            padding: 0;
            width: auto;
            z-index: 9999;
        }

    #box-vertical-megamenus {
        width: 50%;
        height: 50px;
        float: left;
    }

        #box-vertical-megamenus .box-vertical-megamenus {
            right: 0px;
            padding-bottom: 0;
        }

    .box-vertical-megamenus .vertical-menu-content {
        border-right: 1px solid #eee;
        display: none;
    }

        .box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
            visibility: hidden;
            display: none;
        }

        .box-vertical-megamenus .vertical-menu-content ul li a.parent:before {
            display: none;
        }

    .box-vertical-megamenus .title {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

        .box-vertical-megamenus .title .title-menu span {
            display: none;
        }

    #box-vertical-megamenus .vertical-menu-content {
        min-width: 290px;
        display: none;
    }

    #home-slider .header-top-right {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
        border-top: none;
    }

        #home-slider .header-top-right .homeslider img {
            height: auto;
        }

        #home-slider .header-top-right .homeslider .content-slide {
            display: none;
        }

    .header-top-right .homeslider {
        width: 60%;
    }

        .header-top-right .homeslider .other-content {
            width: 100%;
        }

    .header-top-right .header-banner, #home-slider .slider-left {
        display: none;
    }

    .nav-menu .navbar-brand,
    .nav-menu .toggle-menu {
        display: block;
    }

    .nav-menu .navbar-collapse {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 50px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 15px;
    }

    .nav-menu .navbar-collapse {
        margin-top: 0;
    }

    .nav-menu .nav > li > a {
        padding: 5px 15px;
    }

    .nav-menu .navbar-brand {
        padding-left: 30px;
    }

    .nav-top-menu {
        background: transparent;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .trademark-info {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .product-list.list .left-block {
        width: 100%;
        position: relative;
    }

    #product .pb-right-column {
        margin-top: 5px;
        line-height: 23px;
    }

        #product .pb-right-column .product-name {
            font-size: 19px;
            line-height: 23px;
        }

        #product .pb-right-column .product-price-group .discount {
            font-size: 17px;
            display: block;
        }

        #product .pb-right-column .product-desc {
            font-size: 16px;
        }

    .product-tab {
        margin-top: 0;
    }

        .product-tab .nav-tab > li {
            width: 100%;
            float: left;
            margin-bottom: 2px;
            background: transparent;
            height: 36px;
            line-height: 36px;
        }

            .product-tab .nav-tab > li > a {
                padding: 0 10px;
                width: 100%;
                height: 36px;
                background: transparent !important;
            }

        .product-tab .tab-container {
            margin-top: 2px;
            padding: 0 10px;
        }

    .page-product-box .heading, .blog-page-product .heading {
        height: auto;
    }

        .page-product-box .heading span, .blog-page-product .heading span {
            display: block;
            height: auto;
            width: 100%;
            font-size: 16px;
            padding-left: 0;
            line-height: 22px;
        }

    .product-list li {
        width: 50%;
    }

        .product-list li .product-name a, .blog-page-product .post-title a {
            font-size: 14px !important;
            height: 62px;
        }

        .product-list li .product-price {
            font-size: 15px;
        }

    .product-list.list .right-block {
        width: 100%;
    }

    .service .service-item {
        width: 50%;
        float: left;
        border: none;
        margin-bottom: 10px;
    }

        .service .service-item .info {
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

            .service .service-item .info span {
                font-size: 15px;
            }

    /** MAIN MENU **/
    #main-menu .navbar-header {
        display: block;
        margin: 0;
        background: #333;
        color: #fff;
        margin-left: 15px;
        height: 40px;
    }

        #main-menu .navbar-header .navbar-brand {
            padding: 0;
            padding-left: 10px;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            height: auto;
        }

        #main-menu .navbar-header .fa {
            line-height: inherit;
            color: #fff;
            font-size: 17px;
        }

        #main-menu .navbar-header .navbar-toggle {
            border: none;
            padding: 0;
            margin-top: 7px;
        }

    #main-menu .navbar-default .navbar-toggle:focus,
    #main-menu .navbar-default .navbar-toggle:hover {
        background: none;
    }

    #main-menu .navbar-collapse {
        padding: 0 15px;
        margin-left: 15px;
        margin-right: 0px;
        background: #eee;
    }

    #main-menu .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    #main-menu .navbar-collapse.in {
        overflow-y: inherit;
    }

    #main-menu .navbar .navbar-nav > li {
        border-bottom: 1px solid #cacaca;
    }

        #main-menu .navbar .navbar-nav > li:hover,
        #main-menu .navbar .navbar-nav > li.active {
            background: none;
        }

        #main-menu .navbar .navbar-nav > li > a {
            margin: 0;
            padding: 10px;
            border-right: none;
            position: relative;
        }

        #main-menu .navbar .navbar-nav > li:hover > a,
        #main-menu .navbar .navbar-nav > li.active > a {
            color: #333;
            border-right: 0;
        }

    #main-menu .dropdown-menu {
        position: inherit;
        opacity: 1;
        visibility: inherit;
        display: none;
    }

    #main-menu li.dropdown > a:after {
        position: absolute;
        top: 9px;
        right: 10px;
    }

    #main-menu .dropdown.open > .dropdown-menu {
        display: block;
    }

    #main-menu li.dropdown:before {
        display: none;
    }

    #main-menu li.dropdown:hover:before {
        display: none;
    }

    #main-menu .navbar-nav > li > .mega_dropdown {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        width: 100% !important;
        left: 0 !important;
        top: 0;
        padding: 15px 0;
        border: 1px solid #eee;
    }

    #main-menu .dropdown-menu {
        border: 1px solid #eee;
    }

        #main-menu .dropdown-menu.container-fluid {
            padding: 15px;
            border: 1px solid #eee;
        }

    .box-products .box-product-head {
        float: left;
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

        .box-products .box-product-head .box-title {
            float: left;
            width: 100%;
        }

    .box-products .box-tabs {
        float: left;
        margin-bottom: 5px;
    }

        .box-products .box-tabs > li {
            font-size: 13px;
            height: 22px;
        }

        .box-products .box-tabs li > a {
            margin-right: 10px;
            padding: 0 10px 0 0;
        }

            .box-products .box-tabs li > a:before {
                left: 0;
                right: 0;
            }

    .box-products .box-product-content .box-product-adv {
        display: none;
    }

    .box-products .box-product-content .box-product-list {
        margin-left: 0;
        float: left;
        overflow: hidden;
        width: 100%;
    }

        .box-products .box-product-content .box-product-list .product-list li .right-block {
            margin-top: 5px;
        }

    .page-heading {
        font-size: 16px;
        line-height: 23px;
        font-weight: 600;
    }

        .page-heading span {
            padding: 0;
        }

    #address-list .tit-contain {
        display: block;
        padding: 0 15px;
    }

    .trademark-list {
        padding: 10px 15px 0;
    }

    #left_column {
        margin-top: 30px;
    }

    .blog-list .blog-list-wapper ul li, .page-tintuc .blog-list .blog-list-wapper ul li {
        width: 100%;
        max-height: none;
    }

    .blog-posts .post-item .entry-title {
        margin-top: 10px;
    }

        .blog-posts .post-item .entry-title a {
            line-height: 24px;
        }

    #introduce-box {
        margin-top: 20px;
    }

        #introduce-box #address-box a {
            display: block;
            text-align: center;
            width: 100%;
        }

        #introduce-box #address-box img {
            max-width: 200px;
        }

    .service .service-item:last-child {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0;
    }

        .service .service-item:last-child .info {
            border: none;
        }

        .service .service-item:last-child .info, .service .service-item:last-child .social {
            display: inline-block;
            margin-top: 10px;
        }
}

@media (max-width: 520px) {
    .product-list li .product-price, .product-list li .old-price {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .header-top-right .homeslider img {
        min-height: 160px;
    }

    .product-list li {
        width: 100%;
    }

        .product-list li .product-name a {
            height: 42px;
        }

    .sortPagiBar .sort-product, .sortPagiBar .show-product-item {
        margin-top: 20px;
    }

    .sortPagiBar .bottom-pagination {
        margin-left: 0;
    }

        .sortPagiBar .bottom-pagination span {
            display: inline-block;
            height: 40px;
        }
}
