﻿@charset "utf-8";
/*
 * Globals
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin,vietnamese);

.clear {
    clear: both;
}

.clear-left {
    float: left;
}

* {
    outline: none;
    -moz-transition: width .2s, height .2s, background .2s, -moz-transform .2s;
    -webkit-transition: width .2s, height .2s, background .2s, -webkit-transform .2s;
    -o-transition: width .2s, height .2s, background .2s, -o-transform .2s;
    transition: width .2s, height .2s, background .2s, transform .2s;
}

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body {
    color: #333;
    /* text-align: center;text-shadow: 0 1px 3px rgba(0,0,0,.5);*/ /*box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
    font-family: Roboto;
    font-size: 14px;
    overflow: visible;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */

.box-widget {
    transition: all 1s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}

.pr-50 {
    padding-right: 50px;
}

.mrg10T {
    margin-top: 10px;
}

.mrg5T {
    margin-top: 5px;
}

.mrg20T {
    margin-top: 20px;
}

.mrg20B {
    margin-bottom: 20px;
}

.btn-red {
    background: #E31E24;
    color: #fff;
    min-width: 120px;
    border: none;
}

.btn-green {
    background: green;
    color: #fff;
    min-width: 120px;
    border: none;
}

.btn-red:hover {
    color: #fff;
}

.btn-gray {
    background: #CECECE;
    color: #333;
    min-width: 120px;
    border: none;
}

    .btn-gray:hover {
        color: #333;
    }

.notetxt {
    font-size: 11px;
    color: #666;
}

.media-heading-cmt {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 5px 0 0 0;
}

.postcmt {
    border-top: 1px dashed #CECECE;
    padding-top: 10px !important;
}
/* Padding for spacing */
.inner {
    padding: 0 0 0;
    text-align: center;
    font-size: 12px;
    margin: 0px;
}

.clear {
    clear: both;
}

.header-main {
    position: relative;
    margin: 0;
    min-height: 100px;
}

.logo {
    float: left;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 0px;
    clear: left;
}

    .logo a {
        display: block;
        margin-top: 18px;
    }

.logo-right {
    float: left;
}

.search_top input {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #202020;
    padding: 0 4px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    height: 28px;
    font-size: 14px;
}

.searchbox {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #202020;
    padding: 10px;
}

    .searchbox input {
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background: #5D5D5D;
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

        .searchbox input:focus {
            background: #fff;
            color: #333;
        }

.submenu-hd {
    font-family: futura_regular;
    padding: 10px;
    font-size: 12px;
    /*-moz-box-shadow: inset 0 0 5px 5px rgba(90,90,90,0.1);
	-webkit-box-shadow: inset 0 0 5px 5px rgba(90,90,90,0.1);
	box-shadow: inset 0 0 5px 5px rgba(90,90,90,0.1);*/
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #777777;
    background: #343434;
}

.submenu-ct {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .submenu-ct li {
        border-bottom: 1px solid #202020;
        border-top: 1px solid #777777;
    }

        .submenu-ct li a {
            display: block;
            padding: 10px;
            color: #DEDEDE;
        }

            .submenu-ct li a:hover {
                text-decoration: none; /*background: #5d5d5d;*/
            }

.home-ico a span, .nav-map a span, .cousa-ico a span, .pro-ico a span, .hot-ico span, .stolo-ico span, .info-ico span, .log-ico span, .reg-ico span, .sto-ico span, .edsto-ico span, .newp-ico span, .his-ico span, .nav-store span, .nav-storeedit span, .nav-productacc span, .nav-productwai span, .nav-newpost span, .nav-hispost span, .nav-logout span, .nav-user span {
    display: block;
    padding-left: 30px;
    line-height: 190%;
}

.nav-map a span {
    background: url(/Content/images/icons/nav-map.png) left center no-repeat;
}

.cousa-ico a span {
    background: url(/Content/images/icons/nav-sale.png) left center no-repeat;
}

.pro-ico a span {
    background: url(/Content/images/icons/nav-heart.png) left center no-repeat;
}

.hot-ico span {
    background: url(/Content/images/icons/nav-hot.png) left center no-repeat;
}

.stolo-ico span {
    background: url(/Content/images/icons/nav-storelove.png) left center no-repeat;
}

.info-ico span {
    background: url(/Content/images/icons/nav-info.png) left center no-repeat;
}

.nav-store span {
    background: url(/Content/images/icons/nav-store.png) left center no-repeat;
}

.nav-storeedit span {
    background: url(/Content/images/icons/nav-storeedit.png) left center no-repeat;
}

.nav-productacc span {
    background: url(/Content/images/icons/nav-productacc.png) left center no-repeat;
}

.nav-productwai span {
    background: url(/Content/images/icons/nav-productwai.png) left center no-repeat;
}

.nav-newpost span {
    background: url(/Content/images/icons/nav-newpost.png) left center no-repeat;
}

.nav-hispost span {
    background: url(/Content/images/icons/nav-hispost.png) left center no-repeat;
}

.nav-logout span {
    background: url(/Content/images/icons/nav-logout.png) left center no-repeat;
}

.nav-user span {
    background: url(/Content/images/icons/nav-user.png) left center no-repeat;
}

#accnav h3, #planav h3 {
    margin: 0;
    font-size: 13px;
    line-height: 190%;
    text-align: left;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #777777;
}

    #accnav h3 a, #planav h3 a {
        background: url(/Content/images/icons/linkdown-w.png) 230px 12px no-repeat;
        display: block;
        padding: 10px 10px 10px 40px;
        margin: 0;
        color: #DEDEDE;
        text-decoration: none;
    }

    #accnav h3.nav-dolinh {
        background: url(/Content/images/icons/nav-food.png) 10px center no-repeat;
    }

    #accnav h3.nav-shop {
        background: url(/Content/images/icons/nav-shop.png) 10px center no-repeat;
    }

    #accnav h3.nav-enter {
        background: url(/Content/images/icons/nav-enter.png) 10px center no-repeat;
    }

    #planav h3.nav-pla {
        background: url(/Content/images/icons/nav-place.png) 10px center no-repeat;
    }

    #accnav h3.accopen, #planav h3.accopen {
        background-color: #5d5d5d;
    }

        #accnav h3.accopen a, #planav h3.accopen a {
            background: url(/Content/images/icons/linkup-w.png) 230px 12px no-repeat;
        }

    #accnav h3 + div, #planav h3 + div {
        padding: 10px;
    }
    /* Pre hide sections with JavaScript on
--- */
    #accnav h3 + div, #planav h3 + div {
        display: none;
    }
    /* CSS3 Animation example
--- */
    #accnav h3 + div, #planav h3 + div {
        height: 0px;
        padding: 0px;
        overflow: hidden;
        display: block !important;
        -webkit-transform: translateZ(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #accnav h3.accopen + div, #planav h3.accopen + div {
        height: auto;
        background: #222;
    }

.accnav-child {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .accnav-child li {
        border-bottom: 1px solid #202020;
        border-top: 1px solid #777777;
        background: #045946;
    }

        .accnav-child li a {
            display: block;
            padding: 10px;
            color: #fff;
        }

            .accnav-child li a:hover {
                text-decoration: none; /*background: #5d5d5d;*/
            }

#wrapnav h3 {
    margin: 0;
    font-size: 12px;
    line-height: 190%;
    text-align: left;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #777777;
    position: relative;
    height: 44px;
    overflow: hidden;
}

    #wrapnav h3.nav-dolinh {
        background: url(/Content/images/icons/nav-food.png) 10px center no-repeat;
    }

    #wrapnav h3.nav-shop {
        background: url(/Content/images/icons/nav-shop.png) 10px center no-repeat;
    }

    #wrapnav h3.nav-enter {
        background: url(/Content/images/icons/nav-enter.png) 10px center no-repeat;
    }

    #wrapnav h3 a {
        font-size: 12px;
        text-decoration: none;
        display: block;
        padding: 10px;
        color: #fff;
    }

        #wrapnav h3 a.namenav {
            padding-left: 40px;
        }

        #wrapnav h3 a.meganav {
            width: 54px;
            height: 44px;
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            background: url(/Content/images/icons/linkdown-w.png) center center no-repeat #0C7A9B;
        }

        #wrapnav h3 a.open {
            background: url(/Content/images/icons/linkup-w.png) center center no-repeat #0C7A9B;
        }

#nav-1, #nav-2, #nav-3 {
    display: none;
}

.userbox {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #202020;
    padding: 10px;
}

    .userbox input[type=text], .userbox input[type=password] {
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background: #5D5D5D;
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
        margin: 0 0 10px 0;
    }

        .userbox input[type=text]:hover, .userbox input[type=password]:hover {
            background: #fff;
            color: #333;
        }

