@font-face {
    font-family: 'myriadbold';
    src: url(myriadbold.otf);
}

@font-face {
    font-family: 'myriadcond';
    src: url(myriadcond.otf);
}

@font-face {
    font-family: 'myriadboldlightcond';
    src: url(myriadboldlightcond.otf);
}

@font-face {
    font-family: 'UTMDinhTran';
    src: url(UTMDinhTran.ttf);
}

body {
    font-family: 'segoeui';
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

button,
button:focus,
select,
select:focus {
    outline: none;
}

.relative {
    position: relative;
}

.container {
    width: 100% !important;
    max-width: 1070px
}

@media(max-width: 767px) {
    .container {
        padding: 0px 8px !important;
    }
    .row {
        margin: 0px -8px !important;
    }
    .row .col-md-1,
    .row .col-md-2,
    .row .col-md-3,
    .row .col-md-4,
    .row .col-md-5,
    .row .col-md-6,
    .row .col-md-7,
    .row .col-md-8,
    .row .col-md-9,
    .row .col-md-10,
    .row .col-md-11,
    .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}

.time {
    color: #999;
    padding: 0px 1px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
}

.clearfix {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    display: none;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    font-size: 20px;
    background: #3d3d3d;
    color: #fff !important;
    line-height: 36px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hisella-messages {
    position: fixed;
    bottom: -360px;
    right: -148px;
    z-index: 999999;
}

.hisella-messages-outer {
    position: relative;
}

#hisella-minimize {
    background: #3d3d3d;
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    top: -27px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hisella-facebook {
    opacity: 0;
    width: 250px;
}

#hisella-minimize img {
    width: 18px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

@media(max-width: 767px) {
    #hisella-minimize span {
        display: none;
    }
    #hisella-minimize img {
        margin-right: 0px;
    }
    #hisella-minimize {
        padding: 4px 8px;
        left: 68px;
    }
    #hisella-minimize.abc {
        left: 0px;
    }
}

.scroll-top:hover {
    background: #000;
}

@media screen and (max-width: 1200px) {
    .scroll-top {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }
    .container .row {
        margin: 0px -8px !important;
    }
    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}


/*##### HEADER #####*/

.header {
    background: #000;
    background: #fff;
}

@media(max-width: 991px) {
    .header {
        position: relative;
        background: rgba(19, 17, 15, 1);
    }
}

.header-banner {
    position: relative;
    height: 60px;
}

@media(max-width: 767px) {
    .header-banner {
        height: 40px;
    }
}

.header-banner a {
    width: 100%;
    display: block;
    height: 100%;
}

.header-banner a:hover img {}

.header-banner img {
    opacity: 0;
}

.header-toolbar {
    height: 46px;
    line-height: 46px;
    /* background-color: #f4f4f4; */
    color: #fff;
    font-size: 12px;
    background: #434a54;
    display: none;
}

.header-toolbar .support span+span {
    margin-left: 20px;
}

@media screen and (max-width: 992px) {
    .header-toolbar .support span+span {
        display: none;
    }
}

@media(max-width: 767px) {
    .support {
        display: none;
    }
}

.header-toolbar .support span a {
    color: #fff;
}

.header-toolbar .support span a:hover {
    color: #3d3d3d;
}

.header-toolbar .support span i {
    color: #fff;
    font-size: 13px;
}

.header-toolbar .menu-icon {
    display: none;
    padding-left: 0px;
}

@media screen and (max-width: 768px) {
    .header-toolbar .menu {
        display: none;
    }
    .header-toolbar .menu-icon {
        display: block;
    }
}

.header-toolbar .menu-icon a:last-child:before {
    content: '/';
    color: #111;
    margin-right: 5px;
    margin-left: -8px;
}

.header-toolbar .menu a,
.header-toolbar .menu-icon a {
    color: #fff;
    display: inline;
}

.i-search-mobile {
    cursor: pointer;
    padding: 8px 4px;
}

.header-toolbar .menu a+a {
    margin-left: 5px;
}

.header-toolbar .menu-icon a+a {
    margin-left: 10px;
}

.header-toolbar .menu a+a:before {
    content: "|";
    margin-right: 5px;
    opacity: 1;
}

.support {
    float: left;
}

.login-menu {
    position: absolute;
    top: 110%;
    right: 0px;
    z-index: 2;
    line-height: 20px;
    text-align: left;
    padding: 0px 0px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
}

@media(max-width: 767px) {
    .login-menu {}
}

.login-menu a {
    color: #555;
    position: relative;
    padding: 7px 15px;
    white-space: nowrap;
    display: block;
    border-top: 1px solid #e5e5e5;
    min-width: 180px;
    text-transform: uppercase;
    font-size: 12px;
}

.login-menu a:hover {
    color: #3d3d3d;
}

.login-menu a i {
    margin-right: 3px;
}

.header-main {
    height: 64px;
    color: #FFF;
    position: relative;
}

@media(max-width: 991px) {
    .header-main {
        height: auto;
    }
}

@media(max-width: 767px) {
    .header-main .container {
        /* padding-right: 0px; */
        /* padding-left: 0px; */
    }
    .header-main {
        height: auto;
        min-height: 54px;
    }
}

@media screen and (min-width: 992px) {
    .header-main.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        box-shadow: 0px 0px 5px #999;
    }
    .header-main .category:hover>.navbar-collapse {
        display: block !important;
    }
}

.header-main .choose-category {
    text-transform: uppercase;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    background-color: #000;
    font-size: 18px;
    cursor: default;
}

.header-main .choose-category .group-bar {
    display: block;
    margin-top: 17px;
    margin-right: 8px;
    float: left;
}

.header-main .choose-category .group-bar .icon-bar {
    background-color: #FFF;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
}

.header-main .choose-category .group-bar .icon-bar+.icon-bar {
    margin-top: 3px;
}

@media screen and (max-width: 992px) {
    .header-main .choose-category {
        display: none;
    }
}

.header-main .navbar-toggle {
    color: #FFF;
    float: none;
    padding: 17px 14px 14px 14px;
    margin: 0px 0px -6px -12px;
    border-radius: 2px;
    z-index: 9;
    position: relative;
}

.header-main .navbar-toggle .icon-bar {
    background-color: #FFF;
    width: 20px;
    height: 3px;
}

.header-main .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.header-main .form-search {
    margin-top: 10px;
    float: right;
}

.header-main .form-search.fixed {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 100;
    min-width: 210px;
}

@media screen and (max-width: 992px) {
    .header-main .form-search {}
}

.header-main .form-search .form-control {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    padding: 6px 10px;
    border: none;
    box-shadow: none;
    min-width: 180px;
    float: none;
    width: 100%;
    top: 0px;
}

.header-main .icon-search {
    display: none;
    font-size: 14px;
    margin-top: 17px;
    cursor: pointer;
    float: right;
}

@media screen and (max-width: 992px) {
    .header-main .icon-search {
        display: block;
    }
}

.header-main .icon-cart,
.header-main .icon-hotline {
    display: none;
    color: #FFF;
    line-height: 50px;
    cursor: pointer;
    float: right;
    margin-right: 8px;
    font-size: 12px;
}

.header-main .icon-cart>i,
.header-main .icon-hotline>i {
    font-size: 13px;
}

.header-main .icon-hotline>a {
    color: #FFF;
}

@media screen and (max-width: 992px) {
    .header-main .icon-cart,
    .header-main .icon-hotline {
        display: none !important;
    }
}

.header-main .icon-cart:after,
.header-main .icon-hotline:after {
    content: "|";
    margin-left: 8px;
    color: #FFF;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.header-secondary {
    position: relative;
    margin-bottom: 20px;
}

.wrap-form-register {
    padding: 0px;
    background: rgb(0 0 0 / 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.wrap-form-register .container {
    width: 700px !important;
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 20px;
    background: #fff !important;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 10px;
    padding: 20px;
}

@media(max-width: 767px) {
    .wrap-form-register .container {
        width: calc(100% - 16px) !important;
        left: 8px;
        right: auto;
    }
}

.wrap-form-register .container .row {}

.wrap-form-register .title {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
}

.wrap-form-register .container .row>div {
    width: 100%;
}

.form-register .form-control .btn {
    background: #333;
    border-bottom-color: #000;
}

@media(max-width: 767px) {
    .header-secondary {
        margin-bottom: 8px;
    }
}

.choose-category {
    color: #000;
    font-size: 12px;
    text-indent: 15px;
    height: 41px;
    line-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: bold;
    background: #3d3d3d;
    position: relative;
    border-radius: 6px 0px 0px 0px;
}

.choose-category i {
    float: right;
    background: var(--main-color1);
    margin: 0px;
    padding: 12px 14px 13px 0px;
    font-size: 16px;
    color: #fff;
}

.icon-menu-pc {
    display: none;
    float: right;
    padding: 9px 12px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 4px;
    margin: 4px 0px 0px 0px;
}

.wrap-menu-top {
    position: static;
    padding: 0px;
    text-align: right;
    padding-right: 160px;
}

.login-icon:hover .login-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.wrap-icon>div {
    width: 26px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.wrap-icon>div>img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1 invert(1));
    -o-filter: brightness(1) invert(1);
    -ms-filter: brightness(1) invert(1);
}

.wrap-icon>div>a{
    color: #000;
}

.wrap-icon>div>a>img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1 invert(1));
    -o-filter: brightness(1) invert(1);
    -ms-filter: brightness(1) invert(1);}

.cart-icon .circle {
    background: #3d3d3d;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: -5px;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
}

.wrap-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    text-align: center;
    line-height: 62px;
    z-index: 101;
}

@media(max-width: 991px) {
    .wrap-icon {
        right: 60px;
    }
}

@media(max-width: 767px) {
    .wrap-icon {
        line-height: 52px;
        height: 53px;
        right: 62px;
    }
}

.search-icon img {
    max-width: 22px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1 invert(1));
    -o-filter: brightness(1) invert(1);
    -ms-filter: brightness(1) invert(1);
}

@media(max-width: 992px) {
    .icon-menu-pc {
        margin: 0px 10px 0px 4px;
    }
}

@media(max-width: 767px) {
    .icon-menu-pc {
        margin: 1px 0px 0px 15px;
    }
}

.icon-menu-pc .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin: 4px 0px;
}

@media(min-width: 992px) {
    .menu-top {
        display: block !important;
    }
}

@media(max-width: 991px) {
    .wrap-menu-top {
        padding-right: 0px;
        margin-top: -51px;
    }
    .menu-top {
        display: none;
        position: relative;
        background: #fff;
        text-align: left;
        border-top: none;
        margin-top: 51px !important;
        height: auto;
    }
    .icon-menu-pc {
        display: block;
    }
}

