﻿@charset "utf-8";
/* ^^^css by:tuanlinhtb@gmail.com - Mobile: 0979 444 398 */
@import url(modules.css);
@import url(responsive.css);
@import url(font-awesome.css);

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
background: #f4f3f3;
color: #222;
font-size: 13px;
/*font-family: 'Roboto',sans-serif;*/
font-family: Helvetica,Arial,sans-serif;
}

body::-webkit-scrollbar {
width: 1.1em;
}

body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6);
}

body::-webkit-scrollbar-thumb {
background-color: #C1C1C1;
outline: 1px solid #D5A00F;
}

img {
width: auto;
height: auto;
max-width: 100%; /* max-height:100%; */
vertical-align: middle;
}


:focus {
outline: 0 !important;
}

figure {
margin: 0;
padding: 0;
}

img[src*=".svg"] {
height: 100%;
}

iframe {
border: none;
}

::selection {
background: #B4D5FF; /* Safari */
color: #333333;
}

::-moz-selection {
background: #B4D5FF; /* Firefox */
color: #333333;
}

p {
margin-bottom: 10px;
}

* > p:last-child {
margin-bottom: 0 !important;
}

p a:hover {
border-color: transparent;
}

a:hover, a:focus {
text-decoration: none;
}

a {
text-decoration: none;
color: inherit;
background-color: transparent; /*font-family: 'Roboto',sans-serif;*/
font-family: Helvetica,Arial,sans-serif;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}

ul, ol {
margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: inherit;
font-family: inherit;
font-weight: 500;
margin: 0;
}

h1 {
font-size: 39px;
}

h2 {
font-size: 32px;
}

h3 {
font-size: 26px;
}

h4 {
font-size: 19px;
}

h5 {
font-size: 15px;
}

h6 {
font-size: 13px;
}

ol {
position: relative;
}

ul {
list-style: none;
}

label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}

.fl {
float: left;
}

.fr {
float: right;
}

.all {
float: left;
width: 100%;
}

.lazy {
background: url(images/loading1.gif) center center no-repeat;
min-width: 32px;
min-height: 32px;
}

.hm-reponsive {
position: relative;
height: auto !important;
width: 100%;
padding-top: 56.25%;
overflow: hidden
}

.hm-reponsive img {
object-fit: cover;
margin: 0 auto;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}

.reponsive-img {
position: relative;
height: auto !important;
width: 100%;
padding-top: 56.25%;
overflow: hidden
}

.reponsive-img img {
margin: auto;
position: absolute;
max-width: 100%;
max-height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.alink-all {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}

.back-to-top {
position: fixed;
bottom: -50px;
right: -50px;
transition: all .5s ease-out;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
width: 40px;
height: 40px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
background-color: #E41C2C;
line-height: 45px;
text-align: center;
color: #fff;
display: inline;
z-index: 999999;
cursor: pointer
}

.back-to-top a {
display: block;
}

.back-to-top:hover {
background: #eb9007;
color: #fff;
}

.back-to-top:hover a, .back-to-top a:focus {
color: #fff
}

.back-to-top.display {
bottom: 10px;
right: 10px;
}

.is-sticky {
background: #fff;
z-index: 99999;
}

.form-group {
margin-bottom: 15px;
}
/*===================================================================================*/
/*  Index
/*===================================================================================*/
.fix_header {
z-index: 9999;
background: #fff;
}

.discout-ele {
background-color: #fff;
font-size: 13px;
color: #e5101d;
text-align: center;
font-weight: 300;
position: absolute;
width: 52px;
height: 22px;
line-height: 20px;
border-radius: 2px;
border: 1px solid #e5101d;
right: 5px;
top: 5px;
}

.header_links-bar {
background: #f4f4f4;
}

.list-ul-top li {
padding: 0 8px;
line-height: 25px;
display: inline-block;
font-size: 12px;
color: #444444;
text-transform: uppercase;
position: relative;
}

.list-ul-top li:first-child {
padding-left: 0
}

.dropdown-contact {
background-color: #fff !important;
border: 1px solid #cbcbcb;
position: absolute;
width: 208px;
top: 34px;
left: 0;
padding: 8px 0;
}

.dropdown-contact:before {
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #cbcbcb transparent;
display: block;
width: 0;
z-index: 10;
top: -8px;
left: 12px
}

.dropdown-contact:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 11;
top: -7px;
left: 12px
}

.dropdown-contact .item-list-top {
display: block;
line-height: 26px;
padding: 0 16px;
font-weight: normal;
font-size: 13px;
color: #848484;
text-transform: none;
}

.dropdown-language {
background-color: #fff !important;
border: 1px solid #cbcbcb;
position: absolute;
width: 260px;
top: 34px;
left: inherit;
padding: 20px 0;
right: 0;
}

.dropdown-language:before {
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #cbcbcb transparent;
display: block;
width: 0;
z-index: 10;
top: -8px;
right: 12px;
}

.dropdown-language:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 11;
top: -7px;
right: 12px;
}

.dropdown-language a {
display: table-cell;
width: 50%;
padding: 0 10px;
font-size: 13px;
font-weight: bold
}

.dropdown_content_lg {
display: table
}

.ic_langua {
width: 37px;
height: 30px;
display: inline-block;
vertical-align: middle
}

.ic_vn {
background: url("images/ic_vn.png") no-repeat 0 0;
background-size: 30px
}

.ic_en {
background: url("images/ic_en.png") no-repeat 0 0;
background-size: 30px
}

.header-middle {
clear: both;
background: #fff;
position: relative;
padding: 5px 0 9px;
box-shadow: 0 4px 4px -2px rgba(0,0,0,0.15);
}

.logo {
}

.logo img {
max-height: 65px;
}

.search-input-select {
float: left;
border: 2px solid #d3d3d3;
border-right: none;
position: relative;
border-radius: 2px;
margin-top: 20px;
}

.search-input-select .selectBox {
cursor: pointer;
height: 36px;
float: left;
color: #505050;
position: relative;
}

.search-input-select .selected {
width: 25%;
display: block;
cursor: pointer;
float: left;
position: relative;
height: 36px;
line-height: 36px;
padding-left: 10px;
background: #f4f4f4;
z-index: 1000;
}

.search-input-select .selected span.textdm {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
color: #666;
height: 36px;
font-size: 12px;
line-height: 36px;
}

.selectOptions span {
padding: 5px 10px;
}

.selectOptions span:hover {
color: #fff;
background: #0a569b;
}

.search-input-select .selected:after {
content: "\f0d7";
font: normal normal normal 13px/1 FontAwesome;
position: absolute;
right: 5px;
top: 11px;
}

.search-input-select .selectOptions {
background: #FFFFFF;
border: 1px solid #EFEFEF;
left: -1px;
overflow: hidden;
position: absolute;
top: 100%;
width: 224px;
z-index: 100;
height: 0;
opacity: 0;
border-top: 1px solid #fff
}

.selectBox .selected:hover .selectOptions {
opacity: 1;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
-ms-transition: all 0.50s ease-in-out;
-o-transition: all 0.50s ease-in-out;
visibility: visible;
height: auto
}

.search-input-select span {
cursor: pointer;
display: block;
line-height: 20px;
}

.search-input-select input.search-txt {
background-color: #fff;
border: none;
color: #999;
width: 62%;
line-height: 36px;
padding: 0 10px;
font-size: 12px
}

.search-input-select .search-btn {
background: #ed1c24;
border: none;
height: 40px;
width: 10%;
position: absolute;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
cursor: pointer;
top: -2px;
right: 0;
}

.cart-phone {
margin-top: 16px;
float: left;
text-align: right;
}