.login-btn {
    background: #e31e24;
    color: #fff;
    border: 1px solid #e31e24;
    margin: 0;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.regis-btn {
    background: #222;
    color: #fff;
    border: 1px solid #202020;
    margin: 0;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.sociallogin {
    padding: 10px;
    border-top: 1px solid #777777;
}
/*
 * Header
 */

/*
 * Fixbar
 */
/** headroom.js animated styles **/
/*.slide{
  -webkit-transition:all 0.35s ease-out;
  -moz-transition:all 0.35s ease-out;
  -o-transition:all 0.35s ease-out;
  transition:all 0.35s ease-out;
}*/

.slide--reset {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide--up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideDown {
    0%; {
        -o-transform: translateY(-100%);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(-100%);
    }
}

@-o-keyframes slideUp {
    0%; {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}
/*
 * Cover
 */
.cover {
    padding: 10px;
}
/*
 * Footer
 */

footer {
    color: #fff;
    font-size: 13px;
    background: rgb(254, 244, 229);
    left: 0;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 20px;
    display: inline-block;
    bottom: 0;
    line-height: 30px;
    padding-top: 7px;
    border-top: #996a2c 5px solid;
}


    footer a {
        color: #fff;
    }

.infoabount {
    padding: 10px;
    font-size: 11px;
    color: #fff;
    background: #363636;
}

    .infoabount p:last-child {
        margin: 0;
    }
/*
 * Wrap
 */
.swrapper {
    margin: 0px;
    float: left;
}
/*
 * Sidebar
 */
.sidebar {
    margin: 0 10px 0 0;
    padding: 10px 0 0 0;
    float: right;
}
/*
 * Index
 */
#bannerads {
    width: 100%;
    max-width: 1366px;
    max-height: 350px !important;
    margin: 0 auto;
}

#searchbox, #searchbox-b {
    /* Old browsers */
    padding-bottom: 10px;
    border-left: none;
    border-right: none;
}

    #searchbox button, #searchbox-b button {
        background: #F90;
        color: #fff;
        border: 1px solid #F90;
        margin: 0;
    }

.box-widget header {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

    .box-widget header .viewmore, .box-widget header .linkback {
        float: right;
    }

.box-widget .media-heading {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 285px;
}

    .box-widget .media-heading a {
        color: #fff;
        font-weight: 700;
        font-size: 16px
    }

        .box-widget .media-heading a:hover {
            text-decoration: none;
        }

.media .media-body .textsapo {
    height: 34px;
    overflow: hidden;
}

.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .media-list .media {
        width: 25%;
        float: left;
        padding: 0px 13px 0 13px;
        margin: 10px 0px 10px 0px;
        box-sizing: border-box;
    }

        .media-list .media .pull-left {
            width: 100%;
            min-width: 200px;
            float: left;
        }

            .media-list .media .pull-left img {
                width: 100%;
            }

.coupsale {
    position: relative;
}

.coupsale-per {
    background: url(../images/bl-cir.png);
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    border-bottom-right-radius: 6px;
}

    .coupsale-per span {
        display: block;
        margin: 15px 0 0 6px;
    }

.viewmore, .linkback {
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: right;
    text-transform: none;
    color: #333;
}

    .viewmore:hover, .linkback:hover {
        text-decoration: none;
        color: #333;
    }

    .viewmore span {
        display: block;
        background: url(../images/icons/linknext.png) right center no-repeat;
        padding-right: 20px;
        line-height: 150%;
    }

    .linkback span {
        display: block;
        background: url(../images/icons/linkback.png) right center no-repeat;
        padding-right: 20px;
        line-height: 150%;
    }

.salepri, .oldpri {
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 16px;
}

.salepri {
    color: #cc3333;
    font-weight: bold;
    width: 70%;
}

.oldpri {
    color: #999;
    font-weight: bold;
    text-decoration: line-through;
    width: 30%;
}
/*Test Carou
*/
/******************************************************\
*
*  Base TouchCarousel stylesheet
*   
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/


/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
    position: relative;
    /* style is removed after carousel is inited, use !important if you want to keep it*/
    overflow: hidden;
}

    .touchcarousel .touchcarousel-container {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        left: 0;
    }

    .touchcarousel .touchcarousel-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 180px;
    }
    /******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

    .touchcarousel .touchcarousel-item {
        /* use margin-right for spacing between items */
        margin: 0 0 0 0;
        padding: 0;
        float: left;
    }
        /* Last carousel item  */
        .touchcarousel .touchcarousel-item.last, .touchcarousel .touchcarousel-menu.last {
            margin-right: 0 !important;
        }
    /******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

    /* arrow hitstate and icon holder */
    .touchcarousel .arrow-holder {
        height: 55%;
        width: 45px;
        position: absolute;
        top: 0;
        display: block;
        cursor: pointer;
        z-index: 30;
    }

        .touchcarousel .arrow-holder.left {
            left: 0;
        }

        .touchcarousel .arrow-holder.right {
            right: 0;
        }
    /* arrow icons */
    .touchcarousel .arrow-icon {
        width: 45px;
        height: 90px;
        margin-top: -45px;
        position: absolute;
        cursor: pointer;
    }

        .touchcarousel .arrow-icon.left {
        }

        .touchcarousel .arrow-icon.right {
        }

    .touchcarousel .arrow-holder:hover .arrow-icon {
    }

    .touchcarousel .arrow-holder.disabled {
        cursor: default;
    }

        .touchcarousel .arrow-holder.disabled .arrow-icon {
            cursor: default;
        }
    /******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

    .touchcarousel .tc-paging-container {
        /*width: 100%;
		overflow: hidden;
		position: absolute;
		margin-top: -20px;
		z-index: 25;*/
        display: none;
    }

    .touchcarousel .tc-paging-centerer {
        /*float: left;
		position: relative;
		left: 50%;*/
        display: none;
    }

    .touchcarousel .tc-paging-centerer-inside {
        /*float: left;
		position: relative;
		left: -50%;*/
    }
    /* Paging items */
    .touchcarousel .tc-paging-item {
        /*float: left;
		cursor: pointer;
		position: relative;
		display: block;
		text-indent: -9999px;*/
    }

        .touchcarousel .tc-paging-item.current {
        }

        .touchcarousel .tc-paging-item:hover {
        }
    /******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
    .touchcarousel .scrollbar-holder {
        position: absolute;
        z-index: 30;
        left: 6px;
        right: 6px;
        bottom: 5px;
        height: 4px;
        overflow: hidden;
    }

    .touchcarousel .scrollbar {
        position: absolute;
        left: 0;
        height: 4px;
        bottom: 0px;
    }

        .touchcarousel .scrollbar.dark {
            background-color: rgb(130, 130, 130);
            background-color: rgba(0, 0, 0, 0.5);
        }

        .touchcarousel .scrollbar.light {
            background-color: rgb(210, 210, 210);
            background-color: rgba(255, 255, 255, 0.5);
        }
    /******************************************************\
*
*  6. Cursors
*
\******************************************************/

    /* IE and Opera use "move", FF uses -moz-grab */
    .touchcarousel .grab-cursor {
        cursor: url(/Content/images/grab.png) 8 8, move;
    }

    .touchcarousel .grabbing-cursor {
        cursor: url(/Content/images/grabbing.png) 8 8, move;
    }
    /* Cursor that used when mouse drag is disabled */
    .touchcarousel .auto-cursor {
        cursor: auto;
    }

#carousel-image-text-horizontal {
    width: 100%;
    min-height: 180px;
    margin: 0 auto;
}

    #slider .touchcarousel-item, #carousel-image-text-horizontal .touchcarousel-item, .media-list .touchcarousel-item {
        width: 330px;
        float: left;
        /*padding-right: 30px;*/
    }

        #slider .touchcarousel-item, #carousel-image-text-horizontal .touchcarousel-item, .media-list .touchcarousel-item:last-child {
            padding-right: 0px;
        }

    #slider .touchcarousel-menu, #carousel-image-text-horizontal .touchcarousel-menu, .media-list .touchcarousel-menu {
        width: 33%;
        float: left;
        /*padding-right: 10px;*/
    }

.touchcarousel-menu.last {
    padding-right: 0px;
}


#carousel-image-text-horizontal img, #carousel-image-text-horizontal h4, #carousel-image-text-horizontal p {
    margin: 0;
    padding: 0;
    border: 0;
}

#carousel-image-text-horizontal img {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    width: 100%;
    border: 1px solid #ffffff;
}

#carousel-image-text-horizontal .rblock {
    width: 138px;
    float: left;
    margin-left: 7px;
}

#carousel-image-text-horizontal h4 {
    text-align: center;
    height: 64px;
    overflow: hidden;
    color: #fff;
    line-height: 64px;
}


#carousel-image-text-horizontal p {
    font: normal 13px/20px Helvetica, Arial, sans-serif;
    color: #555;
}

#slider .touchcarousel-item, .media-list > li {
    /*border-right: 1px solid #66cc33;*/
    margin-bottom: 15px;
}

    #slider .touchcarousel-item, .media-list > li a {
        color: #000;
    }

.touchcarousel.black-and-white .arrow-icon {
    width: 30px;
    height: 30px;
    background-image: url(/Content/images/sprite.png);
    background-repeat: no-repeat;
    background-color: rgb(50, 50, 50);
    background-color: rgba(0, 0, 0, 0.7);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}

.touchcarousel.black-and-white .arrow-holder {
    width: 35px;
}

    .touchcarousel.black-and-white .arrow-holder:active .arrow-icon {
        -moz-opacity: 0.7 !important;
        -webkit-opacity: 0.7 !important;
        opacity: 0.7 !important;
    }

.touchcarousel.black-and-white .arrow-icon.left {
    left: 10px;
    background-position: -2px -6px;
}

.touchcarousel.black-and-white .arrow-icon.right {
    right: 10px;
    background-position: -175px -6px;
}

.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
    background-color: rgb(30, 30, 30);
    background-color: rgba(0, 0, 0, 0.7);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
    background-position: -39px -6px;
}

.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
    background-position: -138px -6px;
}

.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left, .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
    background-color: rgb(200, 200, 200);
    background-color: rgba(0, 0, 0, 0.3);
}
/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.pull-hor {
    display: block;
    margin-bottom: 8px;
    max-height: 147px;
}

.touchcarousel.black-and-white .tc-paging-container {
    margin-top: -22px;
}

.touchcarousel.black-and-white .tc-paging-item {
    background-image: url(/Content/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -95px -4px;
    width: 16px;
    height: 16px;
}

    .touchcarousel.black-and-white .tc-paging-item.current {
        background-position: -95px -22px;
    }

.touchcarousel.black-and-white .tc-paging-container {
    margin-top: -25px;
}

.touchcarousel.black-and-white .tc-paging-centerer-inside {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgb(50, 50, 50);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2px 4px;
}

.touchcarousel.black-and-white .arrow-holder .arrow-icon, .touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
    background: none;
}

    .touchcarousel.black-and-white .arrow-icon.left, .touchcarousel.black-and-white .arrow-holder:hover .arrow-icon.left {
        background: url(/Content/images/icons/linkprev-b.png) left center no-repeat;
        left: 0;
    }

    .touchcarousel.black-and-white .arrow-icon.right, .touchcarousel.black-and-white .arrow-holder:hover .arrow-icon.right {
        background: url(/Content/images/icons/linknext-b.png) right center no-repeat;
        right: 0;
    }

#carousel-image-text-horizontal .arrow-icon {
    bottom: 0;
}

.touchcarousel.black-and-white .tc-paging-centerer-inside {
    background-color: transparent;
}

.touchcarousel.black-and-white .tc-paging-item {
    background: url(/Content/images/icons/slide.png);
    margin: 0 2px;
}

    .touchcarousel.black-and-white .tc-paging-item.current {
        background: url(/Content/images/icons/slide-active.png);
    }
/* end test */
.media-body {
    padding: 8px 8px 0px 8px;
    background-color: #fff;
    /*margin-right: 10px;*/
    display: table;
}

#box-pro .img-box-pull {
    float: none !important;
    margin: 0 0 10px 0;
}

#box-pro .img-box-pull {
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(top, #131313 0%, #4c4c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(100%, #4c4c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #131313 0%, #4c4c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #131313 0%, #4c4c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #131313 0%, #4c4c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #131313 0%, #4c4c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0 ); /* IE6-9 */
    display: block;
}



#box-pro .media-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

#box-pro .salepri, #box-pro .oldpri {
    font-size: 20px;
}

