* {
    margin: 0px;
    padding: 0px
}

#wrap {
    max-width: 640px !important;
    margin: 0px auto;
}
.container {
    max-width: 100% !important;
    padding: 0px 10px;
}

.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.clearfix {
    clear: both;
}

p {
    margin-bottom: 0px;
}

*:focus {
    box-shadow: none !important;
    outline: none !important
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
}

.ul,
.format {
    margin: 0;
    padding: 0;
    list-style: none
}

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

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none
}

.bg-w {
    background: #fff;
    width: 100%;
    float: left;
}

body {
    font-family: Roboto;
    font-weight: 400;
    background: #f3f3f3;
    font-size: 14px;
    color: #222;
}
body.nothome {
    background: #f5f5f5;
}
.icons {
    background: url(../images/sprite.png) no-repeat;
    vertical-align: middle;
    background-position: -1px -1px;
}
section {
    width: 100%;
    float: left;
}
.red {
    color: #e42128;
}
/* header */
.top-header {
    padding: 5px 0px;
    background: #fff;
}
.top-header .logo {
    float: left;
}
.top-header .logo img {
    max-height: 45px;
}
.top-header .top-header-ot {
    float: right;
    text-align: right;
}
.top-header .top-header-ot .item-top {
    display: inline-block;
    text-align: left;
    margin-top: 2px;
}
.top-header .top-header-ot .item-top.cart-top {
    float: right;
    position: relative;
}
.top-header .top-header-ot .item-top.account-top {
    margin-left: 20px;
    margin-right: 20px;
}
.top-header .top-header-ot .item-top.phone-top .icons {
    float: left;
    width: 23px;
    height: 32px;
    margin-top: 4px;
    margin-right: 10px;
    background-position: -104px -1px;
}
.top-header .top-header-ot .item-top.account-top .icons {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 10px;
    background-position: -1px -1px;
}
.top-header .top-header-ot .item-top.cart-top .icons {
    float: right;
    width: 34px;
    height: 31px;
    margin-top: 5px;
    margin-right: 10px;
    background-position: -49px -1px;
}
.top-header .top-header-ot .item-top.cart-top .cart-count {
    width: 21px;
    height: 21px;
    float: left;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
    line-height: 21px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    background: #ff2121;
}
.bot-header {
    padding: 7px 0px;
    background: #0c0e6f;
}
.bot-header #main-menu a {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    float: left;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #2578e7;
    color: #fff;
    font-size: 24px;
}
.main-search {
    width: calc(100% - 45px);
    float: left;
    position: relative;
}
.main-search .box-search {
    width: 100%;
    float: left;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.main-search .box-search input {
    width: calc(100% - 42px);
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
    border: none;
    padding: 0px 10px;
    background: #fff;
}
.main-search .box-search button {
    width: 42px;
    float: right;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    font-size: 20px;
    color: #222;
}
.autocomplete-suggestions {
    width: 100%;
    float: left;
    position: absolute;
    padding: 10px;
    background: #fff;
    top: 100%;
    left: 0px;
    max-height: 300px;
    overflow: auto;
    display: none;
    z-index: 9999;
}
.autocomplete-suggestions .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.autocomplete-suggestions .item .s-img {
    width: 20%;
    float: left;
    padding-top: 65px;
    position: relative;
}
.autocomplete-suggestions .item .s-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.autocomplete-suggestions .item .info {
    width: 80%;
    float: left;
    padding-left: 5px;
}
.autocomplete-suggestions .item .info .s-name {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.autocomplete-suggestions .item .info .s-price {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #e42128;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.header-all {
    width: 100%;
    float: left;
    height: 104px;
}
.header-all .header-fix {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background: #fff;
}
/* home page */
.slide-home {
    padding: 10px 0px 20px 0px;
    background: #fff;
}
.slide-home .owl-dots {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
}
.slide-home .owl-dots .owl-dot {
    background: rgba(0,0,0,0.3);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}
.slide-home .owl-dots .owl-dot.active {
    background: #ff7802;
}
.slide-home .slide-home-content img {
    border-radius: 5px;
}
.cat-home {
    padding-bottom: 5px;
    background: #fff;
}
.cat-home .list-cat-home {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.cat-home .list-cat-home a {
    width: calc(33.333% - 6px);
    margin-right: 9px;
    margin-bottom: 9px;
    float: left;
    padding: 10px;
    text-align: center;
    border: solid 1px #ccc;
    color: #222;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.cat-home .list-cat-home a span {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.cat-home .list-cat-home a:nth-child(3n) {
    margin-right: 0px;
}
.cat-home .list-cat-home a.st-ot {
    width: calc(50% - 4.5px);
}
.cat-home .list-cat-home a:nth-child(9) {
    margin-right: 9px;
}
.cat-home .list-cat-home a:nth-child(8), .cat-home .list-cat-home a:nth-child(10) {
    margin-right: 0px;
}
/* style product all */
.p-container {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}
.p-container .p-img {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
}
.p-container .p-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    border-radius: 5px;
}
.p-container .p-sku {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.p-container .p-name {
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #222;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
} 
.p-container .p-price {
    font-size: 18px;
    font-weight: 700;
    color: #d00406;
    width: 100%;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.p-container .p-old-price {
    font-size: 14px;
    font-weight: 300;
    color: #9f9f9f;
    width: 100%;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-decoration: line-through;
}
.p-container .discount {
    width: 55px;
    height: 30px;
    background-position: -147px -4px;
    float: left;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}
.owl-carousel.owl-drag .owl-item:hover {
    z-index: 1;
}
.style-owl.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 28px;
    height: 56px;
    float: left;
    background: rgba(0,0,0,0.5);
    transform: translateY(-28px);
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 56px;
    border-radius: 0px 5px 5px 0px;
}
.style-owl.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 28px;
    height: 56px;
    float: left;
    background: rgba(0,0,0,0.5);
    transform: translateY(-28px);
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 56px;
    border-radius: 5px 0px 0px 5px;
}
/* hot-pro-home */
.hot-pro-home {
    background: #fff;
}
.hot-pro-home .title {
    width: 100%;
    height: 60px;
    float: left;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: url(../images/bg-sale-mobile.jpg) no-repeat;
    background-size: 100% 100%;
    line-height: 60px;
}
.hot-pro-home .product-list {
	background: #e1e1e1;
        border-bottom: solid 1px #e1e1e1;
}
/* banner home page */
.banner-homepage {
    margin-bottom: 10px;
    background: #fff;
}
.banner-homepage .item, .banner-homepage .item a {
    width: 100%;
    float: left;
}
/* product home */
.product-home {
    margin-bottom: 10px;
    background: #fff;
}
.product-home .title {
    width: 100%;
    float: left;
    background: #0c0e6f;
}
.product-home .title span {
    float: left;
    padding: 0px 15px;
    padding-right: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
}
.product-home .title span h2 {
	float: left;
    padding: 0px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    margin: 0px;
}
.product-home .title a {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #2578e7;
    line-height: 42px;
    padding-right: 10px;
    color: #fff;
}
.product-home .product-list {
	background: #e1e1e1;
        border-bottom: solid 1px #e1e1e1;
}
/* product viewed */
.product-viewed {
    margin-bottom: 10px;
    background: #fff;
    padding-top: 20px;
}
.product-viewed .title {
    width: 100%;
    float: left;
    padding: 0px 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
  	border-bottom: solid 1px #e1e1e1
}
.product-viewed .product-list {
	background: #e1e1e1;
        border-bottom: solid 1px #e1e1e1;
}
/* stlyle article all */
.n-img {
    width: 200px;
    float: left;
    margin-right: 0px;
    position: relative;
    display: block;
    padding-top: 123px;
    overflow: hidden;
}
.n-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    border-radius: 5px;
}
.n-info {
    width: calc(100% - 200px);
    float: left;
    padding: 10px;
}
.n-name {
    width: 100%;
    float: left;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 2px;
}
.n-time {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 2px;
}
.n-sum {
    width: 100%;
    float: left;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
}
/* article home page */
.article-homepage {
    padding: 10px 0px;
    background: #f3f3f3;
    padding-top: 20px;
}
.article-homepage .title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}
.article-homepage .article-list {
    width: 100%;
    float: left;
}
.article-homepage .article-list .item {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 3px 0px #ccc;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.article-homepage .article-list .item:nth-child(1) {
    margin-left: 0px;
}
.article-homepage .news-home-vm {
	width: 100%;
  float: left;
    text-align: center;
  margin-top: 10px;
      background: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none;
}
.article-homepage .news-home-vm a {
	display: inline-block;
    font-size: 14px;
    color: #2578e7;
    line-height: 40px;
}
/* footer */
.footer {
    padding-top: 10px;
    background: #fff;
}
.footer .box-footer {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.footer .box-footer .title {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}
.footer .box-footer.ft-content {
    border-bottom: solid 1px #ccc;
}
.footer .box-footer.ft-content p {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    color: #333;
}
.footer .box-footer.ft-content p b {
    font-weight: 700;
}
.footer .box-footer.ft-content p a {
    color: #0084cb;
}
.footer .box-footer.box-mn-ft .title {
    color: #0084cb;
}
.footer .box-footer.box-mn-ft .title i {
    float: right;
}
.footer .box-footer.box-mn-ft .list {
    width: 100%;
    float: left;
}
.footer .box-footer.box-mn-ft {
    border-bottom: solid 1px #ccc;
}
.footer .box-footer.box-mn-ft a {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    color: #0084cb;
}
.footer .box-footer.social {
    float: right;
    text-align: right;
}
.footer .box-footer.social .title {
    padding-right: 10px;
}
.footer .box-footer.social .list {
    width: 100%;
    float: left;
    text-align: right;
}
.footer .box-footer.social .list a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0px 2px;
    background-position: -3px -92px;
}
.footer .box-footer.social .list a.youtube {
    background-position: -37px -92px;
}
.footer .box-footer.social .list a.google {
    background-position: -71px -92px;
}
.footer .box-footer.social .list a.instagram {
    background-position: -103px -92px;
}
.footer .box-footer.social .list a.zalo {
    background-position: -138px -92px;
}
.footer .box-footer .fb_iframe_widget, .footer .box-footer .fb_iframe_widget > span, .footer .box-footer iframe {
	width: 100% !important;
}
.footer .col-md-6 {
	width: 50%;
  float: left;
}
.cpr {
    background: #f6f6f6;
}
.cpr p {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: 300;
    color: #afafaf;
    line-height: 20px;
    text-align: center;
}
.to-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #464646;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 15px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.to-top.active {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
/* breadcrumb */
.link-url {
    background: #fff;
}
.link-url .breadcrumb, .link-url .breadcrumb ol {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    background: none;
}
.link-url .breadcrumb ol li {
    float: left;
    list-style: none;
}
.link-url .breadcrumb ol li a {
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    float: left;
}
.link-url .breadcrumb ol li h1 {
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    float: left;
}
.link-url .breadcrumb ol li i {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    line-height: 40px;
}
.link-url .breadcrumb ol li:last-child i {
    display: none;
}
/* product category */
.product-category {
    margin-bottom: 10px;
    background: #fff;
}
.product-category .banner-cat {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product-category .banner-cat .style-owl.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.product-category .banner-cat .style-owl.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.product-category .menu-product-cat {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1px;
}
.product-category .menu-product-cat a {
    width: calc(33.333% - 6px);
    margin-right: 9px;
    margin-bottom: 9px;
    float: left;
    padding: 10px;
    text-align: center;
    border: solid 1px #0084cb;
    color: #0084cb;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.product-category .menu-product-cat a:nth-child(3n) {
    margin-right: 0px;
}
.product-category .menu-product-cat a span {
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.checkbox input, .radio input {
    display: none;
}
.checkbox, .radio {
    display: inline-block;
}
.checkbox .icon, .radio .icon {
    height: 15px;
    width: 15px;
    background: #fff;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    margin-top: -2px;
}
.checkbox input:checked ~ .icon {
    font-family: "FontAwesome";
    background: #ffffff;
}
.checkbox input:checked ~ .icon:before, .radio input:checked ~ .icon:before {
    content: "\f00c";
    display: inline-block;
    line-height: 15px;
    height: 15px;
    position: absolute;
    font-size: 13px;
    color: #ce0707;
    left: 0px;
    top: -1px;
    font-family: 'FontAwesome';
}
.sort-product-list .item {
    display: inline-block;
    margin-left: 10px;
}
.sort-product-list .item i.current {
	color: #d00;
}
.sort-product-list {
    float: left;
    padding: 10px 10px 2px 10px;
    border-bottom: solid 1px #ddd;
    width: 100%;
}
.product-category .product-list {
    width: 100%;
    float: left;
}
.product-category .product-list .item {
    width: 50%;
    float: left;
}
.product-category .product-list .item .p-container {
    border: none;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
.product-category .product-list .item:nth-child(2n) .p-container {
    border-right: solid 1px transparent;
}
.product-category .product-list .item .p-container .p-name {
    height: 40px;
}
.product-category .product-category-vm {
    width: 100%;
    float: left;
    text-align: center;
}
.product-category .product-category-vm a {
    width: 100%;
    float: left;
    color: #e84700;
    background: #fff;
    text-align: center;
    padding: 9px 20px;
    margin: 1em auto;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.box-filter {
    padding: 0px 10px;
    position: relative;
}
.box-filter .filter {
    width: 32%;
    float: left;
}
.box-filter .filter:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}
.box-filter .filter .title-p {
    font-weight: 700;
    line-height: 30px;
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #0084cb;
    border-radius: 3px;
}
.box-filter .filter .show-fil {
    width: 100%;
    float: left;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #f3f3f3;
    padding: 10px;
    z-index: 50;
    display: none;
}
.box-filter .filter .show-fil .title {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.box-filter .filter .content_box {
    width: 100%;
    float: left;
}
.box-filter .filter .content_box .item {
    width: 50%;
    float: left;
}
.box-filter .filter .content_box .item label {
    color: #65acff;
    font-size: 14px;
}
/* product detail */
.product-detail {
    background: #fff;
}
.product-detail .bg-w .title-detail {
    width: 100%;
    float: left;
    margin: 10px 0 0 10px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}
.product-detail .bg-w .detail-img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.product-detail .bg-w .detail-img .item {
    width: 100%;
    float: left;
}
.product-detail .bg-w .detail-img .item a {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    padding-top: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}
.product-detail .bg-w .detail-img .item a img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.style-t-owl.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 50px;
    width: 30px;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #999 !important;
    top: 50%;
    margin-top: -25px;
    box-shadow: 2px 2px 4px 0px #ccc;
    transition: all 0.2s ease;
    outline: none;
    left: 0;
    border-radius: 0 4px 4px 0;
}
.style-t-owl.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    height: 50px;
    width: 30px;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #999 !important;
    top: 50%;
    margin-top: -25px;
    transition: all 0.2s ease;
    outline: none;
    right: 0;
    border-radius: 3px 0px 0 3px;
    box-shadow: -2px 2px 4px 0px #ccc;
}
.product-detail .de-spec-fancy {
    width: 100%;
    float: left;
    text-align: center;
}
.product-detail .de-spec-fancy a {
    width: 80px;
    display: inline-block;
    margin: 0px 10px;
    line-height: 1.5;
}
.product-detail .de-spec-fancy a.js-show-gallery {
    position: relative;
    top: -22px;
}
.product-detail .de-spec-fancy a.s-show-tskt {
    line-height: 25px;
}
.detail-price {
    width: 100%;
    float: left;
    font-size: 14px;
    border-top: solid 1px #e1e1e1;
}
.detail-price span {
    font-size: 25px;
    color: #d00;
    font-weight: 700;
}
.detail-old-price {
    width: 100%;
    float: left;
    font-size: 14px;
}
.detail-old-price span {
    text-decoration: line-through;
}
.detail-policy {
    width: 100%;
    float: left;
    border: 1px solid #f4f4f4;
    padding: 15px 10px;
    line-height: 24px;
    margin: 20px 0px;
}
.detail-policy i {
    color: #0c0e6f;
}
.detail-quan {
    width: 100%;
    float: left;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.detail-quan span.con {
    color: #0c0e6f;
}
.detail-quan span.het {
    color: #d00;
}
.detail-summary {
    width: 100%;
    float: left;
    line-height: 1.5;
    margin-bottom: 10px;
}
.detail-summary span {
    width: 100%;
    float: left;
    line-height: 1.5;
    display: list-item;
    list-style-position: inside;
}
.detail-offter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.detail-offter .title {
    width: 100%;
    float: left;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.detail-offter .content {
    width: 100%;
    float: left;
}
.detail-offter .content span {
    width: 100%;
    float: left;
    line-height: 30px;
}
.detail-offter .content span i {
    font-size: 7px;
    color: #d00;
    vertical-align: middle;
}
.detail-buyNow {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.detail-buyNow a {
    width: 100%;
    float: left;
    padding: 5px 0px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #2578e7;
    border-radius: 5px;
    margin-bottom: 10px;
}
.detail-buyNow a span {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}
.detail-buyNow a:nth-child(2n) {
    background: #ff7802;
    color: #333;
}
.detail-phone {
    width: 100%;
    float: left;
    text-align: center;
}
.static-policy {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.static-policy h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #0c0e6f;
}
.static-policy .policy_list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.static-policy .policy_list li {
    margin: 8px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}
.static-policy .policy_list li > span {
    flex: 1;
    margin-right: 2px;
    padding: 3px;
    width: 35px;
    max-width: 35px;
}
.static-policy .policy_list li > p {
    flex: 1;
}
.static-policy .policy_list li a {
    color: #222;
}
.content-text {
    position: relative;
    overflow: hidden;
}
.content-text.content-collapse {
    max-height: 600px;
}
.detail-content-read {
    margin-bottom: 10px;
    background: #fff;
}
.detail-content-read .bg-w {
    padding: 10px 0px;
}
.detail-content-read .tab-title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
}
.detail-content-read .tab-title a {
    float: left;
    border: solid 1px #dcdcdc;
    border-width: 1px 1px 0 1px;
    padding: 10px 0px;
    background: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
        width: 49%;
  text-align: center;
}
.detail-content-read .tab-title a:nth-child(2) {
	float: right;
}
.detail-content-read .tab-title a.active {
    background-color: #0084cb;
    color: #fff;
}
.detail-content-read .tab-content {
    width: 100%;
    float: left;
}
.detail-content-read .tab-content .tab-ct {
    width: 100%;
    float: left;
    display: none;
}
.detail-content-read .tab-content .tab-ct.active {
    display: block;
}
.detail-content-read .tab-content .tab-ct .title {
    width: 100%;
    float: left;
    font-size: 20px;
    margin-bottom: 5px;
}
.detail-content-read .tab-content .tab-ct .ct-tab {
    width: 100%;
    float: left;
}
.detail-content-read .tab-content .tab-ct.mota .img-related-content .owl-carousel {
    float: left;
}
.tab-ct.mota .img-related-content #sync2 {
    width: 60%;
    float: left;
    margin-left: 20%;
    text-align: center;
}
.tab-ct.mota .img-related-content #sync2 .item {
    width: 100%;
    float: left;
    padding: 10px;
}
#product-des-ct {
    margin-top: 20px;
}
#product-des-ct .content-text.content-collapse::after {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#product-des-ct .content-text::after {
    display: none;
}
.product-spec-vm {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.product-spec-vm a {
    display: inline-block;
    color: #e84700;
    background: #fff;
    text-align: center;
    padding: 9px 20px;
    margin: 1em auto;
    border: 1px solid #ececec;
    border-radius: 4px;
}
.detail-content-read .tab-content .product-spec-ct table {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
}
.detail-content-read .tab-content .product-spec-ct table tr:nth-child(2n) {
    background: #f2f2f2;
}
.detail-content-read .tab-content .product-spec-ct table tr td {
    padding: 5px 2px;
}
#productSpec-popup {
    width: 100%;
}
#productSpec-popup h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    margin-bottom: 5px;
}
#productSpec-popup table {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
}
#productSpec-popup table tr:nth-child(2n) {
    background: #f2f2f2;
}
#productSpec-popup table tr td {
    padding: 5px 2px;
}
.product-same-detail {
    margin-bottom: 20px;
}
.product-same-detail .bg-w {
    padding: 10px;
}
.product-same-detail .title {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}
.product-same-detail .product-list {
    width: 100%;
    float: left;
}
/* cart */
.cart-detail {
    margin-bottom: 20px;
    padding: 10px 0px;
    background: #fff;
}
.cart-detail .cart-content {
    width: 100%;
    float: left;
}
.cart-detail .cart-content .buy-other-cart {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.cart-detail .cart-content .buy-other-cart a {
    float: left;
    font-size: 14px;
    color: #0084cb;
}
.cart-detail .cart-content .cart-content-1 {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.cart-detail .cart-content .cart-content-1 table {
    width: 100%;
}
.cart-detail .cart-content .cart-content-1 table tr td {
    padding: 5px;
    vertical-align: top;
}
.cart-detail .cart-content .cart-content-1 .cart-img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.cart-detail .cart-content .cart-content-1 .delete-from-cart {
    width: 100%;
    float: left;
    text-align: center;
    color: #999;
}
.cart-detail .cart-content .cart-content-1 .cart-title {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}
.cart-detail .cart-content .cart-content-1 .cart-price {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.cart-detail .cart-content .cart-content-1 .cart-offer {
    width: 100%;
    float: left;
}
.cart-detail .cart-content .cart-content-1 .cart-offer .title {
    width: 100%;
    float: left;
    color: #e42128;
}
.cart-detail .cart-content .cart-content-1 .cart-offer .content {
    width: 100%;
    float: left;
    font-size: 14px;
}
.cart-detail .cart-content .cart-content-1 .cart-total-item-price {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #d00;
}
.cart-detail .cart-content .cart-content-1 .c-quantity {
    width: 130px;
    float: left;
    display: flex;
}
.cart-detail .cart-content .cart-content-1 .c-quantity a {
    width: 35px;
    float: left;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    border: solid 1px #ccc;
    color: #333;
    background: #eee;
}
.cart-detail .cart-content .cart-content-1 .cart-total-all-price {
    float: right;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: right;
    border-top: solid 1px #e1e1e1;
    padding-top: 10px;
}
.cart-detail .cart-content .cart-content-1 .cart-total-all-price span {
    font-size: 18px;
    color: #d00;
    margin-right: 5px;
}
.cart-detail .cart-content .cart-content-1 .c-quantity input {
    width: 60px;
    float: left;
    height: 35px;
    text-align: center;
    border: solid 1px #ccc;
}
.cart-detail .cart-content .cart-content-2 {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cart-detail .cart-content .cart-content-2 .title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
}
.cart-detail .cart-content .cart-content-2 .form-group {
    margin-bottom: 10px;
}
.cart-detail .cart-content .cart-content-2 .form-group input {
    width: 100%;
    float: left;
    height: 35px;
    font-size: 14px;
}
.cart-detail .cart-content .cart-content-2 #ajxTaxInvoice {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f3f3f3;
    display: none;
}
.cart-detail .cart-content .cart-content-2 #ajxTaxInvoice table tr td {
    padding: 5px 0px;
}
.cart-detail .cart-content .cart-content-2 #ajxTaxInvoice input {
    height: 35px;
    font-size: 14px;
}
.cart-detail .product-detail-action .bao-buy {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px;
}
.cart-detail .product-detail-action .bao-buy a {
    width: 100%;
    float: left;
    text-align: center;
}
.cart-detail .product-detail-action .bao-buy a span {
    width: 100%;
    float: left;
}
/* article home */
.article-home {
    background: #fff;
}
.list-cat-article {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.list-cat-article a.active {
    color: #0084cb;
    border-bottom: solid 1px #0084cb;
}
.list-cat-article a:last-child {
    margin-right: 0px;
}
.box-new-article-home {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.box-new-article-home .item.first {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.box-new-article-home .item.first .n-img {
    padding-top: 381px;
    width: 100%;
}
.box-new-article-home .n-img::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}
.box-new-article-home .item.first .n-info {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    padding: 20px;
}
.box-new-article-home .n-info .n-name {
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.box-new-article-home .n-info .n-time {
    width: 100%;
    float: left;
    height: auto;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    font-style: italic;
}
.box-new-article-home .item-other .item {
    width: 100%;
    float: left;
    position: relative;
}
.box-new-article-home .item-other .item .n-img {
    padding-top: 184px;
    width: 100%;
}
.box-new-article-home .item-other .item .n-info {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    padding: 10px;
}
.box-new-article-home .item-other .item .n-info .n-name {
    font-size: 14px;
}
.box-article-home-list {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0px 10px;
}
.box-article-home-list .title {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px solid #0c0e6f;
    margin-bottom: 10px;
}
.box-article-home-list .title span {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
    font-weight: 700;
    color: #0c0e6f;
}
.box-article-home-list .title span h2 {
	font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
    font-weight: 700;
    color: #0c0e6f;
padding: 0px;
  margin: 0px;
}
.box-article-home-list .title a {
    float: right;
    font-size: 14px;
    color: #0c0e6f;
    line-height: 30px;
}
.box-article-home-list .item.first .n-img {
    padding-top: 227px;
}
.box-article-home-list .item.first .n-info {
    padding: 0px;
}
.box-article-home-list .item.first .n-info .n-sum {
    height: auto;
}
.box-article-home-list .item.first-right {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}
.box-article-home-list .item.first-right .n-img {
    width: 40%;
    float: left;
    padding-top: 147px;
}
.box-article-home-list .item.first-right .n-info {
    width: 60%;
    float: left;
    padding: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.box-article-home-list .item.first-right .n-info .n-sum {
    max-height: 90px;
    line-height: 18px;
    overflow: hidden;
    height: auto;
}
.box-article-home-list .item.item-other {
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-bottom: solid 1px #e1e1e1;
}
.box-article-home-list .item.item-other .n-name {
    font-size: 14px;
    font-weight: 400;
    height: auto;
    margin-bottom: 0px;
}
.box-top-article-all {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.box-top-article-all .title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 44px;
}
.box-top-article-all .list {
    width: 100%;
    float: left;
}
.box-top-article-all .list a {
    width: 100%;
    float: left;
    padding: 10px 0px;
    color: #333;
    border-top: solid 1px #eee;
}
.box-top-article-all .list a .no {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background: #eee;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    color: #999;
    margin-right: 10px;
}
.box-top-article-all .list a .name {
    width: calc(100% - 50px);
    float: left;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.box-pro-relay-article {
    width: 100%;
    float: left;
}
.box-pro-relay-article .title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 44px;
    border-bottom: solid 1px #eee;
}
.box-pro-relay-article .product-list {
    width: 100%;
    float: left;
}
.box-pro-relay-article .product-list .item {
    width: 50%;
    float: left;
}
.box-pro-relay-article .product-list .item .p-container {
    margin: 0px;
}
/* article category */
.article-category {
    margin-bottom: 20px;
    background: #fff;
}
.article-category .box-article-list-category .article-list .item {
    width: 100%;
    float: left;
    padding: 10px;
    border-top: solid 1px #e1e1e1;
}
.article-category .box-article-list-category .article-list .item .n-img {
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.article-category .box-article-list-category .article-list .item .n-info {
    width: calc(100% - 210px);
    float: left;
    padding: 0px;
}
.article-category .box-article-list-category .article-list .item .n-info .n-name {
    height: auto;
    max-height: 60px;
}
.article-category .box-article-list-category .article-list .item .n-info .n-sum {
    height: auto;
    max-height: 80px;
    text-align: justify;
}
.article-list-cat-vm {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.article-list-cat-vm a {
    display: inline-block;
    font-size: 14px;
    color: #ff2121;
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
/* artice detail */
.article-detail {
    margin-bottom: 20px;
    background: #fff;
}
.article-detail .box-article-detail {
    width: 100%;
    float: left;
    padding: 10px 0px;
    padding-right: 0px;
}
.article-detail .box-article-detail .title {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.article-detail .box-article-detail .time {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.article-detail .box-article-detail .content {
    width: 100%;
    float: left;
    font-size: 14px;
}
.article-other-detail {
    width: 100%;
    float: left;
}
.article-other-detail .title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border-top: solid 1px #ddd;
    margin-bottom: 10px;
    padding-top: 20px;
}
.article-other-detail .article-list {
    width: 100%;
    float: left;
}
.article-other-detail .article-list .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.article-other-detail .article-list .n-img {
    padding-top: 179px;
    width: 150px;
    margin-bottom: 0px;
  	margin-right: 5px;
}
.article-other-detail .article-list .n-info {
    padding: 0px;
    width: calc(100% - 155px);
    float: left;
}
.article-other-detail .article-list .n-name {
    font-size: 14px;
}
.box-cmt-article {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.box-cmt-article .title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.box-cmt-article .content {
    width: 100%;
    float: left;
}
@media screen and (max-width: 480px) {
    .article-other-detail .article-list .col-md-6 {
        width: 50%;
    }
    .article-other-detail .article-list .n-img {
        padding-top: 115px;
    }
    .article-category .box-article-list-category .article-list .item .n-img {
        width: 150px;
        padding-top: 92px;
    }
    .article-category .box-article-list-category .article-list .item .n-info {
        width: calc(100% - 160px);
    }
    .box-new-article-home .item.first .n-img {
        padding-top: 242px;
    }
    .box-new-article-home .item-other .col-md-6 {
        width: 50%;
    }
    .box-new-article-home .item-other .item .n-img {
        padding-top: 115px;
    }
    .box-article-home-list .item.first-right .n-img {
        padding-top: 92px;
    }
}
@media screen and (max-width: 375px) {
    .article-other-detail .article-list .col-md-6 {
        width: 50%;
    }
    .article-other-detail .article-list .n-img {
        padding-top: 103px;
    }
    .box-new-article-home .item.first .n-img {
        padding-top: 242px;
    }
    .box-new-article-home .item-other .col-md-6 {
        width: 50%;
    }
    .box-new-article-home .item-other .item .n-img {
        padding-top: 115px;
    }
    .box-article-home-list .item.first-right .n-img {
        padding-top: 92px;
    }
    .article-category .box-article-list-category .article-list .item .n-info .n-name {
        max-height: 80px;
    }
}
@media screen and (max-width: 320px) {
    .n-img {
        width: 130px;
    }
    .n-info {
        width: calc(100% - 140px);
        float: left;
        padding: 10px;
    }
    .article-other-detail .article-list .col-md-6 {
        width: 50%;
    }
    .article-other-detail .article-list .n-img {
        padding-top: 115px;
    }
    .box-new-article-home .item.first .n-img {
        padding-top: 242px;
    }
    .box-new-article-home .item-other .col-md-6 {
        width: 50%;
    }
    .box-new-article-home .item-other .item .n-img {
        padding-top: 115px;
    }
    .box-article-home-list .item.first-right .n-img {
        padding-top: 92px;
    }
}
/* comment */
.rating-selection {
    width: 190px;
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.rating-selection .title-cmt {
  float: left;
  margin-right: 10px;
  width: auto;
}

.rating-selection label {
  float: left;
}

.rating-selection input {
  opacity: 0;
}

.rating-selection label {
  position: relative;
  float: right;
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/star_rating_all.png") 0 -28px;
  margin: 0 3px;
}

.rating-selection label.active,
.rating-selection label.active ~ label {
  background-position: 0 18px;
}

.rating-selection label:hover ~ label,
.rating-selection label:hover {
  background-position: 0 0 !important;
}

.comment {
  width: 100%;
  max-width: 100%;
}

.comment-form .img-avatar {
  float: left;
  width: 40px;
}

.comment-form form {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.comment-form-input {
  border: solid 1px #ddd;
  background: #f8f8f8;
  padding: 10px;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 11;
  box-sizing: border-box;
  top: 100%;
}
.comment-right {
	    width: 100%;
    float: left;
    position: relative;
}
.comment-list .item {
  padding: 15px 0px;
      width: 100%;
    float: left;
}
.btn-send-comment, .send-reply {
	background: #e42128 !important;
  	color: #fff !important;
}
.comment-list .wrap_reply {
  background-color: #f2f2f2;
  padding: 5px 10px;
  margin-top: 10px;
  position: relative;
  box-sizing: border-box;
      float: left;
    width: 100%;
}

.comment-list .wrap_reply::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}

.comment .relative {
  position: relative;
  width: 100%;
  float: left;
}

.comment-list .item .comment-left img {
  width: 40px;
  float: left;
}

.comment-list .item .comment-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.comment-list .item .comment-right p {
  margin-top: 5px;
  clear: both;
}

.comment-list .item .comment-right p {
  margin-bottom: 8px;
}

.comment-list .item .reply-comment {
  display: none;
      position: absolute;
    width: 100%;
    float: left;
    z-index: 9;
}

.info-feeback .right {
  font-size: 11px;
}

.info-feeback .right::after {
  content: '|';
  margin-right: 8px;
}

.info-feeback .right a {
  color: #fbbc05;
  margin-right: 5px;
  font-size: 11px;
}

.info-feeback .time {
  color: #888888;
  font-size: 11px;
}

.info-feeback {
  overflow: hidden;
}

.comment-list .item .comment-name {
  margin-left: 15px;
}

.comment-list .item .comment-name span {
  font-weight: bold;
  margin-right: 2px;
}

.comment-list .item .comment-name .note {
  color: #0899d0;
  font-size: 0.7em;
}


.comment form textarea.form-control {
  height: 120px;
  width: 100%;
  box-sizing: border-box;
}

.comment-action-list {
  background: #f5f5f5;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.search-comment {
  position: relative;
}

.search-comment select {
  float: right;
  width: 120px;
  box-sizing: border-box;
}

.search-comment .input {
  margin-right: 125px;
  box-sizing: border-box;
}

.comment-action-list .sort {
  margin: 5px 0;
  box-sizing: border-box;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
        position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
}
/* other */
.cus-register h1 {
	width: 100%;
  float: left;
  margin-bottom: 10px;
}
.cus-register .regist_left tr td {
	padding: 5px 0px;
}
.cus-login tr td {
	padding: 5px 0px;
}
.cus-forgetpas h2 {
	font-size: 16px;
  	font-weight: 700;
  margin-bottom: 10px;
}
.cus-forgetpas tr td {
	padding: 5px 0px;
}
.page-all h1 {
	width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.page-all .content-page-all {
	width: 100%;
    float: left;
}
.page-contact tr td {
	padding: 5px 0px;
}
.page-contact tr td input {
	width: 100%;
  float: left;
}
.page-contact tr td input.btn-blue {
	width: 125px;
  background: red;
    color: #fff;
    border: none;
    padding: 5px 0px;
  	
}
.cus-register, .cus-login, .cus-forgetpas {
    padding: 10px 0px;
    background: #fff;
}
@media screen and (max-width: 640px) {
  .p-container .p-img {
  		padding-top: 209px;
  }
  .product-category .p-container .p-img {
          padding-top: 209px;
  }
  .product-same-detail .p-container .p-img {
          padding-top: 209px;
  }
  .product-viewed .p-container .p-img {
          padding-top: 216px;
  }
}
@media screen and (max-width: 480px) {
  .p-container .p-img {
  		padding-top: 140px;
  }
  .product-category .p-container .p-img {
          padding-top: 109px;
  }
  .product-same-detail .p-container .p-img {
          padding-top: 109px;
  }
  .product-viewed .p-container .p-img {
          padding-top: 140px;
  }
}
@media screen and (max-width: 320px) {
  .p-container .p-img {
  		padding-top: 105px;
  }
  .product-category .p-container .p-img {
          padding-top: 89px;
  }
  .product-same-detail .p-container .p-img {
          padding-top: 89px;
  }
  .product-viewed .p-container .p-img {
          padding-top: 105px;
  }
}
.fix-phone-bt {
    float: left;
    position: fixed;
    bottom: 10px;
    left: 10px;
  z-index: 99999;
}
.fix-phone-bt a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  background: #2578e7;
  border-radius: 5px;
}
.fix-phone-bt a .icon_box {
    width: 30px;
    height: 40px;
    line-height: 35px;
    background: transparent;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
      font-size: 24px;
}
.fix-phone-bt a .text_box {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin-top: 3px;
    width: 88px;
}
.fix-phone-bt a .text_box span {
    font-size: 10px;
    text-transform: none;
}
.product-category .product-search-vm {
    width: 100%;
    float: left;
    text-align: center;
      margin-bottom: 10px;
    margin-top: 10px;
}
.product-category .product-search-vm a {
	    display: inline-block;
    color: #e84700;
    background: #fff;
    text-align: center;
    padding: 3px 10px;
    margin: 0px 2px;
    border: 1px solid #ececec;
    border-radius: 4px;
}
.product-category .product-search-vm a.current {
	border: 1px solid #e84700;
    color: #fff;
   background: #e84700;
}