/* Minification failed. Returning unminified contents.
(2034,15): run-time error CSS1030: Expected identifier, found '#fff'
(2316,56): run-time error CSS1038: Expected hex color, found '#3e3e3'
(2435,55): run-time error CSS1038: Expected hex color, found '#3e3e3'
 */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasheader {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-header > a {
    text-decoration: none;
    display: block;
    padding: 10px 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-header .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-header .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-header .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-header > a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-header .mm-btn:before,
    .mm-menu .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    min-height: 100vh; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 0px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-listview > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.7);
  background: #f3f3f3; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.7);
    color: #f3f3f3; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 50px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-hasfooter > .mm-panel {
  bottom: 40px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-menu > .mm-header {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-menu > .mm-header .mm-close:after {
    content: 'x'; }

.mm-menu.mm-hassearch > .mm-header {
  top: 40px; }

.mm-menu.mm-hasheader .mm-panel .mm-header {
  display: none; }
.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
  top: 40px; }
.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
  top: 80px; }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0; }
  .mm-search input {
    border: none;
    border-radius: 25px;
    font: inherit;
    font-size: 14px;
    line-height: 25px;
    outline: none;
    display: block;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasheader {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasheader .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

.mm-menu li.mm-nosubresults > a.mm-next {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-next + a,
  .mm-menu li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.71%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-hasheader .mm-indexer {
  top: 50px; }

.mm-hasfooter .mm-indexer {
  bottom: 50px; }

.mm-hassearch .mm-indexer {
  top: 50px; }

.mm-hassearch.mm-hasheader .mm-indexer {
  top: 90px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-slide .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-panels .mm-menu .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-header {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-header > a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-header .mm-btn:before,
    .mm-menu.mm-theme-dark .mm-header .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.8);
  background: #333333; }
  .mm-menu.mm-theme-dark .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.8);
    color: #333333; }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-header > a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-header .mm-btn:before,
    .mm-menu.mm-theme-white .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-theme-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-header > a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-header .mm-btn:before,
    .mm-menu.mm-theme-black .mm-header .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-theme-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: CondensedBold;
    src: url(../fonts/UTM-Swiss-CondensedBold.ttf)
}
    #contentProduct{width:100%; height:auto; float:left; margin:0px}
#contentProduct aside{ width:25%; height:auto; float:left; margin:10px 0px 0px 0px }
#contentProduct aside .itemMenu{width:100%; height:auto; float:left; margin:0px 0px 10px 0px; background:#f6f6f6}
#contentProduct aside .itemMenu .nvar{width:100%; height:auto; float:left; margin:0px; background:#0077c0}
#contentProduct aside .itemMenu .nvar span{  color:#FFF; display:block; line-height:35px; text-transform:uppercase; font-size:15px; font-family:Roboto, sans-serif}
#contentProduct aside .itemMenu .nvar span i{float:left; line-height:35px; margin:0px 15px 0px 10px}
#contentProduct aside .itemMenu nav{width:100%; height:auto; float:left; margin:5px 0px; padding-top:10px}
#contentProduct aside .itemMenu nav ul{padding:5px 7px}
#contentProduct aside .itemMenu nav ul li{float:left; margin:0px; width:100%}
#contentProduct aside .itemMenu nav ul li a{font-size:15px; color:#333; margin:5px; display:block; font-weight:bold}
#contentProduct aside .itemMenu nav ul li ul{padding:5px 15px; float:left}
#contentProduct aside .itemMenu nav ul li a i{color:#afafaf}
#contentProduct aside .itemMenu nav ul li ul li a{font-size:14px; color:#333; margin:5px; font-weight:normal}
#productList{width:73.5%; height:auto; float:left; margin:0px 0px 0px 1.5%}
#productList .productItem{width:100% !important; margin:5px 0px !important}
#productList #description{width:100%; height:auto; float:left; margin:10px 0px;  padding-top:10px; border-top:1px dashed #d2d2d2; line-height:20px; color:#939393; font-style:italic}
#productList #description h1{color:#333; text-align:center; margin:5px 0px; font-size:16px;  text-transform:uppercase; font-weight:700; font-family:"Open Sans",sans-serif!important; font-style:normal}
.viewAll{width:100%; height:auto; float:left; margin:5px 0px; text-align:center}
.viewAll a{color:#0077c0; border: 1px groove #c4c4c4; display:inline-block;  padding:5px 10px; font-size:13px; }
#productList .productItem .item{width:24%}
.nvarProduct{width:100%; height:auto; float:left; margin:0px; background:#009eff; margin-top:10px}
.nvarProduct .leftNvarProduct{width:auto; height:auto; background:#0077c0; float:left; padding:0px 10px}
    .nvarProduct .leftNvarProduct h1 {
        font-weight: normal;
        margin: 0px;
        color: #FFF;
        line-height: 35px;
        margin: 0px 5px;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
    }
.nvarProduct .leftNvarProduct h1 a{color:#FFF; line-height:35px; margin:0px 5px; display:block; text-transform:uppercase; font-size:14px}
    .nvarProduct .leftNvarProduct h2 {
        font-weight: normal;
        margin: 0px;
        color: #FFF;
        line-height: 35px;
        margin: 0px 5px;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
    }

        .nvarProduct .leftNvarProduct h2 a {
            color: #FFF;
            line-height: 35px;
            margin: 0px 5px;
            display: block;
            text-transform: uppercase;
            font-size: 14px
        }
.rightNvarProduct{ float:right}
.rightNvarProduct span{color:#FFF; margin:0px 7px; line-height:35px; display:block}
#root{width:100%; height:auto; float:left; padding:10px 0px 15px 0px;    border-bottom: 1px solid #f0f0f0; color:#868686}
#root ol{    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}
#root ol li {
	float:left;
   
}
#root ol li a{  color: #868686;
    font-size: 13px;
    display:inline;     
    margin: 7px 5px;
}
#root h1 {
    color: #868686;
    font-size: 13px;
    display: inline-block;
    margin: 2px 5px 5px 5px;
    font-weight: normal;
    position: relative;
    padding-left: 10px;
}
.itemDetail{width:100%; height:auto; float:left; margin:5px 0px; border: 1px solid #eaeaea}
.itemDetail .nvarDetail{width:100%; height:auto; float:left; margin:0px 0px 10px 0px; border-bottom:1px solid #eaeaea}
.itemDetail .nvarDetail span{    font-size: 15px;
    font-weight: 700;
     padding-left: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 11px; display:block
	}
.listItemProductDetail{width:100%; height:auto; float:left; margin:0px}
.listItemProductDetail .itemProduct{width:100%; height:auto; float:left; margin:5px 0px; position:relative; padding:5px 0px}
.listItemProductDetail .itemProduct::before{width:70%; position:absolute; content:""; bottom:0px; left:15%; height:auto; border-bottom:1px solid #eaeaea} 
.listItemProductDetail .itemProduct img{width:30%; height:auto; float:left; margin:0px 5px}
.listItemProductDetail .itemProduct .name{ font-size:14px; color:#333; display:block; margin:0px 5px 5px 5px}
.listItemProductDetail .itemProduct .price{font-weight:bold; font-size:15px; color:#e62e04; display:block; margin:5px}
.listItemProductDetail .itemProduct .rating{display:block; margin:5px 2px; font-size:12px; color:#fff99d}
.listMenuDetail ul{float:left; padding:0px 10px}
.listMenuDetail{width:100%; height:auto; float:left; margin:0px}
.listMenuDetail ul li{width:100%; height:auto; float:left; margin:0px}
.listMenuDetail ul li a{color:#333; margin:7px 5px; display:block;}
.listMenuDetail ul li a i{ color:#afafaf}
.listAdwDetail{width:100%; height:auto; float:left; margin:0px}
.listAdwDetail a img{width:100%; height:auto; float:left; margin:0px 0px 10px 0px}
.listItemProductDetail .itemProduct:last-child::before{ border:none}
#productDetail{ width: 73%;
    height: auto;
    float: left;
    margin: 0px 2% 0px 0px;; padding-top:15px
}
#productDetail #topDetail{width:100%; height:auto; float:left; margin:0px}

#productDetail #topDetail #imgProduct{width:48%; height:auto; float:left; }
#productDetail #topDetail #imgProduct #thumb{border:1px solid #eaeaea;  width:100%; height:auto; float:left}
#productDetail #topDetail #imgProduct #thumb img{max-width:98%; height:auto; margin:0px auto; display:block}
#productDetail #topDetail #imgProduct #listImg{width:100%; height:auto; float:left; margin:10px 0px; text-align:center}
#productDetail #topDetail #imgProduct #listImg a{ padding:5px;border:1px solid #eaeaea; width:104px; height:100px; margin:2px 3px; display:inline-block }
#productDetail #topDetail #imgProduct #listImg a img{  max-width:104px; max-height:106px; margin:0px auto; display:block }
#infoTop{width: 49%; height:auto; float:left; margin:0px 0% 0px 3%}
#infoTop h1{font-size: 22px;
    text-transform: uppercase;
    margin: 0px 5px 5px 0px; font-family:Tahoma, Geneva, sans-serif; color:#0077c0}
#infoTop .date{font-size:13px; color:#666; display:block; margin:5px 0px}
#infoTop .date i{margin-right:7px}
#itemInfo{width:100%; height:auto; float:left; margin:10px 0px}
#itemInfo ul{width:auto; float:left; padding:0px 5px;     border: 1px dashed #f0f0ee;     
    color: #3e3e3e; border-left:3px solid #0077c0;}
#itemInfo ul li{ float:left; margin:5px 7px; color:#333; font-size:14px; line-height:20px}
#itemInfo ul li span{ color:#0077c0}
#itemInfo ul li i{ color: #0077c0}
@-webkit-keyframes st {
0%{color:#0077c0}
50%{color:#81c3ff}
100%{color:#ff6000}
}
@-moz-keyframes st {
0%{color:#0077c0}
50%{color:#81c3ff}
100%{color:#ff6000}
}
@-o-keyframes st {
0%{color:#0077c0}
50%{color:#81c3ff}
100%{color:#ff6000}
}
@keyframes st {
0%{color:#0077c0}
50%{color:#ff8400}
100%{color:#ff6000}
}
#boxPrice{width:100%; height:auto; float:left; margin:0px 0px 0px 0px}
#boxPrice #infoprice{width:100%; height:auto; float:left; margin:0px}
#boxPrice #infoprice span{margin:0px 0px; display:block; color:#4e4e4e; font-size:13px}
    #boxPrice #infoprice .priceSale {
        color: #d50000;
        font-family: 'Roboto', sans-serif, Arial;
        font-weight: bold;
        font-size: 30px;
        margin-right: 10px;
     
    }
#boxPrice #infoprice .price{ font-size:18px; text-decoration:line-through; font-family:Arial, Helvetica, sans-serif; color:#000; font-weight:200}
#contactPrice{width:100%; height:auto; float:left; margin:0px 0px}
#contactPrice span{color:#0077c0; font-weight:400; margin:0px 0px; display:block; font-size:16px; font-style:italic}
#contactPrice span a{font-size:18px;  font-family: 'Oswald', sans-serif;font-weight:700; color:#ff6000; font-style:normal;  -moz-animation: st 700s infinite;
    -o-animation: st 700ms infinite;
    animation: st 700ms infinite;}
#contactPrice span i{ color:#0077c0;     -webkit-animation: st 700ms infinite;
    -moz-animation: st 700s infinite;
    -o-animation: st 700ms infinite;
    animation: st 700ms infinite;}
#boxSale{width:100%; height:auto; float:left; margin:15px 0px;   border-radius:5px; position:relative}
#boxSale .contentBoxSale{width:auto; height:auto; float:left;  padding:20px 10px 5px 10px; font-size:15px; border:1px solid #eab466; line-height:25px; border-radius:5px; color:#f05764}
#boxSale .sale{position:absolute; font-weight:bold; top:-15px; left:10px ; padding:5px 10px; display:block; color:#f05764; text-transform:uppercase; font-family:"Open Sans",sans-serif; background: #FFF; padding-left:20px;   }

#orderNow {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px;
    font-family: "Open Sans",sans-serif !important
}
    #orderNow #btnBuy {
        width: 100%;
        height: auto;
        border: none;
        background: #0077c0;
        border-radius: 5px;
         text-align: center;
        padding: 4px 0px;
        float:left;
        margin-top:5px
    }
        #orderNow a .note1 {
            display: block;
            font-size: 18px;
            font-weight: bold;
            padding: 1px 0px;
            color: #FFF;
            text-transform: uppercase
        }
        #orderNow a .note2 {
            display: block;
            padding-bottom: 5px;
            font-size: 12px;
            color: #FFF
        }
    #orderNow a:hover {
        background: #ff6000
    }
#orderNow a i{margin-right:7px}

#callNow {
    width: 49.3%;
    height: auto;
    float: left;
    background: #f58d18;
    border-radius:4px;
    text-align:center; padding:3px 0px
}
#callNow a .note1 {
        font-family: CondensedBold 
}
#request {
    width: 49.3%;
    height: auto;
    float: right;
    background: #ff6000;
    border-radius: 4px;
    text-align: center;
    padding: 3px 0px
}

    #request a .note1 {
        font-family: CondensedBold
    }
    #descriptionProduct {
        width: 100%;
        height: auto;
        float: left;
        margin: 10px 0px
    }
#descriptionProduct .nvarContent{width:100%; height:auto; float:left; margin:0px; border-bottom:1px solid #f0f0f0}
#descriptionProduct .nvarContent .leftNvarContent{ background:#0077c0; width:auto; height:auto; float:left; border-top-right-radius:5px}
#descriptionProduct .nvarContent .leftNvarContent span{color:#FFF; text-transform:uppercase; font-size:15px; margin:7px 15px 7px 10px; display:block}
#descriptionProduct .content{width:100%; height:auto; float:left; margin:10px 0px; line-height:20px}
#descriptionProduct .content #table{ width:100%; height:auto; float:left; margin:0px}
#descriptionProduct .content #table tr:nth-child(2n){ background-color:#f5f5f5}
 #descriptionProduct .content img{max-width:100%; height:auto !important}
#descriptionProduct .content #table tr td{ border-right:1px solid #f1efef;  
}
.xemthemchitiet{width:100%; height:auto; float:left; margin:5px 0px; text-align:center; font-size:15px; color:#00910a}
.xemthemchitiet a{display:inline-block; padding:5px 7px; color:#F00 }
#descriptionProduct .content #table tr td:first-child{text-align:center;line-height:26px;text-indent:15px; }
#descriptionProduct .content #table tr td:last-child{padding:0px 10px; line-height:18px;width:58%}
#descriptionProduct .content #table tr:last-child{ border-bottom:1px solid #f1efef;width:38%}
 
#comments{width:100%; height: auto; float:left; margin:10px 0px; border-top:1px solid #f2f2f2}
#comments #nvar{width:100%; height:auto; float:left; margin:10px 0px}
#comments #nvar span{    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    margin: 7px 15px 7px 10px;
    display: block;  font-weight:bold}
	 #comments #nvar span i{margin-right:10px}
#comments #contentComment{width:100%; height:auto; float:left; margin:5px 0px}
.hidendPrice{display:none}
#tb{ width:100%; height:auto; float:left; margin:5px 0px; border:0px; position:relative}
#tb tr{  position:relative; width:100%; float:left; display:table; table-layout:fixed; margin-bottom:6px}
#tb tr td{width:48%; float:left}
#tb tr td:first-child{ margin-right:7px}
#tb tr td:last-child{ margin-left:7px; float:right}
#tb tr td img{ float:left; margin:3px; max-width:80px; margin-right:20px; height:auto !important}
#tb tr h4{ color:#d81e13; margin:3px 0px}
#tb1{ width:100%; height:auto; float:left; margin:5px 0px; border:0px; position:relative}
#tb1 tr{  position:relative; width:100%; float:left; height:100%;margin-bottom:0px}
#tb1 tr td{ float:left; margin:0px}
#tb1 tr td img{ float:left; margin:3px; max-width:100px; margin-right:20px; height:auto !important}
#tb1 tr td h4{ color:#d81e13; margin:3px 0px; font-size:22px; font-family:Condensed; text-transform:uppercase}
#tb1 tr td:first-child{ width:14%; margin-right:15px}
 #tb1 tr td:last-child{ width:80%; float:left}
 #Note{ width:85%; height:auto; margin:8px auto; display:block; background:url(../iCon/iconChuY.png) no-repeat left center scroll #fefde8; background-position:5px; min-height:40px; padding:5px}
  #Note span{ font-size:12px; margin:5px 5px 5px 25px; text-align:center; display:block; color:#5c5c5c}
#tb2{ border:none;border-right:none; border-bottom:none; width:100% !important }
#tb2 tr{ min-height:25px; line-height:26px}
#tb2 td{text-indent:10px}
#tb2 td:first-child{ font-weight:bold}
#tb2 tr:nth-child(2n){ background-color:#f5f5f5}
#tb2 tr:first-child{ 
text-align:center; text-transform:uppercase; line-height:25px; background:#5f5f5f; font-weight:normal !important; font-weight:bold !important; 
} 
#descriptionProduct .content h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0px;
    position: relative; padding-left:10px
}

    #descriptionProduct .content h2:before {
        font-style: f069; width:40px; height:40px; content:''; left:0px; top:0px
    }
@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 480px) 
{ 
#contentProduct aside{display:none}
#productList{width:100%; height:auto; float:left; margin:5px 0px}
#productList .productItem .item{width:43.5%}
.rightNvarProduct{display:none}
#productDetail{width:100%; float:left; margin:0px}
#productDetail #topDetail #imgProduct{width:100%; float:left; margin:0px}
#infoTop{width:100%; float:left; margin:10px 0px}

    #callNow{width:100%; margin-bottom:5px}
    #request {
        width: 100%
    }
    #tb tr td{width:100%}
}
@charset "utf-8";
/* CSS Document */

body { 
    font: 14px arial;
    margin: 0;
    padding: 0;   
	 
	}
ul,li{ padding:0px; margin:0px; outline:0px; vertical-align:baseline; border:0px}
ul,li{ list-style:none}
a{text-decoration:none}
a:hover{color:#f94f01 !important  } 
img { border:none}
.clear{ clear:both}
header{ width:100%; height:auto; float:left; margin:0px; padding:0px;
}
.h1{margin:0px; font-size:1px; opacity:0.1}
 #topHeader{height:auto; float:left; margin:0px; background:#0077c0; width:100%}
#topHeaderContent{width:1100px; height:auto; margin:0px auto}
#leftHeader{width:auto; float:left; margin:0px}
#leftHeader nav ul li{float:left; margin:0px; border-right: 1px solid #045282; border-left: 1px solid #22a0ee; }
#leftHeader nav ul li a{ color:#d0edff; font-size:12px; text-transform:uppercase; padding:0px 12px;  line-height:38px; display:block; font-weight:bold}
#leftHeader nav ul li:first-child{border-left:none}
#leftHeader nav ul li:last-child{border-right:none}
#leftHeader nav ul li a i{ color:#d0edff}
#rightHeader{ float:right; margin:0px; padding:0px; text-align:right}

#rightHeader .order{ width:auto; height:40px; position:relative; float:left; margin-left:15px}
#rightHeader .order i{font-size:20px; color:#cbcbcb; line-height:38px}
#rightHeader .order span{color:#cbcbcb; margin:0px 5px}
#rightHeader .order span samp{color:#CF3; font-weight:bold}
#rightHeader #social{float:left; padding-left:10px;; margin:0px; margin:0px 0px;line-height:40px;border-right: 1px solid #045282 ; padding-right:10px}
#rightHeader #social li{display:list-item; float:left; margin:0px 5px}
#rightHeader #social li a{color:#cbcbcb; font-size:14px; margin:14px 2px; display:block}
#language{float:left; margin:0px 0px 0px 0px; height:auto;border-left: 1px solid #22a0ee; padding-left:15px}
#language .vn{width:16px; height:11px; background:url(../icon/flat_vn.png); float:left; line-height:40px; margin:15px 5px}
#language .en{width:16px; height:11px; background:url(../icon/flat_en.png); float:left; line-height:40px; margin:15px 5px}

#banner{ width:100%; height:auto; float:left; margin:0px; padding:10px 0px 5px 0px;background:url(../icon/bg-middle-header.png) repeat-x bottom  center scroll transparent;}
#contentBanner{ width:1100px; height:auto; margin:0px auto}
#logo{ width:20%; height:auto; float:left; margin:0px}
#logo img{max-width:202px}
#banner #info{ width:  80%; height:auto; float:left; margin:0px}
#banner #info #topInfo {width:100%; height:auto; float:left}
#banner #info #topInfo #name{ width: 45%; height:auto; float:left; margin:0px}
#banner #info #topInfo #hotline{ width: 50%; height:auto; float:left; margin:10px 0px 0px 5% }
#banner #info #topInfo #name span{  text-transform:uppercase; 
font-size: 25px;
    color: #ed1c24;
    display: block;
     font-weight: bold;
    margin: 5px;
     font-family: Tahoma, Geneva, sans-serif;
	margin:10px 0px 5px 0px
}
#banner #info #topInfo #name samp{    font-size: 17px;
    color: #2c3e50;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px; font-family:Arial, Helvetica, sans-serif}
#banner #info #topInfo #hotline .itemHotline{width:auto; height:auto; float:right; margin:0px 5px 0px 15px}
#banner #info #topInfo #hotline .itemHotline .lefItem{width:auto; height: auto; float:left; margin:0px}
#banner #info #topInfo #hotline .itemHotline .lefItem i{font-size:40px; color:#ff2a00; margin:0px; float:left}
#banner #info #topInfo #hotline .itemHotline .rightItem{width:auto; height: auto; float:left; margin:0px 0px 0px 7px}
#banner #info #topInfo #hotline .itemHotline .rightItem span{ color:#2c3e50; font-size:16px; margin:0px 5px; display:block; font-weight:bold; font-family:"Open Sans",sans-serif!important}
#banner #info #topInfo #hotline .itemHotline .rightItem a{ color:#ff2a00; font-size:20px; margin:0px 5px; display:block; font-weight:bold}
#banner #info #bottonInfo{width:auto; float:left; margin:10px 0px}
#banner #info #bottonInfo nav ul{ width:100%; height:auto; float:left; margin:0px}
#banner #info #bottonInfo nav ul li{ display:list-item; float:left; margin:0px}
#banner #info #bottonInfo nav ul li a{font-size:14px;   margin:5px 20px 5px 5px; color:#707070; display:block; font-weight:bold;   font-family:"Open Sans",sans-serif!important }
#banner #info #bottonInfo nav ul li ul{display:none; width:200px; height:auto; float:left; background:#FFF; z-index:1; position: absolute;   

transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(0, 1);
    -webkit-transform: scale(1, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
 }
#banner #info #bottonInfo nav ul li:hover{background:#FFF}
#banner #info #bottonInfo nav ul li:hover ul{display:block; padding-top:10px; border: 1px solid #e5e5e5;
   transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1

}
#banner #info #bottonInfo nav ul li:hover ul li{width:100%; height:auto; float:left}
#banner #info #bottonInfo nav ul li:hover ul li a{margin:5px 9px; display:block; font-weight:normal}
#banner #info #bottonInfo nav ul li:hover ul li a i{float:right; margin-top:3px}
#banner #info #bottonInfo nav ul li:hover ul li a{font-weight:bold}
#banner #info #bottonInfo nav ul li ul li ul{display:none !important;
width:200px; height:auto; float:left; background:#FFF; z-index:1; position: absolute; left:100%; top:-0px; 

transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#banner #info #bottonInfo nav ul li ul li:hover ul{display:block !important;   transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1}
	#banner #info #bottonInfo nav ul li ul li:hover ul  li a{font-weight:normal}

section{width:100%; height:auto; float:left; margin:0px; background:#eaeaea}
#main{width:1100px; height:auto; margin:0px auto; clear:both; padding-top:0px; background:#fff}
#main #body{width:auto; float:left; margin:0px; padding:0px 10px}
#main #border {
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px 10px;
}
#header{ width:100%; height:auto; float:left; margin:0px; background:#fFF}
#sidebar{ width:100%; height:auto; float:left; margin:0px;background:#eaeaea}
#contentSidebar{width:1100px; height:auto; margin:0px auto; clear:both; background:#FFF; padding: 10px 10px 0px 10px}
#sidebar aside{width:270px; height:auto; float:left; margin:0px; position:relative}
#sidebar aside #nvarMenu{ background:#0077c0; float:left; margin:0px; width:100%}
#sidebar aside #nvarMenu span{background:#009eff;   padding:10px 15px; color:#FFF; font-size:18px; float:left}
#sidebar aside #nvarMenu samp{   font-size: 15px;
    margin: 0px 0px 0px 33px;
	line-height:38px;
    color: #fff;
    display: block;
 
	text-transform:uppercase; float:left;
    font-family: "Open Sans",sans-serif!important;}
	
#sidebar aside nav{width:100%-1px; height:auto; float:left; margin:40px 0px 0px 0px;    border: 1px solid #eaeaea; padding:5px 0px; position:absolute; background:#FFF; z-index:100}
#sidebar aside nav ul{width:100%; height:auto; float:left; margin:0px}
#sidebar aside nav ul li{display: block;
    line-height: 34px;
    margin-left: -1px;
    position: relative;
	 float:left; width:100%
}
#sidebar aside nav ul li a{ color:#363636; font-size:14px; line-height:34px; display:block;    font-weight:bold; font-family:"Open Sans",sans-serif!important;}
#sidebar aside nav ul li a span{    vertical-align: middle;
    padding-right: 15px;
    width: 35px; height:20px;
	float:left; margin:8px 0px}
#sidebar aside nav ul li:hover{background:#009eff}
#sidebar aside nav ul li:hover a{color:#FFF !important}
#sidebar aside nav ul li a i{float:right; margin-right:5px;; line-height:34px}

#sidebar aside nav ul li ul{display:none;position: absolute;
    left: 100%;
    border: 1px solid #eaeaea; padding:5px 5px;
    background: #fff;
    top: 0;
	margin-left:1px;
    border: 1px solid #ccc;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 1000;
    min-width: 220px;
}