.cart-phone a {
display: inline-block
}

.cart-phone .bt-cart {
height: 46px;
background: url(images/i-cart.png) no-repeat left center;
padding: 5px 5px 5px 45px;
}

.cart-phone .bt-cart span, .cart-phone .bt-cart i {
display: block;
float: left;
clear: both
}

.cart-phone .bt-cart span {
color: #333;
}

.cart-phone .bt-cart i {
font-size: 14px;
color: #025298;
}

.cart-phone .bt-cart b {
display: inline-block;
padding-left: 5px;
color: #fe0000
}

.cart-phone small {
color: #848484;
font-size: 13px;
float: right;
margin-top: 5px
}
/*startmobile*/
@media (min-width:991px) {
.wh-menu {
background: #183544;
z-index: 999;
position: relative;
}

.wh-menu .container {
padding: 0
}

.wh-menu ul.navmenu {
display: table;
width: 100%;
position: relative;
}

.wh-menu ul > li {
display: table-cell;
text-align: center;
}

.wh-menu ul > li:last-child ul.submenu {
left: inherit;
right: 0;
width: 100%
}

.wh-menu ul li a {
color: #ffffff;
font-weight: 600;
text-transform: none;
padding: 10px 0 10px;
display: block;
font-size: 12px;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
}

.wh-menu ul li:hover a, .wh-menu ul li.active a {
color: #fff;
background: #fe0000;
}

ul.submenu {
opacity: 0;
display: none;
height: 0;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 10000;
float: left;
width: 100%;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
padding: 0 0 15px 0
}

.submenu_active {
display: block !important;
opacity: 1 !important;
height: auto !important;
visibility: visible !important;
}

.wh-menu ul li:last-child ul.submenu, .wh-menu ul li:nth-last-child(2) ul.submenu, .wh-menu ul li:nth-last-child(3) ul.submenu {
right: 0;
left: auto;
}

ul.submenu li {
display: block;
border: none;
text-align: left;
position: relative;
float: left;
width: 33%;
}

ul.submenu > li:first-child {
width: 34%;
}

ul.submenu > li:nth-child(2) {
width: 50%;
}

ul.submenu > li:nth-child(3) {
width: 16%;
}

ul.submenu li .grandmenu {
width: 100%;
}

ul.submenu li .grandmenu li {
width: 50%;
}

ul.submenu > li:nth-child(2) .grandmenu li {
width: 33.3%;
}

ul.submenu > li:nth-child(3) .grandmenu li {
width: 100%;
}

ul.submenu li .grand_title {
background: none;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
padding: 15px 10px 5px 10px;
color: #fe0000;
float: left;
width: 100%;
}

/*ul.submenu li .grandmenu li:before{content: "\f101";position:absolute;font-family:FontAwesome;top: 10px;left: 8px;font-size: 12px;}*/
ul.submenu li a {
font-size: 12px;
padding: 0 10px;
line-height: 25px;
color: #222 !important; /* text-transform: none; */
white-space: nowrap;
background: #fff !important
}

ul.submenu li a.manufacturer, ul.submenu li a.country {
color: #183544 !important;
}

ul.submenu li .grandmenu li:hover a, ul.submenu li .grandmenu li:hover {
color: #fff !important;
background: #fe0000 !important;
}

ul.submenu2 {
display: none;
position: absolute;
top: 0;
left: 100%;
z-index: 10000;
float: left;
min-width: 220px;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.wh-menu ul li:hover ul.submenu, ul.submenu li:hover ul.submenu2 {
display: block
}

.wh-menu ul li .icon {
width: 25px;
height: 25px;
margin: 0px 6px 0 5px;
}

.wh-menu ul li .icon img {
max-height: 25px
}
}
/*end Media*/
.my-mobile-menu {
display: block
}

.nav-btn-show {
line-height: 50px;
position: relative;
text-align: center;
cursor: pointer;
color: #282828;
font-size: 30px;
}

@media only screen and (max-width:991px) {
.navmenu {
display: none;
}
}

.mm-menu.mm-theme-white .mm-navbar a {
color: #b18408 !important;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
border-color: #b18408 !important;
}

.mm-listview li a, .mm-listview li span {
color: #0a79a1 !important;
}

/*endtmobile*/
.home-product-tabbed {
width: 100%;
float: left;
clear: both;
position: relative;
padding: 6px 0 0;
}

.proc-tabbed-nav {
width: 100%;
display: block;
position: relative;
z-index: 1;
margin-bottom: 6px
}

.proc-tabbed-nav > li {
width: 16.66667%;
display: inline-block;
vertical-align: top;
font-size: 12px;
position: relative;
box-sizing: border-box;
padding-right: 3px;
float: left
}

.proc-tabbed-nav > li > a {
position: relative;
overflow: hidden;
font-size: 13px;
line-height: 1;
padding: 12px 15px;
color: rgb(0,0,0);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
cursor: pointer;
text-align: center;
display: block;
transition: all .15s;
background: rgb(205,214,218)
}

.proc-tabbed-nav > li > a strong {
text-transform: uppercase
}

.proc-tabbed-nav > li > a:hover, .proc-tabbed-nav > li > a.active {
color: rgb(255,255,255);
background: #fe0000;
}

.tabs_label {
background: rgb(255,255,255);
color: #fe0000;
font-size: 10px;
text-transform: uppercase;
text-align: center;
box-shadow: 0 1px 0 rgb(170,193,203);
position: absolute;
top: 5px;
right: -15px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
height: 16px;
width: 55px;
line-height: 1.6
}

.tabbed-container {
display: block;
overflow: hidden
}

.tabbed-container .tabbed-content {
z-index: 3;
overflow: hidden;
display: none
}

.tabbed-container .tabbed-content-active {
display: block
}

.c-promo-grid {
padding: 0 0 33%;
position: relative
}

.c-promo-grid_content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
width: 100%;
}

.c-promo-grid_cell {
position: absolute;
overflow: hidden;
padding: 3px
}

.c-promo-grid_cell:hover {
-webkit-filter: brightness(1.2);
filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><f…B type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter);
filter: brightness(1.2)
}

.c-promo-grid_cell img {
width: 100%;
height: 100%
}

.banners-sub .banner-sub-1 {
width: 16.67%;
height: 50%;
left: 0.00%;
top: 0.00%
}

.banners-sub .banner-sub-2 {
width: 16.67%;
height: 50%;
left: 16.67%;
top: 0.00%
}

.banners-sub .banner-sub-3 {
width: 16.67%;
height: 50%;
left: 0.00%;
top: 50%
}

.banners-sub .banner-sub-4 {
width: 16.67%;
height: 50%;
left: 16.67%;
top: 50%
}

.banners-sub .banner-sub-5 {
width: 33.33%;
height: 100%;
left: 33.33%;
top: 0.00%
}

.banners-sub .banner-sub-6 {
width: 33.33%;
height: 50%;
left: 66.67%;
top: 0.00%
}

.banners-sub .banner-sub-7 {
width: 16.67%;
height: 50%;
left: 66.67%;
top: 50%
}

.banners-sub .banner-sub-8 {
width: 16.67%;
height: 50%;
left: 83.33%;
top: 50%
}

.category-sub {
}

ul.list-category-sub li {
width: 16.66666667%;
height: 140px;
display: inline-block;
padding: 3px;
float: left;
position: relative;
}

ul.list-category-sub li img {
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

.list-category-sub li:hover {
-webkit-filter: brightness(1.2);
filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><f…B type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter);
filter: brightness(1.2)
}

.c-product-bg {
background: #fff;
padding: 10px;
height: 363px;
overflow: hidden;
}