.header_body hr {
    margin: 0 auto;
    width: 80%;
    color: #d4d7d6;
    margin-bottom: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.img-box {
    text-align: center;
}

.nobor {
    border-top: 1px dashed #cecece !important;
}

.raview {
    padding: 10px 10px 0 10px;
    border-top: 1px dashed #CECECE;
}

.favo {
    background: url(/Content/images/icons/nav-heart.png) left center no-repeat;
    padding-left: 30px;
    text-align: left;
    display: inline-block;
    color: #666;
    font-weight: bold;
    line-height: 180%;
}

    .favo.active {
        color: #e31e24;
        background: url(/Content/images/icons/nav-heart-active.png) left center no-repeat;
    }

.countfa {
    color: #666;
    font-weight: normal;
}

.view {
    background: url(/Content/images/icons/eyes.png) left center no-repeat;
    padding-left: 30px;
    text-align: left;
    display: inline-block;
    color: #666;
    font-weight: bold;
    line-height: 180%;
}

    .view.active {
        color: #e31e24;
        background: url(/Content/images/icons/eyes-active.png) left center no-repeat;
    }

#box-pri {
    border-bottom: 1px dashed #CECECE;
    border-top: 1px dashed #CECECE;
    padding: 10px 0;
}

.favo:hover, .view:hover {
    text-decoration: none;
    color: #333;
}

.alleft {
    text-align: left;
}

.grcover {
    background: #f8f8f8;
    padding: 10px;
}

.scoreContain {
    /*font-family: 'Roboto', sans-serif;*/
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #CECECE;
    padding-right: 10px;
}

.rateContain {
    display: inline-block;
    vertical-align: top;
}

    .rateContain ul {
        margin: 0;
        padding: 0 0 0 50px;
        list-style: none;
        width: 170px;
    }

        .rateContain ul li {
            position: relative;
            display: block;
            height: 20px;
        }

            .rateContain ul li span.sta {
                background: url(/Content/images/star-off.png) left center no-repeat;
                padding-left: 20px;
                line-height: 180%;
                font-size: 11px;
                position: absolute;
                left: -40px;
                top: 0;
                z-index: 1;
            }

            .rateContain ul li span.countra {
                position: absolute;
                top: 2px;
                left: 5px;
                z-index: 1;
            }

.perc {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    box-sizing: border-box;
    z-index: 0;
}

.fivest .perc {
    background: #9FC05A;
}

.fourst .perc {
    background: #ADD633;
}

.threst .perc {
    background: #FFD834;
}

.twost .perc {
    background: #FFB234;
}

.onest .perc {
    background: #FF8B5A;
}

.ratepost {
    color: #fff;
    background: #e31e24;
    padding: 8px 10px;
    display: block;
    margin: 15px 0 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    max-width: 200px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}

    .ratepost:hover {
        color: #fff;
        text-decoration: none;
    }

.viewpost {
    color: #333;
    background: #CECECE;
    padding: 8px 10px;
    display: block;
    margin: 15px 0 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    max-width: 200px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}

    .viewpost:hover {
        color: #333;
        text-decoration: none;
    }