#sidebar aside nav ul li:hover ul li{background:#FFF; border-bottom:1px solid #eaeaea}
#sidebar aside nav ul li:hover ul li:last-child{border:none}
#sidebar aside nav ul li:hover ul{    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;}
#sidebar aside nav ul li ul li a{ margin-left:10px}	
#sidebar aside nav ul li:hover ul li a{color:#363636 !important}
#sidebar #search{width:810px; float:left; margin:0px; float:left; margin:0px; padding-left:10px}
#sidebar #search input{width:765px; height:36px; background-color:transparent; border:1px solid #dcdcdc; border-top-left-radius:5px;border-bottom-left-radius:5px; border-right:none ;float:left; margin:1px 0px; text-indent:10px}
#sidebar #search button{float:left; margin:1px 0px;border:1px solid #dcdcdc; color: #40a3e0;  border-left:none;border-bottom-right-radius:5px;border-top-right-radius:5px; background-color:transparent; width:35px; height:36px}

#sidebar aside:hover nav{ display:block}

#sidebar aside nav{display:none}

#slide{width:800px; float:right; margin:5px 0px  }
#slide a img{width:100%; float:left; margin:0; height:295px}
#adwHome{width:100%; height:auto; float:left; margin:10px 0px}
#adwHome img{width:100%; float:left; margin:0; }
#productHomes{width:100%; height:auto; float:left; margin:10px 0px}
.listItem{width:100%; height:auto; float:left; margin:10px 0px;  background:#FFF}
.sidebar{width:100%; height:auto; float:left; margin:0px; border-bottom:1px solid  #0072b9}
.sidebar .nameSidebar{width:28%; height:auto; float:left; margin:0px; background:#0072b9}
.sidebar .nameSidebar .leftNameSidebar{width:45px; height:45px; float:left}
.sidebar .nameSidebar .leftNameSidebar .icon{ height:45px; width:45px; text-align:center; display:block; float:left}
.sidebar .nameSidebar .rightSidebar{width:auto; float:left; margin:0px}
.sidebar .nameSidebar .rightSidebar h2{font-weight:normal; margin:15px 0px}
.sidebar .nameSidebar .rightSidebar h2 a{color:#FFF; text-transform:uppercase; margin:0px 5px;   font-family:Roboto, sans-serif; font-size:16px}
.sidebar .rootItem{width:auto; float:left; margin:0px; padding-left:10px}
.sidebar .rootItem nav{width:auto; float:left; margin:0px;}
.sidebar .rootItem nav ul li{ display:list-item; float:left; margin:0px}
.sidebar .rootItem nav ul li a{color:#3d3d3d; margin:0px 12px; display:block; line-height:49px}
.sidebar .elevator{width:auto; float:right; margin:0px 5px; padding-top:5px}
.sidebar .elevator a{display:block; margin:5px; color:#3d3d3d; font-size:14px}
.contentListItem{width:100%; height:auto; float:left; margin:0px}
.contentListItem .adwListItem{width:100%; height:auto; float:left; margin:0px}
.contentListItem .adwListItem a img{width:100%; height:auto; float:left; margin:0px}
.productItem{float:left; margin:5px 0px 0px 0px; width:100%; height:auto}
.productItem .item{width:19%; height:auto; float:left; margin:5px 0.5%; border:1px solid #e5e5e5; padding:5px; position:relative}
.productItem .item .img{ width:100%; max-height:215px; display:table; float:left; margin:0px 0px 5px 0px}
.productItem .item .note{
        width: 54px;
        height: 54px;
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        background: url(../iCon/product-stick.png);
    }
.productItem .item .new{    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background:url(../content/display/icon/product-stick.png)
}.noteTear {
    background: rgba(240,87,100,0.8);
    width: auto;
    height: auto;
    color: #FFF;
    padding: 3px 5px;
    position: absolute;
    top: 0%;
font-size:12px;
    right: 0px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.productItem .item .img a{display:table-cell; vertical-align:middle; text-align:center}
.productItem .item .img a img{max-width:100%; max-height:98%}
.productItem .item h3{ margin:5px 5px;  font-weight:normal; text-align:center; display:block}
.productItem .item h3 a{color:#3d3d3d; font-size:15px; text-align:center}
.productItem .item .sizeItem{float:left; margin:0px; margin:2px 0px; font-size:12px}
.productItem .item .sizeItem .nameSize{display:block; text-align:center; color:#858585}
.productItem .item .sizeItem .nameSize samp{font-weight:bold}
.productItem .item .priceItem{width:100%; height:auto; float:left; margin:7px 0px 4px 0px}
 .productItem .item .priceItem p {width:50%; height:auto; float:left; margin:0px}
 .productItem .item .priceItem .priceSale{ color:#E62E03; font-weight:bold; font-size:17px; margin-right:15px; display:block}
.productItem .item .priceItem .price{ text-decoration:line-through; font-size:12px}
 .productItem .item .priceItem a{float:right; color:#686868; font-size:25px; margin:3px 5px 3px 2px}
 #newsHomes{ width:100%; height:auto; float:left; margin:10px 0px; padding-top:30px; border-top:1px solid #ececec; background:#FFF}
#newsHomes .tearNewsHomes{width:59%; height:auto; float:left; margin:0px}
.nvarTearNewsHomes{width:100%; height:100%; float:left; margin:0px }
.nvarTearNewsHomes span{ color:#333; text-transform:uppercase; display:block; line-height:30px; font-family:"Open Sans",sans-serif!important; float:left; position:relative ; font-size:18px; font-weight:bold; margin-left:10px}
.nvarTearNewsHomes span i{  margin-right:5px}
 .contentNewsHomes{width:100%; height:auto; float:left; margin:20px 0px}
.contentNewsHomes .tearNews{width:100%; height:auto; float:left; margin:5px 0px 0px 0px; padding:5px}
.contentNewsHomes .tearNews img{margin:5px 15px 5px 0px; float:left; width:10%; height:auto; float:left}
.contentNewsHomes .tearNews .name{ color:#333; display:block; margin:5px; font-weight:bold; font-size:14px}
.contentNewsHomes .tearNews span{ color:#787878; margin:5px; text-align:justify; display:block; font-size:14px}
.contentNewsHomes .tearNews:nth-child(2n){background:#f7f9f7}
.contentNewsHomes .tearNews .times{font-size:12px; font-style:italic; text-align:right; color:#a6a6a6}
.tearVideoHomes{width:37%; height:auto; float:left; margin:0px 0px 0px 4%}
#videoHomes{width:100%; height:auto; float:left; margin:20px 0px 0px 0px}


footer{width:100%; height:auto; float:left; margin:0px; padding:15px 0px 0px 0px }
#Partner{width:100%;     
    padding-top: 20px;
    padding-bottom: 20px; float:left; height:auto}
#Partner #Content_partner{width:1100px; height:auto; margin:0px auto}
#Partner #Content_partner img{height:27px; width:auto; float:left; margin:5px; margin:7px 16px}
#Footer{width:100%; height:auto; float:left; margin:0px }
#Info_Footer{width:1100px; height:auto;   margin:0px auto; padding:30px 0px}
#Info_Footer #Logo{width:25%; height:auto; float:left; margin:0px}
#Info_Footer #Logo img{width:auto; float:left; margin:0px}
#Info_Footer #ListAgency{width:75%; height:auto; float:left; margin:0px}
#Info_Footer #ListAgency .Agency_Tear{width:30%; height:auto; float:left; margin:0px 10px 10px 10px}
#Info_Footer #ListAgency .Agency_Tear .ts{font-size:14px; font-weight:bold; color:#333; position:relative; display:block; padding-left:16px}
#Info_Footer #ListAgency .Agency_Tear .ts:before{position:absolute; content:''; width:10px; height:17px; background:url(../iCon/icon-location.png); left:0px; top:0px;}
#Info_Footer #ListAgency .Agency_Tear .dc{font-size:13px; color:#3e3e3e; margin:5px 0px; padding: 10px 0px 0px 0px; display:block}
#Info_Footer #ListAgency .Agency_Tear .dt{font-size:14px; color:#3e3e3e; margin:2px 0px; padding: 0px 0px 5px 0px; display:block}
#Info_Footer #ListAgency .Agency_Tear .dt span{font-weight:bold; color:#F00}
#Register{width:100%; height:auto; float:left; padding:9px 0px; background:#ecf0f1}
#Content_Register{width:1100px; height:auto; margin:5px auto}
#Content_Register #Left_Content_Register{width:auto; height:auto; float:left; margin:0px}
#Content_Register #Left_Content_Register span{ color:#3e3e3e; font-size:13px; text-transform:uppercase; padding:15px 5px; display:block; font-weight:bold}
#Center_Content_Register{width:auto; height:auto; float:left; margin:0px}
#Center_Content_Register #Box_Register{width:400px; float:left; height:40px; margin:0px 15px;   background:#FFF}
#Center_Content_Register #Box_Register .txtRes{width:90%; height:38px; border:none; background-color:transparent; float:left; margin:0px; text-indent:15px}
#Center_Content_Register #Box_Register .btnRes{width:10%; height:40px; border:none; background: #e6e6e6; float:left; margin:0px}
#Right_Content_Register{width:auto; height:auto; margin:0px; float:right; text-align:right}
#Right_Content_Register a{ position:relative; margin:5px 7px; display:inline-block; color:#2c3e50}
 
#Right_Content_Register a{ width:30px; height:30px;    border:1px solid #c2c2c2; border-radius:50%; background-position:10px 7px}
#Right_Content_Register a i{text-align:center; line-height:30px; display:block}
#Right_Content_Register a:hover{ width:30px; height:30px; background:url(../iCon/icon_Social_hover.png) no-repeat center center scroll transparent;   border:1px solid #c2c2c2; border-radius:50%; background-position:10px 7px}
 
#Intro{width:100%; height:auto; float:left; padding:20px 0px;}
#Intro #IntroContent{width:1100px; height:auto; margin:0px auto}
#Intro #IntroContent .Tear_Intro{width:24%; height:auto; float:left; margin:5px}
#Intro #IntroContent .Tear_Intro span{ color:#000; font-size:14px;   text-transform:uppercase; display:block; margin:5px 0px; padding-bottom:10px; font-family:"Open Sans",sans-serif!important; font-weight:bold}
#Intro #IntroContent .Tear_Intro a{font-size:13px; color:#3e3e3e; margin:11px 0px; display:block}
#CoppyRight{width:100%; height:auto; margin-top:15px; float:left; background:#2c3e50; text-align:center}
#CoppyRight span{ text-align:center; padding:7px 0px; color:#999; display:inline-block}
#CoppyRight span span{color:#FFF; font-weight:bold}
#Bocongthuong{width:100%; height:auto; float:left; margin:0px ; padding:10px 0px; text-align:center}
#Bocongthuong img{ margin:5px auto; display:block; width:200px; height:auto}
#MenuMobile{width:100%; height:40px; padding:5px 0px; background:#2c3e50; text-align:center; float:left; display:none}
#MenuMobile a{    line-height: 40px;
 
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    position: relative}
#MenuMobile a:before{    width: 15px;
    height: 15px;
    position: absolute;
    content: '';
    background: url(../iCon/icon_List.png);
    left: 7px;
    top: 9px;}
#Linkout{width:100%; height:auto; float:left; margin:5px 0px}
#Linkout a{font-size:12px; color:#ecf0f1; margin:5px 2px; display:inline-block}
#Linkout h3{ margin:0px; font-weight:normal}
    #Linkout h3 a {
        color: #f6f6f6;
    }
.h1{font-size:2px; color:#fff; margin:0px; font-weight:normal}
 
.Root ol {
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

.Root li {
    float: left;
}

.Root ol li a {
    color: #868686;
    font-size: 13px;
    display: inline;
    margin: 7px 5px;
}
.Root .Content_Root li{float:left!important}
#menuMobile{    background: #0077c0;
    float: left;
    margin: 5px 0px;
    width: 100%;
	display:none;
}
#menuMobile i{    background: #009eff;
    padding: 10px 15px;
    color: #FFF;
    font-size: 18px;
    float: left;
}
#menuMobile span{font-size: 15px;
    margin: 0px 0px 0px 33px;
    line-height: 38px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    float: left;
    font-family: "Open Sans",sans-serif!important;}
#myModal{ margin-top:50px !important; z-index:999999991;   }

.input-content{width:100%; margin:0px}
.input-content img{ width:31px; height:auto; display:block; margin:0px 5px 0px 0px; float:left}
.input-content .text-hello{    color: #169e31;
    font-size: 22px;
    padding-top: 5px;; margin:5px; display:block}
	.conten-sub{    color: #337ab7;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;}
.input-content input.request_phone{margin:5px 0px; display:block}
.send-go{background: #f16726;
    color: #FFF;
    border-radius: 3px; display:inline-block}
 .go-hotline {
    width: 70%;
    float: right;
    text-align: center;
    padding: 5px 0px;}
 .go-hotline>span {
    color: #f16726;
    font-weight: bold;
}

@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 480px) 
{ background :#fff 
header{ background-image:none}
#topHeaderContent{width:100% !important}
#leftHeader{display:none}
section{width:100% }
header{width:100%; overflow:hidden}
#rightHeader{width:100%; float:left}
#language{display:none}
#rightHeader #social{border-right:none}
#contentBanner{width:100%; float:left}
#logo{width:100%}
#logo img{margin:5px auto; display:block}
#banner #info{width:100%}
#banner #info #topInfo #name{width:100%}
#banner #info #topInfo #name span{text-align:center; margin-top:5px; font-size:22px}
#banner #info #topInfo #name samp{text-align:center; font-size:17px}
#banner #info #topInfo #hotline{width:100%}
#banner #info #topInfo #hotline .itemHotline{float:left; margin:3px}
#banner #info #topInfo #hotline .itemHotline .lefItem i{font-size:35px}
#banner #info #topInfo #hotline .itemHotline .rightItem span{font-size:12px}
#banner #info #topInfo #hotline .itemHotline .rightItem a{font-size:17px}
#banner #info #topInfo #hotline .itemHotline .rightItem{ margin-left:3px}
#banner #info #bottonInfo{display:none}
#menuMobile{display:block}
#main{width:100%}
#sidebar aside{display:none}
#sidebar #search{width:90%; margin:5px 0px; float:left}
#sidebar #search input{width:90%}
#sidebar #search button{width:10%}
#slide{width:100%;  float:left; margin:5px 0px}
#CoppyRight span{font-size:12px}
 
#slide a img{height:auto !important}
#adwHome{ margin:5px 0px}
#productHomes{margin:0px}
.sidebar .nameSidebar{width:87%}
.sidebar .rootItem{display:none}
.sidebar .nameSidebar .rightSidebar h2 a{font-size:14px}
.sidebar .nameSidebar .leftNameSidebar{width:35px}
.contentListItem .adwListItem{display:none}
.productItem{width:100%; height:auto; margin:5px 0px}
.productItem .item{width:47%; float:left; margin:5px}
.productItem .item .img a img{width:100%}
#newsHomes .tearNewsHomes{width:100%; float:left; margin:5px 0px}
.contentNewsHomes .tearNews span{display:none}
.tearVideoHomes{width:100%; float:left; margin:5px 0px}
.nvarTearNewsHomes span{float:none; text-align:center}
#Partner{display:none}
#Info_Footer{width:100%; height:auto; margin:5px 0px}
#Info_Footer #Logo{width:100%; height:auto; margin:0px 0px}
#Info_Footer #Logo img{float:none; margin:5px auto; display:block}
#Info_Footer #ListAgency{width:100%; height:auto; margin:0px 0px}
#Info_Footer #ListAgency .Agency_Tear{width:100%; height:auto; margin:5px 0px}
#Info_Footer #ListAgency .Agency_Tear .dc{font-size:14px; text-align:center}
#Info_Footer #ListAgency .Agency_Tear .ts{text-align:center}
#Info_Footer #ListAgency .Agency_Tear .dt{text-align:center}
#Content_Register{width:100%; height:auto; margin:5px 0px}
#Content_Register #Left_Content_Register{width:100%}
#Content_Register #Left_Content_Register span{text-align:center; float:none; display:block}
#Center_Content_Register{width:100%}
#Center_Content_Register #Box_Register{width:80%; margin:2px 10%; float:left}
#Right_Content_Register{width:100%; text-align:center}
#Intro{display:none}
#contentSidebar{width:100%; padding:10px 0px 0px 0px}
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
	float:left;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff  url(../icon/loading.gif) no-repeat 50% 50%;
 	float:left; height:100%; width:100%;
 
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../icon/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../icon/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
 
#OrderPopup{ width:700px; height:auto; float:left; margin:10px; position:relative; background:#FFF; padding:5px; border-radius:4px}
#OrderPopup table{width:100%;     padding:5px; color:#3e3e3e; vertical-align:top}
#OrderPopup table tr{  border-bottom:1px dashed #eaeaea ;vertical-align: top }
#OrderPopup table tr .Name{width:50%}
#OrderPopup table tr .Name img{width:60px; height:60px; padding:5px; float:left; margin-right:10px}
#OrderPopup table tr .Namepd { margin:10px 5px 5px 5px; color:#3e3e3e; font-weight:bold; display:block; text-decoration:none; font-size:12px}
#OrderPopup table tr .Delete{ font-size:13px; color:#F00; margin:3px 5px; display:block}
#OrderPopup table tr .Price{font-size:12px; text-align:center; width:22%}
#OrderPopup table tr .Price span{   display:block; margin-top:7px}
#OrderPopup table tr .PriceSale{width:22%; text-align:center}
#OrderPopup table tr .PriceSale span{ font-weight:bold;   margin-top:7px; display:block}

#OrderPopup table tr .Ord{width:6%}
#OrderPopup table tr .Ord input{ width:80%; height:22px; text-align:center; margin-top:3px; border:1px solid #dfdfdf}
#OrderPopup table tr.top{ font-weight:bold; font-size:13px; color:#ff3c00; height:30px; vertical-align:middle}
  
#OrderPopup table tr.top .Name{text-align:center}
#OrderPopup .Sum{ width:100%; height:auto; float:left; margin:7px 0px}
#OrderPopup .Sum .LeftSUM{ width:40%; height:auto; float:left; margin:0px}
#OrderPopup .Sum .LeftSUM span{font-weight:bold; color:#3e3e3; margin:5px; display:inline-block}
#OrderPopup .Sum .LeftSUM span span{color:#F00}
#OrderPopup .Sum .RightSUM{ width:60%; height:auto; float:left; margin:0px; text-align:right}
#OrderPopup .Sum .RightSUM .Sum1{ margin:5px; display:block; font-size:14px}
#OrderPopup .Sum .RightSUM .Sum2{ margin:5px; display:block; font-size:15px; font-weight:bold}
.OrderNows{ width:100%; height:auto; float:left; margin: 0px 0px 10px 0px}
.OrderNows .nexorder{ width:auto; height:40px; float:left; background:url(../iCon/continue-shopping.png) no-repeat left center scroll transparent; padding-left:55px; color:#72b656; line-height:40px; font-weight:bold; font-size:15px}
.OrderNows .noworder{ width:auto; float:right; padding:10px 10px; background:#ec7115; color:#FFF; font-size:15px; margin-right:5px}
.close_popup {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background:url(../iCon/icon_close.png);
    z-index: 2;
}
#Content_OrderPopup{ width:100%; height:270px; overflow:auto; float:left;    border: 1px solid #eaeaea;
}




/*Oeer*/
#Order{ width:100%; height:auto; float:left; margin:10px 0px; background:#FFF; padding:10px}
#ListInfoOrder{ width:47%; height:auto; float:left; margin:0px; float:left;border: 1px solid #ddd; border-radius:2px}
.nVar_Order{ background:#f8f8f8; width:100%; height:35px; float:left; border-bottom: 1px solid #ddd}
.nVar_Order span{    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    display: inline-block;
    line-height: 35px;
    vertical-align: bottom; font-weight:normal}
.Content_List{width:100%; height:auto; float:left; margin:20px 0px 0px 0px}
.RowOrd{ width:100%; height:auto; float:left; margin:5px 0px}
.RowOrd1{ width:100%; height:60px; float:left; margin:5px 0px}
.Left_RowOrd{ width:20%; height:100%; float:left; margin:0px; text-align:right}
.Left_RowOrd span{ font-size:12px; line-height:30px; margin-right:10px}
.Right_RowOrd{ width:80%; height:100%; float:left; margin:0px}
.Right_RowOrd input{border: 1px solid #ddd; font-size:12px;
    background-color: #FDFDFD;
    height: 26px;
    color: #666;
    outline: none;
    text-indent: 10px;
    border-radius: 2px; float:left}
.Right_RowOrd .txtName{ 
	width:92%}
.Right_RowOrd  .txtMobile{width:45%; margin:0px 10px 0px 0px}
.Right_RowOrd .txtEmail{ 
	width:92%}
.txtAddress{border: 1px solid #ddd; font-size:12px;
    background-color: #FDFDFD;
    height: 50px;
    color: #666;
    outline: none;
    text-indent: 10px;
    border-radius: 2px; float:left; width:92%}
.txtContent{border: 1px solid #ddd; font-size:12px;
    background-color: #FDFDFD;
    height: 26px;
    color: #666;
    outline: none;
    text-indent: 10px;
    border-radius: 2px; float:left; width:91%; height:50px}
.VAT{ width:100%; height:auto; float:left; margin:20px 0px 0px 0px}
.VAT .row_Vat{ width:100%; height:20px; float:left; margin:0px }
.VAT .row_Vat input{float:left; margin:0px 10px 0px 30px !important}
.VAT .row_Vat span{line-height:14px; display:inline-block}
.VAT .row_Vat span span{color:#F00}
.txtMST{ width:56%}
.ContentVAT{width:100%; height:auto; float:left; margin:5px 0px; display:none}
.ContentVAT .Note{ color:#F00;  margin:10px 5px; text-align:center; display:block}
.Nhanhang{ width:100%; height:auto; float:left; margin:10px 0px 20px 0px}
 .row_nhanhang  input{float:left; margin:0px 10px 0px 30px !important}
.row_nhanhang  span{line-height:14px; display:block}
.Content_Nhanhang{width:100%; height:auto; float:left; margin:5px 0px; display:none}
.Thanhtoan{ width:100%; height:auto; float:left; margin:10px 0px 10px 0px}
.row_thanhtoan{ width:46%; height:auto; float:left; margin:5px}
.row_thanhtoan input{float:left; margin:0px 10px 0px 30px !important}
.row_thanhtoan span{line-height:14px; display:block}
.Vanchuyen{ width:100%; height:auto; float:left; margin:10px 0px 10px 0px}
.row_Vanchuyen{ width:46%; height:auto; float:left; margin:5px}
.row_Vanchuyen input{float:left; margin:0px 10px 0px 30px !important}
.row_Vanchuyen span{line-height:14px; display:block}
  .btnorder{ border:none;width: 180px;
    height: 35px;
    background: #0063a4 url(../iCon/cart-new.png) no-repeat scroll 4px 10px;
    padding-left: 30px;
    color: #FFF;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    border: none;  margin:10px auto; display:block
}
.timhieu{font-size:12px; color:#6aad00; margin:10px 10px 5px 0px; display:block; clear:both; text-align:center }

#ListOrder{ width:50%; height:auto; float:right; margin:0px;border: 1px solid #ddd; border-radius:2px}

 
#ListOrder table{width:100%;    padding:5px; color:#3e3e3e; vertical-align:top}
#ListOrder table tr{  border-bottom:1px dashed #eaeaea ;vertical-align: top }
#ListOrder table tr .Name{width:50%}
#ListOrder table tr .Name img{width:60px; height:60px; padding:5px; float:left; margin-right:10px}
#ListOrder table tr .Namepd { margin:10px 5px 5px 5px; color:#3e3e3e; font-weight:bold; display:block; text-decoration:none; font-size:12px}
#ListOrder table tr .Delete{ font-size:13px; color:#F00; margin:3px 5px; display:block}
#ListOrder table tr .Price{font-size:12px; text-align:center; width:22%}
#ListOrder table tr .Price span{   display:block; margin-top:7px}
#ListOrder table tr .PriceSale{width:22%; text-align:center}
#ListOrder table tr .PriceSale span{ font-weight:bold;   margin-top:7px; display:block}

#ListOrder table tr .Ord{width:6%}
#ListOrder table tr .Ord input{ width:80%; height:22px; text-align:center; margin-top:3px; border:1px solid #dfdfdf}
#ListOrder table tr.top{ font-weight:bold; font-size:13px; color:#3e3e3e; height:30px; vertical-align:middle}
  
#ListOrder table tr.top .Name{text-align:center}
#ListOrder .Sum{ width:100%; height:auto; float:left; margin:7px 0px}
#ListOrder .Sum .LeftSUM{ width:40%; height:auto; float:left; margin:0px}
#ListOrder .Sum .LeftSUM span{font-weight:bold; color:#3e3e3; margin:5px; display:inline-block}
#ListOrder .Sum .LeftSUM span span{color:#F00}
#ListOrder .Sum .RightSUM{ width:60%; height:auto; float:left; margin:0px; text-align:right}
#ListOrder .Sum .RightSUM .Sum1{ margin:5px; display:block; font-size:14px}
#ListOrder .Sum .RightSUM .Sum2{ margin:5px; display:block; font-size:15px; font-weight:bold}
.OrderNows{ width:100%; height:auto; float:left; margin: 0px 0px 10px 0px}
.OrderNows .nexorder{ width:auto; height:40px; float:left; background:url(../iCon/continue-shopping.png) no-repeat left center scroll transparent; padding-left:55px; color:#72b656; line-height:40px; font-weight:bold; font-size:15px}
.OrderNows .noworder{ width:auto; float:right; padding:10px 10px; background:#ec7115; color:#FFF; font-size:15px; margin-right:5px}
.ttck{    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px auto;
    background: rgb(251, 251, 251); width:98%; clear:both; display:none
}
.Tear_ttck{ width:100%; height:auto; float:left; margin:5px 0px; border-bottom:1px dashed #ddd; clear:both; padding-bottom:5px}
.Tear_ttck:last-child{border:none}
.Left_Tear_ttck{ width:20%; height:auto; float:left; margin:0px 3% 0px 0px}
.Left_Tear_ttck img{width:auto; height:auto; max-width:100%; max-height:80px; margin:5px 5px; display:block}
.Right_Tear_ttck{ width:77%; height:auto; float:left; margin:0px 0px 0px 0px}
.row_ttck{ width:100%; height:auto; float:left; margin:4px 0px; font-size:12px; font-weight:bold; clear:both}
.row_ttck1{width:100%; height: auto; float:left; margin:3px 0px;}
.row_ttck1 .sp1{ width:20%; display:inline-block; text-align:left}
.tttt{    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px auto;
    background: rgb(251, 251, 251); width:98%; clear:both ; display:none
}
.tttn{ text-align:center; color:#f00; margin:5px; text-align:center; padding:10px 0px}
.ttvs{    text-align: center;
    color: #f00;
    margin: 5px;
    text-align: center;
    padding: 10px 0px; display:none}
#success {
    width: 400px;
    height: auto;
    margin: 10px auto;
    background: #feffdf;
    clear: both
}

#ContentSuccess {
    margin: 5px;
    border: 1px dashed #aeaeae;
    float: left;
    padding: 5px;
    border-radius: 5px;
    clear: both
}

    #ContentSuccess h1 {
        font-weight: normal;
        text-align: center;
        margin: 5px;
        color: #393;
        font-size: 16px;
        font-weight: bold
    }

    #ContentSuccess span {
        color: #F00;
        text-align: center;
        margin: 5px;
        display: block
    }
@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) 
{
	#ListInfoOrder{ width:100%; margin:0px}
	#ListOrder{ width:100%; margin:5px 0px}
}
@media screen and (max-width: 480px) 
{
.Left_RowOrd{width:30%}	
.VAT .row_Vat{ height:auto}
.Right_RowOrd{ width:70%}
.VAT .row_Vat span{ margin:0px 5px ; text-align:center }
.VAT .row_Vat input{ float:none; margin:5px auto; display:block}
.row_nhanhang span{ margin:0px 5px ; text-align:center }
.row_nhanhang input{ float:none; margin:5px auto; display:block}
.row_thanhtoan{ width:90%}
.row_Vanchuyen{ width:90%}
#ListOrder table tr .Name img{ width:40px; height:40px}
.btnorder{float:none !important; margin:5px auto}
#ListOrder table tr .Namepd{font-weight:normal}
.Right_RowOrd .txtMobile{margin-right:3px}
    #success{width:100%}
}
#content
{
    width:100%; height:auto; float:left; margin:5px 0px;
}
#newsDetail{
    width:73.5%; height:auto; float:left; margin:0px; line-height:22px
}
 
#content #control{float:right; width:25%; height:auto; margin:0px}
#newsDetail h1{ margin:5px 0px; text-transform:uppercase; font-weight:600; font-size:16px;}
#newsDetail #dealine {
    color: #9c9c9c;
    margin: 0px 10px 0px 0px;
    display: block;
}
#newsDetail #description {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0px;
    padding-top: 5px;
    font-weight: bold;
    text-indent: 10px;
 
    font-size: 15px
}
#newsDetail #contentDetail{ color:#333; text-align:justify; font-size:15px; line-height:25px}
#newsDetail #contentDetail img{max-width:100%; height:auto}
  #tags{width:100%; height:auto; float:left; margin:10px 0px}
  #tags a{
    color:#8f8f8f;
    margin:5px
}
#feedback{width:100%; height:auto; float:left; margin:10px 0px}
#feedback .name{font-size:14px; text-transform:uppercase; font-weight:600; margin:5px 0px; display:block}
#contentFeedback{width:100%; height:auto; margin:0px}
#leftContentFeedback{width:70%; float:left}
#cmfacebook{display:none; width:100%; height:auto; float:left}
#cmaccount {
     width: 100%;
    height: auto;
    float: left
}

#contentFeedback textarea {
    width: 96%;
    float: left;
    margin: 5px 0px;
    text-indent: 10px;
    padding: 5px
}
#contentFeedback #txtName{width:42%; height:25px; float:left ; margin-right:1%; text-indent:10px}
    #contentFeedback #txtEmail {
        width:54%;
        height: 25px;
        float: left;
        text-indent: 10px
    }
#btnSubmitFeedback {
    padding: 5px 10px;
    background: #4d4d4d;
    color: #fff;
    border: none; width:196px;
    float: left;  height:31px; margin-left:10px; margin-top:5px
}
#btnSubmitFeedbackfb {
    padding: 5px 10px;
    background: #4267b2;
    color: #fff;
    border: none;
    float: left;
    height: 31px;
    margin-left: 10px;
    margin-top: 5px
}
#rightContentFeedback{width:30%; float:left}
#rightContentFeedback p {
    font-style: italic;
    font-size: 12px;
    margin: 5px 10px;
    display: block;
    width:100%; color:#f00
}
#note{width:100%; height:auto; float:left}
#listFeedback {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5
}
    #listFeedback .itemFb {
        width: 100%;
        height: auto;
        float: left;
        margin: 5px 0px;
        border-bottom: 1px dashed #e5e5e5
    }
#listFeedback .itemFb .contentItemFb{width:100%; height:auto; float:left}
#listFeedback .itemFb .contentItemFb .leftIcon{width:8%; height:100%; float:left; margin:0px}
#listFeedback .itemFb .contentItemFb .leftIcon i {
            font-size: 50px;
             display: block;
            color: #bebebe
        }
#listFeedback .itemFb .contentItemFb .leftIcon span {
            text-align: center;
            color: #333;
            margin: 5px 0px;
            display: block;
            font-size:12px; font-weight:bold; line-height:17px
}
.rightContent{width:90%; float:left; font-size:13px; line-height:20px}
#listFeedback .itemFb .account {
    display: block;
    margin: 5px 0px;
    color: #838383;
    font-style: italic; 
}
#listFeedback .itemFb .account samp {
    font-weight: normal;
    font-style: italic
}
#listFeedback .itemFb .account span {
    font-weight: bold
}
#listFeedback .itemFb .replay {
    margin: 5px 0px 5px 10%;
    font-size: 13px;
    line-height: 20px;
    float: left;
    padding: 5px 5px 5px 10px;
    background: #f4f4f4;
    border-top: 1px solid #ebebec
}
#listFeedback .itemFb .account a {
    color: #0900c8;
    margin-right: 10px;   font-style:normal
}
.hide{display:none !important}
.show{display:block !important}
#content #control aside{width:100%; height:auto; float:left; margin:0px}
    #content #control aside .itemMenu {
        width: 100%;
        height: auto;
        float: left;
        margin: 0px 0px 10px 0px;
        border: 1px solid #e5e5e5
    }