.ct-product {
overflow: hidden;
position: relative;
padding: 0 10px
}

.ct-product .reponsive-img {
padding-top: 126%
}

.ct-product .reponsive-img img {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out
}

.ct-product .reponsive-img img:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2)
}

.c-product-item_info {
padding: 0 10px 10px
}

.c-product-item_info > h3 > a {
margin: 0 0 3px 0;
height: 36px;
overflow: hidden;
color: #404142;
font-size: 15px;
font-weight: bold;
display: block;
text-decoration: none;
line-height: 18px
}

.ct-product .price-box {
padding: 3px 0 6px;
overflow: hidden
}

.ct-product .price-box .c-price {
float: left;
font-weight: bold;
font-size: 17px;
color: #fe0000;
line-height: 30px;
white-space: nowrap;
}

.ct-product .price-box .o-price {
font-size: 14px;
color: #4d4d4d;
font-weight: 300;
display: inline-block;
vertical-align: middle;
text-decoration: line-through;
white-space: nowrap;
}

.title-lage {
margin-bottom: 25px;
border: none;
clear: both;
height: 1px;
margin-left: auto;
margin-right: auto;
width: 100%;
display: table
}

.title-lage h2 {
line-height: 1em;
font-size: 100%;
display: table-cell;
white-space: pre;
margin-top: 0;
font-size: 1.1429em;
color: #313131;
font-weight: 700;
text-transform: uppercase;
padding: 0 0.8em
}

.title-lage .title_holder {
display: table-cell;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%
}

.title-lage .title_holder .vc_sep_line {
height: 1px;
border-top: 1px solid #ebebeb;
display: block;
position: relative;
top: 1px;
width: 100%
}

.title-lage .title_holder.title_holder_l .vc_sep_line {
border: none;
background-image: -webkit-linear-gradient(left,transparent,grey);
background-image: linear-gradient(to right,transparent,grey)
}

.title-lage .title_holder.title_holder_r .vc_sep_line {
border: none;
background-image: -webkit-linear-gradient(left,grey,transparent);
background-image: linear-gradient(to right,grey,transparent)
}

.key-viewed {
padding: 15px;
background-color: #e8e8e8;
}

.key-viewed span {
color: #212121;
font-size: 13px;
padding-right: 22px
}

.key-viewed span:before {
font-family: "FontAwesome";
content: "\f02b";
font-size: 15px;
color: #7b7b7b;
display: inline-block;
margin: 0 2px 0 0;
vertical-align: middle
}

.key-viewed h2 {
display: inline-block;
padding: 0 10px 0 0;
font-size: 12px;
}

.key-viewed h2 a {
color: #0e0e0e;
font-size: 12px;
}

.key-viewed h2 a:hover {
text-decoration: underline
}

.title-lage02 {
height: 40px;
line-height: 40px;
background: #f25a29;
border-radius: 4px;
position: relative
}

.title-lage02:after {
content: '';
position: absolute;
width: 0;
height: 0;
border: 14px solid rgb(255,255,255);
border-color: transparent transparent rgb(255,255,255);
left: 50%;
bottom: 0;
margin: 0 0 0 -14px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
transition: opacity .15s
}

.title-lage02 i.fa {
color: #fff;
float: left;
line-height: 40px;
padding: 0 15px;
font-size: 20px
}

.title-lage02 .txt {
color: #fff;
font-size: 16px;
text-transform: uppercase;
float: left;
font-weight: bold
}

.bg-trademark {
background: #fff;
padding: 5px 0 20px
}

ul.list-trademark li {
vertical-align: top
}

.brand-logo {
position: relative;
height: auto !important;
width: 100%;
padding-top: 56.25%;
overflow: hidden
}

.brand-logo img {
margin: auto;
position: absolute;
max-width: 100%;
max-height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.8;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s
}

.brand-logo img:hover {
opacity: 1;
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05)
}

.btn-seemore {
border: 1px solid;
transition: color .15s ease-in,border-color .15s ease-in;
color: rgb(100,100,100);
border-radius: 0;
padding: 10px 20px;
text-transform: uppercase
}

.btn-seemore:hover {
color: rgb(0,0,0);
border-color: rgb(0,0,0)
}

.footer-top {
background: #fff;
padding: 20px 0;
border-top: 2px solid #f4f3f3
}

ul.mf-listmn > li {
margin-bottom: 15px
}

ul.mf-listmn > li h3.heading {
color: #0e0e0e;
position: relative;
text-transform: uppercase;
font-weight: 700;
display: block;
padding: 0 0 15px;
font-size: 15px
}

ul.mf-listmn > li h3.heading a {
}

ul.mf-listmn > li .bg-ft {
color: #0e0e0e
}

ul.mf-listmn > li .bg-ft ul li {
line-height: 18px;
margin: 5px 0 0;
}

ul.list-mn li {
padding: 5px 0
}

ul.list-mn li a {
color: #0e0e0e;
font-size: 13px;
}

ul.list-mn li a:hover {
color: #555
}

.footer-center {
background: #fff;
border-top: 1px solid #ccc;
padding-top: 15px
}

.newsletter {
margin-bottom: 25px;
padding: 15px 15px 15px;
background: rgb(226,226,226);
outline: 1px dashed #404041;
border: 3px solid #FFFFFF
}

.newsletter p {
color: #404041;
font-size: 14px
}

.newsletter .input-group {
position: relative;
display: table;
border-collapse: separate;
width: 100%
}

.newsletter .newsletter-form {
display: table-cell;
position: relative;
float: left;
width: 100%;
margin-bottom: 0;
padding: 7px 7px;
font-size: 14px;
border: none
}

.newsletter .newsletter-button {
display: table-cell;
white-space: nowrap;
width: 1%;
vertical-align: middle
}

.newsletter .newsletter-button button {
font-size: 15px;
font-weight: 700;
display: inline-block;
height: 100%;
padding: 0 15px;
border: none;
outline: none;
background: #ed1c24;
color: #fff;
text-transform: uppercase
}

.footer-share p {
font-size: 15px;
color: #0e0e0e;
float: left;
padding: 6px 28px 0 0
}

.footer-share a {
float: left;
width: 40px;
height: 40px;
margin: 0 5px 0 0;
border-radius: 50%;
line-height: 40px;
text-align: center
}

.footer-share a i.fa {
font-size: 25px;
text-transform: uppercase;
color: #fff;
vertical-align: middle
}

.footer-share a:nth-child(2) {
background-color: #30497d
}

.footer-share a:nth-child(3) {
background-color: #e42c27
}

.footer-share a:nth-child(4) {
background-color: #dc4335
}

.footer-share a:nth-child(5) {
background-color: #405fa4
}

.footer-bottom {
padding: 20px 0 10px;
line-height: 25px;
color: #333;
border-top: 1px solid #ffc90e
}

.wf-ct-info {
float: left;
line-height: 20px;
font-size: 13px
}

.CustomWebsiteDisplay {
float: right;
text-align: right
}
/*product*/
.main-cate {
background: #fff;
padding: 20px 0 0
}

.leftcate {
float: left !important;
-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.175);
box-shadow: 0px 5px 5px rgba(0,0,0,.175);
padding-top: 10px;
}

.rightcate {
float: right !important;
}

.sidebox {
margin: 0 0 10px;
padding: 0 0 10px
}

.sidebox:first-child {
border-bottom: none
}

.sidebox-title {
text-align: left;
margin-bottom: 10px;
position: relative;
z-index: 1
}

.sidebox-title span {
background: #fff;
display: block;
color: #0e0e0e;
font-size: 15px;
margin: 0;
font-weight: bold;
text-transform: uppercase;
padding: 0 0;
position: relative;
z-index: 2
}