.scorat {
    color: #333;
    line-height: 100%;
    display: block;
    font-size: 50px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.starrat {
    margin: 0 0 10px 0;
}

    .starrat img {
        width: 16px;
        height: 16px;
    }

.scocou {
    color: #006699;
}

.img-menu {
    max-width: 280px;
    max-height: 200px;
}

.countpeo span {
    background: url(/Content/images/icons/user.png) left center no-repeat;
    padding: 0 0 0 20px;
}

.followStore {
    background: #e31e24;
    color: #fff;
    margin: 0;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 0;
    font-size: 13px;
}

    .followStore:hover {
        color: #fff;
        text-decoration: none;
    }

    .followStore span {
        background: url(/Content/images/heart-w.png) left center no-repeat;
        padding-left: 25px;
    }

.cmtbox {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .cmtbox li {
        border-bottom: 1px dashed #CECECE;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.incom {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}

.cmtbox li {
    padding: 0 0 10px 0;
}

    .cmtbox li .incom:last-child {
        margin-bottom: 0;
    }

    .cmtbox li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.name {
    font-weight: 700;
    color: #e31e24;
}

.days, .hours {
    color: #666;
}

.tit {
    font-weight: 700;
    color: #000;
}

.incom.last {
    border-bottom: 1px dashed #CECECE;
    padding-bottom: 10px;
}

.toggleud.expander {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #CECECE;
}

#expander2 {
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
    border-bottom: none;
    border-top: 1px solid #CECECE;
    padding: 10px 10px 10px 0;
}

.infocontact {
    padding: 10px;
}

.toggleud.expander:hover {
    text-decoration: none;
}

.toggleud.expander.expanded span {
    padding-right: 25px;
    background: url(/Content/images/icons/linkup.png) right center no-repeat;
    color: #333;
}

.toggleud.expander.collapsed span {
    padding-right: 25px;
    background: url(/Content/images/icons/linkdown.png) right center no-repeat;
    color: #333;
}

.infocontact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 180%;
}

    .infocontact ul li {
        margin: 0 0 5px 0;
    }

        .infocontact ul li:last-child {
            margin: 0 0 0 0;
        }

.info-tex.place {
    background: url(/Content/images/icons/home.png) top left no-repeat;
    padding-left: 20px;
}

.info-tex.phone {
    background: url(/Content/images/icons/phone.png) top left no-repeat;
    padding-left: 20px;
}

.info-tex.web {
    background: url(/Content/images/icons/web.png) top left no-repeat;
    padding-left: 20px;
}

.info-tex.email {
    background: url(/Content/images/icons/email.png) top left no-repeat;
    padding-left: 20px;
}

.viewmap {
    border-top: 1px solid #CECECE;
    padding: 10px 10px 0 0;
}

    .viewmap span {
        display: block;
        background: url(/Content/images/icons/linknext.png) right center no-repeat;
        padding-right: 20px;
    }

.viewnext {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    border: 1px solid #CECECE;
    background: #f8f8f8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease 0.5s;
    font-size: 13px;
}

    .viewnext:hover {
        text-decoration: none;
    }


.detail-col-9 {
    float: left;
    width: 75%;
}

.detail-col-3 {
    float: left;
    width: 25%;
}

.detail-col-xs-5 {
    width: 41.66666666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.detail-col-xs-7 {
    width: 58.333333333333336%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.image-cloud-zoom {
    width: 100%;
    max-width: 540px;
    width: 100%;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: auto;
}

.box_cart {
    right: 15px;
    top: 5px;
    width: 70%;
    height: 25px;
    line-height: 25px;
}

.navbar-brand {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: url('/Content/images/logo.png') no-repeat center center;
    height: 40px;
    background-size: 240px 40px;
}

.header_main {
    background: #fff;
    padding-left: 55px;
    box-shadow: 1px 1px 2px rgba(88, 88, 90, 0.6);
    transition: all 0.27s cubic-bezier(0,0,0.58,1);
}


.carousel-indicators {
    width: 40px;
    margin-left: 0;
    right: 10px;
    left: auto;
    top: 0;
    font-weight: bold;
}

    .carousel-indicators li span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: rgba(255, 255, 255, 0.6);
        display: block;
        border-radius: 16px;
        color: #9e7340;
    }


    .carousel-indicators li {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background: transparent;
        border-style: dashed;
        margin-bottom: 13px;
        text-indent: 0 !important;
        padding: 3px;
        border-color: rgba(255, 255, 255, 0.6);
    }

        .carousel-indicators li.active {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background: transparent;
            border-style: dashed;
            text-indent: 0 !important;
            margin-bottom: 13px;
            padding: 3px;
            border-color: #ffffff;
        }

            .carousel-indicators li.active span {
                color: #9e7340;
                background: #ffffff;
            }


.carousel-inner .readmore {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #222222;
    background: #ffffff;
    border-radius: 3px;
    padding: 0 25px 0 15px;
    position: relative;
}

.carousel-inner .item-text {
    text-align: left;
    color: #542717;
}

    .carousel-inner .item-text .title {
        font-size: 24px;
        text-transform: uppercase;
    }

.carousel-inner {
    padding-right: 60px;
}

.slide-sologan {
    background: url('/Content/images/slideshow.jpg') no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .slide-sologan .item-image {
        border: 1px dashed #ffffff;
        border-radius: 10px;
        padding: 10px;
    }

        .slide-sologan .item-image img {
            border-radius: 10px;
            max-width: 100%;
            height: auto;
        }

    .slide-sologan .item-text-content {
        line-height: 22px;
        text-align: justify;
        padding-right: 20px;
        padding-top: 20px;
        font-size: 14px;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}

.slide-new-main {
    border-top: 1px solid #ffffff;
    background: #e5eeed;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container .swiper-prev-button {
    left: 0px;
    right: auto;
    background-image: url('../images/preview-slide.svg');
}

.swiper-container .swiper-next-button {
    background-image: url('../images/next-slide.svg');
    right: 0px;
    left: auto;
}

.swiper-container .swiper-next-button, .swiper-container .swiper-prev-button {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 22px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 15px 22px;
    -webkit-background-size: 15px 22px;
    background-size: 15px 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide .slide-img-responsive {
    max-width: 120px;
    height: auto;
    border-radius: 3px;
}

.swiper-slide .left-text, .swiper-slide .heading, .swiper-slide .date {
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.swiper-slide .date {
    padding-top: 5px;
    color: #555555;
    font-size: 13px;
}

.swiper-slide .heading {
    font-size: 13px;
    margin: 5px 0 0 0;
}

    .swiper-slide .heading a {
        text-transform: uppercase;
        color: #222222;
    }

.box-new-home {
    background-color: #fef4e5;
    padding: 20px 0px;
}

    .box-new-home .cat-heading {
        text-align: center;
        padding-bottom: 10px;
    }

        .box-new-home .cat-heading a {
            color: #222222;
            font-size: 25px;
            font-weight: bold;
            text-transform: uppercase;
        }

    .box-new-home .cat-content {
        padding: 9px 9px 15px 9px;
        border-radius: 10px;
        background: #ffffff;
        max-width: 100%;
    }

        .box-new-home .cat-content article {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 10px;
            margin-bottom: 5px;
            max-width: 100%;
        }

            .box-new-home .cat-content article .heading {
                font-size: 16px;
                color: #333333;
                line-height: 22px;
                height: 46px;
                margin: 7px 0 0 0;
                white-space: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                max-width: 100%;
            }

                .box-new-home .cat-content article .heading a p, .box-new-home .cat-content > div a p {
                    text-transform: lowercase;
                    white-space: normal;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 100%;
                }

                    .box-new-home .cat-content article .heading a p:first-letter, .box-new-home .cat-content > div a p:first-letter {
                        text-transform: uppercase !important;
                    }

        .box-new-home .cat-content > div a
        .box-new-home .cat-content article div {
            color: #999999;
            font-size: 14px;
        }

        .box-new-home .cat-content > div {
            padding-left: 13px;
            padding-top: 4px;
            padding-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative;
            max-width: 100%;
        }

            .box-new-home .cat-content > div:after {
                display: block;
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                top: 11px;
                left: 0px;
                background: -398px top url(../images/sprinter.png) no-repeat;
                z-index: 5;
            }

            .box-new-home .cat-content > div a {
                color: #333333;
                font-size: 14px;
            }

.img-responsive-new {
    display: block;
    height: auto;
    max-height: 215px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
}

.hd_top_right .phone {
    display: inline-block;
    background: #e3ac4a;
    height: 40px;
    color: #ffffff;
    text-shadow: 1px 1px #c1923f;
    margin-left: 20px;
    padding-right: 60px;
    position: relative;
}

.hd_top_right li a.enquire {
    background: #1aae89;
    color: #fff;
    line-height: 33px;
    display: inline-block;
    padding: 0 16px;
    border-radius: 20px;
    margin: 0 10px;
}

.hd_top_right .btn_enquire a {
    background: #1aae89;
    color: #fff;
    line-height: 33px;
    display: inline-block;
    padding: 0 13px;
    border-radius: 20px;
    outline: 0 !important;
    margin: 0 10px;
}

.icon-phone {
    width: 20px;
    height: 20px;
    background-image: url('/Content/images/Icon/Icono-Whatsapp.png');
}


.message-error-login, .message-error {
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: 99999999999999999999999;
    color: red;
    height: 100px;
    width: 200px;
    background: #eee;
    border: 3px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.up {
    position: relative;
}

.up-imgserach {
    display: block;
    position: relative;
}

    .up-imgserach span {
        background-image: url(/Content/images/up-image-search.png);
        width: 80px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 2px;
        color: #fff;
        font-size: 12px;
        z-index: 999999999;
        padding: 2px 5px 1px 10px;
    }

    .up-imgserach span {
        background-image: url(/Content/images/up-image-search.png);
        width: 80px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 2px;
        color: #fff;
        font-size: 12px;
        z-index: 999999999;
        padding: 2px 5px 1px 10px;
    }
/*hack tagit*/
.tag-keywords {
    width: 100%;
    line-height: 1.42857143;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tagit-label {
    color: #fff !important;
}

.tag-keywords .ui-state-default {
    background: #E31E24 !important;
}

.reset-password {
    float: left;
    clear: left;
    color: #fff !important;
    margin: 0 0 10px;
    width: 100%;
    text-align: left;
}

.rol5 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}
/*hack tagit*/

/*onoff pass word*/
.infobox {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    /*text-shadow: 1px 1px 0 rgba(255,255,255,.5);*/
    position: relative;
    text-align: left;
}

    .infobox a {
        font-weight: 700;
    }

.infobox-close-wrapper {
    padding-right: 28px;
}

.infobox .bg-white {
    border-color: transparent;
    background: rgba(255,255,255,.3);
    color: #fff;
    /*text-shadow: 0 0 5px rgba(0,0,0,.2);*/
}

.infobox .infobox-close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px;
    color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2;
    text-align: center;
    text-shadow: 0 0 0 transparent;
}

    .infobox .infobox-close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.bg-white.infobox .bg-white {
    background: #fff;
    color: #666;
    /*text-shadow: 0 0 0 rgba(255,255,255,0);*/
}

.infobox .info-icon {
    margin: 0 10px 5px 0;
    float: left;
}

.infobox p {
    margin: 0;
    padding: 0;
    opacity: .85;
    font-size: 12px;
    filter: alpha(opacity=85);
}

.infobox-title {
    font-size: 12px;
    padding: 0;
    margin: 4px 0 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.infobox.bg-gray a {
    color: #5d5d5d;
}

.notice-bg {
    background: #c6e8ff;
    border-color: #62baf6;
    color: #0f2c62;
}

    .notice-bg a, .infobox.bg-blue a {
        color: #003960;
    }

.success-bg, .parsley-success {
    background: #d3ffc6;
    border-color: #7cd362;
    color: #1e620f;
}

.parsley-success {
    background: #f2fff2;
}

.success-bg a, .infobox.bg-green a {
    color: #166100;
}

.warning-bg {
    background: #ffeec6;
    border-color: #ebc875;
    color: #624b0f;
}

    .warning-bg a, .infobox.bg-orange a {
        color: #5a3f00;
    }

.error-bg, .parsley-error {
    background: #ffc6c6;
    border-color: #db6a6a;
    color: #620f0f;
}

    .error-bg a, .infobox.bg-red a {
        color: #590000;
    }

.parsley-error {
    background: #fff2f2;
}

.nicescroll-rails {
    z-index: 2000 !important;
}

.infobox p {
    -moz-opacity: .85;
    filter: alpha(opacity:85);
    opacity: .85;
}

.onoffswitch {
    position: relative;
    width: 111px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFF;
    border-radius: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 36px;
        padding: 0;
        line-height: 36px;
        font-size: 24px;
        color: white;
        font-family: futura_regular;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 21px;
        background-color: #e31e24;
        color: #FFFFFF;
        border-radius: 5px;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 21px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
        border-radius: 5px;
    }

.onoffswitch-switch {
    display: block;
    width: 22px;
    margin: 7px;
    background: #FFFFFF;
    border: 2px solid #FFFFF;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 71px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    border-radius: 5px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*onoff pass word*/

#FooterZone {
    padding-top: 57px;
}

.content-body img {
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.box_cart .icon_cart {
    background: url("/Content/images/icon_total.png") no-repeat -39px -29px transparent;
    width: 36px;
    height: 22px;
}

.isLeft {
    float: left;
}

.absolute {
    position: absolute;
}

.isBold {
    font-weight: bold;
}

.txt_16 {
    font-size: 16px;
}

.box_cart span.quantity {
    left: 74px;
    top: -10px;
}

input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
    padding: 0 4px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, input, select[multiple], textarea {
        background-image: none;
    }

    button, input, select[multiple], textarea {
        background-image: none;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none;
    -moz-transition: width .2s, height .2s, background .2s, -moz-transform .2s;
    -webkit-transition: width .2s, height .2s, background .2s, -webkit-transform .2s;
    -o-transition: width .2s, height .2s, background .2s, -o-transform .2s;
    transition: width .2s, height .2s, background .2s, transform .2s;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        *, *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

* {
    outline: none;
    -moz-transition: width .2s, height .2s, background .2s, -moz-transform .2s;
    -webkit-transition: width .2s, height .2s, background .2s, -webkit-transform .2s;
    -o-transition: width .2s, height .2s, background .2s, -o-transform .2s;
    transition: width .2s, height .2s, background .2s, transform .2s;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

user agent stylesheetinput:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 4px;
}

user agent stylesheetinput {
    -webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}

user agent stylesheetinput, textarea, keygen, select, button {
    margin: 0em;
    font: normal normal normal normal 13.3333330154419px/normal Arial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.tab-container {
    margin-bottom: 20px;
}

.mrg0A {
    margin: 0 !important;
}

.nav-tabs {
    height: 35px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-weight: bold;
    font-size: 14px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

li {
    list-style: none;
    line-height: 30px;
}

.tab-primary.tab-container > .nav-tabs > li.active > a {
    border-top-color: #006f51;
}

.tab-container > .nav-tabs > li.active > a {
    background-color: #ffffff;
}

.tab-container .nav-tabs > li > a {
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #006f51;
    cursor: default;
    height: 35px;
    text-transform: uppercase;
    line-height: 35px;
}

.nav-tabs > li > a {
    margin-right: 0px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    color: #000;
    line-height: 75px;
    text-transform: uppercase;
}

.tab-content {
    width: 100%;
    padding-right: 10px;
}

.fade, .tab-pane {
    display: none;
    margin-top: 10px;
}

.tab-content > .active {
    display: block;
    background: none;
}

.background {
    float: left;
    margin-top: 0;
    clear: left;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    padding: 0 0px 10px 0;
    width: 100%;
}

.textLienHeTrucTuyen {
    padding: 10px;
}

.left5 {
    padding-left: 5px;
    position: relative;
}

.text-color {
    color: #006f51;
}

.text-center {
    text-align: center;
}

.select {
    float: left;
    margin: 5px 0px;
    height: 30px;
    width: 98%;
}

.no-line-height {
    line-height: 0px;
}

.padding-button {
    padding: 5px 0px 10px 10px;
}

.form-control-letter {
    display: block;
    width: 100%;
    height: 35px;
    padding: 4px 8px !important;
    /* margin: 10px 0px; */
    font-size: 15px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.img-rounded {
    border-radius: 6px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 338px;
    border: 1px solid #fff;
}

img {
    vertical-align: middle;
    max-width: 100%;
}



.italic {
    font-style: italic;
    padding: 0px 10px;
}

.textsapo {
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #333;
}

.textname {
    color: #006f51;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
}

.margin {
    margin-top: 2px;
}

.margintop10 {
    margin-top: 10px;
}

.text-left {
    text-align: left !important;
}

.padding-right {
    padding-right: 45px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}

*h1, h2, h3 {
    margin: 10px 0px;
}

h4, h5, h6 {
    margin: 10px 0px;
}

h1, .h1 {
    margin: 10px 0px;
    font-size: 24px;
}

h2, .h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

h3, .h3, h3 a {
    margin: 0px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

h4, .h4 {
    margin: 0px;
    font-size: 15px;
}

h5, .h5 {
    margin: 0px 0px;
    font-size: 15px;
}

h6, .h6 {
    font-size: 13px;
}

h1 small, .h1 small {
    font-size: 24px;
}

h2 small, .h2 small {
    font-size: 15px;
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px;
}

.mgtop20 {
    margin-top: 20px;
}

.product-header {
    padding: 20px 0;
}

.user {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px solid #EEE;
    font-size: 13px;
    padding: 10px 0px;
}

.col-sm-3 {
    width: 33.33333333%;
}

.col-sm-12, .col-sm-6, .col-sm-8, .col-sm-3 {
    float: left;
}

.col-sm-6 {
    width: 100%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.text-footer {
    text-align: center;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.tags {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #eee;
    margin-bottom: 15px;
    border-radius: 8px;
}

    .tags a {
        background-color: #ddd;
        padding: 5px 10px;
        border-radius: 5px;
        margin-left: 5px;
        font-weight: 700;
        color: #000;
    }

.navbar-fixed-top {
    box-shadow: 0 4px 15px -5px #555;
    position: fixed !important;
    z-index: 2000;
    top: 0px;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .header_main .container {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .background {
        background-image: url('/Content/images/gioi-thieu/bg_hcn.png') !important;
        margin-left: -110px;
        padding: 30px 15px;
        height: 253px;
        background-repeat: no-repeat;
        z-index: 1000;
        position: relative;
        width: 466px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.readmore_btn {
    padding-bottom: 5px;
    clear: left;
}

    .readmore_btn a {
        height: 17px;
        color: #006F51;
        font-size: 12px;
        padding-right: 15px;
        padding-bottom: 9px;
        text-decoration: none;
    }

.cate {
    color: #006f51;
    font-size: 15px;
    font-weight: 550;
    text-transform: capitalize;
    padding-bottom: 5px;
}

    .cate a {
        color: #006f51;
        text-decoration: none;
    }

        .cate a:hover {
            color: #05eaac;
        }

.group_post_activities {
    position: relative;
    margin: 5px 0px 15px 0;
    border-bottom: 1px solid #66cc33;
}

.news_date_btn {
    width: 100%;
    float: left;
    padding-left: 10px;
}

.home-left .news-cat-block .news-cat-thumbnails .news-cat-item .news-cat-content .news-cat-more a, .news-cat-more .news_date_btn a {
    width: 70px;
    color: #006f51;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    float: left;
}

.border-left-right {
    border-left: 1px solid #66cc33;
    border-right: 1px solid #66cc33;
    margin: 0 20px 10px 40px;
}

.listing_post_box_img .new_item2 {
    position: relative;
    top: -3px;
    margin: 0px 159px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url('/Content/images/sprite-button_new.png');
    background-repeat: no-repeat;
}

.MG30 {
    margin-right: 30px;
}

.news-cat-more-right {
    width: 96% !important;
}

.home-icon {
    height: 60px;
    width: auto;
}


.product-main {
    float: left;
    width: 100%;
}

.product-title {
    float: left;
    width: 60%;
    height: 60px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.product-price {
    float: left;
    width: 40%;
    background-image: url('/content/images/bg-price.jpg');
    background-repeat: no-repeat;
    text-align: right;
    color: #fff;
    padding-right: 5px;
}

.price-text {
    float: left;
    border-left: 4px solid #22b14c;
    text-align: left;
    padding-left: 5px;
    font-size: 15px;
}

.price-number {
    background-color: #22b14c;
    float: left;
    text-align: right;
    color: #fff;
    font-size: 16px;
    padding: 0 8px 0 10px;
}

.ky-thuat {
    border-right: 4px solid #eaa903;
    border-left: 4px solid #eaa903;
    font-size: 18px;
    padding: 0 8px;
    text-align: center;
}

.text-italic {
    font-style: italic;
}

.align-right {
    text-align: left;
    padding-left: 45px;
}

.text-cho-ngoi {
    text-align: left;
    background-image: url('/Content/images/icon-chongoi.jpg');
    background-repeat: no-repeat;
    height: 35px;
    font-size: 28px;
    font-weight: bold;
    padding-left: 45px;
}

.text-antoan {
    text-align: left;
    background-image: url('/Content/images/icon-antoan.jpg');
    background-repeat: no-repeat;
    height: 35px;
    font-size: 28px;
    font-weight: bold;
    padding-left: 45px;
}

.text-chuyen-dong {
    text-align: left;
    background-image: url('/Content/images/icon-chuyendong.jpg');
    background-repeat: no-repeat;
    height: 35px;
    font-size: 28px;
    font-weight: bold;
    padding-left: 45px;
}

.contactbox {
    border-right: 4px solid #d9dbdf;
    border-bottom: 10px solid #d9dbdf;
    float: left;
    width: 100%;
}

.contact-header {
    text-align: left;
    font-size: 24px;
    height: 100px;
    border-right: 4px solid #1a1f2b;
    padding-top: 15px;
    float: left;
}

.col-xs-11 {
    width: 98%;
}

.col-xs-1 {
    width: 2%;
    float: left;
}

.txt-contact {
    width: 100%;
    background-color: #eceff3;
    height: 45px;
    padding: 3px !important;
    border: none;
}

.message-context {
    height: 150px;
    width: 100%;
    background-color: #eceff3;
    padding: 3px !important;
    border: none;
}

.btn-submitcontact {
    background-color: #6c98e1;
    border-radius: 5px;
    box-shadow: #567ab4 1px 2px;
    height: 45px;
    width: 100px;
    border: none;
    color: #fff;
    font-weight: bold;
}

.menu_main_header li a.header_enquire {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    background: #1aae89;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}



.btr-menu > li {
    position: relative;
}

.btr-menu a {
    color: inherit;
}

.btr-menu > li:hover {
    background: #e7e7e7;
}

.btr-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btr-menu a:hover {
    text-decoration: none;
}

.btr-menu > li > ul {
    display: none;
}

    .btr-menu > li > ul li {
        position: relative;
    }

    .btr-menu > li > ul > li > a {
        padding: 10px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .btr-menu > li > ul > li:hover {
        background: #56ad8e;
    }

    .btr-menu > li > ul ul {
        display: none;
    }


    .btr-menu > li > ul > li li > a {
        width: 150px;
        padding: 10px;
        display: block;
        width: 150px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

.btr-menu .btrsubmenu-btn {
    display: none;
}

.block-banner {
    background: #ffffff;
    padding: 0 15px 30px 15px;
    border-radius: 10px;
}

    .block-banner .block-heading span:after {
        display: block;
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: 3px;
        left: 0px;
        background: -437px top url(../images/sprinter.png) no-repeat;
        z-index: 5;
    }

    .block-banner .block-heading {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

        .block-banner .block-heading span {
            display: inline-block;
            color: #9e7340;
            text-transform: uppercase;
            padding-left: 24px;
            position: relative;
        }

    .block-banner .item {
        text-align: center;
    }

    .block-banner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }

    .block-banner .banner-item {
        margin-bottom: 10px;
        border-radius: 8px;
        border: 1px solid #dddddd;
        overflow: hidden;
    }

.activities {
    margin-bottom: 50px;
}

.content-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0;
}

.activities:nth-child(1) .heading {
    color: #76b800;
}

.activities .heading {
    margin: 15px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #76b800;
}

.activities:nth-child(2) .heading {
    color: #fc4c02;
}

.activities:nth-child(3) .heading {
    color: #0078ca;
}

.activities:nth-child(4) .heading {
    color: #008d7f;
}

.activities:nth-child(4) p a {
    background: #008d7f;
}

.activities p a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 15px;
    background: #76b800;
}

.activities:nth-child(1) p a {
    background: #76b800;
}

.activities:nth-child(2) p a {
    background: #fc4c02;
}

.activities:nth-child(3) p a {
    background: #0078ca;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: pointer;
    background-color: #926224;
    border-color: #926224;
}

.job-heading {
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: LatoBold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.job-form .form-select {
    border-radius: 0;
    background: transparent;
    color: #e49200;
    border: none;
    border-bottom: 1px solid #e49200;
    box-shadow: none !important;
    padding-left: 0;
    cursor: pointer;
    height: 32px;
}

.job-form .statistic .text-left span {
    font-size: 40px;
    line-height: 40px;
}

.job-form .statistic .text-right {
    font-size: 12px;
    color: #999999;
}

.table-job .hits span {
    color: #999999;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

    .table-job .hits span:after {
        display: block;
        content: "";
        position: absolute;
        width: 14px;
        height: 10px;
        top: 4px;
        left: 0px;
        background: -423px top url(../images/sprinter.png) no-repeat;
        z-index: 5;
    }

.table-job tr:hover {
    background: #e59200;
    color: #fff !important;
}

    .table-job tr:hover a, .table-job tr:hover span {
        color: #fff !important;
    }

.container-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #acaaa7;
    font-size: 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}


.container-breadcrumb .breadcrumb li:last-child a {
    color: #e59200;
}

.job-detail {
    padding-left: 65px;
    padding-right: 65px;
}

.post-detail {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 30px;
}

.job-detail .pd-deadline {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0 40px 0;
    margin-bottom: 20px;
    line-height: 30px;
}

.post-detail .pd-summary {
    font-size: 17px;
    color: #777777;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: justify;
}

.post-detail .pd-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.post-detail .pd-date {
    text-align: center;
    padding: 15px 0 10px 0;
}

    .post-detail .pd-date div {
        border-top: 1px solid #d4d4d4;
        display: inline-block;
        padding-top: 10px;
        font-size: 12px;
        position: relative;
        white-space: nowrap;
    }

        .post-detail .pd-date div i {
            display: inline-block;
            vertical-align: middle;
            width: 19px;
            height: 8px;
            background: -404px top url(../images/sprinter.png) no-repeat;
        }

        .post-detail .pd-date div span:after {
            display: block;
            content: "";
            position: absolute;
            width: 14px;
            height: 10px;
            top: 4px;
            left: 0px;
            background: -423px top url(../images/sprinter.png) no-repeat;
            z-index: 5;
        }

.job-detail .pd-deadline span {
    color: #ff0000;
}

.job-detail .job-register {
    display: block;
    background: #e59200;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.post-detail .pd-date div span {
    position: absolute !important;
    right: 0;
    color: #999999;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.job-back {
    height: 33px;
    line-height: 33px;
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #e59200;
}



footer .menu ul li, footer .menu .ul .li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

    footer .menu .ul .li a:after {
        display: block;
        content: "";
        position: absolute;
        width: 5px;
        height: 9px;
        top: 10px;
        left: 0px;
        background: -237px top url(../images/sprinter.png) no-repeat;
        z-index: 5;
    }

.header_top .lang {
    z-index: 9;
    width: 47px;
    background: #9e7340;
    position: absolute !important;
    right: 0;
    top: 40px;
    padding: 7px 0 7px 7px;
    position: relative;
}

    .header_top .lang a.vi, .header_top .lang a.jp {
        display: inline-block;
        width: 23px;
        height: 15px;
        line-height: 15px;
        position: relative;
    }

        .header_top .lang a.jp:after, .header_top .lang a.vi:after {
            display: block;
            content: "";
            position: absolute;
            width: 23px;
            height: 15px;
            top: 0px;
            left: 0px;
            background: -109px top url(../images/sprinter.png) no-repeat;
            z-index: 5;
        }

        .header_top .lang a.vi:after {
            background-position-x: -132px;
        }

    .header_top .lang:after {
        bottom: -8px;
    }

    .header_top .lang:after {
        display: block;
        content: "";
        position: absolute;
        width: 47px;
        height: 8px;
        top: auto;
        left: 0px;
        background: -62px top url(../images/sprinter.png) no-repeat;
        z-index: 5;
    }

    .header_top .lang .show-lang {
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 12px;
        width: 7px;
        height: 5px;
        line-height: 5px;
        background: -155px top url(../images/sprinter.png);
    }

.cat-partner-item {
    background: #ffffff;
    margin-bottom: 28px;
    padding: 10px 10px 10px 10px;
}

    .cat-partner-item .heading {
        margin: 7px 0 0 0;
        font-family: LatoBold;
        line-height: 22px;
        font-size: 14px;
        overflow: hidden;
        height: 22px !important;
        text-align: center;
    }

.about-detail .about-title {
    margin: 0;
    padding: 15px;
    color: #9e7340;
    font-size: 18px;
    font-family: LatoBold;
}

.about-detail {
    background: #ffffff;
    padding: 0 50px 25px 50px;
    text-align: center;
}

.dropdown-menu {
    z-index: 10000;
}

.content-title-border {
    border-bottom: 1px solid #e8cea7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .content-title-border a {
        display: inline-block;
        float: right;
        color: #333333;
        font-size: 12px;
        padding-top: 7px;
    }

.about-item {
    background: #ffffff;
    margin-bottom: 28px;
    padding: 10px 10px 10px 10px;
}

    .about-item .thumb {
        display: block;
        text-align: center;
    }

    .about-item .heading {
        margin: 7px 0 0 0;
        font-family: LatoBold;
        line-height: 22px;
        font-size: 14px;
        overflow: hidden;
        height: 44px;
        text-align: center;
    }

        .about-item .heading a {
            color: #111111;
        }

    .about-item.about-item-2 .thumb {
        position: relative;
    }

    .about-item .thumb {
        display: block;
        text-align: center;
    }

about-item.about-item-2 .thumb:after {
    margin-top: -30px;
    margin-left: -30px;
}

.about-item.about-item-2 .thumb:after {
    display: block;
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 35%;
    background: left -281px url(../images/sprinter.png) no-repeat;
    z-index: 5;
}

#about-detail-141 .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

#about-detail-141 .swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    max-width: 600px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: 20%;
        height: 100%;
        opacity: 0.8;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

.job-form-register, .contact-form {
    max-width: 590px;
    margin: 0 auto;
}

    .job-form-register form {
        height: 100%;
        padding-bottom: 50px;
    }

    .job-form-register .jfr-heading, .contact-form .jfr-heading {
        border-bottom: 1px solid #d4d4d4;
        font-family: LatoBold;
        font-size: 24px;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .job-form-register .fs-label, .contact-form .fs-label {
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 7px;
    }

    .job-form-register .fs-text, .job-form-register .fs-textarea, .job-form-register .fs-select, .contact-form .fs-text, .contact-form .fs-textarea, .contact-form .fs-select {
        height: 34px;
        background: #ffefd7;
        border: none;
        border-bottom: 1px solid #d4d4d4;
        width: 100%;
        margin-bottom: 15px;
    }

        .job-form-register .fs-text.fs-textarea, .job-form-register .fs-textarea.fs-textarea, .job-form-register .fs-select.fs-textarea, .contact-form .fs-text.fs-textarea, .contact-form .fs-textarea.fs-textarea, .contact-form .fs-select.fs-textarea {
            height: 200px;
        }

.red {
    color: red;
}

.job-form-register .btn-fs, .contact-form .btn-fs {
    display: block;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    background: #e59200;
    text-align: center;
    color: #ffffff;
    min-width: 100px;
}

    .job-form-register .btn-fs.btn-cancel, .contact-form .btn-fs.btn-cancel {
        background: #909090;
    }

#fs-modal .modal-content .close {
    width: 34px;
    height: 34px;
    display: block;
    background: -452px top url(../images/sprinter.png) no-repeat;
    opacity: 1 !important;
    text-indent: -9999px;
    position: absolute;
    right: -17px;
    top: -17px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.fixed-tools {
    position: fixed;
    width: 85px;
    left: 0;
    top: 50%;
    font-size: 13px;
    margin-top: -150px;
    z-index: 999;
}

    .fixed-tools .register {
        background: #e59200;
        text-align: center;
        color: #ffffff;
        padding: 50px 0 10px 0;
        margin-bottom: 5px;
        position: relative;
    }

        .fixed-tools .register a {
            display: block;
            text-transform: uppercase;
            margin-top: 5px;
            margin-bottom: 5px;
            background: #ffffff;
            color: #e59200;
            height: 28px;
            line-height: 28px;
            font-family: LatoBold;
        }

    .fixed-tools .consult {
        background: #816f66;
        position: relative;
    }

    .fixed-tools .register p {
        margin: 0;
    }

    .fixed-tools .register:after {
        display: block;
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        left: 25px;
        background: left -205px url(../images/sprinter.png) no-repeat;
        z-index: 5;
    }

    .fixed-tools .consult > a {
        background: #FCC87D url(../images/block-news-kaizen.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left;
        display: block;
        padding-top: 50px;
        padding-bottom: 10px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        position: relative;
        z-index: 99;
        position: relative;
    }

        .fixed-tools .consult > a:after {
            display: block;
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            top: 10px;
            left: 25px;
            background: left -235px url(../images/sprinter.png) no-repeat;
            z-index: 5;
        }

    .fixed-tools .consult .form-consult {
        opacity: 0;
        position: absolute;
        width: 450px;
        background: #333333;
        top: 0;
        bottom: 0;
        left: -535px;
        padding-top: 20px;
        padding-left: 20px;
        z-index: 98;
    }

        .fixed-tools .consult .form-consult .close {
            opacity: 1 !important;
            display: block;
            position: absolute;
            right: 8px;
            top: 8px;
            height: 20px;
            width: 20px;
            background: -378px top url(../images/sprinter.png);
            transition-duration: 0.8s;
            transition-property: transform;
        }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.fixed-tools .consult .form-consult .msg {
    color: #ffffff;
    padding-top: 10px;
}

.hidden {
    display: none !important;
}

.fixed-tools .consult .form-consult input[type="text"], .fixed-tools .consult .form-consult input[type="number"] {
    background: #ffffff;
    border: 1px solid #ffffff;
    height: 35px;
    padding-left: 10px;
    width: 328px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
}

.fixed-tools .consult .form-consult .submit {
    height: 35px;
    width: 70px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background-size: 200% 100%;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #e59200 50%, #E57403 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
    margin-top: -9px;
}

footer .link .text {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding-left: 170px;
    padding-top: 20px;
    min-height: 170px;
    position: relative;
}

.text-uppercase {
    text-transform: uppercase;
}

footer .link .text span.heading {
    position: absolute;
    top: 64px;
    bottom: 0;
    left: -34px;
    height: 48px;
    line-height: 48px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

footer .link .text p {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

footer .link .text:after {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 40px;
    left: 70px;
    background: left -45px url(../images/sprinter.png) no-repeat;
    z-index: 5;
}

footer .link .text .skype {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: -80px -45px url(../images/sprinter.png) no-repeat;
}

footer .link .text .spacer:after, footer .link .text .spacer:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    background: -242px top url(../images/sprinter.png) no-repeat;
    left: -7px;
}

footer .link .text .spacer:after, footer .link .text .spacer:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    background: -242px top url(../images/sprinter.png) no-repeat;
    left: -7px;
}

footer .link .text .spacer {
    position: absolute;
    background: #fef4e5;
    width: 2px;
    left: 48px;
    top: 0;
    bottom: 0;
}

.it_box_title h3 {
    margin: 0px;
}

    .it_box_title h3 a {
        font-size: 22px;
        color: #fff;
        line-height: 30px;
        font-weight: normal !important;
    }

.it_box_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0));
}

.title-name {
    color: #000 !important;
}

.icon_tdt {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/Content/images/Icons/location.png);
    vertical-align: middle;
    float: left;
}

.li-body {
    float: left;
    width: 100%;
}

    .li-body:hover {
        box-shadow: 1px 1px 20px 2px rgba(0,1,1,0.5);
        animation: shadow 1s;
    }

.padding-group {
    padding: 2px 4px;
}
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 15px;
}

    .panel-title > a {
        display: block;
        padding: 12px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.header_special {
    padding: 0px 0px 35px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .header_special .box__center {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -20px;
    }

        .header_special .box__center p {
            font-size: 24px;
            color: #333;
            padding: 5px 25px;
            background: #fff;
            margin-bottom: 0px;
            display: inline-block;
        }

.title-page {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.full {
    float: left;
    width: 100%;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

.magin5 {
    padding: 4px 0;
}

.bootom-qc {
    background-color: #f6f7f9;
}

.modal-content {
    border-radius: 0px;
    width: 700px;
    margin: 0 auto;
    max-width: 98%;
}

.sp-header {
    padding-top: 10px;
}

.TDTask {
    width: 140px;
    float: right;
}

.TDMenuControl {
    color: white;
    font-weight: bold;
    padding: 0 4px;
}

input::-webkit-input-placeholder {
    font-size: 13px;
    color: rgb(117, 117, 117);
}

.well-come {
    background: url('../images/tam-nhin-amp-su-menh.jpg') no-repeat;
    background-size: cover;
}

.block-magazine, .block-about-partner {
    margin: 30px 0; 
}

.block-magazine-content, .block-partner-content {
    position: relative;
    padding-left: 63px;
    padding-right: 62px;
}

    .block-magazine-content::before {
        left: 14px;
        background: url(../images/magazine-left.png) no-repeat;
        background-size: cover;
    }

    .block-magazine-content::after {
        right: 14px;
        background: url(../images/magazine-right.png) no-repeat;
        background-size: cover;
    }



.block-magazine .block-magazine-content .magazine-item {
    padding: 10px;
    background: url(../images/magazine.png) no-repeat;
    background-size: cover;
}

    .block-magazine .block-magazine-content .magazine-item a {
        display: block;
        border: 1px solid #ffebc6;
        border-radius: 5px;
        overflow: hidden;
    }


    .block-magazine .block-magazine-content .magazine-item img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

.block-magazine .block-magazine-content .block-control.control-left {
    bottom: 50%;
    margin-bottom: -20px;
    cursor: pointer;
}

.block-magazine .block-magazine-content .block-control.control-right {
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    background-position-x: -9px !important;
}

.block-magazine .block-magazine-content .block-control {
    display: block;
    position: absolute;
    width: 9px;
    height: 16px;
    background: url(../images/sprinter.png) left -265px no-repeat;
    z-index: 6;
    right: 25px;
}

.block-about-partner .block-heading {
    font-size: 26px;
    color: #222222;
    font-family: LatoBold;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.block-partner-content .partner-item {
    background: url(../images/partner-item.jpg);
    background-size: cover;
    min-height: 135px;
    text-align: center;
    padding-top: 15px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 1px;
    background-repeat: no-repeat;
}

.block-partner-content::before {
    left: 16px;
    background: url(../images/partner-left.jpg) no-repeat;
    background-size: cover;
}

.block-partner-content::after {
    right: 16px;
    background: url(../images/partner-right.jpg) no-repeat;
    background-size: cover;
}

.block-magazine-content::after, .block-magazine-content::before, .block-partner-content::after, .block-partner-content::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 46px;
    z-index: 5;
}

.block-partner-content .block-control.control-left {
    bottom: 50%;
    margin-top: -8px;
    left: 32px;
    cursor: pointer;
}

.block-partner-content .block-control {
    display: block;
    position: absolute;
    width: 9px;
    height: 16px;
    background: url(../images/sprinter.png) left -265px no-repeat;
    z-index: 6;
}

    .block-partner-content .block-control.control-right {
        top: 50%;
        margin-top: -8px;
        background-position-x: -9px !important;
        right: 32px;
        cursor: pointer;
    }

.block-about-partner .block-partner-content .partner-item span {
    display: block;
    padding-bottom: 7px;
}

.block-about-partner .block-partner-content .partner-item div {
    white-space: nowrap;
    font-size: 14px;
}

.block-about-partner .block-partner-content .partner-item img {
    height: 70px;
    max-width: 100%;
}

.home-position {
    border-radius: 20px;
    padding: 25px;
    background: #ffffff;
    min-height: 300px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    -moz-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
}

.block-about-video .block-content .about-video .thumb:after {
    margin-left: -45px;
    margin-top: -45px;
}

.block-about-video .block-content .about-video .thumb:after {
    display: block;
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    background: left -341px url(../images/sprinter.png) no-repeat;
    z-index: 5;
}

.block-about-video .block-content .about-video .heading {
    margin: 0;
    padding: 8px 15px;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .block-about-video .block-content .about-video .heading a {
        font-family: LatoBold;
        font-size: 16px;
        font-weight: bold;
    }

.block-about-video .block-content article {
    margin-bottom: 10px;
    display: inline-flex;
}

    .block-about-video .block-content article.selected .thumb {
        border-color: #0034ff;
        display: inline-flex;
    }

    .block-about-video .block-content article.selected a {
        color: #0034ff;
    }

    .block-about-video .block-content article .thumb {
        width: 120px;
        border-radius: 8px;
        border: 1px solid #b18f66;
        float: left;
        margin-right: 10px;
        display: inline-flex;
    }

    .block-about-video .block-content article .heading {
        font-size: 14px;
        margin: 0;
        line-height: 22px;
        display: inline-flex;
    }

    .block-about-video .block-content article .thumb img {
        border-radius: 6px;
        opacity: .8;
        width: 120px;
    }

@media (min-width : 768.1px) {
    .btr-menu > li:hover > ul {
        display: block;
        background: #fff;
        position: absolute;
        text-transform: uppercase;
    }

    .btr-menu > li > ul li:hover > ul {
        display: block;
        background: #d9d9d9;
        position: absolute;
        top: 0;
        left: 150px;
    }
}


@media (max-width: 1400px) {
    .media .media-body .textsapo {
        height: 150px;
        overflow: hidden;
    }

    .media-heading {
        font-size: 13px;
    }


    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url('/Content/images/logo.png') no-repeat center center;
        height: 40px;
        background-size: 240px 40px;
    }

    .box_cart {
        right: 15px;
        top: 10px;
        width: 70%;
        height: 25px;
        line-height: 25px;
    }

    .image-cloud-zoom {
        width: 540px;
        height: auto;
    }

    a.pull-left {
        width: 100%;
        min-height: 144px;
        float: left;
        margin-right: 10px;
    }

    .box-widget .media-heading {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 285px;
    }
}

@media (max-width: 1360px) {
    .image-cloud-zoom {
        width: 420px;
        height: auto;
    }

    a.pull-left {
        width: 100%;
        min-height: 144px;
        float: left;
        margin-right: 10px;
    }

    .box-widget .media-heading {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 285px;
    }
}

@media (max-width: 1280px) {
    .media-list .media {
        width: 25%;
    }

    .salepri, .oldpri {
        float: left;
    }

    .box_cart {
        right: 15px;
        top: 10px;
        width: 70%;
        height: 25px;
        line-height: 25px;
    }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url('/Content/images/logo.png') no-repeat center center;
        background-size: 220px 33px;
        height: 40px;
    }

    .image-cloud-zoom {
        width: 350px;
        height: auto;
    }

    .box-widget .media-heading {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 220px;
    }

    .header_main {
        background: #fff;
        padding: 10px 10px 10px 25px;
        box-shadow: 1px 1px 2px rgba(88, 88, 90, 0.6);
        transition: all 0.27s cubic-bezier(0,0,0.58,1);
    }
}

@media only screen and (max-width: 1205px) {
    .nav > li > a {
        padding: 0px 8px;
    }
}

@media (max-width: 1024px) {
    .image-cloud-zoom {
        width: 320px;
        height: auto;
    }

    .media-list .media {
        width: 33%;
    }

    .box-widget .media-heading {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 260px;
    }

    .header_main {
        background: #fff;
        padding: 10px 10px 10px 10px;
        box-shadow: 1px 1px 2px rgba(88, 88, 90, 0.6);
        transition: all 0.27s cubic-bezier(0,0,0.58,1);
    }

    .media-list .media {
        width: 33%;
    }

    .salepri, .oldpri {
        float: left;
    }

    .box_cart {
        right: 15px;
        top: 10px;
        width: 70%;
        height: 25px;
        line-height: 25px;
    }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 220px 33px;
        height: 40px;
    }

    .image-cloud-zoom {
        width: 260px;
        height: auto;
    }

    .box-widget .media-heading {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 210px;
    }

    .carousel-indicators {
        right: -10px;
    }

    .carousel-inner {
        padding-right: 20px;
    }

    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        font-weight: bold;
        font-size: 12px;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 0px 6px;
            text-decoration: none;
            color: #000;
            line-height: 45px;
            text-transform: uppercase;
            font-size: 12px;
        }

    .home-logo {
        width: 160px;
        height: 60px;
    }



    .btr-menu > li > ul a {
        width: 100% !important;
        padding: 10px 20px !important;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

@media (max-width: 1020px) {
    .media-list .media {
        width: 33%;
    }

    .sidebar {
        display: none;
    }

    .swrapper {
        overflow: hidden;
        margin: 0 0 30px 0;
    }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 220px 33px;
        height: 40px;
    }

    .box_cart {
        right: 15px;
        top: 9px;
        width: 70%;
        height: 25px;
        line-height: 25px;
    }

    .image-cloud-zoom {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 1010px) {
    .media-list .media {
        width: 33%;
    }

    .header-main {
    }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url('/Content/images/logo.png') no-repeat center center;
        background-size: 220px 33px;
        height: 40px;
    }

    .box_cart {
        right: 15px;
        top: 10px;
        width: 70%;
        height: 25px;
        line-height: 25px;
    }
}

@media (max-width : 990px) {
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        font-weight: bold;
        font-size: 12px;
        min-width: 180px;
    }

        .nav > li > a {
            padding: 0px 10px;
        }

    .home-logo {
        width: 150px;
        height: 50px;
    }

    .btr-menu > li ul {
        width: 100% !important;
        margin: 0;
        position: static !important;
        float: none !important;
        left: 0 !important;
    }

        .btr-menu > li ul.active {
            display: block;
        }

    .btr-menu > li:hover > ul {
        position: static;
    }

    .btr-menu > li > ul a {
        width: 100% !important;
        padding: 10px 15px !important;
    }

    .dropdown-menu {
        font-size: 12px;
    }
}

@media (max-width : 860px) {
    .nav > li > a {
        padding: 0px 5px;
    }
}

@media (max-width: 768px) {
    .media-list .media {
        width: 50%;
        float: left;
        padding: 0px 8px 0 8px;
    }


        .media-list .media .media-body {
            overflow: visible;
            display: block;
            float: left;
        }

    .media-heading {
        font-size: 13px;
        max-height: 18px;
        overflow: hidden;
    }

    .media .media-body .textsapo {
        display: block;
        line-height: 18px;
        height: 150px;
        overflow: hidden;
    }

    .store-list .media {
        width: 100%;
    }

        .store-list .media .media-body {
            overflow: hidden;
        }

    .oldpri {
        text-align: right;
    }


    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 190px 30px;
        height: 40px;
        width: 200px;
    }

    .box_cart {
        right: 15px;
        top: 8px;
        width: 90%;
        height: 25px;
        line-height: 25px;
    }

    .image-cloud-zoom {
        width: 90%;
        height: auto;
    }

    .detail-col-9 {
        clear: left;
        width: 100%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }

    .fan-face {
        width: 100% !important;
    }

    .new-list {
        width: 100% !important;
    }

    .detailproduct-mobile {
        padding: 0 5px !important;
        width: 100% !important;
    }

    .carousel-inner {
        padding-right: 10px;
    }

    .btr-menu .btrsubmenu-btn {
        float: right;
        padding: 9px 20px;
        margin: 3px 0;
        border-left: 1px solid rgba(0,0,0,0.1);
        z-index: 999;
        display: block;
        cursor: pointer;
        z-index: 999;
        display: block;
        cursor: pointer;
        text-align: right;
        position: absolute;
        right: 10px;
    }

    .col-sm-hiden {
        display: none;
    }

    .marleft-80 {
        margin-left: 0px;
    }

    .carousel-indicators {
        right: 15px;
    }

    .background {
        border: none;
        padding: 0;
    }

    .glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .main-nav .open, .navbar-collapse {
        left: -250px;
        position: absolute;
        background: #fff;
        width: 280px;
        right: 0;
        z-index: 99999;
    }
}

@media (max-width : 680px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .carousel-indicators {
        right: 5px;
    }

    .btr-menu .btrsubmenu-btn {
        float: right;
        padding: 8px 10px;
        margin: 3px 0;
        border-left: 1px solid rgba(0,0,0,0.1);
        z-index: 999;
        display: block;
        cursor: pointer;
    }

    .dropdown-menu {
        font-size: 12px;
    }

    .home-logo {
        width: 140px;
        height: 40px;
    }

    .hd_top_left li.search_top {
        display: none;
    }

    .main-nav .open, .navbar-collapse {
        left: -220px;
        position: absolute;
        background: #fff;
        width: 260px;
        right: 0;
        z-index: 99999;
    } 
}

@media (max-width: 640px) {
    .navbar-toggle {
        margin-right: 30px;
    }

    .media-list .media {
        width: 50%;
        float: left;
        padding: 0px 5px 0 5px;
        display: block;
    }


        .media-list .media .media-body {
            overflow: hidden;
            padding: 0;
        }

    .box-widget .media-heading {
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 265px;
    }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 190px 28px;
        height: 40px;
    }

    .box_cart {
        right: 15px;
        top: 5px;
        width: 90%;
        height: 25px;
        line-height: 25px;
    }

    .detail-col-9 {
        clear: left;
        width: 100%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }

    .fan-face {
        width: 100% !important;
    }

    .new-list {
        width: 100% !important;
    }

    .detailproduct-mobile {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .media-list .media {
        width: 50%;
        padding: 0 5px;
        float: left;
    }

    .media-list .media {
        width: 100%;
        float: none;
    }


    .salepri, .oldpri {
        font-size: 12px;
    }

    .box-widget header {
        font-size: 13px;
    }

    .old-thumb {
        float: initial;
        margin-bottom: 10px;
    }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 180px 28px;
        height: 40px;
    }

    .box_cart {
        right: 15px;
        top: 4px;
        width: 90%;
        height: 25px;
        line-height: 25px;
    }

    .detail-col-9 {
        clear: left;
        width: 100%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }


    .detail-col-xs-5 {
        width: 100%;
        clear: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .detail-col-xs-7 {
        width: 100%;
        clear: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .hd_top_left li.search_top {
        display: none;
    }

    .fan-face {
        width: 100% !important;
    }

    .new-list {
        width: 100% !important;
    }

    .detailproduct-mobile {
        padding: 0 5px !important;
        width: 100% !important;
    }

    .search_top {
        display: none;
    }

    .main-nav .open, .navbar-collapse {
        left: -160px;
        position: absolute;
        background: #fff;
        width: 210px;
        right: 0;
        z-index: 99999;
    }
}

@media (max-width: 320px) {
    .media-list .media .media-body .textsapo {
    }

    .media-list .media .media-body {
        overflow: visible;
    }

    .media-list .media {
        width: 100%;
        min-width: 100px;
        float: left;
        padding: 0px 5px 0 5px;
    }

    .media-list .media {
        width: 100%;
        min-width: 100px;
        float: left !important;
        padding: 0 5px;
    }

    .coupsale-per {
        width: 35px;
        height: 38px;
        font-size: 12px;
    }

    .media-heading {
        font-size: 13px;
    }

    .media-list .media .media-body {
        overflow: hidden;
    }


    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 160px 24px;
        height: 40px;
        width: 180px;
    }

    .box_cart {
        right: 15px;
        top: 3px;
        width: 90%;
        height: 25px;
        line-height: 25px;
    }

    .detail-col-9 {
        clear: left;
        width: 100%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }

    .detail-col-xs-5 {
        width: 100%;
        clear: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .detail-col-xs-7 {
        width: 100%;
        clear: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .hd_top_left li.search_top {
        display: none;
    }

    .fan-face {
        width: 100% !important;
    }

    .new-list {
        width: 100% !important;
    }

    .detailproduct-mobile {
        padding: 0 5px !important;
        width: 100% !important;
    }

    .main-nav .open, .navbar-collapse {
        left: -120px;
        position: absolute;
        background: #fff;
        width: 180px;
        right: 0;
        z-index: 99999;
    }
}

@media (max-width: 315px) {
    .scoreContain {
        border-right: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #CECECE;
        padding-bottom: 10px;
    }

    .media-list .media {
        width: 100%;
        min-width: 100px;
        float: left;
        padding: 0px 5px 0 5px;
    }

    .rateContain {
        padding-top: 10px;
    }


    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 150px 23px;
        height: 40px;
        width: 180px;
    }

    .box_cart {
        right: 15px;
        top: 4px;
        width: 90%;
        height: 25px;
        line-height: 25px;
    }

    .detail-col-9 {
        clear: left;
        width: 100%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }


    .detail-col-xs-5 {
        width: 100%;
        clear: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .detail-col-xs-7 {
        width: 100%;
        clear: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .hd_top_left li.search_top {
        display: none;
    }

    .fan-face {
        width: 100% !important;
    }

    .new-list {
        width: 100% !important;
    }

    .detailproduct-mobile {
        padding: 0 5px !important;
        width: 100% !important;
    }
}

@media (max-width: 240px) {
    .box-widget header {
        font-size: 12px;
    }

    .viewmore {
        font-size: 11px;
    }

    .media-list .media {
        width: 100%;
        min-width: 100px;
        float: none;
        padding: 0px 5px 0 5px;
    }

        .media-list .media .media-body {
            overflow: visible;
        }

    .navbar-brand {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: url(/Content/images/logo.png) no-repeat center center;
        background-size: 140px 20px;
        height: 40px;
        width: 160px;
    }

    .detail-col-9 {
        clear: left;
        width: 100%;
    }

    .detail-col-3 {
        clear: left;
        width: 25%;
    }

    .detail-col-xs-5 {
        width: 100%;
        clear: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .detail-col-xs-7 {
        width: 100%;
        clear: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .hd_top_left li.search_top {
        display: none;
    }

    .fan-face {
        width: 100% !important;
    }

    .new-list {
        width: 100% !important;
    }

    .detailproduct-mobile {
        padding: 0 5px !important;
        width: 100% !important;
    }
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    .countpeo span {
        background: url(/Content/images/icons/user@2x.png) left center no-repeat;
        background-size: 16px 16px;
    }

    .touchcarousel.black-and-white .arrow-icon.left, .touchcarousel.black-and-white .arrow-holder:hover .arrow-icon.left {
        background: url(/Content/images/icons/linkprev-b@2x.png) left center no-repeat;
        background-size: 15px 20px;
    }

    .touchcarousel.black-and-white .arrow-icon.right, .touchcarousel.black-and-white .arrow-holder:hover .arrow-icon.right {
        background: url(/Content/images/icons/linknext-b@2x.png) right center no-repeat;
        background-size: 15px 20px;
    }

    .touchcarousel.black-and-white .tc-paging-item {
        background: url(/Content/images/icons/slide@2x.png);
        background-size: 16px 16px;
    }

        .touchcarousel.black-and-white .tc-paging-item.current {
            background: url(/Content/images/icons/slide-active@2x.png);
            background-size: 16px 16px;
        }

    .viewmore span {
        background: url(/Content/images/icons/linknext@2x.png) right center no-repeat;
        background-size: 15px 20px;
    }

    .linkback span {
        background: url(/Content/images/icons/linkback@2x.png) right center no-repeat;
        background-size: 15px 20px;
    }

    #accnav h3 a, #planav h3 a {
        background: url(/Content/images/icons/linkdown-w@2x.png) 230px 12px no-repeat;
        background-size: 20px 15px;
    }

    #accnav h3.accopen a, #planav h3.accopen a {
        background: url(/Content/images/icons/linkup-w@2x.png) 230px 12px no-repeat;
        background-size: 20px 15px;
    }

    #fixed-top span.sb-toggle-left {
        background: url(/Content/images/icons/menuboard@2x.png) center center no-repeat;
        background-size: 24px 24px;
    }

    #fixed-top span.sb-toggle-right {
        background: url(/Content/images/icons/userboard@2x.png) center center no-repeat;
        background-size: 24px 24px;
    }

    .favo {
        background: url(/Content/images/icons/nav-heart@2x.png) left center no-repeat;
        background-size: 24px 24px;
        color: #666;
    }

        .favo.active {
            background: url(/Content/images/icons/nav-heart-active@2x.png) left center no-repeat;
            background-size: 24px 24px;
            color: #e31e24;
        }

    .view {
        background: url(/Content/images/icons/eyes@2x.png) left center no-repeat;
        background-size: 24px 24px;
        color: #666;
    }

        .view.active {
            background: url(/Content/images/icons/eyes-active@2x.png) left center no-repeat;
            background-size: 24px 24px;
            color: #e31e24;
        }

    .rateContain ul li span.sta {
        background: url(/Content/images/icons/star-off@2x.png) left center no-repeat;
        background-size: 16px 16px;
    }

    .toggleud.expander.expanded span {
        background: url(/Content/images/icons/linkup@2x.png) right center no-repeat;
        background-size: 20px 15px;
    }

    .toggleud.expander.collapsed span {
        background: url(/Content/images/icons/linkdown@2x.png) right center no-repeat;
        background-size: 20px 15px;
    }

    .info-tex.place {
        background: url(/Content/images/icons/home@2x.png) top left no-repeat;
        background-size: 16px 16px;
    }

    .info-tex.phone {
        background: url(/Content/images/icons/phone@2x.png) top left no-repeat;
        background-size: 16px 16px;
    }

    .info-tex.web {
        background: url(/Content/images/icons/web@2x.png) top left no-repeat;
        background-size: 16px 16px;
    }

    .info-tex.email {
        background: url(/Content/images/icons/email@2x.png) top left no-repeat;
        background-size: 16px 16px;
    }

    #fixed-top a.mapico {
        background: url(/Content/images/icons/mapboard@2x.png) center center no-repeat;
        background-size: 24px 24px;
    }

    /*#fixed-top a.awifi {
        background: url(/Content/images/icons/awifiboard@2x.png) center center no-repeat;
        background-size: 24px 24px;
    }*/

    #accnav h3.nav-dolinh {
        background: url(/Content/images/icons/nav-food@2x.png) 10px center no-repeat;
        background-size: 24px 24px;
    }

    #accnav h3.nav-shop {
        background: url(/Content/images/icons/nav-shop@2x.png) 10px center no-repeat;
        background-size: 24px 24px;
    }

    #accnav h3.nav-enter {
        background: url(/Content/images/icons/nav-enter@2x.png) 10px center no-repeat;
        background-size: 24px 24px;
    }

    #planav h3.nav-pla {
        background: url(/Content/images/icons/nav-place@2x.png) 10px center no-repeat;
        background-size: 24px 24px;
    }

    .nav-map a span {
        background: url(/Content/images/icons/nav-map@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .cousa-ico a span {
        background: url(/Content/images/icons/nav-sale@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .pro-ico a span {
        background: url(/Content/images/icons/nav-heart@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .hot-ico span {
        background: url(/Content/images/icons/nav-hot@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .stolo-ico span {
        background: url(/Content/images/icons/nav-storelove@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .info-ico span {
        background: url(/Content/images/icons/nav-info@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-store span {
        background: url(/Content/images/icons/nav-store@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-storeedit span {
        background: url(/Content/images/icons/nav-storeedit@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-productacc span {
        background: url(/Content/images/icons/nav-productacc@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-productwai span {
        background: url(/Content/images/icons/nav-productwai@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-newpost span {
        background: url(/Content/images/icons/nav-newpost@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-hispost span {
        background: url(/Content/images/icons/nav-hispost@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-logout span {
        background: url(/Content/images/icons/nav-logout@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }

    .nav-user span {
        background: url(/Content/images/icons/nav-user@2x.png) left center no-repeat;
        background-size: 24px 24px;
    }
}
