@charset "UTF-8";
*:active, *:focus {
  outline: 0;
}

a, a:hover, a:visited, a:focus {
  text-decoration: none;
}

body, html {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

*:focus {
  outline: 0;
}

a {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  color: #f53d2d;
}

#ml-content {
  background: url(./assets/images/bg-content.jpg);
}

.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

div#ml-slide img,
div#ml-slide-home img {
  width: 100%;
}

.wrapCont {
  padding-bottom: 60px;
}

.input-group .input-group-span {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
}

td, th {
  line-height: 18px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0;
}

p {
  margin: 0px;
  padding: 5px 0px;
}

ol, ul {
  list-style: none;
}

img {
  border: 0px;
  max-width: 100%;
}

input {
  color: #2a2a2a;
}

.input-warn {
  border: 1px solid #FF0000;
  line-height: 20px;
  height: 18px;
}

.input-ok {
  border: 1px solid #00CC66;
  line-height: 20px;
  height: 18px;
}

.button {
  background: url(../images/button_bg.gif) center no-repeat;
  cursor: pointer;
  border: none;
  color: #000;
  padding: 5px 2px;
  width: 103px;
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
button.btn {
  padding: 0px 10px;
  height: 24px;
  border: 1px solid #d4d4d4;
  background: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #ebebeb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe,endColorStr=#ebebeb);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorStr=#ebebeb)";
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
}

button.btn span {
  display: inline-block;
  vertical-align: middle;
  color: #656565;
  font-size: 13px;
}

button.btn:hover, button.btn:focus {
  border-color: #d4d4d4;
  background: #ebebeb;
  background-image: -moz-linear-gradient(top, #ebebeb, #fefefe);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fefefe));
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ebebeb,endColorStr=#fefefe);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ebebeb, endColorStr=#fefefe)";
  outline: 0;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
}

.btn-default {
  background: #09459f;
  color: #ffffff;
  border-color: #073f93;
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  line-height: 18px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.noItem {
  padding: 20px;
  text-align: center;
  color: #f00;
}

.textfiled {
  border: 1px solid #b7b7b7;
  background: #efefef;
  color: #2a2a2a;
  border-bottom: none;
  border-right: none;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
}

.textarea {
  border: 1px solid #b7b7b7;
  border-bottom: none;
  border-right: none;
  background: #efefef;
  color: #2a2a2a;
  line-height: 20px;
  overflow: auto;
}

.select {
  border: 1px solid #b7b7b7;
  border-bottom: none;
  border-right: none;
  background: #efefef;
  color: #2a2a2a;
  padding: 3px;
  font-size: 11px;
}

.clearfix:after {
  content: '[DO NOT LEAVE IT IS NOT REAL]';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline;
  position: relative;
}

/*\*/
.clearfix {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #a1a1a1;
}

/* align glyph */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

.left-addon textarea {
  padding-left: 30px;
}

/**/
.hide-on-biggest {
  display: none;
}

/*==================BEGIN HEADER===================*/
#ml-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#ml-header {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  position: relative;
}

.headerTop {
  background: #444444;
  padding: 9px 0px;
}

.headerTop ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headerTop ul li:first-child {
  align-self: flex-start;
  margin-left: 0;
}

.headerTop ul li {
  padding-left: 20px;
  position: relative;
  color: #ffffff;
  margin-left: 30px;
}

.headerTop ul li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 15px;
  color: #f53d2d;
}

.headerMain .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMain {
  padding: 20px 0 10px;
}

.logo {
  margin-right: 15px;
  height: 55px;
}

.header-tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.formSearch {
  max-width: 580px;
  border: solid 1px #cccccc;
  margin-right: 10px;
}

.formSearch select {
  width: 100px;
  height: 50px;
  border: none;
  padding-left: 10px;
  padding-right: 15px;
  background: #fff;
}

.formSearch button {
  width: 50px;
  height: 50px;
  border: none;
  background: #444444;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.formSearch button:hover {
  background: #333333;
}

.formSearch input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 15px;
}

.userTop {
  margin-right: 10px;
  position: relative;
}

.userTop .icon {
  font-size: 15px;
  line-height: 24px;
  background: #eeeeee;
  padding: 13px 40px;
  border-bottom: solid 1px #d6d6d6;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;
}

.userTop .icon:before {
  content: "\f2c0";
  font-family: Fontawesome;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}

.userTop .icon:after {
  content: "\f0d7";
  font-family: Fontawesome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
}

.userTop.active .icon,
.userTop .icon:hover {
  background: #444444;
  color: #ffffff;
}

.userTop.active .popUser {
  opacity: 1;
  visibility: initial;
}

.userTop .popUser {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(89, 86, 47, 0.5);
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 18;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  min-width: 270px;
}

.userTop .popUser:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #ffffff;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.userTop .login {
  padding: 20px;
}

.userTop .login a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #444444;
  padding: 8px 10px;
}

.userTop .login a:hover {
  background: #f53d2d;
}

.userTop .login.br {
  border-bottom: solid 1px #e5e5e5;
}

.userTop .login.br a {
  background: #f53d2d;
}

.userTop .login.br a:hover {
  background: #444444;
}

.userTop .login.br a:first-child {
  margin-bottom: 20px;
}

.userTop .user {
  padding: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.userTop .user .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.userTop .user .name span {
  margin-right: 15px;
}

.userTop .user .name img {
  max-width: 20px;
}

.userTop .user .rank {
  color: #e40000;
}

.userTop .list {
  padding: 20px;
}

.userTop .list ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.userTop .list ul li:last-child {
  margin-bottom: 0;
}

.userTop .list ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 23px;
  color: #f53d2d;
}

.userTop .list ul li a span {
  font-weight: bold;
  color: #e40000;
}

.userTop .logout a {
  display: block;
  text-align: center;
  background: #f2f2f2;
  text-transform: uppercase;
  padding: 9px 10px;
}

.userTop .logout a:hover {
  color: #ffffff;
  background: #444444;
}

.cartTop a {
  display: block;
  width: 90px;
  height: 50px;
  background: #f53d2d;
  border-bottom: solid 1px #cf9f00;
  position: relative;
}