.sidebox .sidebox-content {
padding: 0 0 15px
}

ul.list-menu > li {
position: relative
}

ul.list-menu > li > h2 > a {
color: #494949;
text-decoration: none;
font-size: 14px;
padding: 10px 0 10px 15px;
display: block
}

ul.list-menu > li:before {
content: "";
position: absolute;
top: 17px;
left: 2px;
width: 4px;
height: 4px;
background: #ccc
}

ul.list-menu > li > h2 > a > .ml-number {
color: #b5b2b2;
padding-left: 5px
}

ul.list-menu > li > h2 > a:hover, ul.list-menu > li > h2 > a.active {
color: #fe0000;
}

.box-breadcrumb {
transition: height .25s linear;
overflow: hidden;
background: #F1F1F1
}

.breadcrumb {
margin: 0;
background: transparent;
padding: 15px
}

.breadcrumb > li {
font-size: 14px;
color: #1b63a3
}

.category-images img {
width: 100%
}

.info-desc {
color: #292728;
line-height: 20px;
font-weight: 400;
font-size: 14px;
padding: 10px 15px;
}

.info-desc strong {
color: #000;
margin-right: 10px;
font-size: 16px;
font-weight: bold
}

.page-title {
float: left;
width: 100%;
margin: 0 0 20px;
}

.page-title * {
font-size: 15px;
color: #0e0e0e;
font-weight: bold;
text-transform: uppercase;
padding: 10px 0 0 15px;
}

ul.list-pro-cate li {
margin-bottom: 15px
}

ul.list-pro-cate li .ct-product .reponsive-img {
padding-top: 100%
}

ul.list-pro-cate li .ct-product {
padding: 0;
}
ul.list-pro-cate li .ct-product.out-stock {
opacity: 0.5;
}
ul.list-pro-cate li .ct-product.out-stock .icon {
position: absolute;
left: 20px;
top: 20px;
margin: auto;
font-size: 10px;
opacity: 1;
width: 50px;
height: 50px;
line-height: 18px;
z-index: 1;
border-radius: 100%;
background: #ccc;
text-align: center;
padding: 7px 0 0;
}

.pagination {
padding-right: 15px
}

.pagination > li > a, .pagination > li > span { /* background-color:#dfdfdf;*/
border: 1px solid #dfdfdf;
padding: 10px 20px; /* font-size:14px;*/
color: #000
}

.pagination li a.active, .pagination li a.active > span, .pagination li a.active > a:hover, .pagination li a.active > span:hover, .pagination li a:focus, .pagination li a.active > span:focus {
background-color: #6c6b6a;
border-color: #6c6b6a;
color: #fff
}
/*detail*/
.pd-pro {
padding: 20px 0 5px;
background: #fff
}

.pd-left .pdl-image {
text-align: center;
overflow: hidden;
width: 83%;
float: left;
position: relative;
}

.pd-left .pdl-image img {
max-width: 100%
}

#elevatezoom {
left: 0;
}

.pdl-small-images {
float: left;
width: 15%
}

.pdl-small-images ul { /*  height:58px;*/
overflow: hidden;
width: 100%;
margin: 0
}

.pdl-small-images li { /* height:50px;*/
margin-bottom: 7px;
width: 100%;
float: left;
text-align: center;
overflow: hidden
}

.pdl-small-images li:first-child {
margin-left: 0
}

.pdl-small-images li img {
max-width: 100%;
max-height: 50px
}

.pdl-small-images li a {
display: block;
vertical-align: middle;
width: 100%;
text-align: center;
border: 1px solid #DDDDDD
}

.pdl-small-images li a.active {
border: solid 1px #d1ab30
}

.pd-name {
font-size: 18px;
padding: 10px 0 10px;
color: #333;
line-height: 25px;
font-weight: 700
}

.pd-name span.fa {
color: #ffc90e;
padding-right: 8px
}

.item-brand {
color: #999 !important;
display: inline-block;
position: relative;
font-size: 12px;
padding: 9px 0
}

.item-brand a {
color: #0388cd;
position: relative;
padding-left: 5px
}

.pd-center .price, .box-pd-r .price {
overflow: hidden;
padding: 20px 0 0 0;
line-height: 20px;
float: left;
width: calc(100% - 18px);
text-align: left;
margin-bottom: 10px
}

.pd-center .price .curr-price, .box-pd-r .price .curr-price {
color: #e32124;
font-size: 23px;
margin-right: 15px;
font-weight: bold
}

.pd-center .price .priceline, .box-pd-r .price .priceline {
font-size: 13px;
color: #666;
text-decoration: line-through
}

.pd-center .price .label {
font-size: 12px;
color: #666;
padding-right: 5px
}

.pd-center .price .status {
color: #f44336;
margin-left: 18px;
font-size: 12px;
font-weight: bold
}

.detail-info {
position: relative;
display: block;
background: #fff;
padding: 10px 0 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px
}

.detail-info p {
float: left;
line-height: 25px;
font-size: 14px;
width: 100%;
margin-bottom: 5px
}

.detail-info p:last-child {
border-bottom: none
}

.detail-info p label {
width: 40%;
float: left
}

.detail-info p span {
font-weight: 700;
width: 60%;
float: left;
padding: 0 15px;
background: #fff !important;
}

.info-desc span {
background: #fff !important;
}

.detail-info p:before {
content: "\f00c";
font-family: FontAwesome;
color: #49ba6f;
float: left;
margin-right: 10px;
font-size: 16px
}

.button-buy a.bt-buynow {
text-align: center;
padding: 8px 15px;
float: left;
display: block;
color: #fff;
font-size: 14px;
font-weight: bold;
background-color: #fe0000;
-ms-border-radius: 4px;
border-radius: 4px
}

.button-buy a.bt-buynow i.fa {
padding-right: 6px
}

.btnbuytip {
float: left;
color: #333;
font-weight: 700;
font-size: 12px;
padding-left: 75px;
margin: 5px 0 0 5px;
background: url(images/hdmh.png) no-repeat left
}

.btnbuytip:hover {
color: #fec722
}

.quick_view {
float: left;
font-weight: 700;
width: 100%;
padding: 15px 0 0;
line-height: 25px;
color: #0e0e0e
}
.quick_view i {
float: left;
background: url(images/delivery-art.png) no-repeat 0 0 / auto 20px;
width: 30px;
height: 20px;
}
.quick_view span.delivery {
color: #000;
float: left;
width: calc(100% - 30px);
display: inline-block;
font-size: 18px;
margin: 0 0 10px 0;
}
.quick_view span {
color: #ed1c24
}