@media(max-width: 767px) {
    .wrap-menu-top {
        margin-top: -48px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 15px;
}

.menu-top ul>li>a {
    color: #fff;
    padding: 21px 0px 15px;
    display: block;
    text-transform: uppercase;
    font-family: 'myriadcond';
    font-size: 18px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    color: #000;
}

.menu-top ul>li:hover>a {
    border-bottom: 3px solid #000;
}

@media(max-width: 991px) {
    .menu-top ul>li {
        list-style-type: none;
        display: block;
        position: relative;
        padding: 0px 0px;
    }
    .menu-top ul>li>a {
        padding: 9px 10px 6px;
        border-top: 1px solid #f1f1f1;
        color: #555;
        border-bottom: none !important;
        text-transform: none;
    }
}

.menu-top ul>li .wrap-sub {
    position: absolute;
    width: 100%;
    top: 84px;
    background: #fff;
    border: 1px solid #ddd;
    left: 0px;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    border-top: none;
    padding: 15px 25px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media(min-width: 992px) {
    .menu-top ul>li>i {
        display: none;
    }
}

@media(max-width: 991px) {
    .menu-top ul>li .wrap-sub {
        position: relative;
        background: #fff;
        opacity: 1;
        visibility: visible;
        top: 0px !important;
        border: none;
        padding: 0px;
        display: none;
    }
    .menu-top ul>li.open .wrap-sub {
        display: block;
    }
    .dropdown-backdrop {
        display: none;
    }
    .menu-top ul>li:hover .wrap-sub {}
    .menu-top ul>li .wrap-sub>div {
        background: none !important;
    }
}

.menu-top ul>li:hover .wrap-sub {
    opacity: 1;
    visibility: visible;
    top: 64px;
}

.menu-top ul>li ul.sub {
    width: 71%;
}

.menu-top ul>li ul.sub>li>ul.sub {
    width: 100%;
}

@media(max-width: 991px) {
    .menu-top ul>li ul.sub {
        position: relative;
        background: #fff;
        border: none;
        left: 0px;
        z-index: 9;
        display: block;
        width: 100%;
        box-shadow: none;
        top: 0px;
        padding-left: 15px;
    }
    .menu-top ul>li ul.sub>li {
        border: none !important;
        width: 100% !important;
    }
    .menu-top ul>li ul.sub>li>a {
        border-bottom: none !important;
        text-transform: none !important;
        font-weight: normal !important;
    }
    .menu-top ul>li ul.sub>li>a:before {
        font-family: 'FontAwesome';
        content: '\f101';
        margin-right: 4px;
    }
    .menu-top ul>li ul.sub>li>ul.sub {
        display: none !important;
    }
}

.menu-top ul>li:hover>ul.sub {
    display: block;
}

.menu-top ul>li ul.sub>li {
    display: block;
    float: left;
    width: 30%;
    margin-right: 3%;
}

.menu-top ul>li ul.sub>li ul.sub>li {
    width: 100%;
    margin-right: 0px;
}

.menu-top ul>li ul.sub>li ul.sub>li>a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    padding: 7px 10px 7px 0px;
    border: none;
}

.menu-top ul>li ul.sub>li ul.sub>li:first-child>a {
    margin-top: 6px;
}

.menu-top ul>li ul.sub>li:first-child {
    border-top: none;
}

.menu-top ul>li ul.sub>li>a {
    color: #444;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-top ul>li ul.sub>li>a i {
    float: right;
    margin-top: 3px;
}

.menu-top ul>li ul.sub>li a:hover {
    color: #3d3d3d;
}

.category .navbar-collapse {
    background: none;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0px;
    height: 410px;
    overflow: hidden;
}

.category .navbar-collapse:hover {
    overflow: visible;
    height: auto;
}

@media screen and (max-width: 991px) {
    .bgmenu_cate_item,
    .category {}
    .menu-top ul>li ul.sub>li>a i {
        display: none;
    }
}

.navbar-collapse>ul>li:first-child {
    border-top: none;
}

.navbar-collapse>ul>li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    background: #fff;
}

.navbar-collapse ul>li:last-child {
    border-bottom: none;
}

.navbar-collapse ul>li>a {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    color: #414141;
    font-size: 12px;
}

.navbar-collapse>ul>li>a>span {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
    position: relative;
}

.navbar-collapse>ul>li>a>span>img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-collapse>ul>li>a {
        height: 38px;
        line-height: 38px;
    }
    .navbar-collapse>ul>li>a>span {
        width: 22px;
        height: 22px;
        margin-right: 5px;
        margin-top: 5px;
    }
}

.navbar-collapse ul>li>a>i {
    position: absolute;
    top: 14px;
    right: 5px;
    color: #717171;
}

@media screen and (max-width: 992px) {
    .navbar-collapse>ul>li>a>img {
        display: none;
    }
}

.navbar-collapse>ul>li:hover>a {
    transition: background-color .2s ease-in-out 0s;
    background-color: #eee;
    color: #000;
}

.navbar-collapse>ul>li:hover>a>i {}

.navbar-collapse>ul>li:hover>a img {
    /* 
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1); 
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);*/
}