.cartTop a span {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cartTop a:before {
  content: "\f07a";
  font-family: fontawesome;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
}

.menuToggle {
  width: 270px;
  position: relative;
  float: left;
}

.menuToggle .icon {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  background-color: #f53d2d;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 15px;
  padding-left: 55px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.menuToggle .icon:before {
  content: "\f0c9";
  font-family: FontAwesome;
  background: #555555;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  padding-top: 6px;
}

.menuToggle .icon:hover {
  background-color: #555555;
}

.menuToggle.active .menu,
.menuToggle.alwayactive .menu {
  display: block;
}

.menuToggle .menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  display: none;
  z-index: 20;
}

.menuToggle .menu > ul > li {
  border: solid 1px #e5e5e5;
  border-top: none;
  border-bottom: none;
}

.menuToggle .menu > ul > li > a {
  display: block;
  padding: 9px 10px 8px;
  padding-left: 50px;
  position: relative;
  border-left: solid 5px transparent;
  border-bottom: solid 1px #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuToggle .menu > ul > li > a:hover {
  border-left-color: #f53d2d;
  border-bottom-color: #f53d2d;
}

.menuToggle .menu > ul > li > a > img {
  max-width: 25px;
  max-height: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menuToggle .menu > ul > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menuToggle .menu > ul > li:hover > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.menuToggle .menu > ul > li > ul {
  display: none;
  padding: 20px;
  padding-right: 285px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 600px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  flex-direction: column;
  flex-wrap: wrap;
}

.menuToggle .menu > ul > li > ul > li {
  width: 100%;
  margin-bottom: 15px;
}

.menuToggle .menu > ul > li > ul > li.m {
  margin-bottom: 0;
}

.menuToggle .menu > ul > li > ul > li > a {
  padding-left: 15px;
  position: relative;
  font-weight: 400;
}

.menuToggle .menu > ul > li > ul > li > a:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f53d2d;
}

.menuToggle .menu > ul > li > ul > li > a:hover {
  color: #f53d2d;
}

.menuNav {
  overflow: hidden;
}

.menuNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menuNav ul li {
  flex-basis: 12.5%;
  width: 12.5%;
}

.menuNav ul li a {
  padding: 8px 5px;
  font-size: 13px;
  line-height: 21px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.menuNav ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  height: 45%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: solid 1px #e5e5e5;
}

.menuNav ul li:last-child a:before {
  content: initial;
}

.menuNav ul li.current a,
.menuNav ul li:hover a {
  color: #f53d2d;
}

.headerSearch {
  background: #e0e0e0;
  padding: 15px;
  border-top: solid 1px #d6d6d6;
}

.header-tools-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.cartMobile a {
  display: block;
  width: 60px;
  height: 70px;
  border-left: solid 1px #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.cartMobile a .sl {
  font-size: 20px;
  line-height: 28px;
}

.cartMobile a i {
  font-size: 16px;
  line-height: 24px;
  color: #f53d2d;
}

.cartMobile a:hover {
  background: #e5e5e5;
}

/*==================BEGIN FOOTER===================*/
.footerMain {
  padding: 30px 0 35px;
  background: #444444;
  border-top: solid 5px #f53d2d;
}

.boxBot .title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #f53d2d;
  font-weight: bold;
  margin-bottom: 20px;
}

.botLink ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.botLink ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 5px;
  line-height: 5px;
  color: #f53d2d;
}

.botLink ul li a {
  color: #ffffff;
}

.footerTools .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.receive_email {
  max-width: 570px;
  padding: 15px 0;
}

.receive_email .input-group {
  width: 100%;
}

.receive_email .input-group .input-group-text {
  display: table-cell;
  width: 1%;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.receive_email .input-group .form-control {
  height: 40px;
  border: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  /*url("../images/icon-email.png")*/
  background: no-repeat 10px 50% #f0f0f0;
  font-size: 16px;
  line-height: 25px;
  padding-left: 40px;
}

.receive_email .input-group button.btn {
  height: 40px;
  font-size: 16px;
  line-height: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0 !important;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: #f53d2d;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.receive_email .input-group button.btn:after {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  content: '';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  border: 1px solid #ffffff;
}

.receive_email .input-group button.btn:hover:after {
  opacity: 1;
}

.receive_email .input-group button.btn span {
  position: relative;
  z-index: 1;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.ml-social ul:after {
  display: block;
  content: '';
  clear: both;
}

.ml-social ul li {
  float: left;
  margin-left: -1px;
}

.ml-social ul li a {
  display: block;
  width: 60px;
  height: 70px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ml-social ul li a:hover {
  color: #f53d2d;
  background: #d9d9d9;
}

.ml-social ul li a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footerBot {
  padding: 25px 0 30px;
  background: #e5e5e5;
  border-top: solid 2px #cecece;
}

.footerBot .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.addressFoot {
  margin-right: 80px;
}

.addressFoot .name {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.addressFoot ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}

.addressFoot ul li:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 23px;
}

.congthuong p {
  padding: 0;
}

.footerCopyright {
  background: #e5e5e5;
  border-top: solid 1px #ffffff;
  padding: 13px 0px;
}

/*==================END FOOTER=====================*/
/*==================GO TOP=========================*/
.gotop {
  display: none;
}

a.go_top {
  width: 50px;
  height: 50px;
  position: fixed;
  background: #FFFFFF;
  bottom: 50px;
  right: 15px;
  border-radius: 100%;
  z-index: 5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

a.go_top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  color: #666666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation: bounce 1.2s 500ms infinite;
  -o-animation: bounce 1.2s 500ms infinite;
  animation: bounce 1.2s 500ms infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-50%, -80%);
  }
  60% {
    transform: translate(-50%, -60%);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate(-50%, -50%);
  }
  40% {
    -webkit-transform: translate(-50%, -80%);
  }
  60% {
    -webkit-transform: translate(-50%, -60%);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translate(-50%, -50%);
  }
  40% {
    -moz-transform: translate(-50%, -80%);
  }
  60% {
    -moz-transform: translate(-50%, -60%);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translate(-50%, -50%);
  }
  40% {
    -o-transform: translate(-50%, -80%);
  }
  60% {
    -o-transform: translate(-50%, -60%);
  }
}
/*=====================BEGIN HOTLINE======================*/
.hotline {
  position: fixed;
  right: 15px;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hotline a {
  background-image: url(../images/i-hotline.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px;
}

.hotline.show {
  opacity: 1;
  visibility: initial;
}

.hotlineWrap {
  border: solid 5px #444444;
}

.hotlineWrap > .title {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #444444;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 8px 15px;
}

.rowHotline {
  padding: 20px 25px;
  background: #e5e5e5;
  border-bottom: solid 1px #cccccc;
}

.rowHotline a {
  display: block;
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}

.rowHotline a:before {
  content: "\f098";
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 33px;
  color: #f53d2d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rowSupport {
  padding: 20px 25px;
  border-bottom: solid 1px #e0e0e0;
}

.rowSupport .text1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #0065b3;
  margin-bottom: 10px;
}

.rowSupport .text1 span {
  font-weight: normal;
  color: #999999;
  font-style: italic;
}

.rowSupport .phone {
  margin-bottom: 10px;
}

.rowSupport .phone a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.rowSupport .phone a:before {
  content: "\f098";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 28px;
  color: #eb1922;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listSocial ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.listSocial ul li {
  margin-right: 10px;
}

.listSocial ul li a {
  display: block;
  max-width: 40px;
}

.listSocial ul li a img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.listSocial ul li a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.rowText {
  padding: 20px 25px;
  border-bottom: solid 1px #cccccc;
  font-style: italic;
  color: #666666;
}

.rowText p {
  padding: 0;
}

.rowClose {
  height: 40px;
  background: #e6e6e6;
}

.popup_hotline .fancybox-close {
  width: 60px;
  height: 15px;
  background: transparent;
  bottom: 15px;
  top: initial;
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup_hotline .fancybox-close:before {
  content: "Ä‘Ă³ng";
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.popup_hotline .fancybox-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 15px;
  line-height: 23px;
}

/*================BEGIN PAGINATION=================*/
.pagination ul li span.pagecur, .pagination ul li a {
  border: none;
  background: #ffffff;
  border: solid 1px #c3c3c3;
  width: 50px;
  height: 40px;
}

.pagination ul li a:hover, .pagination ul li span.pagecur {
  background: #f53d2d;
  border-color: #f53d2d;
  color: #ffffff;
}

/*==================BEGIN MOD CONTENT==============*/
.mod-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  border: solid 1px #dbdbdb;
  background: #ffffff;
}

.mod-content #ml-sidebar {
  width: 25%;
  border-right: solid 1px #dbdbdb;
}