.productFeatures {
display: block;
overflow: hidden;
margin: 20px 0 15px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
width: 83%;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.productFeatures a {
color: #0388cd
}

.productFeatures p {
display: block;
overflow: hidden;
margin-bottom: 7px;
font-size: 12px;
color: #404142;
line-height: 20px;
position: relative;
padding-left: 17px
}

.productFeatures p:before {
content: "●";
color: #dfdfdf;
float: left;
font-size: 15px;
position: absolute;
top: 0;
left: 0
}

.descriptionproduct {
background: #fff;
}

.descriptionproduct .prd-detail {
}

.descriptionproduct .l-sidebar .bg-lsidebar {
background: #fff
}

.content-pd-head {
z-index: 999;
}

ul.tabs-pd {
list-style: none;
position: relative;
float: left;
width: 100%;
background: #fff;
margin: 15px 0 0;
}

ul.tabs-pd li {
display: inline-block;
min-width: 20%;
float: left;
background: #f8f8f8;
margin: 0 5px 0 0
}

ul.tabs-pd li a {
text-align: center;
font-size: 15px;
padding: 12px;
display: block;
text-decoration: none;
color: #ed1c24;
border-bottom: 1px solid transparent;
font-weight: 600;
}

ul.tabs-pd li a i.fa {
padding-right: 5px;
}

ul.tabs-pd li a:hover, ul.tabs-pd li.active a {
background: #f8f8f8;
color: #222
}

@media (max-width: 767px) {
ul.tabs-pd li {
width: 50%;
border-right: none;
border-bottom: 1px solid #ccc;
}

ul.tabs-pd li a {
font-size: 12px;
padding: 8px 3px;
}
}
/*end media*/
.article-content {
background: #fff;
padding: 15px;
}

.article-content .pd-title {
font-size: 19px;
text-transform: uppercase;
padding: 0px 0 15px;
line-height: 150%;
}

.bg-article {
line-height: 20px;
color: #0e0e0e;
font-size: 14px
}

@media (max-width:767px) {
}

.detail-title {
font-size: 19px;
line-height: 40px;
font-weight: normal;
color: #3b3b3b;
border-bottom: 3px solid #f4f3f3;
padding: 6px 15px;
}

ul.accessories-list {
}

ul.accessories-list li .ct-product {
padding: 0
}

ul.accessories-list li .ct-product .reponsive-img {
padding-top: 70%
}
/*giohag*/
.boxFormPayment {
padding: 0 15px
}

@media (max-width: 767px) {
.boxFormPayment {
padding: 0px
}
}
/*/media*/
.boxFormPayment .title {
color: #fe0000;
float: left;
font-size: 15px;
margin: 15px 0 5px 0;
text-transform: uppercase;
width: 100%;
font-weight: bold;
}

.boxFormPayment label {
font-weight: normal;
margin-bottom: 10px;
float: left;
width: 100%
}

.boxFormPayment .gender {
display: inline-block;
padding-right: 20px
}

.boxFormPayment .form-group {
float: left;
margin: 10px 0 0;
width: 100%;
}

.boxFormPayment .form-control {
border-radius: 0
}

.title-form {
font-weight: bold;
font-size: 14px
}

.header-cart .title {
margin-bottom: 5px
}

.header-cart .madh, .header-cart .datedh {
font-style: italic
}

.table-popcart table {
margin-bottom: 0
}

.table-popcart table th {
text-align: center;
font-weight: normal;
font-size: 13px;
font-weight: bold
}

.table-popcart table tr {
background-color: #fff
}

.table-popcart table td {
vertical-align: middle;
padding: 10px;
text-align: center;
}

.table-popcart table td input[type='number'] {
height: 30px;
width: 50px;
text-align: center;
font-weight: bold;
font-size: 14px;
}

.table-popcart .img {
width: 80px;
height: 65px;
text-align: center;
float: left;
overflow: hidden;
border: 1px solid #e5e5e5
}

.table-popcart .name {
width: calc(100% - 80px);
float: left;
padding-left: 10px
}

.table-popcart .name .name-product {
font-size: 14px;
color: #000;
display: block;
float: left;
text-align: left;
}

.table-popcart .name p {
float: left;
margin: 5px 0;
font-style: italic;
font-weight: bold;
width: 100%;
text-align: left;
}

.table-popcart .name .name-product:hover {
color: #fe0000
}

.table-popcart .name .status {
float: left;
width: 100%;
display: block;
margin-top: 5px
}

.table-popcart .name .status li {
display: inline-block;
float: left
}

.table-popcart .name .status li:after {
content: "|";
padding: 0 8px;
float: right;
color: #808080
}

.table-popcart .name .status li:last-child:after {
content: none;
padding: 0
}

.table-popcart .name .status li.status-pro {
color: #72b656
}

.table-popcart .name .status li .gift {
color: #199cb7
}

.table-popcart .name .status li .remove {
color: #fe0000
}

.table-popcart strong {
color: #303030;
font-weight: normal;
font-size: 13px
}

@media (max-width: 767px) {
.table-popcart .name {
width: 100%;
}
}

.inline-block {
display: inline-block !important
}

.total-price, .total-payment {
border-top: 1px solid #e1e1e1;
float: left;
padding: 10px 0;
width: 100%
}

.total-price span, .total-payment span {
float: left;
width: 40%;
font-size: 14px
}

.total-price strong, .total-payment strong {
float: right;
font-weight: bold;
text-align: right;
width: 60%
}

.total-payment span {
font-weight: bold
}

.total-payment strong {
color: #fe0000
}

.bt-payment {
background-color: #fe0000;
border: 0 none;
border-radius: 3px;
color: #fff;
float: left;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
width: 100%
}

.bt-payment:hover, .bt-payment:focus {
background-color: #333d94
}
/*radio*/
.radioPure {
cursor: pointer;
display: inline-block;
font-size: 14px;
padding-right: 20px
}

.radioPure:hover .inner {
background-color: #fe0000;
opacity: 0.5;
transform: scale(0.5)
}

.radioPure input {
height: 1px;
opacity: 0;
width: 1px
}

.radioPure input:checked + .outer .inner {
opacity: 1;
transform: scale(1)
}

.radioPure input:checked + .outer {
border: 2px solid #fe0000
}

.radioPure input:focus + .outer .inner {
background-color: #fe0000;
opacity: 1;
transform: scale(1)
}

.radioPure .outer {
background-color: #fff;
border: 2px solid #999;
border-radius: 50%;
display: block;
float: left;
height: 18px;
width: 18px
}

.radioPure .inner {
background-color: #fe0000;
border-radius: 50%;
display: block;
height: 10px;
margin: 2px;
opacity: 0;
transform: scale(0);
transition: all 0.25s ease-in-out 0s;
width: 10px
}

.radioPure i {
color: #333;
display: inline-block;
font-style: normal;
font-weight: normal;
padding-left: 5px;
width: 90%;
}
/*checkbox*/
.itemCheckBox {
float: left;
padding-right: 30px;
position: relative;
margin: 0;
}

.itemCheckBox input[type="checkbox"] {
height: 0.1px;
opacity: 0;
width: 0.1px
}

.itemCheckBox span {
padding-left: 5px;
position: relative;
top: -4px;
font-weight: 600;
}

.check-box {
background-color: transparent;
border: 2px solid #999;
border-radius: 2px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
height: 20px;
position: relative;
transition: border-color 0.2s ease 0s;
width: 20px;
}

.check-box input[type="checkbox"] {
display: none
}

.check-box::before, .check-box::after {
background-color: #fe0000;
border-radius: 5px;
box-sizing: border-box;
content: " ";
display: inline-block;
height: 0;
position: absolute;
transform-origin: left top 0;
width: 4px
}

.check-box::before {
left: 8.2px;
top: 14.4px;
transform: rotate(-135deg)
}

.check-box::after {
left: 1px;
top: 7.4px;
transform: rotate(-45deg)
}

input[type="checkbox"]:checked + .check-box, .check-box.checked {
border-color: #fe0000
}

input[type="checkbox"]:checked + .check-box::after, .check-box.checked::after {
animation: 0.2s ease 0s normal forwards 1 running dothabottomcheck;
height: 7px;
}

input[type="checkbox"]:checked + .check-box::before, .check-box.checked::before {
animation: 0.2s ease 0s normal forwards 1 running dothatopcheck;
height: 24px
}

.boxFormPayment .table-popcart {
float: left;
width: 100%;
background-color: #fff;
margin-bottom: 15px;
overflow-x: auto
}

.form-group-check .itemCheckBox {
display: block;
width: 100%;
padding: 0
}

#show-hd {
display: none;
float: left;
width: 100%
}