@media screen and (min-width: 992px) {
    .navbar-collapse>ul {
        position: relative;
        width: 100%;
        border-left: 1px solid #EFEBEB;
        border-right: 1px solid #EFEBEB;
        border-bottom: 1px solid #EFEBEB;
    }
    .navbar-collapse .navbar-nav .sub-menu ul {
        z-index: 99;
        width: 250px;
        padding: 0px;
        position: absolute;
        top: 30px;
        left: 100%;
        box-shadow: none;
        font-size: 13px;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-position: right bottom;
        border-radius: 0px;
        border: 1px solid #e1e1e1;
        background-size: contain;
        border-top: none;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .navbar-collapse ul>li:hover>.sub-menu>ul {
        opacity: 1;
        visibility: visible;
        top: -1px;
        padding: 0px;
        margin: 0px;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li {
        font-size: 12px;
        width: 100%;
        list-style: none;
        border-top: 1px solid #e1e1e1;
        /* padding: 14px 10px 12px; */
        position: relative;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li:last-child {}
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a {
        padding: 0px;
        color: #555;
        white-space: normal;
        display: block;
        height: auto;
        line-height: normal;
        padding: 14px 10px 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a:hover,
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a:focus {
        background: transparent;
        background: #eee;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li ul {
        padding: 0px;
        list-style: none;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a {
        color: #717171;
        margin-top: 5px;
        display: block;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a:hover,
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a:focus {
        color: #000;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-collapse .navbar-nav .sub-menu {}
}

@media screen and (max-width: 992px) {
    .navbar-collapse .navbar-nav .open .sub-menu {
        background-color: #FFF;
        background-image: none !important;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul {
        list-style: none;
        padding: 0px;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul>li>a {
        padding: 5px 15px 5px 25px;
        font-size: 13px;
        display: block;
        color: #717171;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul>li>a:hover {
        color: #000;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul>li ul {
        display: none;
    }
}


/*##### END HEADER #####*/


/*##### BANNER #####*/

.bottom-banner img {
    display: none;
}

.bottom-banner a {
    width: 100%;
    height: 150px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
}

.left-banner,
.right-banner {
    position: fixed;
    height: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}

@media(max-width: 1409px) {
    .left-banner,
    .right-banner {
        display: none;
    }
}

.left-banner img,
.right-banner img {
    max-width: 120px;
    border: none;
    display: block;
}

.left-banner a+a img,
.right-banner a+a img {
    margin-top: 5px;
}

.sidebar-banner img {
    width: 100%;
    border: none;
}

.sidebar-banner a+a>img {
    margin-top: 10px;
}

.out-bottom-banner {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
}

.out-bottom-banner .container {
    position: relative;
}

.out-bottom-banner img {
    width: 100%;
    height: auto;
    border: none;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bottom-left-banner,
.bottom-right-banner {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    max-width: 30%;
    display: none;
}

.bottom-right-banner {
    left: auto;
    right: 0px;
}

.bottom-left-banner img,
.bottom-right-banner img {
    border: none;
    max-width: 100%;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.wrap-form-register .popup-banner {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 100;
    display: none;
    background: #f00;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    text-align: center;
    line-height: 30px;
}

.wrap-form-register .popup-banner span {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    float: none;
    font-size: 15px;
    padding-left: 1px;
}

.popup-banne.popup-banner1 img {
    max-width: 96%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.popup-banner.popup-banner1 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.popup-banner.popup-banner1 img {
    max-width: 96%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.out-bottom-banner .close,
.bottom-left-banner .close,
.bottom-right-banner .close {
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #FFF;
    color: #414141;
    z-index: 100;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    opacity: 1;
}

.bottom-left-banner .close,
.bottom-right-banner .close {
    right: 0px;
}

@media screen and (max-width: 1200px) {
    .left-banner,
    .right-banner {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .out-bottom-banner {
        display: none;
    }
}

.bottom-banner a:hover,
.left-banner img:hover,
.right-banner img:hover,
.sidebar-banner img:hover,
.out-bottom-banner img:hover {
    opacity: 0.8;
}


/*##### END BANNER #####*/


/*##### CATEGORY OPTION #####*/

.block-category-option {
    margin: 0px 0px 20px 0px
}

.block-category-option .item {
    list-style: none;
    padding: 0px 10px;
}

.block-category-option .item .iframe {
    margin-bottom: 8px;
}

.block-category-option .item .iframe .img {
    display: block;
    background-size: cover;
    background-position: center top;
    position: relative;
    height: 302px;
}

.block-category-option .item .iframe .img .wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    z-index: 2;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
}

.block-category-option .item .iframe .img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.block-category-option ul {
    padding: 0px;
    margin: 0px -10px;
}

@media screen and (max-width: 768px) {
    .block-category-option {}
}

.block-category-option .item .iframe .img h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'myriadcond';
    line-height: 1.2;
}

.block-category-option .item .iframe .img span {
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 32px;
    font-size: 12px;
}

.block-category-option .item .iframe .img a {
    display: block;
}

@media(max-width: 767px) {}


/**/

.block-category-option-1 {
    background-size: cover;
    background-position: center top;
    padding: 300px 0px 30px;
    text-align: right;
    margin-bottom: 20px;
}

.block-category-option-1 .item {}

.block-category-option-1 .item h3 {}

.block-category-option-1 .item h3 a {
    font-family: 'myriadbold';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.block-category-option-1 .item .info {
    color: #fff;
    max-width: 850px;
    float: right;
    font-size: 15px;
}


/*##### END CATEGORY OPTION #####*/


/*##### home-banner #####*/

.home-banner {
    text-align: center;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .home-banner {
        margin-top: -5px;
    }
}

.home-banner .row {
    margin: 0px -12px;
}

@media(max-width: 767px) {
    .home-banner .row {
        margin: 0px -10px;
    }
}

.home-banner .row>div {
    padding: 0px 12px;
}

.home-banner .item {
    padding: 0px 8px;
    margin-bottom: 16px;
}

.home-banner .row .item-1 .img {
    height: 553px;
}

.home-banner .row .item-2 {
    margin-bottom: 12px;
}

@media(max-width: 767px) {
    .home-banner .row .item-2 {
        margin-bottom: 8px;
    }
}

.home-banner .row .item-3 {
    padding: 0px 12px 0px 0px;
    margin-bottom: 12px;
}

@media(max-width: 767px) {
    .home-banner .row .item-1,
    .home-banner .row .item-3 {
        margin-bottom: 8px;
        padding: 0px 6px;
    }
    .home-banner .row>.row {
        margin: 0px 0px;
    }
    .home-banner .row>div {
        padding: 0px 6px;
    }
}

.home-banner .img h3 {
    text-align: center;
    line-height: 24px;
    margin: 0px;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.home-banner .img {
    position: relative;
    background: #F0F0F0;
}

.home-banner .img h3 a {
    text-align: center;
    line-height: 24px;
    margin: 0px;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.home-banner .img:hover h3 a {}

.home-banner .img h3 a span {
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    color: #fff;
    font-size: 18px;
    padding: 0px 0px;
    line-height: 26px;
    z-index: 3;
    margin-top: -20px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: none;
}

.home-banner .item-3 .img h3 a span {
    font-size: 14px;
    line-height: 20px;
}

.home-banner .img:hover h3 a span {
    top: 50%;
    opacity: 1;
}

.home-banner .img h3 a:before {
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}

.home-banner .img:hover h3 a:before {
    left: 0;
    opacity: 1;
    width: 100%;
}

.home-banner .img h3 a:after {
    animation-duration: 0.5s;
    bottom: 0px;
    box-shadow: rgba(246, 249, 250, 0.419608) 0px 0px 0px 6px;
    color: rgb(255, 255, 255);
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 50px;
    left: 0px;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    transform: scale(3);
    visibility: hidden;
    width: 50px;
    z-index: 2;
    background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.298039);
    border-radius: 100%;
    margin: auto;
    transition: all 0.5s ease 0s;
}

.home-banner .img:hover h3 a:after {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.home-banner a.img-cate {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.home-banner a.img-cate img {
    width: 100%;
}


/*##### END home-banner #####*/


/*##### BREADCRUMB #####*/

.wrap-breadcrumb {
    background: #fff;
}

.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    border-radius: 0px;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #ECECEC;
    color: #858585;
}

.breadcrumb {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 15px; */
    /* border-color: #FFF; */
    color: #555;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.breadcrumb li+li {
    margin-left: 3px;
}

.breadcrumb li a {
    color: #414141;
    margin-right: 3px;
}

.breadcrumb li+li a {
    margin-left: 3px;
}

.breadcrumb li+li::before {
    content: "";
    padding: 0px;
}

.breadcrumb li a {
    color: #000;
    line-height: 38px;
}

.detail-product .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb li a:hover,
.detail-product .breadcrumb li a:hover,
.detail-news .breadcrumb li a:hover {
    color: #3d3d3d;
}

.search .breadcrumb {
    margin-top: 5px;
    /* margin-bottom: 20px; */
}


/*##### END BREADCRUMB #####*/


/*##### PRODUCT #####*/

.block-product .block-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 15px;
}

.block-product .block-title .img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    position: relative;
}

.block-product .block-title .img>img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.block-product .block-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    float: left;
    color: #333;
}

.block-product.search .block-title h2 {
    font-size: 18px;
}

.block-product.search .block-title h2>b {
    color: #fc461e;
}

.block-product .block-title a {
    color: #414141;
    font-weight: 300;
}

.block-product .block-title .sub-cate {
    text-align: right;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.block-product .block-title .sub-cate a:hover {
    color: #3d3d3d;
}

.block-product .block-title .sub-cate>a+a {
    margin-left: 5px;
}

.block-product .block-title .sub-cate>a+a:before {
    content: "|";
    color: #e8e8e8;
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .block-product .block-title .sub-cate {
        display: none;
    }
}

.block-product .block-content>a.img>img {
    width: 100%;
    margin-bottom: 15px;
    border: none;
}

@media screen and (max-width: 768px) {
    .block-product .block-content>a.img>img {
        margin-bottom: 10px;
    }
}

.block-product .block-content .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.block-product.related .block-content .col-md-3 {
    padding: 0px;
}

.block-product .block-content {}

.block-product .block-content.block-content-cate {
    border: none;
    padding: 0px;
}

.block-product .block-content.block-content-cate .item {
    padding: 0px;
}

.block-product .block-content .owl-product .owl-prev {
    position: absolute;
    top: 35%;
    left: -5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #777;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #777;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.block-product .block-content .owl-product:hover .owl-prev {
    opacity: 1;
    visibility: visible;
    left: -5px;
}

@media(max-width: 767px) {
    .block-product .block-content .owl-product .owl-prev {
        opacity: 1;
        visibility: visible;
        left: 10px;
    }
}

.block-product .block-content .owl-product .owl-next {
    position: absolute;
    top: 35%;
    right: -5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #777;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #777;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.block-product .block-content .owl-product:hover .owl-next {
    opacity: 1;
    visibility: visible;
    right: -5px;
}

.block-product .block-content .owl-product .owl-next:hover,
.block-product .block-content .owl-product .owl-prev:hover {
    color: #3d3d3d;
    border: 1px solid #3d3d3d;
}

@media(max-width: 767px) {
    .block-product .block-content .owl-product .owl-next {
        opacity: 1;
        visibility: visible;
        right: 9px;
    }
}

@media screen and (min-width: 768px) {
    .block-product .block-content>.row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 767px) {
    .block-product .block-content .item {
        margin-top: 8px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 0px !important;
    }
    .block-product .block-content .col-md-3 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .block-product .block-content>.row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media(min-width: 992px) {
    .product-related .block-product .block-content .item {}
}

.product-related .block-product .block-content {
    padding: 10px 0px;
}

.block-product .block-content .item {
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}


/**/

.block-product .block-content .product-new .item-new {
    position: relative;
    padding: 0px 10px;
    margin: 15px -10px 20px;
}

@media(max-width: 767px) {
    .block-product .block-content .product-new .item-new {
        margin: 4px -16px !important;
    }
}

.block-product .block-content .product-new .item-new .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: none;
    height: 135px !important;
    border: 1px solid #ddd;
}

.block-product .block-content .product-new .item-new .img a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.block-product .block-content .product-new .item-new .img a:before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    bottom: -60%;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.block-product .block-content .product-new .item-new .img:hover a:before {
    opacity: .8;
    visibility: visible;
    bottom: 0;
}

.block-product .block-content .product-new .item-new .img a:after {
    content: "\f06e";
    font-family: 'FontAwesome';
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    z-index: 2;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 50%;
    margin-top: -20px;
}

.block-product .block-content .product-new .item-new .img:hover a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-product .block-content .product-new .item-new .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
    bottom: 0px;
    top: 0px;
}

.block-product .block-content .product-new .item-new .wrap-info {
    margin-top: 5px;
    height: auto;
    border: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.block-product .block-content .product-new .item-new h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0px 4px 0px 8px;
    text-align: center;
    line-height: 18px;
    margin: -2px 0px 6px 0px;
    /* max-height: 76px; */
    height: auto;
}

.block-product .block-content .product-new .item-new h3 a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #111;
}

.block-product .block-content .product-new .item-new h3 a:hover {
    color: #3d3d3d;
}

.block-product .block-content .product-new .item-new .price {
    color: #ec4445;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    float: left;
    height: 24px;
    font-weight: 500;
    text-align: left;
    padding-left: 8px;
    width: 100%;
    font-size: 15px;
}

.block-product .block-content .product-new .item-new .old-price {
    padding: 0px 0px 0px 0px;
    color: #999;
    height: 20px;
    float: left;
    margin: 0px 0px 3px 0px;
    width: 100%;
    text-align: left;
    padding-left: 8px;
    font-size: 13px;
    text-decoration: line-through;
}

.block-product .block-content .product-new .item-new>div {
    padding: 0px;
}


/**/

.block-product .block-content .item .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(240, 240, 240, 0.6);
}

.block-product .block-content .item .img a {
    display: block;
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 120%;
}

.block-product .block-content .item .img a:before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    bottom: -60%;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.block-product .block-content .item .img a:after {
    content: "\f06e";
    font-family: 'FontAwesome';
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    z-index: 2;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 50%;
    margin-top: -20px;
}

.block-product .block-content .item .img:hover a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-product .block-content .item .img:hover a:before {
    opacity: .8;
    visibility: visible;
    bottom: 0;
}

.block-product .block-content .item .wrap-info {
    height: 105px;
    border: 1px solid rgba(240, 240, 240, 0.6);
    padding: 0px 10px;
    margin-top: 5px;
}

@media(max-width: 767px) {
    .block-product .block-content .item .wrap-info {
        height: 90px
    }
}

.sidebar-block.block-product .block-content .item .wrap-info {
    border: 1px solid rgba(240, 240, 240, 0.7);
}

.block-product .block-content.block-content-cate .item .img {}

.block-product .block-content .item .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

@media screen and (min-width: 992px) {
    .block-product .block-content .item:hover .countdown {
        display: block;
    }
}

.block-product .block-content .item h3 {
    padding-bottom: 0px;
    margin: 8px 0px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    padding: 4px 10px;
    height: 46px;
}

.block-product .block-content .item h3 a {
    color: #333;
    font-size: 18px;
    display: block;
    font-family: 'myriadcond';
}

.block-product .block-content .item h3 a:hover {
    color: #3d3d3d;
}

@media(max-width: 767px) {
    .block-product .block-content .item h3 {
        -webkit-line-clamp: 2;
        height: 36px;
        line-height: 22px;
        margin-bottom: 5px;
        padding: 0px 0px;
    }
    .block-product .block-content .item h3 a {
        font-size: 14px;
        line-height: 18px;
    }
}

.block-product .block-content .item .discount {
    color: #fc461e;
    font-weight: 600;
    font-size: 26px;
    float: left;
    width: 50px;
    margin-left: 10px;
}

.block-product .block-content .item .discount>font {
    font-size: 16px;
    font-weight: 400;
}

.block-product .block-content .item .true-price,
.block-product .block-content .item .price {
    display: block;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 700;
    float: left;
    margin: 0px 10px;
    width: calc(100% - 140px);
}

.block-product .block-content .item .true-price {
    color: #414141;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .block-product .block-content .item .true-price,
    .block-product .block-content .item .price {
        width: 100%;
    }
    .block-product .block-content .item .price {
        color: #fc461e;
    }
}

.inside-banner {
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .inside-banner {
        margin-bottom: 0px;
    }
}

.inside-banner>.container {
    position: relative;
    height: 100%;
}

ul.category {
    margin: 0px;
    padding: 0px;
}

ul.category li {
    display: inline-block;
    list-style: none;
}

.load-more {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.load-more button {
    background-color: #FFF;
    border: 1px solid #fc461e;
    color: #fc461e;
    padding: 10px 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2px;
}

.load-more button:hover {
    background-color: #f9f9f9;
}

.load-more button>i {
    font-size: 11px;
}

.load-more>center>i {
    color: #fc461e;
}

.detail-product {
    margin-top: 0px;
}

.detail-product .gallery {
    margin-bottom: 20px;
}

.detail-product .gallery .large-image {
    position: relative;
    width: 100%;
    height: 584px;
    background-color: #FFF;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .detail-product .gallery .large-image {
        height: 426px;
    }
}

@media screen and (max-width: 992px) {
    .detail-product .gallery .large-image {
        height: 414px;
    }
}

.detail-product .gallery .large-image img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: auto;
    display: none;
}

.large-image>.waiting {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
    color: #3d3d3d;
}

.detail-product .gallery .small-image ul {
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
}

.detail-product .gallery .small-image ul li {
    display: inline-block;
    list-style: none;
    width: 54px;
    height: 64px;
    border: 2px solid #eee;
    background-color: #FFF;
    position: relative;
    cursor: pointer;
    margin: 0px 3px;
    overflow: hidden;
}

.detail-product .gallery .small-image ul li.active {
    border-color: #303030;
}

.detail-product .gallery .small-image ul li img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.detail-product .main-info h1 {
    color: #fc461e;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .detail-product .main-info h1 {
        margin-top: 20px;
    }
}

.detail-product .main-info p {
    font-size: 14px;
    color: #414141;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
}

.detail-product .main-info .price {
    font-size: 26px;
    color: #fc461e;
    font-weight: 700;
    float: left;
    width: calc(100% - 81px);
}

.detail-product .main-info .true-price {
    font-size: 18px;
    color: #555;
    float: left;
    width: calc(100% - 81px);
    text-decoration: line-through;
}

.infomation-product-detail .percent {
    position: relative;
    background: #f44336;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
    top: -5px;
    margin-left: 10px;
}

.infomation-product-detail .percent:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f44336;
    border-width: 5px;
    margin-top: -5px;
}

.detail-product .main-info .code {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .detail-product .main-info .code {
        text-align: right;
    }
    .detail-product .main-info .fb-like {
        float: right;
    }
}

.detail-product .group-size {
    margin-top: 10px;
}

.detail-product .group-size>p {
    font-weight: 700;
    margin-bottom: 5px;
}

.detail-product .group-size ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

.detail-product .group-size ul li {
    list-style: none;
    width: 100%;
    float: left;
    padding: 8px;
    color: #4f4f4f;
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid rgba(240, 240, 240, 1);
}

.detail-product .group-size ul.info li {
    padding: 3px 0px;
    background: none;
    border: none;
}

.detail-product .group-size ul li+li {
    border-top: none;
}

.detail-product .group-size ul li .img {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    background-color: #FFF;
}

.detail-product .group-size ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.detail-product .group-size ul li .info {
    width: calc(100% - 65px);
    float: left;
}

.detail-product .group-size ul li h3 {
    width: calc(100% - 60px);
    float: left;
    margin: 0px;
}

.detail-product .group-size ul li .size-price {
    float: left;
    width: 100%;
}

.detail-product .group-size ul li .size-price .price {
    font-size: 14px;
    color: #3a3a3a;
    width: 100%;
    font-weight: 700;
}

.detail-product .group-size ul li .size-price .true-price {
    font-size: 12px;
    color: #3a3a3a;
    width: 100%;
    text-decoration: line-through;
    margin-bottom: 5px;
    margin-right: 10px;
}

.detail-product .group-size ul li select {
    width: 60px;
    float: left;
    outline: none;
    position: absolute;
    top: 5px;
    border: 1px solid rgba(240, 240, 240, 1);
    right: 5px;
}

.detail-product .group-size .sold-out {
    background: #fc461e;
    padding: 0px 5px;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.detail-product .action {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.detail-product .action button {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    padding: 12px 25px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.detail-product .action button:hover {
    background-color: #000;
}

.detail-product .action .buy {
    float: left;
    color: #858585;
}

@media screen and (max-width: 992px) {
    .detail-product .group-size ul li h3 {
        width: 100%;
        margin-bottom: 0px;
    }
    .detail-product .group-size ul li .size-price {
        text-indent: 0px;
        width: 100%;
        margin-bottom: 0px;
    }
    .detail-product .group-size ul li select {
        position: relative;
        top: 0px;
        right: 0px;
    }
    .detail-product .group-size ul li .size-price .true-price,
    .detail-product .group-size ul li .size-price .price {
        width: auto;
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
        line-height: 22px;
        font-size: 13px;
    }
    .detail-product .group-size ul li .size-price .price {
        margin-right: 0px;
    }
    .detail-product .group-size .cart {
        text-indent: 22px;
        padding-top: 0px;
        height: 30px;
        line-height: 30px;
        width: 34px;
        float: left;
        min-width: 100px;
        background-position: left top;
        color: #3d3d3d;
    }
    .detail-product .action .buy {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .detail-product .action button {
        width: 100%;
    }
}

.detail-product .content-info {
    margin-top: 20px;
}

.detail-product .content-info .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #e1e1e1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.detail-product .content-info .detail {
    margin-bottom: 30px;
}

.detail-product .content-info .detail * {
    max-width: 100% !important;
}

.detail-product .content-info .detail table {
    width: 100% !important;
}

.detail-product .content-info .detail img {
    width: auto !important;
    height: auto !important;
}

.detail-product .related {
    margin-top: 0px;
}

.detail-product .related .block-title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #3d3d3d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.detail-product .additional-info {
    background-color: #FFF;
    border: 1px solid #dbdcdc;
    margin-bottom: 20px;
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    .detail-product .additional-info .col-sm-8 {
        border-right: 2px dashed #dbdcdc;
    }
}

.detail-product .additional-info h2 {
    color: #fc461e;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.detail-product .additional-info .price {
    font-size: 26px;
    color: #fc461e;
    font-weight: 700;
    display: block;
}

.detail-product .additional-info .true-price {
    font-size: 18px;
    color: #555;
    display: block;
    text-decoration: line-through;
}

.detail-product .additional-info button {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    padding: 12px 25px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.detail-product .additional-info button:hover {
    background-color: #000;
}

.detail-product .additional-info .buy {
    color: #858585;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .detail-product .additional-info .buy {
        margin-bottom: 20px;
    }
}


/*##### END PRODUCT #####*/


/*album*/

.block-album {
    margin-bottom: 20px;
}

.block-album .block-title {
    margin-bottom: 15px;
}

.block-album .block-content .row {
    margin: 0px -8px;
}

.block-album .block-content .row>div {
    padding: 0px 8px;
}

.block-album .block-content .item {
    background: #fff;
    position: relative;
    margin-top: 15px;
}

@media(max-width: 767px) {
    .block-album .block-content .item {
        margin-top: 8px;
    }
}

.block-video.related .block-content .item {
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}

.block-video.related {
    padding: 0px;
    margin: 0px;
}

.block-album .block-content .item>.img {
    height: 248px;
    background-size: cover;
    background-position: center top;
}

.block-album .block-content .item>.img:before {
    content: '';
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-album .block-content .item>.img img {
    opacity: 0;
}

.block-album .block-content .item>h3 {
    padding: 0px 15px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    margin: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-album .block-content .item:hover>h3 {
    opacity: 1;
}

.block-album .block-content .item>h3 a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    z-index: 2;
    font-family: 'myriadcond';
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 30%;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-album .block-content .item:hover>h3 a {
    top: 50%
}


/*album block*/

.sidebar-block .sidebar-content.album {}

.sidebar-block .sidebar-content.album .item {
    margin: 10px 0px 0px 0px;
    position: relative;
}

.sidebar-block .sidebar-content.album .item .img {
    height: 155px;
}

.sidebar-block .sidebar-content.album .item .img img {
    opacity: 0;
}

.sidebar-block .sidebar-content.album .item h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 10px;
}

.sidebar-block .sidebar-content.album .item h3 a {
    color: #fff;
}

.sidebar-block .sidebar-content.album .item span {}

.sidebar-block .sidebar-content.album .item span a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-block .sidebar-content.album .item:hover span a {
    opacity: 1;
}

.sidebar-block .sidebar-content.album .item span a i {
    color: #fff;
    font-size: 20px;
    width: 22px;
    height: 22px;
    top: 30%;
    position: absolute;
    margin-top: -11px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-block .sidebar-content.album .item:hover span a i {
    top: 50%;
}

.galary-album {
    padding: 20px 0px;
    margin: 0px -3px;
}

.galary-album>ul {
    padding: 0px;
    margin: 0px;
}

.galary-album>ul>li {
    list-style: none;
    float: left;
    width: 16.66666667%;
    padding: 3px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .galary-album>ul>li {
        width: 33.33%;
    }
}

.galary-album>ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.galary-album>ul>li img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*detail album*/

.detail-album .detail-content .title {
    color: #3d3d3d;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.detail-album .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}


/*end album*/


/*video*/

.block-video {
    margin-bottom: 20px;
}

.block-video .block-title {
    margin-bottom: 15px;
}

.block-video .block-content .row {
    margin: 0px -8px;
}

.block-video .block-content .row>div {
    padding: 0px 8px;
}

.block-video .block-content .item {
    background: #fff;
    position: relative;
    margin-top: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.block-video.related .block-content .item {
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}

.block-video.related {
    padding: 0px;
    margin: 0px;
}

.block-video .block-content .item>.img:before {
    content: "\f16a";
    font-family: 'FontAwesome';
    color: #ed1c24;
    position: absolute;
    font-size: 38px;
    width: 30px;
    height: 17px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: -8px;
    background: #fff;
    line-height: 18px;
    border-radius: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-video .block-content .item>.img {
    display: block;
    position: relative;
    height: 190px;
}

.block-video .block-content .item>.img:hover {
    -webkit-filter: brightness(110%);
}

.block-video .block-content .item>.img img {
    opacity: 0;
}

.block-video .block-content .item>h3 {
    padding: 12px 15px 10px;
    text-align: center;
    position: relative;
    margin: 0px;
}

.block-video .block-content .item>h3 a {
    display: block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.block-video .block-content .item>h3 a:hover {
    color: #3d3d3d;
}

.detail-video {
    margin-top: 0px;
}

.detail.detail-video {
    margin-top: 25px;
}


/*detail video*/

.detail-video .detail-content .title {
    color: #3d3d3d;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.fb-send {
    position: relative;
    z-index: 2;
}

.detail-video .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}

.block-video.related .block-content {
    float: left;
    width: 100%;
}

.block-video.related .block-content .item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
}

.block-video.related .block-content .item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.block-video.related .block-content .item>.img {
    float: left;
    width: 130px;
    height: 77px !important;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.block-video.related .block-content .item>h3 {
    padding-right: 0px;
    margin-bottom: 3px;
    padding: 0px;
    text-align: left;
}

.block-video.related .block-content .item>h3 a {
    max-height: 36px;
    height: auto;
    color: #013161;
    padding-right: 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.block-video .block-content .item .time-video {
    font-size: 11px;
    color: #767676;
}

.block-video.related .block-content .item .time-video span {
    display: block;
    font-size: 12px;
}

.block-video .block-content .item .time-video span:last-child {
    margin-left: 6px;
}

.block-video.related .block-content .item>.img:before {
    font-size: 30px;
    width: 30px;
    height: 17px;
}


/*##### NEWS #####*/

.banner-bottom {
    padding-bottom: 30px;
    background: #fff;
}

.banner-bottom .owl-banner-bottom a {
    display: block;
    box-shadow: 0px 0px 3px #ddd;
    width: 100%;
    position: relative;
    height: 80px;
}

.banner-bottom .owl-banner-bottom p {
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-bottom .owl-banner-bottom a img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 100%;
    padding: 10px;
}

.block-news {
    margin-bottom: 30px;
}

.block-news.news {
    margin-top: 0px;
}

.block-news .block-title .img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    position: relative;
}

.block-news .block-title .img>img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.block-news .block-title a {
    color: #414141;
}

.block-news .block-content .item .img:before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 8;
    top: -100%;
    left: -100%;
}

.block-news .block-content .item .img:after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 8;
    bottom: -100%;
    right: -100%;
}

.block-news .block-content .item .img:hover:before {
    left: 0%;
    top: 0%;
}

.block-news .block-content .item .img:hover:after {
    bottom: 0%;
    right: 0%;
}

.block-news .block-title .sub-cate {
    text-align: right;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.block-news .block-title .sub-cate a:hover {
    color: #3d3d3d;
}

.block-news .block-title .sub-cate>a+a {
    margin-left: 5px;
}

.block-news .block-title .sub-cate>a+a:before {
    content: "|";
    color: #e8e8e8;
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .block-news .block-title .sub-cate {
        display: none;
    }
}

.block-news .block-content .item {
    margin-top: 20px;
    background: #fff;
}

.block-news .block-content .item .item-right {
    /* background: #f6f6f6; */
    padding: 25px 0px 0px;
    position: relative;
}

.block-news .block-content .item .item-right:before {
    content: '';
    height: 4px;
    width: 40px;
    background: #333;
    display: block;
    margin-bottom: 15px;
}

@media(max-width: 1200px) {
    .block-news .block-content .item .item-right {}
}

@media(max-width: 767px) {
    .block-news .block-content .item .item-right {}
}

@media(max-width: 991px) {
    .block-news .block-content .item .item-right {
        height: auto !important;
    }
}

.block-news .block-content .item .item-left {
    padding-right: 0px;
    position: relative;
}

.block-news .block-content .col-md-3,
.block-news .block-content .col-sm-3 {}

@media (max-width: 991px) {}

@media screen and (max-width: 768px) {
    .block-news .block-content .item {
        margin-top: 10px;
    }
    .block-news .block-content .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.block-news .block-content .item .img {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    height: 238px;
}

.time-view {
    position: absolute;
    background-color: #333333;
    top: -10px;
    left: -10px;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 82px;
    text-align: center;
    padding: 7px 0px 10px;
    font-size: 20px;
    z-index: 9;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.time-view a {
    color: #fff
}

.time-view span:first-child {
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 0px;
    width: 100%;
    border-bottom: 1px solid #222;
    border-top: none;
    font-weight: 700;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.time-view span:first-child i {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-right: 5px;
}

.time-view span:last-child {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    border-top: 1px solid #444;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.block-news .block-content .item .img>img {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.block-news .block-content .item h3 {
    padding-bottom: 5px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.block-news .block-content .item h3 a {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    color: #222;
    max-height: 46px;
}

.block-news .block-content .item h3 a:hover {}

.detail-news .related .item h3 {}

.detail-news .related .item h3 a {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-weight: 600;
    color: #414141;
}

.block-news .block-content .item p {
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    font-weight: 300;
    padding: 0px 0px 10px;
    color: #666;
    font-size: 14px;
}

.block-news .block-content .item .view-news {
    clear: both;
    height: 20px;
}

.block-news .block-content .item .view-news span:first-child {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-news .block-content .item .view-news span:first-child a {
    color: #222;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    border-bottom: 2px solid #222;
}

.block-news .block-content .item .view-news span:first-child a:hover {
    color: #3d3d3d;
}

.block-news .block-content .item .view-news span:last-child {
    float: right;
    color: #666;
    font-size: 14px;
    display: none;
}

.block-news .block-content .item h3 a:hover {
    color: #3d3d3d;
}

@media screen and (min-width: 768px) {
    .block-news .block-content .item h3 a {
        color: #333;
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
        overflow: hidden;
        height: 46px;
        max-height: 46px;
        font-weight: 600;
    }
    .detail-news .related .item h3 a {}
    .block-news .block-content .item p {
        height: 82px;
        padding: 0px 0px;
        margin-bottom: 10px;
    }
}

.detail-news {
    margin-top: 10px;
}

.detail-news .clearfix {
    height: auto;
}

.detail-news .detail-content {
    margin-top: 15px;
}

.detail-news .detail-content .detail p {
    max-width: 100%;
    line-height: 24px;
    font-size: 16px;
}

.detail-news .detail-content .detail img {
    height: auto !important;
    max-width: 100%;
}

.detail-news .detail-content .title {
    color: #3d3d3d;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.detail-news .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}

.detail-news .detail-content .detail {
    margin-top: 30px;
    margin-bottom: 30px;
}

.detail-news .related {
    margin-top: 30px;
}

.detail-news .related .block-title {}

.detail-news .related .item span {}


/*##### END NEWS #####*/


/*##### ABOUT, CONTACT, ARTICLE #####*/

.about,
.contact,
.article {
    margin-top: 0px;
    line-height: 1.6;
}

.contact .detail,
.contact .form-contact,
.article .detail-content {
    margin: 20px 0px;
}

.about .detail *,
.contact .detail *,
.article .detail * {
    max-width: 100%;
}

.about .detail p,
.contact .detail p,
.article .detail p {
    margin-bottom: 10px;
}

.about .detail img,
.contact .detail img,
.article .detail img {
    height: auto !important;
}

.contact .form-contact .form-group {
    margin-bottom: 10px;
}

.contact .form-contact label {
    margin-bottom: 3px;
    color: #414141;
    font-weight: 400;
}

.contact .form-contact .form-control {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
}

.contact .form-contact .form-control:focus {
    border-color: #3d3d3d;
}

.contact .form-contact input[name="captcha"] {
    max-width: 120px;
    margin-right: 15px;
    float: left;
}

.contact .form-contact button {
    width: 100%;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 0px;
    background-color: #3d3d3d;
    transition: all 0.5s ease-in-out
}

.contact .form-contact button:hover {
    background-color: #000;
}

.article .detail-content .title {
    color: #3d3d3d;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}


/*##### END ABOUT, CONTACT, ARTICLE #####*/


/*##### FOOTER #####*/

@media(max-width: 767px) {
    footer table,
    footer table tr,
    footer table tr td,
    .footer table,
    .footer table tr,
    .footer table tr td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    footer iframe {
        width: 100% !important;
    }
}

footer {
    background: #3d3d3d;
    padding: 40px 0px 0px;
}

footer .container {
    width: 100% !important;
    max-width: 1070px;
}

footer .title {
    color: #fff;
    margin-bottom: 16px;
    font-weight: normal;
}

footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

footer h3 a,
footer ul li a {
    color: #ddd;
}

footer h3 a:hover {}

footer h3 a {
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

footer ul li a {
    color: #fff;
    font-size: 13px;
}

footer ul li {
    padding-bottom: 10px;
    padding-top: 7px;
    border-bottom: 1px solid #1e1e1e;
    border-top: 1px solid #4f4f4f;
}

footer ul li:first-child {
    border-top: none;
}

footer ul li:last-child {
    border-bottom: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .register-email .form-control {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 100%;
    margin-bottom: 8px;
    padding: 6px 8px;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

footer .register-email .btn {
    color: #FFF;
    width: 49%;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    float: left;
    transition: all 0.5s ease-in-out;
}

footer .register-email .btn:hover {
    background-color: #000;
}

footer .register-email .btn+.btn {
    margin-left: 2%;
    float: right;
}

footer .footer * {
    max-width: 100%;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    footer .menu-bottom {}
}

@media screen and (max-width: 768px) {
    footer .menu-bottom,
    footer .register-email {
        display: none;
    }
}

footer .menu-bottom>.row>.col-md-6+.col-md-6+.col-md-6 {
    margin-top: 15px;
}


/*##### END FOOTER #####*/


/*##### BLOCK #####*/

.sidebar {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .sidebar {
        display: none;
    }
}

.sidebar-block+.sidebar-block {
    margin-top: 20px;
}

.sidebar-title {
    margin: 0px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    background: #3d3d3d;
    font-size: 13px;
    padding: 0px 10px;
    position: relative;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.sidebar-content {
    position: relative;
    background: #fff;
}

.sidebar-content.news {
    padding-top: 10px
}

.sidebar-content.product .item {
    background: #fff;
    padding-bottom: 15px;
    border: 1px solid rgba(240, 240, 240, 0.5);
    border: none;
    padding: 0px;
}

.sidebar-content.product .item+.item {
    margin-top: 20px;
}

.sidebar-content.product .item .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 298px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

.sidebar-content.product .item .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.sidebar-content.product .item h3 {
    /* padding-bottom: 5px; */
    /* margin: 10px; */
    /* border-bottom: 1px solid #e3e3e3; */
}

.sidebar-content.product .item h3 a {
    /* color: #414141; */
    /* font-size: 15px; */
    /* height: 44px; */
    /* line-height: 21px; */
    /* overflow: hidden; */
    /* display: block; */
}

.sidebar-content.product .item .discount {
    color: #fc461e;
    font-weight: 600;
    font-size: 26px;
    float: left;
    width: 50px;
    margin-left: 10px;
}

.sidebar-content.product .item .discount>font {
    font-size: 16px;
    font-weight: 400;
}

.sidebar-content.product .item .quantity {
    color: #414141;
    font-size: 13px;
    float: right;
    width: 50px;
    margin-right: 10px;
    text-align: right;
}

.sidebar-content.product .item .price,
.sidebar-content.product .item .true-price {
    display: block;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 700;
    float: left;
    margin: 0px 0px;
    white-space: nowrap;
    width: calc(100% - 140px);
}

.sidebar-content.product .item .true-price {
    color: #414141;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.sidebar-content.product .item .view {
    position: absolute;
    left: 0px;
    bottom: -46px;
    width: 100%;
    padding: 0px 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}

@media screen and (min-width: 992px) {
    .sidebar-content.product .item:hover .view {
        bottom: 0px;
    }
    .sidebar-content.product .item:hover .countdown {
        display: none;
    }
}

.sidebar-content.product .item .view>span {
    float: left;
    height: 46px;
    line-height: 46px;
}

.sidebar-content.product .item .view>a {
    background-color: #3d3d3d;
    border-radius: 2px;
    color: #FFF;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    margin: 8px 0px;
    display: block;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.sidebar-content.product .item .quantity {
    color: #414141;
    font-size: 13px;
    float: right;
    width: 50px;
    margin-right: 10px;
    text-align: right;
}

.sidebar-content.product .item .quantity>i {
    color: #717171;
    margin-right: 5px;
}

.sidebar-content.news .item {
    border-bottom: 1px dotted #E4E4E4;
    padding-bottom: 5px;
    margin-bottom: 10px;
    height: 71px;
}

.sidebar-content.news .item .img {
    width: 70px;
    height: 60px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 5px;
}

.sidebar-content.news .item .img>img {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.sidebar-content.news .item h3 {
    color: #414141;
    font-size: 13px;
    max-height: 36px;
    overflow: hidden;
    margin: 0px;
}

.sidebar-content.news .item h3:hover a {
    color: #3d3d3d;
}

.sidebar-content.news .item .view {
    font-size: 12px;
    font-weight: 400;
    color: #848484;
}


/*##### END BLOCK #####*/


/*##### PROMOTION #####*/

ul.countdown {
    position: absolute;
    left: 0px;
    bottom: 0px;
    list-style: none;
    margin: 0px;
    padding: 8px 8px 7px;
    display: block;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    width: 100%;
}

ul.countdown li {
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 12px;
    margin: 0px 1px;
}

ul.countdown li i {
    margin-right: 2px;
}

ul.countdown li span {
    /* font-size: 14px; */
    /* line-height: 18px; */
}

ul.countdown li.seperator {
    /* font-size: 18px; */
    /* line-height: 16px; */
    /* vertical-align: top; */
    /* font-weight: 400; */
}

ul.countdown li p {
    color: #a7abb1;
    font-size: 11px;
}

@media screen and (max-width: 767px) {
    ul.countdown {
        right: 0px;
        bottom: 0px;
        padding: 11px 8px 10px;
        display: none;
    }
    ul.countdown li span {
        font-size: 12px;
        line-height: 12px;
    }
    ul.countdown li.seperator {
        font-size: 12px;
        vertical-align: top;
    }
    ul.countdown li p {
        font-size: 9px;
    }
}


/*##### END PROMOTION #####*/


/*##### PAGINATION #####*/

.pagination {}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}

.pagination>li>a,
.pagination>li>span {
    color: #777;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #3d3d3d;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #EFEBEB;
}


/*##### END PAGINATION #####*/


/*##### ERROR #####*/

.error-404 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.error-404 .col-sm-4 h3 {
    color: #3d3d3d;
    text-align: center;
    font-weight: 700;
    font-size: 86px;
}

.error-404 .col-sm-4 span {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #3d3d3d;
    font-weight: 600;
    text-transform: uppercase;
}

.error-404 .col-sm-8 h3 {
    font-size: 25px;
    color: #34495e;
}

.error-404 .col-sm-8 h3:first-child {
    margin-top: 25px;
}

.error-404 .col-sm-8 h3+h3 {
    margin-bottom: 25px;
}

.error-404 .col-sm-8 a {
    color: #3d3d3d;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .error-404 .col-sm-8 a+a {
        margin-left: 20px;
    }
}

.error {
    color: #e5101d;
    display: block;
    padding-top: 2px;
    clear: left;
}


/*##### END ERROR #####*/


/*##### USER #####*/

.user {
    margin-top: 10px;
    color: #303030;
}

.user .login-other {
    text-align: center;
}

.user .login-main {
    border-left: 1px solid #eee;
}

.user .login-other,
.user .login-main {
    margin-top: 70px;
    margin-bottom: 100px;
}

.user .forgot-password {
    margin-top: 70px;
    margin-bottom: 200px;
}

.user .login-other h3,
.user .login-main h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.user .forgot-password h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .user .login-other,
    .user .login-main {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .user .login-other h3,
    .user .login-main h3,
    .user .forgot-password h3 {
        margin-bottom: 20px;
    }
}

.user .login-other button {
    line-height: 38px;
    height: 38px;
    width: 190px;
    padding: 0px;
    border: none;
    color: #FFF;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.user .login-other button+button {
    margin-top: 10px;
}

.user .login-other .login-facebook {
    background-color: #2c4889;
}

.user .login-other .login-google {
    background-color: #e5101d;
}

.user .login-other .login-facebook>i,
.user .login-other .login-google>i {
    background-color: #1e3571;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    float: left;
}

.user .login-other .login-google>i {
    background-color: #c9141b;
}

.user .login-main .control-label {
    font-weight: 400;
    font-size: 14px;
}

.user .login-main .form-control,
.user .forgot-password .form-control {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    height: 36px;
}

@media screen and (min-width: 768px) {
    .user .forgot-password .form-control {
        min-width: 255px;
    }
    .user .login-main select+select {
        margin-left: 5px;
    }
}

.user .login-main .form-control:focus,
.user .forgot-password .form-control:focus {
    border-color: #3d3d3d;
}

.user .login-main button,
.user .forgot-password button {
    border: none;
    border-radius: 2px;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 15px;
    margin-right: 15px;
    background-color: #3d3d3d;
    transition: all 0.5s ease-in-out;
}

.user .login-main button:hover,
.user .forgot-password button:hover {
    background-color: #000;
}

.user .login-main a {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

.user .login-main .form-inline>select {
    min-width: 20%;
}

@media screen and (max-width: 768px) {
    .user .login-main .form-inline>select+select {
        margin-top: 10px;
    }
}

.user .login-main .group .form-control {
    max-width: 120px;
    margin-right: 15px;
    float: left;
}

.user .register {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
}

.user .register h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.user .register p {
    font-style: italic;
    font-weight: 400;
}

.user .message {
    font-size: 14px !important;
    padding-left: 15px;
    font-weight: 400 !important;
    line-height: 26px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px !important;
    color: #c9141b;
}

.user.account ul.menu {
    padding: 10px 10px 10px 35px;
    margin: 0px;
    background: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .user.account ul.menu {
        margin-bottom: 20px;
    }
}

.user.account {
    margin-bottom: 150px;
}

.user.account .breadcrumb {
    margin-bottom: 30px;
}

.user.account ul.menu li a {
    padding: 5px 0px;
    display: block;
    font-weight: 600;
    color: #414141;
}

.user.account ul.menu li a.active {
    color: #3d3d3d;
}

.user.account ul.menu li a .fa {
    font-size: 12px;
}

.user.account .info h3,
.user.account .form-info h3 {
    color: #414141;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.user.account .info>.row {
    margin-bottom: 15px;
}

.user.account .info button {
    color: #FFF;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    margin-top: 15px;
    padding: 8px 15px;
}

.user.account .info button:hover {
    background-color: #000;
}

.user.account .table thead th,
.user.account .table tbody td {
    vertical-align: middle;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
}

.user.account .table thead th {
    background: #414141;
    font-size: 13px;
    padding: 8px 10px;
    color: #FFF;
    font-weight: 600;
    border-bottom-width: 1px;
}

.user.account .table tbody td:nth-child(1) {
    text-align: left;
    font-size: 12px;
}

.user.account .table tbody td:nth-child(5) {
    font-weight: 700;
}

.user.account .table tbody td:nth-child(3) {
    width: 100px;
    text-align: left;
    font-size: 12px;
}

.user.account .table tbody td:nth-child(4),
.user.account .table tbody td:nth-child(5) {
    min-width: 100px;
    text-align: left;
    font-size: 12px;
}

.user.account .table tbody td ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.user.account .table tbody td ul li+li {
    margin-top: 3px;
}

.user.account .table tbody td ul li a {
    color: #3d3d3d;
}

.user.account .table tbody td ul li p {
    color: #666;
    font-size: 12px;
}

.user.account .pagination {
    margin-top: 10px;
}

.user.account .info form label {
    font-weight: 400;
}

.user.account .info form input {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    border-color: #e8e8e8;
}

.user.account .info form input:focus {
    border-color: #3d3d3d;
}

.user.account .info form button {
    color: #FFF;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    padding: 8px 15px;
    margin-top: 0px;
}

.user.account .info form button:hover {
    background-color: #000;
}

.user.account .form-info {
    display: none;
}

.user.account .form-info label {
    font-weight: 400;
}

.user.account .form-info input,
.user.account .form-info select {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    border-color: #e8e8e8;
}

.user.account .form-info button {
    color: #FFF;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    margin-top: 15px;
    padding: 8px 15px;
    margin-top: 0px;
}

.user.account .form-info button:hover {
    background-color: #000;
}

.user.account .form-info select[name="day"],
.user.account .form-info select[name="month"],
.user.account .form-info select[name="year"] {
    width: 33%;
    float: left;
}

.user.account .form-info select[name="month"],
.user.account .form-info select[name="year"] {
    margin-left: 0.5%;
}

.user.account .form-info .cancel {
    margin-left: 15px;
    color: #3d3d3d;
    cursor: pointer;
    font-size: 14px;
    font-style: italic;
}

.user.account .empty-cart {
    border: 1px solid #e8e8e8;
    color: #fc461e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}


/*##### END USER #####*/


/*##### MODAL #####*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0.5;
}

.modal-backdrop>.loading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #FFF;
    display: block;
    width: 65px;
    height: 65px;
}

.modal-error {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 400px;
    height: 166px;
    z-index: 101;
    display: none;
}

@media(max-width: 767px) {
    .modal-error {
        width: 96%;
    }
}

.modal-error-title {
    background: #3d3d3d;
    height: 50px;
    position: relative;
    border-radius: 2px 2px 0px 0px;
}

.modal-error-title img {
    max-height: 30px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.modal-error-title .fa-stack {
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}

.modal-error-body {
    background: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 0px 0px 2px 2px;
}

.modal-error-body p {
    font-size: 14px;
    color: #4f4f4f;
}

.modal-error-body button {
    margin-top: 15px;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    padding: 6px 20px;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.modal-error-body button:hover {
    background-color: #000;
}


/*##### END MODAL #####*/


/*##### ORDER #####*/

.cart {
    margin-bottom: 100px;
}

.cart-title {
    font-size: 30px;
    color: #414141;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.cart .table-bordered {
    border: 1px solid #e8e8e8;
    min-width: 700px;
}

.cart .table th,
.cart .table td {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 0px;
    color: #414141;
    white-space: normal !important;
}

.cart .table th {
    background: #414141;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    color: #FFF;
}

.cart .table tr>th:nth-child(1),
.cart .table tr>td:nth-child(2) {
    text-align: left;
}

.cart .table tr>td:nth-child(1) {
    width: 65px;
}

.cart .table tr>td:nth-child(2) {
    width: auto;
}

.cart .table tr>td:nth-child(3) {
    font-size: 15px;
}

.cart .table tr>td:nth-child(4) {
    width: 150px;
}

.cart .table tr>td:nth-child(5) {
    color: #fc461e;
    font-size: 16px;
}

.cart .table td.manufacture {
    background: #f5f5f5;
    text-align: left;
    color: #3d3d3d;
}

.cart .table td .img {
    background: #fff;
    display: block;
    width: 65px;
    height: 78px;
    position: relative;
    float: left;
}

.cart .table td .img>img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.cart .table td a {
    font-size: 14px;
}

.cart .table td p {
    margin-top: 3px;
    color: #858585;
    font-size: 12px;
}

.cart .table td select {
    border: 1px solid #e8e8e8;
    color: #414141;
    width: 60px;
    height: 32px;
}

.cart .table tr.total {
    background: #EEE;
}

.cart .table tr.total td:nth-child(1) {
    text-align: left;
}

.cart .table tr.total td:nth-child(2) {
    font-size: 16px;
}

.cart .table tr.total td:nth-child(3) {
    color: #fc461e;
    font-size: 16px;
}

.cart .table td .delete {
    margin-left: 5px;
    color: #cacaca;
    cursor: pointer;
}

.cart .action {
    text-align: right;
}

.cart .action a.continue {
    display: inline-block;
    font-size: 15px;
    color: #3d3d3d;
}

@media screen and (max-width: 768px) {
    .cart .action a.continue {
        display: block;
        margin-bottom: 10px;
    }
}

.cart .action a.continue>i {
    font-size: 12px;
}

.cart .action a.order {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    padding: 10px 35px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.cart .action a.order:hover {
    background: #000;
}

.cart .empty-cart {
    border: 1px solid #e8e8e8;
    color: #fc461e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.cart.order .table tr>th:nth-child(1),
.cart.order .table tr>td:nth-child(1) {
    width: 60%;
    text-align: left;
}

.cart.order .table tr>th:nth-child(2),
.cart.order .table tr>td:nth-child(2) {
    width: 40%;
    text-align: left;
}

@media(max-width: 767px) {
    .cart.cart_checkout .table-bordered {
        min-width: inherit;
        width: 100%;
        border: none;
    }
    .cart.cart_checkout table>thead {
        display: none;
    }
    .cart.order.cart_checkout .table tr>th:nth-child(1),
    .cart.order.cart_checkout .table tr>td:nth-child(1) {
        float: left;
        width: 100%;
        border-right: none;
        border-top: none;
    }
    .cart.order.cart_checkout .table tr>th:nth-child(2),
    .cart.order.cart_checkout .table tr>td:nth-child(2) {
        float: left;
        width: 100%;
        border-left: none;
        padding: 0px 25px;
    }
    .cart.payment table {
        width: 100%;
        min-width: inherit;
        border: none;
    }
    .cart.payment table>thead {
        display: none;
    }
    .cart.order.payment .table tr>td:nth-child(1) {
        width: 100% !important;
        float: left;
        border-right: none;
        border-top: none;
    }
    .cart.order.payment .table tr>td:nth-child(2) {
        width: 100% !important;
        float: left;
        border: none;
    }
    .cart.order.payment .table tr>td:nth-child(3) {
        width: 100% !important;
        float: left;
        border-left: none;
    }
    .cart.order.payment .table tr.total>td {
        float: left;
        width: 100% !important;
        padding: 10px;
    }
    .cart.order.payment .table tr.total>td:nth-child(2) {
        padding: 0px;
    }
}

.cart.order .table tr>th {
    padding-left: 20px;
    padding-right: 20px;
}

.cart.order .table tr>td {
    border: 1px solid #e8e8e8;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.cart.order .table tr>td:nth-child(2) {
    padding-left: 35px;
    padding-right: 35px;
}

.cart.order.payment .table tr>th:nth-child(1),
.cart.order.payment .table tr>td:nth-child(1),
.cart.order.payment .table tr>th:nth-child(2),
.cart.order.payment .table tr>td:nth-child(2) {
    width: 35%;
}

.cart.order.payment .table tr>th:nth-child(3),
.cart.order.payment .table tr>td:nth-child(3) {
    width: 30%;
}

.cart.order.payment .table tr>td:nth-child(2),
.cart.order.payment .table tr>td:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
}

.cart.order.payment .table tr.total>td {
    padding: 20px;
    border: none;
}

.cart.order .table td .cart-item {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.cart.order .table td .cart-item-left {
    float: left;
    width: 65px;
    margin-right: 10px;
}

.cart.order .table td .cart-item-right {
    float: left;
    width: calc(100% - 75px);
}

.cart.order .table td p>b {
    color: #fc461e;
}

.cart.order .table td .cart-change {
    color: #3d3d3d;
    font-size: 13px;
    float: right;
    margin-right: 10px;
}

.cart.order .table td .cart-change:hover {
    text-decoration: underline;
}

.cart.order .table td .form-grou .cart.order .table td .form-group+.form-group {
    margin-top: 10px;
}

.cart.order .table td label {
    font-weight: 700;
    margin-bottom: 3px;
}

.cart.order .table td input,
.cart.order .table td textarea {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    border-color: #e8e8e8;
}

.cart.order .table td select {
    width: 100%;
    height: 34px;
    color: #555;
    border-color: #e8e8e8;
    box-shadow: none;
}

.cart.order .table td input:focus,
.cart.order .table td textarea:focus,
.cart.order .table td select:focus {
    border-color: #3d3d3d;
}

.cart.order .table td button {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #3d3d3d;
    border: none;
    border-radius: 2px;
    padding: 10px 35px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.cart.order .table td button:hover {
    background-color: #000;
}

.cart.order.payment .table tr>td ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.cart.order.payment .table tr>td ul li input[type="radio"] {
    margin-right: 10px;
}

.cart.order.payment .table tr>td ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.cart.order.payment .table tr>td ul li>span {
    color: #fc461e;
    font-weight: 700;
    font-size: 13px;
}

.cart.order.payment .table tr>td ul li .info {
    margin-top: 5px;
}

.cart.order.payment .table tr>td .info p,
.cart.order.payment .table tr>td .info p>b,
.cart.order.payment .table tr>td .info h3 {
    color: #555;
}

.cart.order.payment .table tr>td .info h3 {
    margin-top: 10px;
}

.cart.order.payment .table tr>td .info p {
    margin-top: 5px;
}

.cart.order.payment .table tr>td button[name="order"] {
    width: 100%;
    margin-top: 0px;
    white-space: nowrap;
}

.cart.order.payment .table tr>td button[disabled="disabled"],
.cart.order.payment .table tr>td button[disabled="disabled"]:hover {
    opacity: 0.5;
    cursor: default;
}

.cart.order.payment .table tr>td>div {
    color: #555;
    font-size: 13px;
    width: 100%;
    float: left;
}

.cart.order.payment .table tr>td>div+div {
    margin-top: 5px;
}

.cart.order.payment .table tr>td>div>label {
    float: left;
}

.cart.order.payment .table tr>td>div>b {
    float: right;
    font-size: 14px;
}

.cart.order.payment .table tr>td>div:nth-child(3)>b {
    color: #fc461e;
}

.cart .success {
    border: 1px solid #e8e8e8;
    padding: 20px;
    width: 100%;
    float: left;
}

.cart .success .success-left {
    float: left;
    width: 25%;
    text-align: center;
    color: #3d3d3d;
}

.cart .success .success-left .fa {
    font-size: 80px;
}

.cart .success .success-right {
    float: left;
    width: 75%;
}

.cart .success .success-right p {
    margin: 5px 0px;
}

.cart .success .success-right p>span {
    color: #3d3d3d;
}

.cart .success .success-right p>a {
    color: #3d3d3d;
    text-decoration: underline;
}

.cart .success .success-right>a {
    background-color: #3d3d3d;
    border-radius: 2px;
    color: #FFF;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.cart .success .success-right>a:hover {
    background-color: #000;
}


/*##### END ORDER #####*/


/*them*/

a.close-out {
    background: url(../imgs/close-out-top.png?v=1.0.0) no-repeat center center;
    border: 0 none!important;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 40%;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}


/*header_main*/

.header_main {
    background: #3d3d3d;
    height: 50px;
    clear: both;
}

@media(max-width: 767px) {
    .header_main .container {}
    .category-top {
        padding: 0px !important;
    }
}

.header_main_1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.header_menu_height {
    height: 50px;
    display: none;
}

.search {
    position: absolute;
    width: 370px;
    top: 100%;
    right: 0px;
    z-index: 2;
    background: #fff;
    margin-top: -1px;
    display: none;
    background: #000;
}

@media(max-width: 767px) {
    .search-pc {
        display: none !important;
    }
}

@media(min-width: 768px) {
    .search-mobile {
        display: none !important;
    }
}

.search-1 {
    padding-top: 4px;
}

.from-search {
    height: 38px;
    position: relative;
    border: 1px solid #ddd;
}

@media(max-width: 767px) {
    .search {
        width: 100%;
        top: 54px;
        left: 0px;
        right: auto;
        z-index: 999;
    }
}

.from-search input {
    width: 100%;
    height: 36px;
    padding: 0px 10px 0px 10px;
    border: none;
    font-size: 12px;
    position: absolute;
    left: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.from-search .btn_search {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #3d3d3d;
    border: none;
    height: 36px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.from-search .btn_search:focus {
    outline: none;
}

.from-search .btn_search:hover {
    background: #000;
    color: #fff;
}


/*logo*/

.logo {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 54px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo img {
    display: inline-block;
    max-height: 53px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 767px) {
    .logo {
        text-align: left;
        line-height: 40px;
        padding: 5px 0px 5px 8px !important;
    }
    .logo img {
        max-height: 44px;
    }
}

.main .main-title {
    margin-bottom: 15px;
}

.main .main-title .title {
    margin: 5px 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    background: url(../imgs/line-cate.png) repeat-x left 17px;
}

.tab-product {
    text-align: center;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

@media(max-width: 767px) {
    .main .main-title .title {
        width: 100%;
    }
    .tab-product {
        display: none;
    }
}

@media(max-width: 767px) {
    .main .main-title .title {
        min-width: inherit;
    }
}

.main .main-title .title a img {
    max-width: 22px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.main .main-title .tab-product li {
    display: inline-block;
    margin: 0px 5px 5px 5px;
}

.main .main-title .tab-product li:first-child a {
    border: none;
}

.main .main-title .tab-product li a {
    color: #555;
    line-height: 13px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-left: 12px;
    border-left: 1px solid #ddd;
}

.main .main-title .tab-product li a:hover {
    color: #3d3d3d;
}

.main .main-title .title a {
    margin: 0px;
    padding: 0px 10px;
    font-size: 30px;
    color: #666;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-family: 'myriadcond';
    background: #fff;
    line-height: 1.4;
}

.main .main-title .title a:before {
    content: '';
    background: url(../imgs/arror-left.png) no-repeat;
    width: 40px;
    height: 16px;
    display: block;
    position: absolute;
    left: -40px;
    top: 10px;
    background-color: #fff;
}

.main .main-title .title a:after {
    content: '';
    background: url(../imgs/arror-right.png) no-repeat;
    width: 40px;
    height: 16px;
    display: block;
    position: absolute;
    right: -40px;
    top: 10px;
    background-color: #fff;
}


/**/

.main .block-product .item .price {
    color: #ec4445;
    font-size: 22px;
    padding: 0px 0px 0px 0px;
    float: none;
    width: 50%;
    height: 20px;
    margin: 0px 0px 2px 0px;
    text-align: left;
    float: left;
    height: 24px;
    font-weight: 500;
    font-family: 'myriadcond';
}

@media(max-width:767px) {
    .main .block-product .item .price {
        width: 100%;
        padding: 0px 5px;
        font-size: 18px;
    }
}

.main .block-product .item .price .price-value {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

.main .block-product .item .price-discount {
    background: #f44336;
    border-radius: 0px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media(max-width: 767px) {
    .main .block-product .item .price-discount {
        position: absolute;
        top: 2px;
        right: 2px;
    }
}

.main .block-product .item .old-price {
    padding: 0px 0px 0px 0px;
    color: #999;
    font-size: 14px;
    margin-bottom: 0px;
    height: 20px;
    text-align: right;
    float: left;
    width: 50%;
    margin: 0px 0px 3px 0px;
    text-decoration: line-through;
}

.rating {
    text-align: center;
    color: #3d3d3d;
    display: none;
}

@media(max-width:767px) {
    .main .block-product .item .old-price {}
}

.main .block-product .item .old-price .price-value {
    display: inline-block;
    text-decoration: line-through;
}

.clear {
    clear: both;
}

@media(max-width: 767px) {
    .footer table,
    .footer iframe {
        width: 100% !important;
    }
}

.footer {
    color: #fff;
    line-height: 24px;
}

.footer-bottom {
    padding: 3px 0px;
    background: #313131;
    margin-top: 25px;
}

.new-letter {}

.new-letter .form-group {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 25px;
    min-width: 350px;
}

.new-letter p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
    padding-top: 0px;
    display: inline-block;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .new-letter p {
        display: none;
    }
    .new-letter .form-group {
        margin: 0px;
        min-width: initial;
        width: 100%;
    }
}

.new-letter input {
    border: none;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 3px;
    width: 100%;
    background: #302f2f;
    color: #fff;
}

.new-letter .newsletter_button {
    color: #fff;
    border-radius: 3px;
    padding: 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: none;
    border: none;
    background: url(../imgs/send-mail.png?v=1.0.0) no-repeat center center;
    height: 32px;
    width: 60px;
    background-size: 44px;
}

.new-letter .newsletter_button:hover {
    opacity: 0.7;
}

.menu-bottom {
    margin-bottom: 10px;
}


/*banner-footer*/

.banner-footer {
    text-align: right;
}

.banner-footer img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner-footer img:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

@media(max-width: 767px) {
    .banner-footer {
        text-align: left;
    }
}

.banner-footer p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.banner-footer a {
    display: inline-block;
    margin: 0px 2px;
}

.copyright {
    padding: 9px 0px;
    color: #b0b0b0;
}

.copyright a {
    color: #b0b0b0;
}

@media(max-width: 767px) {
    .copyright,
    .copyright a {
        font-size: 12px;
        padding-bottom: 28px;
        height: auto;
        line-height: 15px;
        padding-top: 8px;
    }
}

.copyright a:hover {
    color: #fff;
}

.copyright a.facebook {
    position: relative;
    top: 1px;
}

.copyright .left {
    float: left;
}


/*bg-category*/

.bg-category {
    position: relative;
}

.bg-category img {
    width: 100%;
}

.bg-category .bg {
    background: url(../imgs/bg-category.png?v=1.0.0) left top;
    position: absolute;
    top: 0px;
    height: 54px;
    width: 100%;
}

@media(max-width: 767px) {
    .bg-category .bg {
        height: auto;
    }
}

.bgmenu_cate_item {
    background: #f5f5f5;
    padding: 5px 0px;
}

ul.menu_cate_hoz_item li {
    /* margin: 5px 8px 5px 0; */
}

@media(max-width: 767px) {
    ul.menu_cate_hoz_item li {
        margin: 2px 0px;
        display: block;
    }
}

ul.menu_cate_hoz_item>li h2 {
    margin: 0px;
}

ul.menu_cate_hoz_item>li a {
    color: #414141;
    font-size: 12px;
    padding: 3px 10px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.menu_cate_hoz_item>li>a:hover {
    border-color: #3d3d3d;
}


/*menu-top*/

.menu-top ul {
    padding: 0px;
    margin: 0px;
}

.menu-top .navbar-collapse {
    padding: 0px;
    position: static;
    height: auto;
    background: none;
    margin: 0px;
}

.menu-top .navbar-nav>li:first-child {
    border-left: none
}

.menu-top .navbar-nav>li:last-child {
    border-right: none
}

.menu-top .navbar-nav>li {
    border-right: 1px solid #1f1f1f;
    border-left: 1px solid #353535;
    position: relative;
    float: left;
    width: auto;
    border-bottom: none;
    background: none;
}

.menu-top .navbar-nav>li>a {
    color: #fff;
    padding: 14px 25px;
    height: auto;
    line-height: 20px;
}

.menu-top .navbar-nav>li.active>a,
.menu-top .navbar-nav>li:hover>a {
    background: #000;
}

@media(max-width: 767px) {
    .menu-top {
        margin-top: 48px !important;
        border: none;
        width: calc(100% + 16px);
        margin: 0px 0px 0px -8px;
    }
}

.menu-top .navbar-toggle .icon-bar {
    background: #fff;
}

.menu-top .navbar-toggle {
    z-index: 99;
    margin: 0px;
    padding: 15px;
    border-radius: 0px;
    background: #d0bf1e;
    float: right;
    padding: 6px 10px;
    margin: 9px 9px 9px 0px;
}

.menu-top .navbar-header {
    float: none;
}

@media (min-width: 768px) {
    .menu-top .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        border: none;
    }
    .menu-top .navbar-toggle {
        display: none;
    }
}

@media(max-width: 767px) {
    .menu-top .navbar-collapse {
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 51px;
        border-left: 0px;
        border-right: 0px;
    }
    .menu-top .navbar-nav {
        margin: 0px 0px;
    }
    .menu-top .navbar-nav>li {
        border-top: 1px solid #EFEBEB;
        border-right: none;
        float: none;
    }
    .menu-top .navbar-nav>li:first-child {
        border-top: none;
    }
    .menu-top .navbar-nav>li>a {
        color: #555;
        padding: 10px 12px;
        background: #f0f0f0;
    }
    .menu-top .navbar-nav>li.active>a,
    .menu-top .navbar-nav>li:hover>a {
        color: #fff;
    }
}


/*detail-product*/

.main .main-content .detail-product {
    margin-bottom: 15px;
    background: #fff;
}

.images-product-detail {
    padding-right: 0px;
}

@media(max-width: 767px) {
    .images-product-detail {
        padding-right: 15px;
    }
    .images-product-detail .image-left {
        display: none;
    }
    .images-product-detail .image-right {
        width: 100% !important;
        margin-bottom: 5px;
    }
    body {
        background: #fff !important;
    }
}

.infomation-product-detail {}

@media(min-width: 992px) {
    .ads-product-detail {
        padding-left: 0px;
    }
}

@media(max-width: 991px) {
    .ads-product-detail {
        display: none;
    }
}

.images-product-detail img {
    max-width: 100%;
}

.next-prev {
    position: absolute;
    background: #f9f9f9;
    width: 24px;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9;
    cursor: pointer;
    box-shadow: 0px 0px 1px #ddd;
    display: none;
}

.prev1 {
    top: 5px;
}

.next1 {
    bottom: 5px;
}

.images-product-detail .image-left {
    padding: 0px;
    width: 23.2%;
    background: #E8E8E8;
    padding: 13px 13px 11px 13px;
    position: relative;
}

.images-product-detail .image-left .wrap-zoom-thumbnail {
    position: relative;
    height: 373px;
    overflow: hidden;
}

.images-product-detail .image-left .wrap-zoom-thumbnail ul {
    padding: 0px;
}

.images-product-detail .image-left .wrap-zoom-thumbnail li {
    margin: 0px 0px 5px 0px;
    width: 100% !important;
    height: 89px !important;
    cursor: pointer;
    list-style: none;
    padding: 2px;
    background: #fff;
    position: relative;
}

.images-product-detail .image-left .wrap-zoom-thumbnail li span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0);
}

@media(max-width: 991px) {
    .images-product-detail .image-left .wrap-zoom-thumbnail li {
        height: 72px !important;
    }
}

@media(max-width: 767px) {
    .images-product-detail .image-left .wrap-zoom-thumbnail li {
        height: 98px !important;
    }
}

.images-product-detail .image-left .wrap-zoom-thumbnail li img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.images-product-detail .image-left .wrap-zoom-thumbnail li:hover span {
    border: 1px solid #3d3d3d;
}

.images-product-detail .image-right {
    padding: 0px;
    width: 76.8%;
}

@media(max-width: 767px) {
    .images-product-detail .image-right .targetarea img {}
}

.targetarea {
    position: relative;
    background: #fff;
    height: 0px;
    padding-bottom: 120%;
}

.targetarea img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.main .main-content .detail-product .title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
}

@media(max-width: 767px) {
    .main .main-content .detail-product .title {
        font-size: 18px;
        padding-top: 10px;
    }
}

.main .main-content .detail-product .ma-sp {
    color: #f96d10;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    margin-right: 10px;
    padding-top: 2px;
}

.main .main-content .detail-product .like-share {
    float: left;
    margin-bottom: 6px;
}

.main .main-content .detail-product .info {
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #888;
    max-height: 110px;
    overflow: hidden;
}

.main .main-content .detail-product .other_info {
    margin-bottom: 15px;
}

.main .main-content .detail-product .other_info p {
    color: #555;
    margin-bottom: 4px;
}

.main .main-content .detail-product #info.info {
    overflow: visible;
}

.detail-product .group-size ul.info li select {
    position: static;
}

.main .main-content .detail-product .old-price-detail {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: normal;
    margin-bottom: 4px;
}

.main .main-content .detail-product .old-price-detail span {
    text-decoration: line-through;
}

.main .main-content .detail-product .price-detail {
    color: #f44336;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 8px;
}

.main .main-content .detail-product .size,
.main .main-content .detail-product .color {
    margin-bottom: 8px;
}

.main .main-content .detail-product .color ul {
    padding: 0px;
}

.main .main-content .detail-product .size label {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
}

.main .main-content .detail-product .color label {
    padding-left: 0px;
    padding-top: 5px;
    white-space: nowrap;
}

.main .main-content .detail-product .color ul>li.active {
    padding: 1px;
    border: 2px solid #3d3d3d;
}

.main .main-content .detail-product .color ul>li {
    float: left;
    margin: 1px;
    padding: 2px;
    border-radius: 2px;
    list-style: none;
    border: 1px solid #efefef;
}

.main .main-content .detail-product .color ul>li span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 0px;
    cursor: pointer;
}

.main .main-content .detail-product .color ul>li>a {
    width: 24px;
    height: 24px;
    border-radius: 0px;
    display: block;
    position: relative;
}

.main .main-content .detail-product .color ul>li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.main .main-content .detail-product .wrap-scroll-detail {
    position: relative;
}

.main .main-content .detail-product .scroll-detail {
    position: relative;
    overflow: hidden;
}

@media(max-width: 767px) {
    .main .main-content .detail-product .scroll-detail {
        height: auto !important;
    }
}

.main .main-content .detail-product .action {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    margin-top: 0px;
    padding-top: 5px;
}

.main .main-content .detail-product .action>div {
    padding: 0px;
}

.main .main-content .detail-product .action .padding-right-5 {
    padding-right: 5px;
}

@media(max-width: 767px) {
    .main .main-content .detail-product .action>div {
        width: 100%;
        padding: 0px !important;
    }
}

.main .main-content .detail-product .action .btn {
    border-bottom: 4px solid #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    background-color: #3d3d3d;
    padding: 10px 10px 8px;
    width: 100%;
}

.main .main-content .detail-product .action .btn:active {
    outline: 0;
    background-color: #7fd611;
    margin-top: 2px;
    border-color: #79cc10;
    border-bottom-width: 2px;
    border-bottom-color: #487513;
}

.main .main-content .detail-product .action .btn:focus {
    outline: none;
}


/*wrap-content-product*/

.content-product-detail {}

.content-product-detail * {
    max-width: 100%;
}

.content-product-detail .content p,
.content-product-detail .content span {
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Arial';
}

@media(max-width: 767px) {
    .content-product-detail * {
        word-break: break-word;
    }
}

.content-product-detail ul {}

.content-product-detail li {}

.content-product-detail .nav li.active a,
.content-product-detail .nav li:hover a {
    list-style: none;
    background: #3d3d3d;
}

.content-product-detail .content img {
    height: auto !important;
}

.content-product-detail table {
    width: 100% !important;
}

@media(max-width: 767px) {
    .content-product-detail table * {
        word-break: initial;
    }
}

.content-product-detail p {
    margin: 0px 0px;
}

.content-product-detail .nav-tabs {
    border: 1px solid rgba(240, 240, 240, 0.7);
    background: #f6f6f6;
}

.content-product-detail .nav-tabs>li.active>a,
.content-product-detail .nav-tabs>li:hover>a,
.content-product-detail .nav-tabs>li.active>a:focus,
.content-product-detail .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
}

.content-product-detail .nav-tabs>li>a {
    background: #E5E5E5;
    border: 0px solid #E5E5E5;
    border-radius: 0px;
    margin-right: 2px;
    padding: 9px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #717171;
}

@media(max-width: 767px) {
    .content-product-detail .nav-tabs>li {
        width: 100%;
        margin-bottom: 2px;
    }
    .content-product-detail .nav-tabs>li>a {
        margin-right: 0px;
    }
}

@media(max-width: 767px) {
    .content-product-detail .nav-tabs>li>a {
        margin-right: 2px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 13px;
    }
}

.wrap-content-product {
    background: #fff;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid rgba(240, 240, 240, 0.7);
    border-top: none;
}

@media(max-width: 767px) {
    .wrap-content-product {
        padding: 20px 0px;
        border: none;
    }
    .content-product-detail {}
}

table.table-product tr:first-child {
    /*background: #ebebeb;*/
}

table.table-product tr:first-child * {
    color: #333;
    font-weight: bold;
}

table.table-product tr td {
    border: 1px solid #e0e0e0;
    padding: 10px;
    text-align: center;
}


/*product-related*/

.product-related .main>.main-content>.grid-product .item {
    width: 100%
}

.product-related .main>.main-content>.grid-product ul {
    padding: 0px;
}

.product-related .main .main-title {
    /* border: none; */
    /* margin-bottom: 0px; */
    /* height: 46px; */
    /* background: #E5E5E5; */
}

@media(min-width: 992px) {}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .block-product.product-related .block-content .item {
        width: 100%;
        margin-top: 0px !important;
    }
    .product-related .main>.main-content>.grid-product .item {
        width: 50%;
    }
    .product-related .main .main-title {
        margin-bottom: 0px;
    }
    .main .main-content .detail-product .ma-sp {
        font-size: 15px;
        margin-top: 2px;
    }
}

.product-related .main .main-title .title {
    /* background: #E5E5E5; */
    /* border: none; */
    /* height: auto; */
    /* line-height: normal; */
    /* padding: 13px 5px; */
    /* float: none; */
    /* text-align: center; */
}

.product-related .main .main-title .title a {
    color: #555;
}

.action .show-more {
    position: absolute;
    display: inline-block;
    border: 1px solid #EFEBEB;
    border-radius: 50%;
    color: #8c8c8c;
    font-size: 17px;
    margin: 5px 0px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    top: 0px;
    background: #3d3d3d;
    box-shadow: 0px 0px 2px #b3b3b3;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wrap-showmore {
    position: absolute;
    top: -16px;
    width: 100%;
    height: 32px;
    display: none;
    background: url(../imgs/bg-showmore.png?v=1.0.0) repeat-x top left;
}

@media(max-width: 767px) {
    .action .show-more {
        display: none !important;
    }
}

.action .show-more:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.action .show-more span {
    display: block;
}

.action .show-more span.down {}

.action .show-more span.up {
    display: none;
}

.action .show-more span.up i {
    position: relative;
    top: -2px;
}


/**/

@media(min-width: 768px) {
    .logo-menu {
        display: none;
    }
}

@media(max-width: 767px) {
    .menu-top .navbar-header {
        margin-top: -50px;
    }
    .header-toolbar {
        margin-bottom: 0px;
        border-bottom: 1px solid #ececec;
    }
}

.phone-mobile {
    display: none;
    position: fixed;
    z-index: 1041;
    bottom: 2px;
    left: 2px;
    white-space: nowrap;
    height: 32px;
}

@media(max-width: 767px) {
    .phone-mobile {
        display: block;
    }
}

.phone-mobile i {
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    color: #fff;
}

.phone-mobile a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

.phone-mobile .img-0 {
    display: inline-block;
    position: relative;
    height: 32px;
    width: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
    padding: 0px 0px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #F3BB00;
    background: -moz-linear-gradient(top, #F3BB00 30%, #cea007 70%);
    background: -o-linear-gradient(top, #F3BB00 30%, #cea007 70%);
    background: -ms-linear-gradient(top, #F3BB00 30%, #cea007 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #F3BB00), color-stop(0.7, #cea007));
}

.phone-mobile .img-2 {
    background-color: #059fef;
    background: -moz-linear-gradient(top, #059fef 30%, #0986c7 70%);
    background: -o-linear-gradient(top, #059fef 30%, #0986c7 70%);
    background: -ms-linear-gradient(top, #059fef 30%, #0986c7 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #059fef), color-stop(0.7, #0986c7));
}

.phome-mobile {
    display: none;
    z-index: 99;
    height: 32px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 32px;
    background: #567fea;
}

.phome-mobile a {
    color: #fff;
    font-size: 16px;
}

@media(max-width: 767px) {
    .phome-mobile {
        display: block;
    }
}

.phome-mobile {
    display: none;
    z-index: 99;
    height: 32px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 32px;
    background: #3d3d3d;
}

.phome-mobile a {
    color: #fff;
    font-size: 16px;
}

@media(max-width: 767px) {
    .phome-mobile {
        display: block;
    }
}


/**/

.social {
    background: #444444;
    padding: 12px 0px;
}

.social a {
    font-size: 18px;
    display: inline-block;
    margin: 0px 0px 0px 8px;
}

.soclal-right {
    text-align: right;
}

@media(max-width: 991px) {
    .soclal-right {
        text-align: left;
        float: left !important;
        margin-top: 10px;
    }
}

.soclal-right p {
    display: inline-block;
    color: #cccccc;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.social a img {
    max-height: 30px;
}

@media(max-width: 767px) {
    .social {}
    .social a {
        margin: 0px 8px 0px 0px;
    }
    .social a img {
        max-height: 24px;
    }
}


/**/

@media(max-width: 767px) {
    .header-secondary .category .navbar-collapse {
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 50;
        border-left: none;
        border-right: none;
    }
}


/**/

.block-cate-product.navbar-collapse {
    padding: 0px;
}

@media(min-width: 992px) {
    .content-product-detail {
        width: 76%;
        padding-right: 0px;
    }
    .sidebar-right-detail {
        width: 24%;
    }
}

@media(max-width: 991px) {
    .sidebar-right-detail {
        display: none;
    }
}


/*menu-bottom*/

.menu-top-bottom {
    background: rgba(0, 0, 0, 0.9);
    padding: 2px 15px 0px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #353535;
    display: none;
}

@media(max-width: 991px) {
    .menu-top-bottom {
        display: none;
    }
}

.menu-top-bottom ul {
    margin: 0px;
    padding: 0px;
}

.menu-top-bottom li {
    display: inline-block;
    min-height: 46px;
    line-height: 46px;
    list-style: none;
}

.menu-top-bottom li:first-child a {
    border: none;
}

.menu-top-bottom li a {
    border-left: 1px solid #ddd;
    white-space: nowrap;
    padding: 0px 15px;
    color: #ddd;
    font-size: 12px;
    text-transform: uppercase;
}

.menu-top-bottom li.active a,
.menu-top-bottom li:hover a {
    color: #3d3d3d;
}


/**/

.flexslider {
    overflow: hidden;
    position: relative;
}

@media(max-width: 767px) {
    .flexslider {
        display: block;
        max-height: inherit !important;
    }
}

.flexslider ul {
    padding: 0px;
    margin: 0px;
}

.flex-direction-nav {
    display: none;
}

.flexslider ul li {
    list-style-type: none;
}

.flexslider ul li a .name {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-family: 'myriadbold';
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .flexslider ul li a .name {
        width: 100% !important;
        font-size: 36px;
        margin-bottom: 10px;
    }
}

.flexslider ul li a .info {
    font-family: 'UTMDinhTran';
    display: block;
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .flexslider ul li a .info {
        display: none;
    }
}

.flexslider ul li a .info span {
    display: inline-block;
    position: relative;
}

.flexslider ul li a .info span:before {
    content: '';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 15px;
    margin-top: 5px;
}

.flexslider ul li a .info span:after {
    content: '';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 60px;
    height: 4px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 15px;
    margin-top: 5px;
}

.flexslider ul li a .view span {
    width: 130px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 34px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 600;
    display: inline-block;
}

.flexslider ul li img {
    width: 100%;
}

@media(max-width: 767px) {
    .flexslider ul li img {}
}

.flexslider ul li a {
    display: block;
    /* text-align: center; */
    /* top: 26%; */
    /* left: 0px; */
    /* width: 500px; */
    /* white-space: nowrap; */
    /* position: absolute; */
}

@media(max-width: 767px) {
    .flexslider ul li a {
        width: 100%;
        white-space: normal;
        top: auto;
        bottom: 30px;
    }
}

.flexslider .flex-direction-nav li {
    position: absolute !important;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    font-size: 35px;
    color: #555;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flexslider .flex-direction-nav li.flex-prev {
    right: -30px;
}

.flexslider .flex-direction-nav li.flex-next {
    left: -30px;
}

.flexslider .flex-direction-nav li a {
    color: #000;
}

.flexslider:hover .flex-direction-nav li.flex-prev {
    right: 10px;
}

.flexslider:hover .flex-direction-nav li.flex-next {
    left: 10px;
}

.flexslider .flex-direction-nav li.flex-prev:hover {
    text-decoration: underline;
}

.flexslider .flex-direction-nav li.flex-next:hover {
    text-decoration: underline;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 10;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0px 3px;
}

.flex-control-nav li a {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: 1px solid #fff;
    cursor: pointer;
}

.flex-control-nav li a.flex-active {
    background: #cbbb10;
    border-color: #cbbb10;
}