.mod-content #ml-main {
  width: 75%;
}

.mod-content-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-bottom: solid 1px #dbdbdb;
}

.mod-content-1 #ml-sidebar-1 {
  width: 25%;
  border-right: solid 1px #dbdbdb;
}

.mod-content-1 #ml-main {
  width: 75%;
}

/*==================END MOD CONTENT================*/
/*=================BEGIN: PAGINATION==================*/
.pagination {
  width: 100%;
  background: transparent;
}

.pagination ul {
  padding-bottom: 2px;
}

.pagination ul li {
  display: inline-block;
  margin: 0 4px 0 0;
}

.pagination ul li span.pagetotal {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  background: none;
  color: #333333;
}

.pagination ul li span.pagecur,
.pagination ul li a {
  display: table-cell;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  font-size: 20px;
  line-height: 28px;
  vertical-align: middle;
  color: #333333;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: normal;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  text-align: center;
}

.pagination ul li a:hover, .pagination ul li span.pagecur {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.pagination a, .pagination a:visited {
  color: #666666;
}

.show_item {
  padding: 10px 0;
}

.show_item ul:after {
  display: block;
  content: '';
  clear: both;
}

.show_item ul li {
  float: left;
  padding: 0 12px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  text-transform: uppercase;
}

.show_item ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

.show_item ul li a:hover {
  color: #ee8533;
}

.show_item ul li:first-child {
  padding-left: 0;
}

.show_item ul li:last-child {
  padding-right: 0;
}

.show_item ul li ~ li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '|';
  color: #d1d1d1;
}

/*=================END: PAGINATION======================*/
/*=================BEGIN: BREADCRUMB====================*/
.breadcrumb {
  margin: 0;
  padding: 11px 0;
  width: 100%;
}

.breadcrumb.nomb {
  margin-bottom: 0;
}

.breadcrumb ul {
  padding: 0;
  width: 100%;
  background-color: transparent;
  margin: 0;
  position: relative;
  text-align: left;
}

.breadcrumb ul li {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #888888;
}

.breadcrumb ul li a {
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-transform: capitalize;
}

/*===================END: BREADCRUMB=========================*/
/*================BEGIN PAGINATION=================*/
.pagination {
  padding: 15px 20px;
}

.pagination ul li span.pagecur, .pagination ul li a {
  border: none;
  background: #ffffff;
  border: solid 1px #c3c3c3;
  width: 50px;
  height: 40px;
}

.pagination ul li a:hover, .pagination ul li span.pagecur {
  background: #f53d2d;
  border-color: #f53d2d;
  color: #ffffff;
}

/*================END PAGINATION===================*/
/*==================BEGIN BREADCRUMB===============*/
.ml-main-top {
  margin-bottom: 30px;
}

.breadcrumb {
  background: #ebebeb;
  padding: 12px 0;
}

.breadcrumb ul {
  text-align: right;
  float: right;
  width: initial;
}

.breadcrumb ul li {
  padding: 0;
  margin: 0 17px;
  float: left;
  position: relative;
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}

.breadcrumb ul li:first-child {
  margin-left: 0;
}

.breadcrumb ul li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.breadcrumb ul li a:hover {
  color: #f53d2d;
}

.breadcrumb ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 23px;
}

.breadcrumb ul li:last-child:after {
  content: initial;
}

.breadcrumb ul li:last-child {
  margin-right: 0;
}

/*==================END BREADCRUMB=================*/
/*================BEGIN MENU SIDEBAR===============*/
.menuSidebar .title {
  font-size: 16px;
  line-height: 24px;
  background: #eeeeee;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: bold;
}

.menuSidebar ul {
  border-top: none;
}

.menuSidebar ul li a {
  display: block;
  padding: 9px 25px;
  padding-left: 20px;
  border-bottom: solid 1px #dddddd;
  border-left: solid 3px transparent;
  position: relative;
}

.menuSidebar ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menuSidebar ul li:hover a,
.menuSidebar ul li.current a {
  border-left-color: #f53d2d;
  border-bottom-color: #f53d2d;
  color: #f53d2d;
}

/*================END MENU SIDEBAR=================*/
/*==================BEGIN BOX MID==================*/
.box_mid .mid-title {
  padding: 15px 20px;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 0;
}