.export-invoice label {
color: #4a90e2;
cursor: pointer;
font-size: 15px
}
/*new*/
.box-new-cate {
background: #fff
}

ul.list-new-cate {
padding: 0 15px
}

ul.list-new-cate li {
padding: 20px 0;
float: left;
width: 100%;
border-bottom: 1px dashed #e5e5e5
}

ul.list-new-cate li figure {
}

ul.list-new-cate li figure a {
display: block
}

ul.list-new-cate li figure img {
}

ul.list-new-cate li .blogtitle {
font-size: 16px;
color: #0e0e0e;
display: block;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
line-height: 24px;
max-height: 70px;
overflow: hidden
}

ul.list-new-cate li .blogtime {
padding: 6px 0;
font-size: 13px;
color: #78787a;
margin-bottom: 5px;
font-style: italic
}

ul.list-new-cate li .blogtime span:first-child {
border-left: 0;
padding-left: 0
}

ul.list-new-cate li .blogtime span {
border-left: 1px solid #afafaf;
padding: 0 10px;
margin: 0 0 0 10px
}

ul.list-new-cate li .blogtime i.fa {
padding-right: 3px
}

ul.list-new-cate li .blogsummary {
color: #0e0e0e;
font-size: 15px;
padding-bottom: 15px;
line-height: 22px;
max-height: 65px;
overflow: hidden
}
/*newdetail*/
.thumbnail-news-view {
position: relative;
font-size: 14px;
overflow: hidden
}

.thumbnail-news-view > h1, .thumbnail-news-view > h2 {
font-size: 15px;
font-weight: bold;
color: #00528b;
text-transform: uppercase
}

.block_timer_share {
padding: 10px 0 20px 0;
width: 100%;
overflow: hidden
}

.block_timer {
font-size: 14px;
font-weight: 400;
padding: 5px 0 0;
white-space: nowrap
}

.block_share {
padding-right: 10px
}

.block_share a {
width: 24px;
height: 22px;
display: block;
margin-right: 7px;
float: left;
text-align: center;
line-height: 22px;
background-color: #999999;
color: #fff;
text-decoration: none;
font-size: 11px
}

.block_share .facebook {
background-color: #3B5A9A
}

.block_share .google {
background-color: #DF4B38
}

.block_share .twitter {
background-color: #29A9E1
}

.block_share .email {
background-color: #999999
}

.block_share .print {
background-color: #999999
}

.post_content {
word-wrap: break-word;
padding-bottom: 20px;
line-height: 25px
}
/*.post_content p{padding-bottom:10px;margin-bottom:10px}*/
.other-news-detail {
position: relative;
padding: 0;
margin-top: 20px
}

.other-news-detail h2 {
font-size: 20px;
border-bottom: 1px solid #ccc;
font-weight: 400;
color: #fff;
margin-bottom: 20px;
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
}

.other-news-detail h2 span {
background: #6c6b6a;
position: absolute;
top: 8px;
left: 0;
padding: 0 15px
}

.other-news-detail ul li {
padding: 5px 0 5px 0;
display: block;
position: relative
}

.other-news-detail ul li a {
color: #333;
text-decoration: none;
font-size: 14px;
display: block;
padding-left: 18px
}

.other-news-detail ul li a:hover {
text-decoration: underline
}

.other-news-detail ul li:before {
content: "";
position: absolute;
top: 11px;
left: 2px;
width: 4px;
height: 4px;
background: #ccc
}
/*lienhe*/
.title-contact {
color: #333;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
}

h2.title-contact {
float: left;
width: 100%;
margin: 20px 0 0;
}

.akr-form p {
margin-bottom: 10px
}

.akr-form .form-control {
min-height: 40px;
background: #f3f3f3;
border: solid 1px #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 100%;
max-width: 100%;
padding: 5px 5px 5px 15px;
margin-bottom: 15px;
outline: none;
box-shadow: none
}

.akr-form textarea {
overflow: auto;
margin: 0;
padding: 6px 6px 7px 6px;
width: 100%;
font-size: 15px;
height: 160px;
line-height: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
resize: none;
overflow: auto;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.btn-gui {
border: 1px solid #ed1c24;
background: #ed1c24;
border-radius: 3px;
padding: 11px 25px;
font-size: 15px;
font-weight: bold;
color: #fff;
}

.contact-info {
color: #333;
font-size: 14px
}

.body-contact-info {
line-height: 1.8;
font-size: 14px;
color: #333
}

.body-contact-info .text {
margin-bottom: 10px
}

.body-contact-info .text .fa {
color: #3b74a7;
margin-right: 5px
}

.body-contact-info .phone {
color: #ed1c24;
font-size: 2em;
margin-top: -10px
}

.boxFormPaymentCard .title_card {
font-size: 24px;
color: #333;
margin-top: 0;
margin-bottom: 10px
}

.diInBlock {
display: inline-block !important;
}

.a_link {
color: #3b5998;
font-weight: 600;
}

.hr_title {
font-weight: bold;
font-size: 16px;
padding: 0 10px;
line-height: 29px;
position: relative;
text-align: center;
margin: 15px 0
}

.hr_title:before {
content: "";
background-color: #d7d7d7;
bottom: 0;
height: 1px;
position: absolute;
top: 0;
width: 100%;
left: 0;
margin: auto
}

.hr_title .text {
position: relative;
background: #fff;
padding: 0 10px;
font-weight: bold;
font-size: 14px
}

.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 0;
border: none;
margin-bottom: 5px;
}

.btn-social > :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 17px;
text-align: center
}

.btn-social + .btn-social {
margin-left: 5px
}

.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2)
}

