body {
    background: #ececec;
}
.container {
    width: 1348px;
}
@media (max-width: 1440px) {
    .container {
        width: 1200px;
    }
}
.c-nav-top {
    height: 40px;
    position: relative;
    z-index: 101;
    background: #019211;
}
.c-nav-left {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
.c-menu-top {
    display: inline-block;
    vertical-align: middle;
}
.c-menu-top>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-menu-top>ul>li.c-menu-top__sp {
    display: block;
}
.c-menu-top>ul>li {
    float: left;
    position: relative;
    z-index: 1;
}
.c-menu-top>ul>li>a {
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 0 8px;
}
.c-menu-top>ul>li>a .fa {
    color: #fff;
    font-size: 16px;
}
.c-menu-top>ul>li>a i {
    margin-right: 5px;
}
.c-menu-top>ul>li>a i {
    margin-top: -3px;
}
.c-menu-top>ul>li>a .c-menu-top__text {
    display: inline;
}
.c-nav-right {
    float: right;
    margin-right: -10px;
}
.icon20-speaker {
    background-image: url(/uploads/plugin/custom_img/2019-06-18/1560868988-338231934-custom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.icon20-buiding {
    background-image: url(/uploads/plugin/custom_img/2019-06-18/1560868988-524498164-custom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
[class*="icon20"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.c-menu-top>ul>li:first-child:before {display: none;}
.c-menu-top>ul>li:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #ececec;
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 0;
}
.c-menu-top>ul>li>a .mall {
    background: #ffb718;
    color: #fff;
    padding: 0 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.bg-logo {
    background: #00CD4E;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.icon32-user {
    background-image: url(/uploads/plugin/custom_img/2019-06-19/1560935495-227442925-custom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.icon32-heart {
    background-image: url(/uploads/plugin/custom_img/2019-06-19/1560935495-1521048961-custom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.icon32-cart {
    background-image: url(/uploads/plugin/custom_img/2019-06-19/1560935495-1914532613-custom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.icon32-cart, .icon32-user, .icon32-heart {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
}
.bg-logo>.container>.row {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mini-cart-order a span {display: block;}
.mini-cart-order {background: unset;bottom: 0;padding: 0;}
.bg-logo>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mini-cart-order a {position: relative;}
.mini-cart-order .number {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 20px;
    border-radius: 10px;
    background: #e01222;
}
.c-dropdown-menu {
    width: 245px;
}
.c-dropdown-menu.is-circle {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.c-dropdown-menu.is-right {
    left: auto;
    right: 0;
}
.c-dropdown-menu {
    padding: 12px 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-top: -10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.love span, .account-user span, .text-mini-cart {display: block;color: #fff;padding-top: 3px;text-transform: unset;line-height: 1.4;font-size: 14px;}
.love, .account-user {text-align: center;}
.mini-cart-order .dropdown-toggle {text-transform: unset;}
.bg-logo>.container>.row>div:last-child >div{
    width: 33.33333333%;
}
.account-user.item-dropdown:hover .c-dropdown-menu {
    z-index: 99;
    visibility: visible;
    opacity: 1;
    -ms-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    text-align: left;
}
.c-dropdown-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-dropdown-menu>ul>li {
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
.c-dropdown-menu>ul>li>.btn {
    color: #fff;
    padding: 0 12px;
    line-height: 42px;
    text-align: center;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
}
.c-dropdown-menu>ul>li>a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 4px 10px 4px 20px;
    font-size: 13px;
    text-align: left;
}
.c-dropdown-menu a {
    text-decoration: none;
    color: #fff;
}
.btn-secondary {
    background-color: #ffb718;
    border-color: #ffb718;
    color: #fff;
}
.nh-row.header-bottom {
    background: #00CD4E;
}
.menu-vetical .nav_desktop li a i img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.c-head-inner__right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bg-slider>.container>.row>div:nth-child(2),.bg-slider>.container>.row>div:last-child {
    padding: 0;
}
.c-small-banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-small-banner ul li {
    float: left;
    width: 20%;
}
.c-small-banner ul li a img {
    width: 100%;
    height: auto;
}
.menu-vetical .nav_desktop li a{
    border-bottom: unset;
    padding: 5px 10px 5px 0;
    margin: 0 15px !important;
}
.c-commit {
    padding: 20px 0;
    display: block;
}
.c-commit ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-commit ul li {
    float: left;
    width: 16.6666666667%;
    padding-left: 5px;
    padding-right: 5px;
}
.c-commit ul li {
    padding-bottom: 15px;
}
a.c-commit-item {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
a.c-commit-item {
    text-decoration: none;
}
.c-commit-item {
    text-align: center;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 5px 10px;
    position: relative;
    z-index: 1;
    display: block;
}
.c-commit-item__icon.is-image {
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.c-commit-item__icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #0971ce;
    font-size: 18px;
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    display: block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.c-commit-item__icon.is-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.c-commit-item__title {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.bg-slider {margin-bottom: 100px;}
.status-product b {
    display: block;
    font-size: 9px;
    color: #fff;
}
.content-slider-product {margin-bottom: 0 !important;}
a.c-commit-item:hover .c-commit-item__icon {
    background: #ffb718;
}
.modal-login {width: 100% !important;}
.list-item.col-md-2-5 {width: 20%;}
.c-more {
    text-align: center;
    padding-top: 10px;
}
.box-detail-list-product {margin-bottom: 0 !important;}
.box-product {margin-bottom: 30px;}
.box-product .content-slider-product .group-item {margin-bottom: 0;}
.c-whitebox {
    margin-bottom: 30px;
    background: #fff;
}
.c-whitebox .c-whitebox__title {
    padding: 12px 5px 12px 15px;
    border-bottom: 1px solid #ececec;
}
.c-whitebox .c-whitebox__title .c-whitebox__title__name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    color: #0971ce;
    text-transform: uppercase;
}
.c-cat-slider {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.c-cat-item__thumb {
    padding-top: 75%;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
.c-cat-item__thumb a {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.c-cat-item__thumb img {
    width: auto !important;
    display: inline !important;
    max-width: 120px;
    max-height: 120px;
}
.c-cat-item__content {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.c-cat-item__content a {
    display: block;
    display: -webkit-box;
    height: 32px;
    line-height: 16px;
    text-align: center;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-detail .owl-controls {display: block !important;}
.owl-controls {display: none !important;}
.c-box {
    margin-bottom: 35px;
}
.c-body-banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-body-banner ul li {
    padding: 0 5px;
    margin-bottom: 0;
    width: 33.3333333333%;
    float: left;
}
.c-body-banner ul li a {
    border: 1px solid #ddd;
    position: relative;
    z-index: 1;
    display: block;
}
.c-body-banner ul li a img {
    width: 100%;
    height: auto;
}
.c-policy {
    padding: 20px 0;
}
.c-policy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-policy ul li {
    float: left;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}
.b-grid {
    margin: 0;
    padding: 0;
    min-height: 60px;
}
.c-policy .b-grid .b-grid__img {
    width: auto;
    height: 72px;
    text-align: center;
}
.c-policy .b-grid .b-grid__img {
    float: none;
    margin: 0 auto 10px;
}
.b-grid .b-grid__img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.c-policy .b-grid .b-grid__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 50px;
}
.c-policy .b-grid .b-grid__content {
    margin-left: 0;
}
.c-policy .b-grid .b-grid__row {
    text-align: center;
    font-size: 13px;
}
.b-grid .b-grid__row {
    margin-bottom: 5px;
}
.c-policy .b-grid .b-grid__row {
    font-size: 14px;
    color: #666;
}
.c-policy .b-grid .b-grid__title {
    font-size: 18px;
}
.c-policy .b-grid .b-grid__title {
    font-size: 16px;
    color: #333;
}
.b-grid .b-grid__title {
    font-weight: bold;
    margin-right: 3px;
}
.c-footer-email {
    padding: 30px 0;
    background-color: #019211;
}
.c-footer-email__left {
    color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}
.c-footer-email__left h6 {
    font-size: 20px;
    margin-top: 0;
}
.c-footer-email__left p {
    margin: 0;
}
.c-footer-email__right .form-control {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    height: 40px;
    padding-right: 100px;
}
.c-footer-email__right .btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffb718;
    border: none;
    z-index: 99;
    height: 40px;
    color: #fff;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.c-footer-email__right .btn .fa {
    color: #fff;
    font-size: 18px;
    margin-right: 5px !important;
}
.c-footer-logo {
    margin-bottom: 20px;
}
.c-footer-logo img {
    max-width: 250px;
    max-height: 80px;
    display: block;
    margin: 0;
}
.c-footer-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}
.p-icon {
    display: block;
    padding-left: 20px;
}
.p-icon .fa {
    float: left;
    font-size: 16px;
    color: #0971ce;
    margin: 2px 0 0 -20px;
}
.c-footer-text hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.c-footer-box {
    margin-bottom: 15px;
    padding: 30px 0 0;
}
.c-footer-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #666;
}
.c-footer-content {
    display: block !important;
    margin-bottom: 0;
}
.c-footer-support {
    margin-bottom: 15px;
}
.c-footer-support a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.c-footer-support img {
    width: 28px;
    height: 28px;
    margin-right: 7px;
}
.c-footer-social {
    max-width: 330px;
    margin-bottom: 15px;
}
.c-footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-footer-social ul li {
    float: left;
    width: 25%;
}
.c-footer-social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c-footer-social ul li a img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.c-footer-box:last-child {
    margin-bottom: 0;
    padding: 0;
}
.padd-30 {padding: 15px 0;}
#header .c-nav-top, #header {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#header.fix .c-nav-top {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#header.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.bg-slider .menu-vetical a.dropdown-toggle {
    display: none;
}
.bg-slider .menu-vetical {padding: 0;}
.bg-slider .menu-vetical .dropdown-menu, .menu-vetical:hover .nav_desktop {
    display: block;
    width: 100%;
    border: unset;
    box-shadow: unset;
    z-index: 3;
    border-radius: unset;
}
.bg-slider>.container>.row>div:first-child {padding-right: 0;}
.product-detail .top-detail-product {
    background: #fff;
    padding: 17px 20px;
}
.c-product-head {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
    height: 40px;
}
.row.margin-b-50 {margin: 0;}
.c-product__row {
    margin-bottom: 0;
}
.c-product-head__title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-transform: uppercase;
}
.box-slide-images-detail .view-images-large{
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ddd;
}
.c-product-main__gadient {
    margin-bottom: 15px;
    padding-bottom: 1px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.c-product-main__gadient .c-product__row {
    padding-left: 10px;
    padding-right: 25px;
    font-size: 13px;
    margin-bottom: 7px;
}
.c-product-main .c-product__row label {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    width: 105px;
    float: left;
}
.c-product-main__text {
    margin-left: 125px;
    min-height: 25px;
}
.text-primary {
    color: #0971ce;
}
.c-product-main__price {
    color: #e5101d;
    font-size: 24px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
}
.c-product-main__oldprice {
    color: #999;
    text-decoration: line-through;
}
.c-star {
    display: inline-block;
    vertical-align: middle;
}
.c-star .fa {
    color: #ddd;
    font-size: 12px;
}
.c-promotion-detail {
    border: 1px dashed #0971ce;
    margin-top: 10px;
}
.c-promotion-detail__title {
    padding: 7px 15px;
    background: #ffb718;
    color: #fff;
    border-bottom: 1px dashed #0971ce;
}
.c-promotion-detail__content {
    padding: 15px;
}
.c-product__line {
    height: 1px;
    background: #ddd;
    margin: 15px 0 20px;
}
.c-product-main .c-product__row label.c-product-main__lb {
    line-height: 25px;
}
.c-product-main__number {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}
.c-product-main__button {
    padding: 10px 0;
}
.c-product-main__button .btn.btn-lg {
    font-size: 16px;
}
.c-product-main__button .btn {
    margin-right: 10px;
}
.btn-light {
    background-color: #fff;
    border-color: #0a64b4;
    color: #0a64b4;
}
.btn-primary {
    background-color: #0971ce !important;
    border-color: #0971ce !important;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 700;
}
.btn-secondary {
    background-color: #ffb718 !important;
    border-color: #ffb718 !important;
    color: #fff;
    border-radius: 3px !important;
}
.c-product__check {
    padding-left: 25px;
    display: block;
}
.c-product-main__support .c-product__check .fa {
    font-size: 16px;
    color: #0971ce;
    margin: 0 0 0 -25px;
    float: left;
}
.c-product-right {
    float: right;
    display: block;
    position: relative;
    z-index: 1;
}
.c-product-right__gadient {
    position: relative;
    z-index: 1;
}
.c-product-right__commit {
    position: relative;
    z-index: 3;
}
.c-product-right__commit ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-product-right__commit .b-grid {
    overflow: hidden;
    margin-bottom: 12px;
}
.b-grid {
    margin: 0;
    padding: 0;
    min-height: 60px;
}
.c-product-right__commit .b-grid .b-grid__img {
    width: 40px;
    height: auto;
}
.b-grid .b-grid__img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.c-product-right__commit .b-grid .b-grid__img img {
    max-width: 100%;
    width: auto;
    min-height: 0;
}
.c-product-right__commit .b-grid .b-grid__content {
    margin-left: 48px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.c-product-right__commit .b-grid .b-grid__row {
    color: #333;
    font-size: 13px;
    line-height: 18px;
}
.b-grid .b-grid__row {
    margin-bottom: 5px;
}
.c-product-right__commit .b-grid .b-grid__title {
    color: #333;
    font-weight: 700;
}
.c-product-right__commit .b-grid .b-grid__row {
    color: #333;
    font-size: 13px;
    line-height: 18px;
}
.b-grid .b-grid__row:last-child {
    margin-bottom: 0;
}
.top-detail-product>.row>div:nth-child(2) {width: 38%;}
.top-detail-product>.row>div:nth-child(3) {width: 42%}
.top-detail-product>.row>div:nth-child(4) {width: 20%;}
.left-right-fmw .col-md-2.col-sm-2 {width: 19%;}
.left-right-fmw .col-md-10.col-sm-10 {width: 81%;}
.bottom-detail-product .box-product-style2 {
    background: #f5f5f5;
}
.product-detail .navbar {border: unset;}
.product-detail .navbar #nav_detail .navbar-nav li a {
    background: #f5f5f5;
    border-radius: unset; 
    border: unset;
}
.product-detail .navbar #nav_detail .navbar-nav li.active a {
    background: #fff;
    color: #333;
}
.bottom-detail-product .tab-content {
    border: unset;
    background: #fff;
}
.block-navigation .nav_title {background: #fff; border-bottom: 1px solid #ececec;}
.block-navigation .nav_title li a::before {opacity: 0;}
.block-navigation .nav_title li a {color: #0971ce;}
.block-navigation .block-nav-left-mobile {
    border: unset;
    background: #fff;
    padding: 0 10px;
}
.block-navigation .bs-docs-sidenav>li {border: unset;}
.left-right-fmw .title_widget {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 5px 20px;
}
.left-right-fmw .title_widget h2 {
    color: #0971ce;
    font-size: 15px;
    padding: 8px 0;
    margin: 0;
    font-weight: 500;
}
.left-right-fmw .box-detail-list-product {
    background: #fff;
    padding: 10px 0;
}
.left-right-fmw .box-detail-list-product>.row {margin: 0;}
.left-right-fmw .box-detail-list-product>.row>.list-item {padding: 0 5px;}
.left-right-fmw .box-detail-list-product>.row>.list-item .item-product {
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
.left-right-fmw .box-detail-list-product>.row>.list-item:last-child .item-product {border-bottom: unset;}
.left-right-fmw .c-more {display: none;}
.relate-to .title_widget {margin: 0 15px;background: unset;color: #333;padding: 0;margin: 0 15px 20px 15px;border: unset;}
.relate-to .title_widget h2 {color: #333;font-size: 20px;}
@media (max-width: 1000px) {
    .container {width: auto !important;}
    .c-menu-expand {
        position: absolute;
        top: 7px;
        left: 10px;
        z-index: 2;
        width: 31px;
        height: 31px;
        border: none;
        background-color: transparent;
    }
    .c-menu-expand span {
        background-color: #fff;
        font-size: 0;
        width: 13px;
        height: 3px;
        position: absolute;
        top: 12px;
        left: 6px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .c-menu-expand span:before {
        transform: translateY(-6px);
        width: 18px !important;
    }
    .c-menu-expand span:after {
        transform: translateY(6px);
        width: 8px !important;
    }
    .c-menu-expand span:before, .c-menu-expand span:after {
        content: "";
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .c-nav-left {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }
    .c-menu-top {
        display: inline-block;
        vertical-align: middle;
    }
    .c-menu-top>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .c-menu-top>ul>li>a .c-menu-top__text {
        display: none;
    }
    .logo img {
        width: auto;
        height: auto !important;
        max-height: 40px;
        max-width: 210px;
        margin: 0 !important;
    }
    span.text-mini-cart, .love span, .account-user span, .text-mini-cart {display: none !important;}
    .icon32-cart, .icon32-user, .icon32-heart {
        width: 24px !important;
        height: 24px;
    }
    .mini-cart-order .number {
        width: 15px;
        height: 15px;
        font-size: 11px !important;
        right: 0;
        top: -5px;
    }
    .bg-logo>.container>.row>div:last-child >div {width: 28%;}
    .list-item.col-md-2-5.col-xs-6 {width: 50%;}
    .c-nav-top {position: unset;background: #f1552e;}
    .search-mobile {
        background: #f1552e;
    }
    .bg-logo {border: unset;background: #f47b3c;}
    .box-search>.form-inline>.form-group>.input-group>.form-control {width: 100%;border-left: unset; height: 40px;}
    .box-search {padding: 0;}
    .box-search>.form-inline {
        border: unset;
        background: unset;
        height: 40px;
    }
    .box-search>.form-inline>.form-group>.btn-search {
        height: 40px;
        background: #ffb718;
    }
    .nhslider .item_block {margin-bottom: 0;}
    .banner-bottom-slide>.container>.row>div {padding: 0;}
    .c-body-banner ul li, .c-policy ul li {width: 100%;}
    .b-grid .b-grid__img {
        float: left !important;
        width: 50px !important;
        height: 50px !important;
        overflow: hidden;
    }
    .c-policy ul li {margin-bottom: 5px;}
    .c-policy>.container {padding: 0;}
    .b-grid .b-grid__content {
        margin-left: 60px !important;
    }
    .c-policy .b-grid .b-grid__row {text-align: left;}
    .footer-bottom {margin-top: 15px;}
    .top-detail-product {
        padding: 10px !important;
        background: #fff;
        margin-bottom: 20px !important;
    }
    .c-product-head {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
        height: auto;
    }
    .top-detail-product>.row>.col-xs-12, .left-right-fmw .col-xs-12 {width: 100% !important;}
    .c-product-main__button .btn {
        margin-bottom: 10px;
        width: 100%;
    }
    .name-category {display:block !important;}
    .sort-by-product.Foatright {max-width: 100% !important;width: 100%;}
    .sort-by-product .form-group label {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        padding: 5px 0;
    }
    .pagination {border: unset;}
}
.box-left.advanced-product {
    background: #fff;
}
.advanced-product h2 {
    color: #0971ce;
    font-size: 15px;
    padding: 15px;
    margin: 0;
    font-weight: 500;
}
.advanced-product h2 a {color: #0971ce;}
.advanced-filter .nav_title {
    border: unset;
    background: #ddd;
}
.name-category {display: inline-block;}
.name-category h1 {margin: 0; font-size: 25px; padding: 10px 0;}
.sort-by-product .form-group label {
    position: absolute;
    left: -70%;
    top: 10px;
}
.top-list-product-subpage {
    padding-bottom: 0;
}
.c-browse-control {
    padding: 15px;
    margin-bottom: 15px;
}
.c-browse-control {
    min-height: 56px;
    background: #fff;
}
.c-browse-control__title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    max-width: 65%;
}
.c-browse-control__title h1 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}
.c-news .title-blogs-item {
    height: auto;
}
.c-news .title-blogs-item a {
    font-size: 20px;
    font-weight: 700;
    color: #0971ce;
}
.more-blogs {color:#aaa;}
.c-news {
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
}
.margn-30 {margin-top: 30px;}
.detail-post {
    background:#fff;
    padding: 15px;
    margin-bottom: 50px;
}
.detail-post .title-blogs-item {margin-top: 0;}
.nav_desktop ul.first-ul {height: 539px;}
.bg-logo>.container>.row>div:last-child i.fa {
    color:#fff;
    font-size: 24px;
    font-weight: normal;
}
@media(max-width: 1000px) {
    .c-menu-inner {
        position: relative;
        z-index: 99;
    }
    .show-menu .js-app-ovelay {
        visibility: visible;
        opacity: 1;
        z-index: 98;
    }
    .c-app-ovelay {
        z-index: -1;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        background: #000;
        background: rgba(0,0,0,0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .show-menu .c-alias__expand{
        transform: translate3d(250px, 0, 0);
        -webkit-transform: translate3d(250px, 0, 0);
    }
    .c-alias__expand {
        width: 250px;
        border-right: 1px solid #ddd;
        background: #fff;
        position: fixed;
        top: 40px;
        bottom: 0;
        left: -250px;
        z-index: 200;
        overflow: auto;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .c-alias-close {
        color: #f1552e;
        display: block;
        padding: 5px 15px;
        font-size: 16px;
        cursor: pointer;
    }
    .c-alias__expand>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .c-alias__expand>ul>li {
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .c-alias__expand>ul>li>a {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 9px 25px 9px 47px;
        position: relative;
        z-index: 1;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .c-alias__expand>ul>li>a img {
        width: 28px;
        height: 28px;
        float: left;
        margin: -3px 0 0 -38px;
    }
    .c-alias__expand>ul>li>a .c-alias-mobile__expand-sub {
        position: absolute;
        z-index: 2;
        top: 15px;
        right: 17px;
    }
    .c-alias-sub {
        display: none;
        background: #fff;
    }
    .c-alias-sub__content {
        padding: 0 15px 0 47px;
    }
    .c-alias-sub__content ul {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
    }
    .c-alias-sub__content ul li a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 8px 0;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .c-menu-expand:focus {
        outline: unset;
    }
    .c-alias-sub.opent {display: block;}
    .mighty-slider {height: 190px !important;}
    .show-menu .c-menu-expand span:before {
        transform: translateY(0px) rotate(45deg);
        width: 20px !important;
    }
    .show-menu .c-menu-expand span:before, .show-menu .c-menu-expand span:after {
        background-color: #fff;
    }
    .show-menu .c-menu-expand span:after {
        transform: translateY(0px) rotate(-45deg);
        width: 20px !important;
    }
    .show-menu .c-menu-expand span {
        background-color: transparent;
        left: 5px;
    }
    .list-item.col-md-2-5.col-xs-6:nth-child(2n + 1) {padding-right: 2.5px;}
    .list-item.col-md-2-5.col-xs-6:nth-child(2n) {padding-left: 2.5px;}
    .banner-bottom-slide {margin-bottom: 30px;}
    .bg-daily-deal>.container>.row {margin-top: 30px;}
    .price-inline p {font-size: 14px !important; display: inline-block !important;}
    .btn-mobile-card {text-align: center;margin-top: 5px;}
    .btn-mobile-card a {
        padding: 3px 5px;
        background: #f1552e;
        color: #fff;
    }
}
@media (max-width: 1440px) {
    .wsmenu-list > li > .navtext {margin-right: 0;}
}
@media (max-width: 1280px) {
    .wsmenu-list > li  {margin-right: 10px;}
}
.num-quantity.input-lg {
    height: 42px;
}
.download-app img {width: 100px; float: left; margin-right: 15px;}
.detail-news-box {
    padding: 15px;
    background: #fff;
    margin-bottom: 50px;
}