.box_mid .mid-title .titleL {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.box_mid .mid-title .titleL h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.box_mid .mid-title .titleR {
  float: none;
}

.box_mid .mid-title1 {
  padding: 15px 20px;
  margin-bottom: 0;
}

.box_mid .mid-title1 .titleL {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.box_mid .mid-title1 .titleL h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.box_mid .mid-title1 .titleR {
  float: none;
}

/*==================END BOX MID====================*/
/*=================BEGIN MENU TAB==================*/
.menuTab {
  background: #ffffff;
  border: solid 1px #dbdbdb;
  padding: 22px 20px;
}

.menuTab ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuTab ul li:first-child {
  margin-left: 0;
}

.menuTab ul li:last-child {
  margin-right: 0;
}

.menuTab ul li {
  margin: 0 25px;
}

.menuTab ul li a {
  display: block;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.menuTab ul li a:hover, .menuTab ul li.current a {
  color: #f53d2d;
}

.menuTab ul li a span {
  padding-left: 30px;
  position: relative;
}

.menuTab ul li a span:before {
  font-family: fontAwesome;
  position: absolute;
  font-size: 28px;
  line-height: 36px;
  color: #d2d2d2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menuTab ul li.current a span:before,
.menuTab ul li:hover a span:before {
  color: #f53d2d;
}

/*=================END MENU TAB====================*/
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px) {
  .menuNav ul li a {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 5px;
  }
}
@media all and (max-width: 1140px) {
  .logo {
    max-width: 190px;
    margin-left: 20px;
  }

  .formSearch {
    max-width: 460px;
  }

  .menuNav ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 5px;
  }
}
@media all and (max-width: 991px) {
  .gotop {
    display: block;
  }

  .mod-content-1 #ml-sidebar-1 {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #dbdbdb;
  }

  .iDwhRg {
    position: relative;
    height: auto;
    overflow: hidden;
  }

  .mod-content-1 #ml-main {
    width: 100%;
  }

  .mod-content-1 {
    flex-direction: column;
  }

  .formSearch {
    max-width: initial;
    margin-right: 0;
  }

  .headerMain {
    padding: 0;
  }

  .headerMain .wrapper {
    padding: 0;
  }

  .footerTools .wrapper {
    display: block;
    padding: 0;
  }

  .receive_email {
    max-width: initial;
    padding: 20px;
  }

  .receive_email .input-group .input-group-text {
    display: none;
  }

  .ml-social {
    border-top: solid 1px #d9d9d9;
  }

  .ml-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ml-social ul li {
    margin: 0;
    float: none;
  }

  .ml-social ul li a {
    border-top: none;
    border-right: none;
  }

  .ml-social ul li:last-child a {
    border-right: solid 1px #d9d9d9;
  }

  .footerBot .wrapper {
    display: block;
  }

  .footerBot .addressFoot {
    margin-bottom: 10px;
  }

  .mod-content {
    flex-direction: column;
  }

  .mod-content #ml-sidebar {
    width: 100%;
  }

  .mod-content #ml-main {
    width: 100%;
  }

  .box_mid .mid-title .titleL {
    font-size: 25px;
    line-height: 33px;
  }
}
@media all and (max-width: 768px) {
  .boxBot .title {
    margin-bottom: .5em;
    margin-top: 1em;
  }
}
.rib {
  background-color: #d10000;
}

.mod-content_cat {
  border: solid 1px #dbdbdb;
  background: #ffffff;
}

.tendbrand h3 {
  font-size: 14px;
  text-align: center;
  padding: 15px 0px 29px;
}

.tendbrand h3 a {
  color: #333333;
}

.iGyNLs.active .iDwhRg {
  height: auto;
}

.iGyNLs.active .gradient {
  display: none;
}