.btn-google-plus {
color: #fff;
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2)
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open > .dropdown-toggle.btn-google-plus {
color: #fff;
background-color: #c23321;
border-color: rgba(0,0,0,0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
color: #fff;
background-color: #2d4373;
border-color: rgba(0,0,0,0.2)
}

.login_left, .login_right {
padding: 0 10px;
}

.fieldwrapper {
line-height: 24px;
font-size: 14px;
margin: 10px 0
}

ul.list-disc li {
padding: 8px 0;
line-height: 20px;
position: relative;
font-size: 14px
}

ul.list-disc li i.fa {
padding-right: 6px
}
/*.form-control-checkbox-group{    max-height: 215px; overflow: auto; transition: opacity .3s;}*/
ul.list-control-checkbox li {
float: left;
width: 100%;
padding: 9px 0;
}

ul.list-control-checkbox li .itemCheckBox {
padding: 0;
width: 100%
}

ul.list-control-checkbox li .itemCheckBox span {
font-weight: bold;
color: #494949;
font-size: 14px;
top: -2px;
cursor: pointer;
}

ul.list-control-checkbox li .check-box {
border: 1px solid #999;
height: 15px;
width: 15px
}

ul.list-control-checkbox li input[type="checkbox"]:checked + .check-box::before, ul.list-control-checkbox li .check-box.checked::before {
height: 17px;
left: 7.2px;
top: 12.4px;
transform: rotate(-150deg)
}

ul.list-control-checkbox li .check-box::before, ul.list-control-checkbox li .check-box::after {
width: 2px
}

ul.list-control-checkbox li .check-box::after {
left: 1px;
top: 6.4px;
transform: rotate(-38deg)
}

.boxFormComment label {
display: block
}

.boxFormComment .ratingStarsTitle {
font-weight: normal;
font-size: 13px;
}

.ratingStars {
height: 30px;
}

.danhgia_num {
padding-top: 2px;
padding-left: 20px;
color: #fff;
font-size: 120%;
height: 41px;
background-repeat: no-repeat;
background-image: url(images/danhgia.png)
}

.infocomment {
display: block;
clear: both;
overflow: hidden;
margin-bottom: 20px;
}

.comment_ask {
display: block;
overflow: visible;
margin: 10px 0 0;
}

.iconcom-user {
width: 25px;
height: 25px;
background-image: none;
background-color: #ccc;
margin-right: 7px;
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 12px;
line-height: 26px;
font-style: normal;
display: inline-block;
vertical-align: middle;
}

.comment_ask strong {
font-size: 14px;
color: #333;
text-transform: capitalize;
}

.infocom_ask {
display: block;
font-size: 14px;
color: #4a4a4a;
line-height: 22px;
margin-left: 36px;
}

.relate_infocom {
display: block;
overflow: visible;
height: 30px;
padding: 5px 0;
font-size: 12px;
color: #666;
margin-left: 30px;
}

.relate_infocom span {
float: left;
}

.relate_infocom .reply {
cursor: pointer;
color: #4a90e2;
}

.relate_infocom .dot {
float: left;
display: inline;
font-size: 8px;
vertical-align: middle;
margin: 2px 5px;
color: #babbb8;
}

.relate_infocom .numlike {
color: #999;
}

.relate_infocom span .like {
color: #4a90e2;
font-weight: bold;
}

.comment_reply {
display: block;
margin-top: 5px;
position: relative;
background: #f1f1f1;
border: 1px solid #e7e7e7;
padding: 15px 10px;
font-size: 14px;
color: #333;
margin-left: 30px;
}

.arrow_box {
position: relative;
left: 7px;
display: block;
margin-top: -15px;
z-index: 9;
background: #f1f1f1;
}

.arrow_box:after, .arrow_box:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.arrow_box:before {
border-bottom-color: #e7e7e7;
border-width: 12px;
margin-left: -12px;
}

.arrow_box:after {
border-bottom-color: #f1f1f1;
border-width: 11px;
margin-left: -11px;
}

.comment_ask img.imgU {
float: left;
width: 25px;
height: 25px;
margin-right: 7px !important;
vertical-align: middle;
}

.comment_ask .qtv {
text-transform: uppercase;
margin-right: 10px;
color: #000;
font-weight: normal;
font-size: 10px;
background: #eebc49;
padding: 2px 6px;
border-radius: 3px;
line-height: 18px;
height: 18px;
margin-left: 10px;
}

.float-ck {
position: fixed;
bottom: 0;
z-index: 90000
}

#hide_float_left {
text-align: left;
font-size: 9px;
margin-left: 120px
}

#hide_float_left a {
background: #ff0012;
padding: 2px 2px 2px 2px;
color: #FFF
}

.boxFormPayment .form-group label.w100 {
width: 130px;
font-weight: bold;
float: left;
width: 30%;
line-height: 20px;
}

.boxFormPayment .form-group span {
/* display: inline-block; */
font-weight: bold;
float: left;
width: 70%;
line-height: 20px;
}

.boxFormPayment .form-group span.red {
font-weight: bold;
float: right;
width: auto !important;
}

.hei50 {
height: 100px;
}

.mg30 {
margin-left: 30px;
position: relative;
}

.cm_bt {
position: absolute;
right: 10px;
bottom: 10px;
padding: 0px 15px;
}

.thumbnail-news-view h2, .thumbnail-news-view h3 {
font-size: 14px;
font-weight: bold;
}

.vAlignMiddle {
height: 40px;
width: 55%
}

.security {
height: 40px;
text-align: center;
font-size: 18px;
font-weight: bold;
}

.login_left form {
margin: 0 0 30px 0;
float: left;
width: 100%;
}

.info-desc h2 {
font-size: 14px;
}

.logo_home {
float: left;
height: 0;
text-indent: -9999px;
}

p.title_pro {
font-size: 14px;
font-weight: bold;
color: #666;
margin: 0 0 10px 0;
float: left;
width: 100%;
}

.list_color, .list_size, .list_productsize {
float: left;
width: 100%;
}

.list_color li, .list_size li, .list_productsize li {
float: left;
margin: 0 10px 0 0;
}

.list_color li a {
float: left;
width: 30px;
height: 30px;
border: 1px solid #ccc;
box-sizing: border-box;
}

.list_size li a, .list_productsize li a {
float: left;
height: 30px;
border: 1px solid #ccc;
box-sizing: border-box;
text-align: center;
line-height: 30px;
font-weight: bold;
padding: 0 10px;
}

.list_color li a.check, .list_size li a.check, .list_productsize li a.check {
background: url(images/bg_color.png) no-repeat right bottom;
}

/*tim kiem*/
.search-input-select .results {
display: none;
position: absolute;
background: #fff;
border: 1px solid #ccc;
top: 38px;
left: -2px;
right: 0;
z-index: 9999;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.search-input-select .results li {
float: left;
width: 100%;
}

.search-input-select .results li:first-child:before {
border-bottom: 5px solid #c4c7d7;
top: -11px;
}

.search-input-select .results li:first-child:before, .search-input-select .results li:first-child:after {
display: block;
content: '';
width: 0;
height: 0;
position: absolute;
left: 50%;
margin-left: -5px;
border: 5px outset transparent;
}

.search-input-select .results a {
float: left;
width: 100%;
padding: 5px 0;
color: #333;
font-weight: 400;
font-size: 13px;
border-bottom: 1px dotted #d1d1d1;
}

.search-input-select .thumb-search, .search-input-select .content-search {
display: table-cell;
vertical-align: top;
}

.search-input-select .thumb-search {
width: 70px;
float: left;
margin-right: 10px;
text-align: center;
}

.search-input-select .thumb-search img {
width: 100%;
}

.search-input-select .price-search {
color: #fe0000;
display: block;
font-weight: 500;
padding-left: 75px;
font-size: 14px;
}

.search-input-select .price-search sup {
text-decoration: underline;
font-weight: 300;
}

.search-input-select .price-search .price-value {
display: inline-block;
}

.search-input-select .price-search .old-price-value {
text-align: left;
font-weight: 300;
text-decoration: line-through;
font-size: 13px;
color: #333;
display: inline-block;
margin: 0 0 0 10px;
}

.search-input-select span {
cursor: pointer;
display: block;
line-height: 20px;
font-size: 13px;
font-weight: bold;
}
/*end tim kiem*/
.box_reply {
display: none;
}

ul.mf-listmn > li.facebook {
float: right;
text-align: right;
}

.banners-sub .product-sub {
float: left;
}

.hotline_top {
float: left;
line-height: 40px;
}

.hotline_top a {
font-size: 20px;
font-weight: bold;
color: #f00;
}

.hotline_top i {
background: url(images/hotline.gif) no-repeat right center / 40px 30px;
height: 30px;
width: 40px;
float: left;
margin: 0 10px 0 0;
}

.property {
float: left;
width: 100%;
margin: 5px 0;
}

.property label {
float: left;
width: 120px;
font-weight: normal;
margin: 0;
font-size: 12px;
}
.property label.prop {
height: 30px;
line-height: 30px;
font-weight: bold;
}

.property label.promotion {
margin: 0;
font-size: 14px;
font-weight: bold;
color: #f00;
margin: 0 0 10px 0;
}

.property span {
float: left;
font-weight: bold;
}

.property span span {
float: left;
font-weight: bold;
color: #fe0000;
}

.property span a {
font-size: 12px;
font-weight: bold;
color: #0388cd;
}

#waiting {
display: none;
}

.modal-header {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
background: #0388cd;
color: #fff
}

.modal-body {
padding: 20px;
font-size: 14px;
font-weight: bold;
}