#content #control aside .itemMenu .nvar{width:100%; height:auto; float:left; margin:0px}
    #content #control aside .itemMenu .nvar {
        width: 100%;
        height: auto;
        float: left;
        margin: 0px;
        background: #0077c0
    }

        #content #control aside .itemMenu .nvar span {
            color: #FFF;
            display: block;
            line-height: 35px;
            text-transform: uppercase;
            font-size: 15px;
            font-family: Roboto, sans-serif
        }

            #content #control aside .itemMenu .nvar span i {
                float: left;
                line-height: 35px;
                margin: 0px 15px 0px 10px
            }
    #content #control aside .itemMenu nav {
        width: 100%;
        height: auto;
        float: left;
        margin: 5px 0px;
        padding-top: 5px;
        padding:5px
    }
        #content #control aside .itemMenu nav a {
            font-size: 14px;
            color: #333;
            margin: 10px 5px;
            font-weight: normal;
            display:block
        }
#listNews h1.name {
    font-size: 19px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: "Open Sans",sans-serif !important;
    margin: 5px 0px 15px 0px
}










#listNews {
    width: 73.5%;
    height: auto;
    float: left;
    margin: 0px;
    line-height: 22px
}
#contentList {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3
}
.itemNews {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 14px 0px;
    border-bottom: 2px solid #F5F5F5;
    padding: 3px 0px 7px 0px
}

    .itemNews a img {
        width: 200px;
        height: auto;
        max-height: 150px;
        float: left;
        margin: 0px 20px 10px 0px
    }