.iDwhRg {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.iGyNLs .gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.titleDesProduct .btn-more {
  cursor: pointer;
  color: #f53d2d;
  font-size: 13px;
}

.iGyNLs.active .btn-more {
  display: none;
}

.productNew {
  padding: 15px;
  position: relative;
}

.productNew .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.productNew .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.productNew .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.productNew .trademark {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.productNew .tend h3 {
  line-height: initial;
  font-weight: initial;
}

.productNew .tend a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.productNew .code span {
  color: #004fa0;
}

.productNew .price .normal {
  font-size: 16px;
  line-height: 24px;
  color: #d10000;
  font-weight: bold;
}

.productNew .price .reduce {
  color: #999999;
  text-decoration: line-through;
}

.productNews .toCart {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.productNews .toCart a {
  display: block;
  width: 40px;
  height: 35px;
  background: #f53d2d;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}

.productNews .toCart a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.productNews .toCart a:hover {
  background: #444444;
}

.productNews .ribbon {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  pointer-events: none;
}

.productNews .ribbon .rib {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 7px;
  border-radius: 5px;
}

/*===========================================================*/
.productHD {
  padding: 20px;
  height: 390px;
}

.productHD .gridHD {
  margin: 0 -5px;
  margin-bottom: 10px;
}

.productHD .gridHD:after {
  content: "";
  display: block;
  clear: both;
}

.productHD .gridHD .col {
  width: 50%;
  padding: 0 5px;
  float: left;
}

.productHD .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.productHD .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.productHD .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.productHD .trademark {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.productHD .tend {
  margin-bottom: 10px;
}

.productHD .tend h3 {
  line-height: initial;
  font-weight: initial;
}

.productHD .tend a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  font-weight: bold;
}

.productHD .code span {
  color: #004fa0;
}

.productHD .wrapPC {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 9px 0px;
  margin-bottom: 10px;
}

.productHD .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productHD .price .normal {
  font-size: 16px;
  line-height: 24px;
  color: #d10000;
  font-weight: bold;
  margin-right: 10px;
}

.productHD .price .reduce {
  color: #999999;
  text-decoration: line-through;
}

.productHD .toCart a {
  display: block;
  width: 40px;
  height: 35px;
  background: #f53d2d;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}

.productHD .toCart a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.productHD .toCart a:hover {
  background: #444444;
}

.productHD .countcount {
  color: #666666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.productHD .countcount .sp span {
  font-weight: bold;
  color: #d10000;
}

.productHD .countcount .tp span {
  font-weight: bold;
}

/*=========================================================*/
.product {
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.product .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.product .tend {
  margin-bottom: 10px;
}

.product .tend h3 {
  line-height: initial;
  font-weight: initial;
}

.product .tend a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.product .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.product .price .normal {
  font-size: 16px;
  line-height: 24px;
  color: #d10000;
  font-weight: bold;
  margin-right: 5px;
}

.product .price .reduce {
  font-size: 13px;
  line-height: 21px;
  color: #aaaaaa;
  text-decoration: line-through;
}

.product .group {
  margin-right: 5px;
  position: relative;
}

.product .group .icon a {
  font-size: 18px;
  line-height: 26px;
}

.product .group .note {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  white-space: nowrap;
  background: #555555;
  z-index: 1;
  color: #ffffff;
  padding: 9px 15px;
  top: -60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product .group .note:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #555555;
  top: 100%;
}

.product .group:hover .note {
  opacity: 1;
  visibility: initial;
}

.product .ribbon {
  position: absolute;
  top: 15px;
  left: 15px;
}

.product .ribbon .rib {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.product .ss {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.product:hover .ss {
  opacity: 1;
  visibility: initial;
}

.product .ss a {
  display: block;
  background: #f2f2f2;
  padding: 7px 15px;
}

.product .ss a span {
  padding-left: 20px;
  position: relative;
}

.product .ss a span:before {
  content: "\f0c5";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*========================================================*/
.mod-content #ml-sidebar .toggle {
  background: #f53d2d;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  padding: 9px 50px 9px 25px;
  right: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
  display: none;
}

.menuProduct .title {
  background: #eeeeee;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.menuProduct ul > li {
  border-bottom: solid 1px #e5e5e5;
}

.menuProduct ul > li > a {
  display: block;
  padding: 9px 10px 8px;
  padding-left: 50px;
  position: relative;
  border-left: solid 5px transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuProduct ul > li > a > span {
  color: #f53d2d;
}

.menuProduct ul > li > a:hover {
  border-left-color: #f53d2d;
  border-bottom-color: #f53d2d;
}

.menuProduct ul > li.current > a {
  border-left-color: #f53d2d;
  border-bottom-color: #f53d2d;
}

.menuProduct ul > li > a > img {
  max-width: 25px;
  max-height: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menuProduct ul > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menuProduct ul > li > ul > li {
  border-bottom: none;
}

.menuProduct ul > li > ul > li > a {
  border-left: none;
  padding: 3px 10px;
  padding-left: 70px;
  font-size: 13px;
  line-height: 21px;
}

.menuProduct ul > li > ul > li > a:before {
  content: "";
}

.menuProduct ul > li > ul > li > ul > li > a {
  border-left: none;
  padding: 3px 10px;
  padding-left: 90px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

/*==========================================================*/
.boxFilter .title {
  background: #eeeeee;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.boxFilter .content {
  max-height: 320px;
  overflow: auto;
}

.myCheckbox input {
  display: none;
}

.myCheckbox {
  padding: 9px 10px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #e5e5e5;
}

.myCheckbox:hover {
  color: #f53d2d;
}

.myCheckbox:before {
  content: "\f096";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 23px;
  color: #999999;
}

.myCheckbox.active:before {
  content: "\f14a";
  color: #f53d2d;
}

.myCheckbox span {
  color: #f53d2d;
}

/*========================================================*/
.bannerProduct img {
  width: 100%;
}

/*=========================================================*/
.slidePartner {
  border-bottom: solid 1px #dddddd;
  border-top: none;
  padding: 0 40px;
}

.slidePartner .slick-list {
  margin: 0 -5px;
}

.slidePartner .item {
  padding: 0 5px;
}

.slidePartner a {
  display: block;
  padding-top: 66.666666%;
  position: relative;
  overflow: hidden;
}

.slidePartner a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 85%;
  max-width: 85%;
}

.slidePartner .slick-arrow {
  width: 15px;
  height: 25px;
  background: transparent;
  broder: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #999999;
}

.slidePartner .slick-arrow:before {
  font-family: fontawesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 48px;
}

.slidePartner .slick-prev {
  left: 10px;
}

.slidePartner .slick-next {
  right: 10px;
}

.slidePartner .slick-prev:before {
  content: "\f104";
}

.slidePartner .slick-next:before {
  content: "\f105";
}

.slidePartner .slick-arrow:hover {
  color: #d10000;
}

/*=========================================================*/
.productDesH {
  padding: 20px;
}

/*=========================================================*/
.boxProduct .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  background: #eeeeee;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
}

.boxProduct .title .tit h2 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.slideProduct .slick-arrow {
  width: 40px;
  height: 50px;
  border: solid 1px #dddddd;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slideProduct .slick-arrow:before {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
}

.slideProduct .slick-prev {
  left: -1px;
}

.slideProduct .slick-next {
  right: -1px;
}

.slideProduct .slick-prev:before {
  content: "\f104";
}

.slideProduct .slick-next:before {
  content: "\f105";
}

.slideProduct .slick-arrow:hover {
  background: #f5f5f5;
}

.slideProduct {
  margin-right: -1px;
}

.slideProduct .item {
  border-right: solid 1px #dbdbdb;
}

.slideProduct .product .price {
  display: block;
  position: relative;
}

.slideProduct .product .price .group {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*=========================================================*/
.productTools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menuFilter ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.menuFilter ul li {
  margin-right: 5px;
}

.menuFilter ul li:last-child {
  margin-right: 0;
}

.menuFilter ul li a {
  display: block;
  font-weight: bold;
  background: #444444;
  padding: 9px 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.menuFilter ul li.active a,
.menuFilter ul li a:hover {
  background: #f53d2d;
}

.productSort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.productSort select {
  height: 40px;
  padding: 5px;
  border: solid 1px #dbdbdb;
  margin-left: 5px;
}

.productSort select:first-child {
  margin-left: 0;
}

/*===================================================*/
.gridP:after {
  content: "";
  display: block;
  clear: both;
}

.gridP .col {
  width: 25%;
  float: left;
  border-bottom: solid 1px #dbdbdb;
  border-right: solid 1px #dbdbdb;
}

.gridP .product .price {
  display: block;
  position: relative;
  height: 45px;
}

.gridP .product .price .group {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*=============================================================*/
.productToolsTop {
  position: relative;
  z-index: 3;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.productToolsTop .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productToolsTop .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productToolsTop .menuAffix {
  margin-right: 20px;
  width: 400px;
}

.productToolsTop .menuAffix ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productToolsTop .menuAffix ul li {
  border-left: solid 1px #dbdbdb;
  width: 33.333333%;
}

.productToolsTop .menuAffix ul li:last-child {
  border-right: solid 1px #dbdbdb;
}

.productToolsTop .menuAffix ul li a {
  display: block;
  color: #666666;
  padding: 9px 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productToolsTop .menuAffix ul li a i {
  font-size: 25px;
  line-height: 22px;
  color: #f53d2d;
  margin-right: 10px;
}

.productToolsTop .menuAffix ul li a .sl {
  display: block;
  width: 22px;
  height: 22px;
  background: #f53d2d;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  margin-right: 10px;
}

.productToolsTop .pt {
  text-transform: uppercase;
}

.productToolsTop .formCart form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productToolsTop .formCart .price {
  font-size: 16px;
  line-height: 24px;
  color: #d10000;
  font-weight: bold;
  margin-right: 10px;
}

.productToolsTop .formCart input {
  width: 40px;
  height: 30px;
  border: solid 1px #dbdbdb;
  margin-right: 10px;
  text-align: center;
}

.productToolsTop .formCart button {
  width: 40px;
  height: 30px;
  background: #f53d2d;
  color: #ffffff;
  font-size: 15px;
  line-height: 100%;
  border: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.productToolsTop .formCart button:hover {
  background: #444444;
}

/*==============================================================*/
.productWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  border: solid 1px #dbdbdb;
  background: #ffffff;
  flex-wrap: wrap;
}

.productWrap .col1 {
  width: 34%;
}

.productWrap .col2 {
  width: 45%;
  border-left: solid 1px #dbdbdb;
  border-right: solid 1px #dbdbdb;
}

.productWrap .col3 {
  width: 21%;
}

/*===========================================================*/
/*===========================THUMBNAIL=======================*/
.thumbnailWrap {
  position: relative;
}

.thumbnailWrap .ribbon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 15px;
}

.thumbnailWrap .ribbon .rib {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.productThumbnail {
  margin-bottom: 20px;
}

div#ml-thumbnail-nav {
  padding: 0 50px;
}

div#ml-thumbnail-nav .slick-list {
  margin: 0px -6px;
}

div#ml-thumbnail-nav .item {
  padding: 0px 6px;
  cursor: pointer;
}

div#ml-thumbnail-nav .img {
  border: solid 1px #cccccc;
}

div#ml-thumbnail-nav .img img {
  margin: 0 auto;
}

div#ml-thumbnail-nav .item.slick-current .img {
  border-color: #f53d2d;
}

div#ml-thumbnail-nav .slick-arrow {
  width: 12px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#ml-thumbnail-nav .slick-prev {
  left: 20px;
}

div#ml-thumbnail-nav .slick-next {
  right: 20px;
}

div#ml-thumbnail-nav .slick-arrow:before {
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 43px;
  color: #bbbbbb;
}

div#ml-thumbnail-nav .slick-prev:before {
  content: "\f0d9";
}

div#ml-thumbnail-nav .slick-next:before {
  content: "\f0da";
}

#ml-thumbnail-for {
  margin-bottom: 20px;
}

div#ml-thumbnail-for .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

div#ml-thumbnail-for img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 85%;
  max-width: 85%;
}

#ml-thumbnail-for .slick-arrow {
  width: 30px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#ml-thumbnail-for .slick-prev {
  background-image: url(../images/i-arrow-prev.png);
  left: 0;
}