.modal-body .waiting {
float: left;
width: 100%;
margin: 30px 0 0 0;
}

.modal-body .waiting label {
float: left;
width: 20%;
height: 30px;
line-height: 30px;
font-weight: normal;
}

.modal-body .waiting p {
float: left;
margin: 0;
padding: 0;
width: 80%;
}

.modal-footer a.btn-success {
background-color: #fe0000;
color: #fff;
}

.modal-body .waiting_error {
float: right;
margin: 10px 0 0;
color: #fe0000;
font-weight: normal;
}

ul.list-faq-cate {
}

ul.list-faq-cate li {
padding: 10px 0;
float: left;
width: 100%;
border-bottom: 1px dashed #e5e5e5;
}

ul.list-faq-cate li .blogtitle {
font-size: 14px;
display: block;
font-weight: 700;
margin-bottom: 5px;
cursor: pointer;
}

ul.list-faq-cate li .blogsummary {
color: #0e0e0e;
font-size: 15px;
line-height: 20px;
display: none;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 15px;
margin: 15px 0 0;
}

ul.list-faq-cate li .blogsummary p {
margin: 0;
}

.detail_bottom a.bt-buynow {
float: none;
}

.detail_bottom a.bt-buynow strong {
margin: 0 0 0 50px;
}

.boxFormPayment .form-group span.outer {
width: 18px !important;
}

.boxFormPayment .form-group span.inner {
width: 10px !important;
}

#banner_popup .modal-header {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
background: #fff;
color: #fff;
border: none;
}

#banner_popup .modal-body {
padding: 0;
font-size: 14px;
font-weight: bold;
}

.modal-content .fa {
width: 10px;
margin: 0 10px 0 0;
}

.article-content ul {
margin: 10px 0;
}

.article-content ul li {
list-style-position: outside;
list-style-type: square;
margin-left: 4%;
width: 96%;
margin-bottom: 5px;
}

.article-content .fa {
margin: 0 10px 0 0;
}

.product-content {
padding: 15px 15px 40px 15px;
margin-top: 15px;
border-bottom: 1px solid #ccc;
}

.link_comment {
color: #0388cd;
}

.comment_ask strong.admin {
background: url(images/logo_cm.png) no-repeat 0 0 / 71px 15px;
text-indent: -9999px;
float: left;
width: 100%;
height: 15px;
}

.fb_box {
position: relative;
}

.fb_box img {
width: 100%;
}

.fb_bt {
position: absolute;
top: 24%;
left: 13%;
}

.mb10 {
margin: 0 0 10px 0
}

.view_more_coment {
background: url(images/bg_1x1_gray.gif) repeat-x scroll left 13px;
height: 26px;
margin: 10px 0;
text-align: center;
width: 100%;
float: left;
}

.view_more_coment a {
background: #eee none repeat scroll 0 0;
color: #666;
display: inline-block;
font: 700 11px/26px arial;
padding: 0 20px;
text-align: center;
}

.sumome-share-client-wrapper {
bottom: 0 !important;
right: 0 !important;
left: auto !important;
top: auto !important;
}

.combo li span {
color: #e32124;
font-size: 15px;
margin: 0 0 0 15px;
font-weight: bold;
}

.h_title {
font-size: 17px;
font-weight: bold;
margin: 20px 0 10px 0;
}

.h_icon {
padding: 0 0 10px 50px;
background: url(images/hotline.gif) no-repeat 0 0 / 40px 40px;
line-height: 40px;
}

.h_content {
font-size: 15px;
border-bottom: 1px solid #ccc;
padding: 0 0 10px 0;
font-weight: bold;
}

.pro-size {
width: 100%;
text-align: center;
padding: 0 10px;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
margin: auto;
}
.pro-size li {
display: inline-block;
text-align: center;
margin: 0 5px 5px 0 !important;
}
.pro-size li a {
display: block;
width: 40px;
height: 30px;
border: 1px solid #ccc;
box-sizing: border-box;
text-align: center;
line-height: 30px;
font-weight: bold;
font-size: 12px;
font-weight: bold;
color: #0388cd;
}
.pro-size li a:hover {
border: 1px solid #ed1c24;
}
.pro-size li a.active {
background: #ed1c24;
color: #fff;
border: 1px solid #ed1c24;
}
.delivery-zone {
float: right !important;
line-height: 16px !important;
text-align: right;
width: auto !important;
}
.payment-content {
line-height: 20px;
float: left;
width: 100%;
font-size: 14px;
margin: 0 0 15px 0;
background: #f2f2f2;
padding: 10px 5px;
display: none;
-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.175);
box-shadow: 0px 5px 5px rgba(0,0,0,.175);
}
.payment-content > li {
position: relative;
padding: 0 0 0 20px;
margin: 0 0 10px 0;
}
.payment-content > li:before {
content: "";
position: absolute;
top: 7px;
left: 2px;
width: 5px;
height: 5px;
background: #ed1c24;
}
.note-fee {
margin: 5px 0 0;
float: left;
width: 100%;
color: #f00;
}
.infoweb{
float: right;
font-weight: bold;
}
.ct-news .reponsive-img {
padding-top: 75% !important;
}
.payment{
width: 100%;
float: left;
}
.payment li {
display: inline-block;
height: 100px;
width: 32%;
}
.payment li i {
width: 100%;
height: 100px;
display: inline-block;
text-align: center;
}
.payment li label {
display: inline-block;
width: 100%;
font-size: 15px;
text-align: center;
text-transform: uppercase;
margin: 10px 0 0;
}
.payment li.tienmat i {
background: url(images/icon-tien-mat.png) no-repeat center center / 100px 100px;
}
.payment li.pos i {
background: url(images/icon-pos.png) no-repeat center center / 100px 100px;
}
.payment li.atm i {
background: url(images/icon-atm.png) no-repeat center center / 100px 100px;
}

.box-camket {
width: 100%;
float: left;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
padding: 15px;
box-sizing: border-box;
margin: 10px 0 0;
}
.box-camket li {
display: inline-block;
height: 100px;
width: 32%;
position: relative;
height: 110px;
}
.box-camket li i {
width: 100%;
height: 70px;
display: inline-block;
text-align: center;
position: absolute;
top: 0;
}
.box-camket li a {
font-size: 20px;
text-align: center;
width: 100%;
display: inline-block;
font-weight: bold;
color: #f00;
position: absolute;
bottom: 20px;
}
.box-camket li label {
display: inline-block;
width: 100%;
font-size: 13px;
text-align: center;
margin: 10px 0 0;
position: absolute;
bottom: 0;
}

.box-camket li.camket i {
background: url(images/guanrantee-icon1.png) no-repeat center center / 70px 70px;
}

.box-camket li.doitra i {
background: url(images/return-icon2.png) no-repeat center center / 70px 70px;
}
.box-camket li.hotline i {
background: url(images/Hotline-icon4.png) no-repeat center center / 60px 60px;
}

table.adminlist{
    border: 1px solid #ccc;
}
table.adminlist tbody tr {
    background-color: #fff;
}
table.adminlist tbody tr.row1 {
    background-color: #f0f0ee;
}
table.adminlist th {
    background: #183544;
    color: #fff;
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-align: center;
}
table.adminlist th.code {
    text-align: left;
}
table.adminlist td {
    border: 1px solid #ccc;
    padding: 10px 5px;
}
table.adminlist td a {
    color: #183544;
    font-weight: bold;
}
.order-detail {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 1;
}
#timer {
    text-align: center;
    font-size: 15px;
    color: #f00;
    font-weight: bold;
    margin: -15px 0 10px 0;
    text-transform: uppercase;
}