#listNews .itemNews .name {
    color: #333;
    margin: 0px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans",sans-serif !important;
    font-size: 17px;
    display: block
}

.itemNews time {
    font-size: 13px;
    line-height: 14px;
    margin: 10px 10px 15px 0;
    color: #999;
    display: block;
    font-style: italic
}

.itemNews p {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0px
}

.itemNews .detail {
    display: block;
    padding: 7px 2px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    color: #f94f01
}

@media screen and (max-width: 480px) {
    #newsDetail{width:100%; height:auto; float:left; margin:0px}
    #listNews {
        width: 100%;
        height: auto;
        float: left;
        margin: 0px
    }
    .itemNews a img {
        width:100px
    }
    #content #control {
        display: none
    }
    #leftContentFeedback{width:100%}
    #rightContentFeedback {
        width: 100%
    }
    #contentFeedback textarea{width:100%}
    #contentFeedback #txtName {
        width: 100%;
        margin: 5px 0px;
        height: 30px
    }
    #contentFeedback #txtEmail {
        width: 100%;
        margin: 5px 0px;
        height: 30px
    }
    #listFeedback .itemFb .contentItemFb .leftIcon{width:15%}
        #listFeedback .itemFb .contentItemFb .leftIcon i{font-size:40px}
    .rightContent {
        width: 82%
    }
    #btnSubmitFeedback{ margin:2px 0px; width:100%}
    #btnSubmitFeedbackfb {
        margin: 0px 0px;
        width: 100%
    }
    #listFeedback .itemFb .replay{margin-left:15%}
}