#ml-thumbnail-for .slick-next {
  background-image: url(../images/i-arrow-next.png);
  right: 0;
}

#ml-thumbnail-for .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.div_ss {
  text-align: center;
  margin-bottom: 10px;
}

.div_ss a {
  display: inline-block;
  background: #f2f2f2;
  padding: 6px 20px;
}

.div_ss a span {
  padding-left: 20px;
  position: relative;
}

.div_ss a span:before {
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.div_ss a:hover {
  background: #444444;
  color: #ffffff;
}

.share_ss {
  max-width: 220px;
  margin: 0 auto;
}

.share_ss ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/*==========================================================*/
.productTitle {
  padding: 20px;
  border-bottom: solid 1px #dbdbdb;
}

.productTitle h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.productPrice {
  padding: 15px 20px;
  border-bottom: solid 1px #dbdbdb;
}

.productPrice ul li {
  margin-bottom: 5px;
}

.productPrice ul li .at {
  width: 110px;
  margin-right: 15px;
  float: left;
}

.productPrice ul li .at:after {
  content: ":";
  float: right;
}

.productPrice ul li .as {
  overflow: hidden;
}

.productPrice ul li .as.a span {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #d10000;
}

.productPrice ul li .as.b {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  text-decoration: line-through;
}

.productPrice ul li .as.c {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productPrice ul li .as.c .g {
  background: #e40000;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 6px;
  margin-left: 10px;
}

.productAttr {
  padding: 15px 20px;
  border-bottom: solid 1px #dbdbdb;
}

.productAttr ul li {
  margin-bottom: 5px;
}

.productAttr ul li .at {
  width: 110px;
  margin-right: 15px;
  float: left;
  font-weight: bold;
}

.productAttr ul li .at:after {
  content: ":";
  float: right;
}

.productAttr ul li .as {
  overflow: hidden;
}

.productAttr ul li .as.a {
  font-weight: bold;
  color: #004fa0;
}

.productAttr ul li .as a {
  font-weight: bold;
}

.productCart {
  padding: 15px 20px;
  border-bottom: solid 1px #dbdbdb;
}

.productCart form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productCart input {
  width: 50px;
  height: 40px;
  border: solid 1px #999999;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-right: 15px;
}

.productCart button {
  width: 170px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #f53d2d;
  font-weight: bold;
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.productCart button span {
  padding-left: 30px;
  position: relative;
}

.productCart button span:before {
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 26px;
}

.productCart button:hover {
  background: #444444;
}

.productAddress {
  padding: 15px 20px;
}

.productAddress .address {
  margin-bottom: 20px;
}

.productAddress .address .a {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.productAddress .address .a:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  line-height: 16px;
}

.productAddress .address .gridH {
  margin: 0 -30px;
}

.productAddress .address .gridH:after {
  content: "";
  display: block;
  clear: both;
}

.productAddress .address .gridH .col {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-bottom: 5px;
}

.productAddress .address .a.d:before {
  color: #d10000;
}

.productAddress .address .a.d strong {
  color: #d10000;
}

.productAds {
  padding: 15px;
  background: #fff3cb;
}

.productAds .ads {
  padding-left: 90px;
  background: url(../images/product/icon-product.png) no-repeat top left;
  background-size: 70px;
}

.productAds .ads .text {
  text-align: justify;
  margin-bottom: 10px;
}

.productAds .ads .more {
  text-align: right;
}

.productAds .ads .more a {
  display: inline-block;
  text-decoration: underline;
}

.productLink ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.productLink ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #f53d2d;
}

.productSupport ul li {
  background-size: 20px;
  padding-left: 30px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.productSupport .s {
  margin-top: 10px;
}

.productSupport .s a {
  font-size: 16px;
  line-height: 24px;
  color: #f53d2d;
  font-weight: bold;
}

.productSupport .s a:hover {
  color: #444444;
}

.boxProduct2 > .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  background: #eeeeee;
  padding: 8px 15px;
}

.boxProduct2 {
  background: #ffffff;
}

.boxProduct2 > .content {
  padding: 15px 20px;
}

.boxProduct2.border {
  border: solid 1px #dbdbdb;
  border-top: none;
}

/*========================================================*/
.the-content .color {
  color: #d10000;
}

.more1 .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.more1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.more1 ul li {
  padding-right: 12px;
  margin-right: 12px;
  border-right: solid 1px #f53d2d;
}

.more1 ul li a {
  display: block;
  color: #f53d2d;
}

.more1 ul li a:hover {
  color: #444444;
}

/*==========================================================*/
.productTrademark .img {
  width: 200px;
  float: left;
}

.productTrademark .txt {
  overflow: hidden;
}

/*============================================================*/
.slideProductOther .slick-arrow {
  width: 40px;
  height: 50px;
  border: solid 1px #dddddd;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slideProductOther .slick-arrow:before {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
}

.slideProductOther .slick-prev {
  left: -1px;
}

.slideProductOther .slick-next {
  right: 0px;
}

.slideProductOther .slick-prev:before {
  content: "\f104";
}

.slideProductOther .slick-next:before {
  content: "\f105";
}

.slideProductOther .slick-arrow:hover {
  background: #f5f5f5;
}

.slideProductOther {
  margin-right: -1px;
}

.slideProductOther .item {
  border-right: solid 1px #dbdbdb;
}

.slideProductOther .product .price {
  display: block;
  position: relative;
}

.slideProductOther .product .price .group {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*==========================================================*/
.productCat {
  margin: 0 -10px;
  margin-bottom: -15px;
}

.productCat:after {
  content: "";
  display: block;
  clear: both;
}

.productCat li {
  width: 20%;
  float: left;
  padding: 0 10px;
  margin-bottom: 15px;
}

.productCat li a {
  display: block;
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.productCat li a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 30px;
  max-width: 25px;
}

/*========================================================*/
.productGroup .filter-group {
  background: #555555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.productGroup .filter-group .filter {
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.productGroup .filter-group .filter .txt {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
}

.productGroup .filter-group .filter select {
  height: 40px;
  width: 220px;
  border: none;
  padding-left: 20px;
}

.productGroup .content {
  padding: 15px;
  border: solid 5px #555;
  border-top: none;
}

.productGroup .content .txt {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}

.productGroup table {
  width: 100%;
}

.productGroup table tr th {
  font-weight: bold;
  text-transform: uppercase;
  background: #f5f5f5;
  border-bottom: solid 1px #dcdcdc;
  padding: 16px 20px;
}

.productGroup table tr td {
  padding: 15px 20px;
  border-bottom: solid 1px #dbdbdb;
}

.productGroup table .img {
  max-width: 60px;
}

.productGroup table p {
  padding: 0;
}

.productGroup table .price .reduce {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #d10000;
  margin-bottom: 5px;
}

.productGroup table .price .normal {
  color: #999999;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.productGroup table .price .per {
  font-size: 13px;
  line-height: 21px;
  background: #d10000;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 6px;
  margin-bottom: 5px;
}

.productGroup table .cart form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.productGroup table .cart input {
  width: 48%;
  height: 40px;
  border: solid 1px #999999;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.productGroup table .cart button {
  width: 48%;
  height: 40px;
  background: #f53d2d;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.productGroup table .cart button:hover {
  background: #444444;
}

.productGroup table .ssCart a {
  display: block;
  background: #f2f2f2;
  padding: 11px 20px;
  text-align: center;
}

.productGroup table .ssCart a span {
  padding-left: 20px;
  position: relative;
}

.productGroup table .ssCart a span:before {
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productGroup table .ssCart a:hover {
  background: #444444;
  color: #ffffff;
}

.mc-filter-group {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.mc-filter-group:before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*==============================================================*/
.productPriceHotDeal {
  color: #ffffff;
  background: #e40000;
  text-align: center;
  padding: 10px 10px;
  position: relative;
}

.productPriceHotDeal .reduce {
  font-size: 35px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 5px;
}

.productPriceHotDeal .normal {
  color: #ff9f9f;
  text-decoration: line-through;
}

.productCountCount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: solid 1px #dbdbdb;
}

.productCountCount div {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.productCountCount div:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productCountCount strong.c {
  color: #d10000;
}

.productCountDown {
  padding: 20px;
  border-bottom: solid 1px #dbdbdb;
}

/*======================================================*/
.titleDesProduct a {
  color: #0056c1;
}

.titleDesProduct a:hover {
  color: #f53d2d;
}

.titleTimthay {
  padding: 15px 20px;
  border-top: solid 1px #dbdbdb;
}

.btn_down {
  margin-top: 20px;
}

a.down_file {
  text-align: center;
  color: #fff;
  background: #f53d2d;
  padding: 10px;
}

a.down_file:hover {
  color: #fff;
}
.page-banner {
    background-size: cover;
    background-position: center;
    height: 25vh;
    min-height: 200px;
}
.page-banner .content {
    display: flex;
    background-color: rgba(28, 49, 60, 0.8);
    height: 100%;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.page-banner .content h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
}
.page-banner .content p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
}


/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1024px) {
  .productWrap .col1 {
    width: 40%;
    border-bottom: solid 1px #dbdbdb;
  }

  .productWrap .col2 {
    width: 60%;
    border-bottom: solid 1px #dbdbdb;
    border-right: none;
  }

  .productWrap .col3 {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .productHD {
    height: initial;
  }

  .product .price {
    display: block;
  }

  .product .group {
    display: none;
  }

  .product .ss {
    display: none;
  }

  .boxHome .slideProduct .slick-list {
    overflow: hidden;
  }

  .bgBlack {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9;
  }

  .bgBlack.active {
    opacity: 1;
    visibility: initial;
  }

  .mod-content #ml-sidebar {
    max-width: 275px;
    position: fixed;
    height: 100%;
    background: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    border-right: solid 5px #f53d2d;
  }

  .mod-content #ml-sidebar.active {
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }

  .mod-content #ml-sidebar .wrap {
    height: 100%;
    overflow: auto;
  }

  .mod-content #ml-sidebar .toggle {
    display: block;
  }

  .mod-content #ml-sidebar.active .toggle {
    right: -70px;
  }

  .mod-content #ml-sidebar .toggle:before {
    content: "\f100";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 20px;
    line-height: 30px;
  }

  .mod-content #ml-sidebar.active .toggle:before {
    content: "\f101";
  }

  .boxFilter .content {
    max-height: initial;
  }

  .productTools {
    display: block;
  }

  .menuFilter ul li a {
    padding: 9px 15px;
  }

  .menuFilter {
    margin-bottom: 10px;
  }

  .gridP .col {
    width: 33.333333%;
  }

  .productToolsTop .menuAffix {
    width: 180px;
  }

  .productToolsTop .menuAffix ul li a i,
  .productToolsTop .menuAffix ul li a .sl {
    margin-right: 0;
  }

  .productToolsTop .menuAffix ul li a span,
  .productToolsTop .pt,
  .productToolsTop .formCart .price {
    display: none;
  }

  .productCat li {
    width: 25%;
  }

  .productGroup .title {
    background: #555555;
    padding: 15px 20px;
  }

  .productGroup .filter-group {
    background: none;
    padding: 0;
    display: block;
    display: none;
  }

  .productGroup .filter-group .filter {
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 15px;
  }

  .productGroup .filter-group .filter .txt {
    width: 100px;
  }

  .productGroup .filter-group .filter select {
    width: 100%;
  }

  .productGroup.showfilter .filter-group {
    display: block;
  }

  .productGroup table thead {
    display: none;
  }

  .productGroup table tr {
    border-bottom: solid 1px #dbdbdb;
    display: block;
    padding: 15px 15px 15px 75px;
    position: relative;
  }

  .productGroup table tr td {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 5px;
  }

  .productGroup table tr td:first-child {
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
  }

  .productGroup table tr td:before {
    content: attr(data-att);
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #f53d2d;
    text-transform: uppercase;
    margin-right: 10px;
  }

  .productGroup table .cart {
    max-width: 200px;
  }
}
@media all and (max-width: 768px) {
  .gridP .col {
    width: 50%;
  }

  .productWrap .col1,
  .productWrap .col2,
  .productWrap .col3 {
    width: 100%;
  }

  .productWrap .col2 {
    border: none;
  }

  .share_ss {
    margin-bottom: 30px;
  }

  .productTrademark .img {
    float: none;
    margin-bottom: 30px;
    text-align: center;
    width: initial;
  }

  .productCat li {
    width: 33.333333%;
  }
}
@media all and (max-width: 640px) {
  .productCat li {
    width: 50%;
  }
}
@media all and (max-width: 440px) {
  .productCat li {
    width: 100%;
  }

  .productCountCount {
    display: block;
  }
}
@media all and (max-width: 400px) {
  .menuFilter ul li a {
    font-size: 13px;
    line-height: 21px;
    padding: 9px 10px;
  }

  .productSort {
    display: block;
  }

  .productSort select {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 355px) {
  .gridP .col {
    width: 100%;
  }
}
html.openmenu {
  overflow: hidden;
}

.menu_mobile .icon_menu {
  width: 60px;
  height: 70px;
  background: #f53d2d;
  color: #ffffff;
  text-align: Center;
  padding-top: 40px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 21px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.menu_mobile .icon_menu:before {
  position: absolute;
  width: 35px;
  height: 4px;
  content: '';
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
}

.menu_mobile .icon_menu:after {
  position: absolute;
  width: 35px;
  height: 4px;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
}

.menu_mobile .icon_menu:hover {
  background: #444444;
}

.menu_mobile.showmenu {
  position: static;
}

.menu_mobile .divmm {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  text-align: left;
  z-index: 50;
}

.menu_mobile .divmm .mmContent {
  width: 100%;
  height: 100%;
  padding-left: 60px;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  right: 0;
  z-index: 120;
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  max-width: 500px;
  pointer-events: none;
}

.menu_mobile .divmm .mmContent .mmSearch .input-group .form-control {
  height: 30px;
}

.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn {
  height: 30px;
  background: #dca73a;
  color: #ffffff;
  border-color: #dca73a;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
  color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  pointer-events: auto;
}

.menu_mobile .divmm .mmContent .mmMenu ul {
  width: 100%;
  background: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu ul > li > ul {
  background: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu ul li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu ul li.home a {
  color: #ffffff;
  background: #f53d2d;
}

.menu_mobile .divmm .mmContent .mmMenu ul li.home a:before {
  content: "\f015";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}

.menu_mobile .divmm .mmContent .mmMenu ul li.home:hover a {
  color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu ul li a {
  display: block;
  padding: 13px 15px;
  position: relative;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub,
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub,
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > a {
  background: #f53d2d;
  color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > a {
  background: #f53d2d;
  color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul li {
  border-bottom: none;
  border-top: 1px solid #d9d9d9;
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover {
  color: #f53d2d;
  background-color: inherit;
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul.product-menu li a {
  padding-left: 50px;
  position: relative;
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul.product-menu li a img {
  position: absolute;
  max-width: 20px;
  max-height: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul.product-menu li a:before {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu_mobile .divmm .mmContent .mmMenu ul li .m-sub {
  position: relative;
  padding-right: 45px;
}

.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding-top: 10px;
  cursor: pointer;
  border-left: solid 1px #d9d9d9;
}

.menu_mobile .divmm .mmContent .mmMenu ul li:hover .button-submenu {
  color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 24px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:before {
  content: "\f068";
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul li .button-submenu:before {
  content: "\f105";
}

.menu_mobile .divmm .mmContent .mmMenu ul li ul li .button-submenu.show:before {
  content: "\f107";
}

.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > .button-submenu:after {
  color: #0066b3;
}

.menu_mobile .divmm .mmContent .close-mmenu {
  position: absolute;
  top: 46px;
  left: 300px;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  cursor: pointer;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  opacity: 0;
  pointer-events: auto;
  text-align: Center;
  font-size: 30px;
  line-height: 38px;
  color: #333333;
}

.menu_mobile .divmm .mmContent .close-mmenu:hover {
  background: #333333;
  color: #FFFFFF;
}

.menu_mobile .divmm .mmContent .close-mmenu .icon_menu {
  background: #ffffff;
  color: #333333;
}

.menu_mobile .divmm .mmContent .close-mmenu .icon_menu:before {
  background: #333333;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 25px;
}

.menu_mobile .divmm .mmContent .close-mmenu .icon_menu:after {
  background: #333333;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 25px;
}

/*.menu_mobile .divmm .mmContent .close-mmenu:after{*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*font-size: 30px;*/
/*line-height: 40px;*/
/*-webkit-transform:translate(-50%,-50%);*/
/*-moz-transform:translate(-50%,-50%);*/
/*-o-transform:translate(-50%,-50%);*/
/*-ms-transform:translate(-50%,-50%);*/
/*transform:translate(-50%,-50%);*/
/*color: #333333;*/
/*font-family: "fontawesome";*/
/*content: "\f00d";*/
/*}*/
.menu_mobile .divmm.show {
  visibility: visible;
}

.menu_mobile .divmm.show .mmContent {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.menu_mobile .divmm.show .mmContent .close-mmenu {
  left: 0;
  top: 0;
  opacity: 1;
}

.menu_mobile .divmm .divmmbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 49;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.menu_mobile .divmm.show .divmmbg {
  opacity: 1;
  visibility: visible;
}

/*=====================================================================================================*/
.mmCart {
  pointer-events: auto;
}

.mmCart a {
  display: block;
  color: #ffffff;
  background: #444444;
  padding: 9px 15px;
}

.mmCart a span {
  padding-left: 20px;
  position: relative;
}

.mmCart a span:before {
  content: "\f298";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f53d2d;
}

.mmUser {
  pointer-events: auto;
}

.mmUser .icon {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  background: #eeeeee;
  padding: 8px 15px 8px 45px;
  cursor: pointer;
  position: relative;
}

.mmUser .icon:before {
  content: "\f2c0";
  font-family: Fontawesome;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: normal;
}

.mmUser .icon:after {
  content: "\f0d7";
  font-family: Fontawesome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
}

.mmUser .content {
  background: #ffffff;
  display: none;
}

.mmUser .content .login {
  padding: 20px;
}

.mmUser .content .login a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #444444;
  padding: 8px 10px;
}

.mmUser .content .login a:hover {
  background: #f53d2d;
}

.mmUser .content .login.br {
  border-bottom: solid 1px #e5e5e5;
}

.mmUser .content .login.br a {
  background: #f53d2d;
}

.mmUser .content .login.br a:hover {
  background: #444444;
}

.mmUser .content .login.br a:first-child {
  margin-bottom: 20px;
}

.mmUser .content .user {
  padding: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.mmUser .content .user .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.mmUser .content .user .name span {
  margin-right: 15px;
}

.mmUser .content .user .name img {
  max-width: 20px;
}

.mmUser .content .user .rank {
  color: #e40000;
}

.mmUser .content .list {
  padding: 20px;
}

.mmUser .content .list ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.mmUser .content .list ul li:last-child {
  margin-bottom: 0;
}

.mmUser .content .list ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 23px;
  color: #f53d2d;
}

.mmUser .content .list ul li a span {
  font-weight: bold;
  color: #e40000;
}

.mmUser .content .logout a {
  display: block;
  text-align: center;
  background: #f2f2f2;
  text-transform: uppercase;
  padding: 9px 10px;
}

.mmUser .content .logout a:hover {
  color: #ffffff;
  background: #444444;
}

.mmSupport {
  pointer-events: auto;
  background: #ffffff;
  padding: 25px 20px;
}

.mmSupport a {
  margin: 0 auto;
  background-image: url(../../images/i-hotline.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px;
}