#Contact {
    width: 100%;
    height: auto;
    margin: 10px auto;
    float: left;
    background: #FFF
}

#Left_Contact {
    width: 50%;
    height: auto;
    float: left;
    margin: 0px
}

#Content_LeftContact {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px 0px 0px;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

#Left_Contact .Logo {
    width: auto;
    height: auto;
    margin: 2px auto;
    display: block;
    padding-top: 20px
}

#Left_Contact h2 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: center
}

#Left_Contact p {
    font-size: 12px;
    margin: 7px 10px
}

    #Left_Contact p span {
        font-weight: bold
    }

.Nvar_Contact {
    width: auto;
    height: 20px;
    margin-left: 40px;
    background-color: #fff;
    position: absolute;
    float: left
}

    .Nvar_Contact span {
        color: #000;
        font-weight: bold;
        line-height: 20px;
        margin: auto 5px;
        text-transform: uppercase
    }

#Right_Contact {
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 0px 0px 10px
}

#Content_RightContact {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px 0px 0px;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

.Tear_Contact:first-child {
    margin-top: 15px
}

.Tear_Contact:last-child {
    height: auto !important;
    background: none
}

.Tear_Contact {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px auto;
    background: url(../Icon/line_Menu.png) repeat-x left bottom transparent
}

.Left_TearContact {
    width: 25%;
    height: 100%;
    float: left;
    background: url(../Icon/line_heigh_Menu.png) repeat-y left right transparent
}

    .Left_TearContact span {
        font-size: 12px;
        color: #4c4b4b;
        line-height: 25px;
        float: right;
        margin-right: 10px;
        display: block
    }

.Right_TearContact {
    width: 70%;
    height: auto;
    float: left;
    margin: 0px
}

    .Right_TearContact input {
        width: 90%;
        height: 25px;
        border: none;
        margin: 2px 5px;
        border: 1px solid #e2e2e2;
        font-size: 11px;
        float: left;
        text-indent: 20px
    }

    .Right_TearContact textarea {
        width: 90%;
        height: 100%;
        border: none;
        margin: 2px 5px;
        border: 1px solid #e2e2e2;
        float: left;
        text-indent: 20px
    }

.Tear_Contact:last-child input {
    height: 70px
}

.Tear_Contact button {
    margin: 0px auto;
    display: block;
    padding: 5px 7px;
    background: #FFF;
    border: 1px solid #f0eeee
}

.note {
    color: #ff4800;
    text-align: center;
    margin: 5px
}

.HeadShort1 {
    font-size: 12px;
    text-indent: 15px;
    font-weight: bold;
    width: 100%;
    margin: 5px auto
}

.Description1 {
    width: 100%;
    height: auto;
    margin: 5px auto;
    margin: 5px auto
}

.btnSend {
}

@media screen and (max-width: 480px) {
    #Left_Contact {
        width: 100%;
        margin: 0px;
        padding: 0px
    }

    #Right_Contact {
        width: 100%;
        margin: 10px 0px;
        padding: 0px
    }
}

@charset "utf-8";#Baogia{width:100%;height:auto;margin:10px auto;padding:10px 0px}
#Head_Top{width:90%;height:auto;margin:5px auto;height:104px}
#Head_Top #Left_Head{width:40%;height:100%;margin:0px;float:left;}
#Head_Top #Right_Head{width:60%;height:auto;float:left;margin:0px}
#Head_Top #Right_Head .hd1{font-size:20px;color:#656565;text-transform:uppercase;margin:5px;font-family:Arial;text-align:right;display:block;font-weight:bold}
#Head_Top #Right_Head .hd2{font-size:12px;color:#4f4f4f;margin:2px;display:block;text-align:right}
#Head_Top #Right_Head .hd3{font-size:12px;color:#4f4f4f;margin:2px;display:block;text-align:right}
#Head_Top #Right_Head .hd4{font-size:12px;color:#4f4f4f;margin:2px;display:block;text-align:right}
#Content_Baogia{width:90%;height:auto;margin:0px auto}
#Content_Baogia h1{font-size:23px;color:#000;text-transform:uppercase;text-align:center;margin:25px 5px 5px 5px}
.line_bg{width:90%;height:1px;border-bottom:1px solid #d7d7d7;margin:10px auto}
#Content_Baogia .date1{font-size:12px;text-align:right;display:block;margin:5px;color:#414141;font-style:italic}
#Content_Baogia .kg{font-size:12px;display:block;margin:10px 5px;color:#414141;text-align:center;font-weight:bold}
#Tableb {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px;
    border: 1px solid #dcdcdc;
    border-right: none;
    border-bottom: none
}


#Tableb .Ord{width:5%;text-align:center}
#Tableb .Name{width:40%;;text-align:center}
#Tableb .Code{width:10%;;text-align:center}
#Tableb .Price{width:14%;;text-align:center}
#Tableb .Quality{width:4%;text-align:center}
#Tableb .SumPrice{width:14%;text-align:center}
#Tableb .Image{width:12%;text-align:center}
#Tableb .Head_tb{height:25px;text-transform:uppercase;font-weight:bold}

    #Tableb td {
        text-indent: 5px;
        border: 1px solid #dadada;
        border-top: none;
        border-left: none
    }

    #Tableb tr {
        line-height: normal !important
    }
#Tableb .Names a{font-weight:bold;margin:3px 5px;color:#424242}
#Tableb .Names .n2{font-weight:normal;margin:3px 5px;display:block;font-style:italic}
#Tableb .Codes{font-weight:bold;text-align:center}
#Tableb .Codes a{margin:3px 5px;color:#424242}
#Tableb .Prices{text-align:center}
#Tableb .Ords{text-align:center}
#Tableb .Qualitys{text-align:center}
#Tableb .SumPrices{text-align:center}
#Tableb .Images img{width:90%;margin:5px auto;display:block}
.ghichu_bg{font-weight:bold;text-decoration:underline;margin:5px 5px 20px 5px;display:block;font-size:14px}
.ghichu1{font-size:12px;font-style:italic;color:#525252;margin:5px 5px 5px 30px;display:block}
.Printer{text-align:center;display:block;height:30px;color:#515151;line-height:30px;margin:10px 0px; border:1px solid #d7d7d7}
.Printer span.icon{width:30px;height:30px;background:url(../iCon/iCon_Printer.png) no-repeat;display:inline-block}
.Printer span{line-height:30px;display:inline-block}
@charset "utf-8";@media screen and (max-width:768px){#Head_Top{width:97%;}
#Content_Baogia{width:97%}
#Head_Top #Left_Head{background-size:100%}
.Printer{display:none}
}
@media screen and (max-width:488px){#Head_Top{height:auto;display:none}
#Table .Ord{width:5%;text-align:center}
#Table .Name{width:71%;;text-align:center}
#Table .Code{width:10%;;text-align:center}
#Table .Price{width:14%;;text-align:center}
#Table .Quality{display:none}
#Table .SumPrice{display:none}
#Table .Image{width:12%;text-align:center;display:none}
#Table .Head_tb{height:25px;text-transform:uppercase;font-weight:bold}
#Table td{text-indent:5px}
#Table tr{line-height:normal !important}
#Table .Names a{font-weight:bold;margin:3px 5px;color:#424242}
#Table .Names .n2{font-weight:normal;margin:3px 5px;display:block;font-style:italic}
#Table .Codes{font-weight:bold;text-align:center}
#Table .Codes a{margin:3px 5px;color:#424242}
#Table .Prices{text-align:center}
#Table .Ords{text-align:center}
#Table .Qualitys{text-align:center;display:none}
#Table .SumPrices{text-align:center;display:none}
#Table .Images img{width:90%;margin:5px auto;display:block;display:none}
#Content_Baogia h1{font-size:17px}
.line_bg{display:none}
}
#agency {
    width: 73.5%;
    height: auto;
    float: left;
    margin: 0px;
    line-height: 22px
}

.nameAgency {
    margin: 5px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
#contentAgency {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3
}
.itemAgency {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}
    .itemAgency:nth-child(2n) {
        background: #f5f5f5
    }
    .itemAgency .img {
        width: 20%;
        height: auto;
        float: left;
        margin-right: 1%
    }
        .itemAgency .img img {
            width: 100%;
            height: auto;
            float: left;
            margin: 0px
        }
    .itemAgency .info {
        width: 79%;
        height: auto;
        float: left;
        margin: 0px
    }

        .itemAgency .info h2 {
            font-size: 15px;
            color: #333;
            margin: 0px 5px 10px 5px;
            font-weight: 600; text-transform:uppercase
        }

            .itemAgency .info h2 a {
                color: #333
            }

        .itemAgency .info p {
            color: #515151;
            margin: 5px 5px;
        }

            .itemAgency .info p span {
                color: #000
            }
    .itemAgency .info a{color:#ff0000; margin:5px; display:block}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
#lean_overlay {
	position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#popup, .popup {
    width: auto;
 	padding-bottom: 2px;
	display:none;
     border-radius: 5px; -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    margin-left:-360px !important;
 
}
#popup_content{top:100px !important}
#popup-header, .popup-header { 
	background: url(../img/hd-bg.png); 
	padding: 18px 18px 14px 18px; 
	border-bottom: 1px solid #CCC; 
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
}

#popup-header  h2, .popup-header  h2 { color: #444; text-align:center; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#popup-header  p, .popup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }
.info_popup { text-align:center; margin:20px; }      
 
