@charset "UTF-8";
@font-face {
  font-family: 'UTM-Bebas';
  src: url('../fonts/UTM-Bebas.ttf') format('truetype');
}
@font-face{font-family:cat-iconfont;src:url(//at.alicdn.com/t/font_n02xccsn64w2vs4i.eot);src:url(//at.alicdn.com/t/font_n02xccsn64w2vs4i.eot?#iefix) format('embedded-opentype'),url(//at.alicdn.com/t/font_n02xccsn64w2vs4i.woff) format('woff'),url(//at.alicdn.com/t/font_n02xccsn64w2vs4i.ttf) format('truetype'),url(//at.alicdn.com/t/font_n02xccsn64w2vs4i.svg#iconfont) format('svg')}
.cat-iconfont {
    font-family: cat-iconfont;
    font-size: 22px;
    font-style: normal;
    line-height: 22px;
}
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }
b, strong, th {
  font-weight: bold; }
i, em {
  font-style: italic; }
sub, sup {
  font-size: 75%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
del {
  text-decoration: line-through; }
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }
input, select {
  vertical-align: middle; }
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }
ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }
label {
  font-weight: normal; }
input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }
select {
  padding-left: 8px; }
input[type="number"] {
  padding-left: 5px; }
textarea {
  padding: 8px 12px 5px 12px; }
input, textarea, select, button, a {
  outline: none; }
button {
  border: none;
  background: none;
  padding: 0; }
* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }
.category > ul > li > a span img, .sl-service .item .icon img, .sm-post .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }
.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.carousel {
  z-index: 0; }
  .carousel .img img {
    display: block;
    width: 100%;
    min-height: 363px; }
  .carousel-fade.carousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel-fade.carousel .carousel-inner .item, .carousel-fade.carousel .carousel-inner .active.left, .carousel-fade.carousel .carousel-inner .active.right {
    opacity: 0; }
  .carousel-fade.carousel .carousel-inner .active, .carousel-fade.carousel .carousel-inner .next.left, .carousel-fade.carousel .carousel-inner .prev.right {
    opacity: 1; }
  .carousel-fade.carousel .carousel-inner .next, .carousel-fade.carousel .carousel-inner .prev, .carousel-fade.carousel .carousel-inner .active.left, .carousel-fade.carousel .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .carousel-indicators {
    z-index: 1;
    line-height: 1; }
    .carousel .carousel-indicators li {
      vertical-align: middle;
      background: #fff;
      width: 12px;
      height: 12px;
      margin: 0 4px; }
      .carousel .carousel-indicators li.active {
        background: #FF5000;
        margin: 0 4px;
        border-color: #FF5000; }
  .carousel .slider-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    top: 50%;
    opacity: 0.5; }
    .carousel .slider-arrow img {
      display: block;
      height: 100%; }
    .carousel .slider-arrow:hover {
      opacity: 1; }
    .carousel .slider-arrow.prev {
      left: 15px; }
    .carousel .slider-arrow.next {
      right: 15px; }
.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }
.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .container{
     padding-left: 5px;
     padding-right: 5px;
  }
  .row{
    margin-left: -5px;
    margin-right: -5px;
  }
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }
.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }
.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }
.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #FF5000;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #FF5000; }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }
img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }
.col-xs-f20 {
  float: left;
  width: 20%; }
.hotline-footer {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.quickbar {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.quickbar a {
    width: 70px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}
.quickbar a img {
    width: 40px;
    height: 40px;
}
.quickbar a span {
    display: block;
}
.like_pro.active, .like_pro2.active {
	pointer-events: none;
}
.quickbar .like_pro2 .fa-heartbeat {
	font-size: 42px;
	color: #808080
}
.quickbar .like_pro2.active .fa-heartbeat {
	color: #288ad6;
}
.quickbar-product-mobile {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    text-align: center;
    padding: 5px 0px;
}
.quickbar-product-mobile a {
    overflow: hidden;
    display: inline-block;
    width: 16%;
}
.quickbar-product-mobile img {
    max-width: 25px;
    max-height: 25px;
}
.quickbar-product-mobile a span {
    display: block;
}
.quickbar-product-mobile span {
    font-size: 10px;
}
.quickbar-product-mobile .like_pro2 i {
    font-size: 25px;
    color: #808080;
}
.quickbar-product-mobile .like_pro2.active i {
    color: #288ad6;
}
.quickbar-product-mobile .like_pro2 .alike-number {
    font-size: 10px;
}
.quickbar-product-mobile .action-add-cart, .quickbar-product-mobile .action-buy-cart {
	height: 40px;
	width: 25%;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
.quickbar-product-mobile .action-add-cart {
    background: #808080;
}
.quickbar-product-mobile .action-buy-cart {
    background: #FF5000;
}
.has-sell, .alike-number {
	font-weight: bold;
}
.price-provisional, .birthday-reduce {
  font-weight: bold;
  color: #FF7300;
  font-size: 16px;
}
.dashboard-menu ul li:hover, .dashboard-menu ul li.active {
  background: #cb4000;
}
.status-order-menu ul li {
    display: inline-block;
}
.status-order-menu ul li a {
    display: block;
    border-bottom: 3px solid #F5F5F5;
    margin-right: 30px;
}
.status-order-menu ul li:last-child a {
  margin-right: 0px;
}
.status-order-menu ul li a:hover, .status-order-menu ul li a.active {
    border-bottom: 3px solid #FF5000;
}
.order-function a {
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}
.donhang table tr td {
  text-align: center;
  vertical-align: middle;
}
.donhang .order-cancel {
    background: red;
    color: #fff;
}
.donhang .order-cancel:hover {
    background: #d50000;
}
.donhang .order-deposit {
    background: green;
    color: #fff;
}
.donhang .order-deposit:hover {
    background: #005e00;
}
.donhang .order-detail {
    background: #919191;
    color: #fff;
}
.donhang .order-detail:hover {
    background: #646464;
}
.donhang .order-receive-goods {
    background: #ff5000;
    color: #fff;
}
.donhang .order-receive-goods:hover {
    background: #d94400;
}
.donhang .product-rate-order-receive-goods {
    background: #ff5000;
    color: #fff;
}
.donhang .product-rate-order-receive-goods:hover {
    background: #d94400;
}
.donhang .see-reviews {
    background: #c5c500;
    color: #fff;
}
.donhang .see-reviews:hover {
    background: #999901;
}
.pagination strong, .pagination a {
    width: 40px;
    height: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    display: inline-block;
    margin: 3px;
    text-align: center;
    line-height: 30px;
}
.order-payment .panel {
    max-width: 700px;
    margin: auto;
}

.order-payment .order-info a,
.order-payment .order-info span {
    color: #ff5000;
    font-weight: bold;
}

.order-payment .order-info {
    margin-bottom: 20px;
}

.order-payment .total-money {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}

.order-payment .amount {
    text-align: center;
    font-size: 32px;
    color: #ff5000;
    font-weight: bold;
    margin-bottom: 30px;
}

.order-payment .wallet, .order-payment .transfer {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px -2px #000;
    border-radius: 10px;
}

.order-payment .wallet .sale-wallet {
    font-weight: bold;
    margin-bottom: 10px;
}
.order-payment .item-choice input + label:before {
    border: 1px solid grey;content: ' ';
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    transition: border 0.15s ease-in-out;
}
.order-payment .item-choice input {
    display: none;
}
.order-payment .item-choice input + label:after {
    border: 0px solid #ff5000;
    content: ' ';
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 3.6px;
    top: 5px;
    transition: border 0.15s ease-in-out;
}
.order-payment .item-choice input:checked + label:after {
    background: #ff5000;
}
.order-payment .item-choice input:checked + label:before {
    border-color: #ff5000;
}
.order-payment .item-choice label {
    position: relative;
    cursor: pointer;
}
.mgb-10 {
  margin-bottom: 10px;
}
.order-payment .notify span, .order-payment .recharge span span {
    color: #ff5000;
    font-weight: bold;
    font-size: 18px;
}
.order-payment .notify {
    margin-bottom: 20px;
    text-align: right;
}
.order-payment button[type=submit] {display: block;float: right;padding: 10px 20px;background: #ff5000;color: #fff;text-transform: uppercase;border-radius: 5px;}
.order-payment .recharge a {
    padding: 10px 20px;
    background: #ff5000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
}
.order-payment .recharge {
    margin-top: 20px;
}
.order-payment .transfer-info {
    height: 0px;
    overflow: hidden;
}
#confirmReceiveGood form textarea {
  width: 100%;
  border-radius: 5px;
}
#rateProductInOrder .modal-header .close {
  margin-top: -22px;
  padding: 1px 4px;
  border-radius: 50%;
  background: red;
  opacity: 1;
  color: #fff;
}
.list-order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.user-level {
  display: inline-block;
  float: right;
}
@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } 
    .menu-btn{
      display: none;
    }
  }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.row-ibl {
 }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    /*display: inline-block;*/
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }
.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }
.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }
.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }
.margin-auto {
  margin-left: auto;
  margin-right: auto; }
.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }
.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }
.col-mar-1 {
  margin-left: -1px;
  margin-right: -1px; }
.col-mar-1 > div[class^="col-"] {
  padding-left: 1px;
  padding-right: 1px; }
.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }
.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }
.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }
.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }
.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }
.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }
.relative {
  position: relative; }
.static {
  position: static; }
.absolute {
  position: absolute; }
.text-justify {
  text-align: justify; }
.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }
.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.copy-code-product {
    position: fixed;
    font-size: 18px;
    cursor: pointer;
    z-index: 300;
    right: 15px;
    bottom: 110px;
    font-weight: bold;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(205, 205, 205, 0.5);
}
.pro-lower-high a {
    display: inline-block;
    padding: 5px 10px;
    background: #FF5000;
    margin-right: 5px;
    font-weight: 200;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }
  .md-center {
    text-align: center; }
  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
	.aml_pb-bottom-left {
	    bottom: 70px !important;
	}
  .sm-left {
    text-align: left; }
  .sm-center {
    text-align: center; }
  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
	.pro-lower-high a {
	    width: 140px;
	}

	.pro-lower-high {
	    text-align: center;
	}
	.h-title.v99 span {
		font-size: 12px;
	}
  .xs-left {
    text-align: left; }
  .xs-center {
    text-align: center; }
  .xs-right {
    text-align: right; }
  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > div[class^="col-"] {
      padding: 0 7px; }
  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > div[class^="col-"] {
      padding: 0 5px; } }
body {
  font-size: 14px;
  font-family: "Arial";
  line-height: 1.5;
  color: #333; }
.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }
.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }
.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }
.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }
.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }
/*body {
  background: #eeeeee; }*/
.back-to-top {
    display: none;
    position: fixed;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 215px;
    background: rgba(0,131,200,0.8);
    color: #fff;
    border-radius: 5px
}
.back-to-top:hover {
    background: #0083c8
}
.widget {

    position: fixed;
  
/*    bottom: 1.225rem;*/
    bottom: 21.525rem;
  
    right: 1.225rem;
  
    z-index: 10;
  
  }
  
  .widget .item-widget {
  
    width: 5.125rem;
  
    height: 5.125rem;
  
    border-radius: 100%;
  
    background: #fff;
  
    -webkit-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-box-pack: center;
  
    -ms-flex-pack: center;
  
    justify-content: center;
  
    margin-bottom: 0.9375rem;
  
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
  
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
  
    -webkit-animation: lac 1s infinite;
  
    animation: lac 1s infinite;
  
  }
  
  .widget .item-widget:hover {
  
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  
  }
  
  .widget .item-zalo img {
  
    width: 4.188rem;
  
    height: 4.188rem;
  
  }
  
  .widget .item-mess {
  
    border-radius: 100%;
  
    background: #fff;
  
  }
  
  .widget .item-mess img {
  
    width: auto;
  
    height: auto;
  
  }
  
  .widget .item-phone {
  
    background: #ffce85;
  
  }
  
  .widget .item-phone img {
  
    width: 3.75rem;
  
    height: 3.75rem;
  
  }
  
  .back-top {
  
    width: 5.125rem;
  
    height: 5.125rem;
    line-height: 5.125rem;
    text-align: center;
  
    border-radius: 100%;
  
    background: #fff;
  
    cursor: pointer;
  
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
  
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
  
    display: -webkit-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    visibility: hidden;
  
    opacity: 0;
  
    -webkit-transition: 0.3s;
  
    transition: 0.3s;
  
  }
  
  .back-top.show {
  
    visibility: visible;
  
    opacity: 1;
  
    -webkit-transition: 0.3s;
  
    transition: 0.3s;
  
  }
  
  .back-top.show:hover {
  
    background: #ff941f;
  
    transition: 0.3s;
  
  }
  
  .back-top.show:hover img {
  
    filter: brightness(10);
  
  }
.h-top {
  background: #f5f5f5;
  color: #555; }
  .h-top li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left; }
    .h-top li a {
      display: block;
      padding: 8px 10px;
      border-left: solid 1px transparent;
      border-right: solid 1px transparent; }
      .h-top li a:not(:only-child):after {
        font-family: "FontAwesome";
        content: "";
        font-size: 12px;
        margin-left: 5px; }
    .h-top li:hover > a {
      border-color: #e1e1e1;
      background: #fff; }
    .h-top li:hover > ul {
      display: block; }
    .h-top li ul {
      position: absolute;
      display: none;
      width: 150px;
      background: #FFF;
      border: solid 1px #e1e1e1;
      z-index: 100; 
      overflow: auto;
      height: 150px;
    }
      .h-top li ul li {
        display: block; }
        .h-top li ul li a {
          border: none;
          padding: 6px 10px; }
          .h-top li ul li a:after {
            content: none;
            display: none; }
header {
  background: #FF5000;
  color: #fff;
  padding: 10px 0; }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
    header .logo img {
      display: block; }
  header .h-tag {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    margin-bottom: -18px; }
    header .h-tag a {
      margin-right: 6px; }
      header .h-tag a:hover {
        color: #fff; }
.ic-search {
  width: 24px;
  height: 24px;
  background-image: url("../images/search.png"); }
.ic-amoy {
  width: 40px;
  height: 40px;
  background-image: url("../images/sign.jpg"); }
.search-form {
  margin-top: 6px;
  position: relative; }
  .search-form input {
    border: none;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    padding-right: 50px;
    color: #666; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px; }
.h-account {
  display: inline-block;
  vertical-align: middle; }
  .h-account .ic-amoy {
    border-radius: 50%;
    margin-right: 8px; }
  .h-account a:hover {
    text-decoration: underline; }
.ic-qr {
  width: 30px;
  height: 30px;
  background-image: url("../images/code.png"); }
.ic-cart {
  width: 30px;
  height: 30px;
  background-image: url("../images/cart.png"); }
.ic-heart {
width: 30px;
height: 30px;
background-image: url("../images/heart_icon_red.png"); }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
.h-ctrl {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 29px;
  /*margin-top: 10px;*/
  cursor: pointer;
  position: relative; }
  .h-ctrl i {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .h-ctrl:hover i {
    -webkit-animation-name: bounce;
    animation-name: bounce; }
  .h-ctrl span {
    display: block;
    font-size: 12px;
    margin-top: 2px; }
  .h-ctrl:hover .ct {
    opacity: 1;
    pointer-events: all; }
  .h-ctrl .ct {
    width: 180px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 15px;
    -webkit-box-shadow: 0 0 4px 0 rgba(102, 102, 102, 0.3);
            box-shadow: 0 0 4px 0 rgba(102, 102, 102, 0.3);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .h-ctrl .ct p {
      margin-bottom: 5px;
      color: #FF5000;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px; }
    .h-ctrl .ct img {
      display: block;
      margin: auto; }
.main-bar {
  background: #fff; }
.h-face {
  color: #3b5998;
      margin-top: 10px;
    display: block; }
  .h-face i {
    font-size: 28px;
    vertical-align: middle; }
  .h-face span {
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold; }
  .h-face:hover {
    color: #FF5000; }
.main-nav {
  text-align: center; }
  .main-nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px; }
    .main-nav > ul > li > a {
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      padding: 5px 0; }
    .main-nav > ul > li:hover > a {
      color: #FF5000; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 220px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      padding-top: 5px; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: rgba(255, 80, 0, 0.8);
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        padding: 9px 15px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .main-nav li ul li:hover > a {
        background: #FF5000; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }
.category {
  position: relative;
  z-index: 10; }
  .category .i-title {
    text-transform: uppercase;
    font-size: 16px;
    padding:12px 10px;
    cursor: pointer; }
    .category .i-title i {
      color: #FF5000;
      font-size: 14px;
      vertical-align: middle;
      margin-right: 5px;
      line-height: 1;
      margin-top: -4px; }
  .category > ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.3);
            box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.3); 
    min-height: 327px;}
    .category ul li{
      height: 33px;
      line-height: 35px;
      border-bottom: 1px solid #f1f1f1;
    }
    .category > ul > li > a {
      display: block;
      padding: 0px 10px;
      position: relative;
          text-transform: uppercase; }
      .category > ul > li > a span {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 10px;
        top: 6px; }
        .category > ul > li > a span img {
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .category > ul > li > a span img:last-child {
            opacity: 0; }
    .category ul li a:hover, .category .sub .title a:hover {
      color: #FF5000; }
      .category > ul > li:hover > a span img:first-child {
        opacity: 0; }
      .category > ul > li:hover > a span img:last-child {
        opacity: 1; }
  .category .sub {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    bottom: 0;
    width: 500%;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(102, 102, 102, 0.3);
            box-shadow: 1px 1px 4px 0 rgba(102, 102, 102, 0.3);
    display: none;
    padding: 0px 10px; 
    min-height: 262px;
    }
    .category .sub .title {
      text-transform: uppercase;
      height: 30px;
      line-height: 30px;
      font-weight: bold; }
    .category .sub ul { }
      .category .sub ul li {
        display: inline-block;
        margin-right: 10px;
        height: 25px;
        line-height: 25px;
        border-bottom: none; }
        .category .sub ul li a:hover {
          color: #FF5000; }
    .category .sub .cate-drop {
      display: none; }
  .category li:hover > .sub {
    display: block; }
  .category .cate-drop {
    display: block;
    height: 30px;
    width: 30px;
    float: right;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #FF5000; }
    .category .cate-drop:after {
      font-family: "FontAwesome";
      content: ""; }
    .category .cate-drop.act:after {
      content: "\f106"; }
.cate-post {
  position: relative;
  margin-bottom: 15px; }
  .cate-post:last-child {
    margin-bottom: 0; }
  .cate-post .c-img {
    padding-top: 42%;
    border-radius: 5px;
    overflow: hidden; }
  .cate-post .p-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    padding: 7px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    bottom: 0;
    border-radius: 0 0 5px 5px; }
.sl-banner img {
  margin: auto; }
.sl-service {
  padding: 25px 0 5px 0;
  margin-bottom: 20px; }
  .sl-service .table {
    margin-bottom: 20px; }
  .sl-service .item {
    display: table-cell;}
    .sl-service .item .icon {
      width: 42px;
      height: 40px;
      float:left;
      vertical-align: middle;
      position: relative;
      margin-right: 6px; }
    .sl-service .item .ct {
      text-align: left; }
      .sl-service .item .ct span {
        display: block; }
      .sl-service .item .ct img {
        max-width: 200px; }

.md-box {
  background: #fff;
  /*margin-bottom: 30px;*/ }
  .md-box .h-title {
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
    padding: 10px;
    color: #555;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold; }
    .md-box .h-title img {
      display: inline-block;
      vertical-align: middle;
      max-width: 50%;
      max-height: 30px;
      margin-right: 10px; }
      .md-box .h-title .xemtatca{
        text-align: right;
	    float: right;
	    background: #ff5000;
	    padding: 5px 10px;
	    color: #fff;
	    font-weight: 200;
	    font-size: 16px;
	    border-radius: 3px;
      }
.sm-post {
  margin-bottom: 2px;
  position: relative; }
  .sm-post .img {
    display: block;
    float: left;
    width: 100%;
    height: 250px;
    position: relative; }
  .sm-post .img img{
    width: 100%;
    height: 100%;
  }
  .sm-post .ct {
        z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #00000059;
  }
    .sm-post .ct .title {
      height: 35px;
      line-height: 35px;
      overflow: hidden; }
      .sm-post .ct .title a{
        display: block;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
      }
      .sm-post .ct .title a:hover {
        color: #FF5000; }
    .sm-post .ct p {
      font-size: 12px;
      color: #777;
      line-height: 17px;
      max-height: 34px;
      overflow: hidden;
      margin-bottom: 8px; }
    .sm-post .ct .price {
      font-size: 16px;
      font-weight: bold;
      color: #13A9FB; }
.ic-load {
  width: 24px;
  height: 24px;
  background-image: url("../images/load.png"); }
.load-more, .load-more-cate-child {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 20px;
  width: 100%; }
  .load-more:hover {
    color: #FF5000;
    cursor: pointer; }
  .load-more i {
    margin-right: 10px;
    margin-top: -2px; }
.cate-item {
  margin: 0 auto 25px auto;
  max-width: 350px; }
  .cate-item .title {
    margin-bottom: 10px; }
    .cate-item .title span {
      font-size: 12px;
      color: #888;
      margin-left: 10px; }
    .cate-item .title a:hover {
      color: #FF5000; }
.md-head {
  text-align: center;
  margin-bottom: 20px; }
  .md-head .title {
    font-size: 24px;
    text-transform: uppercase; }
  .md-head p {
    font-size: 14px;
    color: #888; }
.product {
  background: #fff;
  outline: solid 1px transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 300px;
  margin: 0 auto 5px auto; }
  .product .c-img .text {
    background: rgba(255, 80, 0, 0.6);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .product .c-img .text strong {
      font-size: 18px;
      display: block;
      margin-bottom: 2px;
      text-transform: uppercase;
      font-weight: normal; }
    .product .c-img .text span {
      font-size: 13px; }
    .product .c-img .text:after {
      font-family: "FontAwesome";
      content: "";
      position: absolute;
      font-size: 24px;
      line-height: 1;
      top: 50%;
      margin-top: -12px;
      right: 8px; }
  .product .c-img:hover .text {
    opacity: 1; }
  .product:hover {
    outline: solid 1px #FF5000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 2px 5px 0 rgba(102, 102, 102, 0.5); }
  .product .ct {
    padding: 8px 5px 10px 5px; }
  .product .title {
    font-size: 13px;
    line-height: 18px;
    max-height: 54px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 2px;
    color: #666; }
    .product .title a:hover {
      color: #FF5000; }
  .product .table {
    color: #666; }
    .product .table .cell > strong {
      font-size: 16px;
      color: #FF5000; }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.pagination>li {
    display: inline-block;
}
footer {
  margin-top: 30px;
  border-top: solid 2px #FF5000;
  background: #fff;
  padding-top: 20px; }
  footer .container {
    max-width: 1020px; }
  footer hr {
    margin: 10px 0;
    border-color: #e1e1e1; }
  footer .foot {
    padding-top: 10px; }
    footer .foot .line {
      margin-bottom: 10px;
      font-size: 13px;
      color: #888;
      text-align: center; }
.h-foot {
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 20px; }
  .h-foot .table {
    padding: 15px;
    margin-right: -1px; }
    .h-foot .table img {
      max-width: 45px;
      margin-right: 15px; }
    .h-foot .table .title {
      color: #000; }
    .h-foot .table p {
      font-size: 12px;
      color: #888; }
.footer {
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .footer .img {
    display: inline-block;
    vertical-align: middle; }
    .footer .img img {
      display: block;
      max-height: 80px; }
  .footer .foot-title {
    font-weight: bold;
    margin-bottom: 10px; }
  .footer ul {
    margin-bottom: 15px; }
  .footer li {
    margin-bottom: 6px; }
    .footer li a:hover {
      color: #FF5000; }
.foot-nav {
  margin-bottom: 15px;
  color: #888; }
  .foot-nav.v2 {
    color: #555; }
  .foot-nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 6px;
    padding-right: 10px;
    border-right: solid 1px #888; 
    line-height: 11px;
  }
  .foot-nav li:last-child{
    border-right: none;
  }
    .foot-nav li a:hover {
      color: #FF5000; }
  }
.back-to-top {
  display: none;
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 80, 0, 0.8);
  color: #fff; }
  .back-to-top:hover {
    background: #ff5000; }
img.video-product {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 218px;
    display: block;
}
.pro-flashsale {
  position: relative;
}
.img-sales{
    position: absolute;
    z-index: 1;
    width: 100%;
}
.flash-sales{
    width: 100%;
    height: 110px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    background: #a00b0e;
    background-image: url(../images/fl_sales_bottom.png);
    background-size: 100% 100%;
}
.sinh-nhat{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
/*    padding: 10px;*/
    margin-bottom: 15px;
    color: #ff0;
    background: #a00b0e;
    background-image: url(../images/fl_sales_bottom.png);
    background-size: 100% 100%;
}
.sinh-nhat .control-label{
  color: #fff;
}
.status-flash-sale:not(.v2) {
    position: absolute;
    left: 0px;
    z-index: 1;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #ff5000;
}
.status-flash-sale.v2 {
    margin-bottom: 10px;
    color: #fbf300;
    font-size: 16px;
    /*font-weight: bold;*/
}
.status-flash-sale .countdown{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.status-flash-sale .code{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.check_discount_code {
    color: #333;
    font-weight: normal;
    background: #ffd7c0;
    display: inline-block;
    padding: 4px 10px 0px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.check_discount_code:hover {
  color: #FFF;
}
.enter-discount-code {
    color: #333;
    font-weight: normal;
    height: 30px;
    border: none;
    border-radius: 0;
}
.enter-discount-code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.enter-discount-code::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.enter-discount-code:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.enter-discount-code:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.price del {
    margin-left: 10px;
    font-weight: bold;
    font-size: 15px;
}
.embed-live {
    text-align: center;
    padding-top: 10px;
}
.embed-live iframe {
  /*width: 100% !important;*/
  /*height: 315px !important;*/
}
.pro-stream .product {
  border: 1px solid transparent;
  margin-left: 1px;
  margin-right: 1px;
}
.pro-stream .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #FF5000;
    color: #fff;
    top: 50%;
    margin-top: -15px;
}

.pro-stream .slick-arrow.next {
    right: 0px;
}
.related {
    text-align: center;
    margin-top: 7px;
}
.related > a {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  background: #FF5000;
  color: #fff;
}
.related > a:hover {
    background: #E75A4D;
}
@media all and (min-width: 1200px) {
	.pro-lower-high {
	    margin-top: 15px;
	}
  .container {
    width: 1200px; } }
@media all and (min-width: 1320px) {
  .container {
    width: 1290px; } }
.category.sub{
  display: none;
}
.facebook-login, .google-login {
  margin: 10px 0px;
  
  position: relative;
  display: block;
  padding: 10px 10px 10px 50px;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #354e84;
}
.facebook-login:after, .google-login:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #3d5a98 url(../images/facebook-icon.png) center center no-repeat;
}
.google-login {
  background-color: #e64c3c;
}
.google-login:after {
  background-color: #cf4536;
  background-image: url(../images/google-icon.png);
}
/*------*/
.login-form {
  padding: 1.5em 2em;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 10px;
}
.login-form h3{
  font-size: 24px;
  margin: 20px 0 10px;
}
.login-form .input-group {
  margin-bottom: 15px;
}
p.separator {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #555;
}
p.separator:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
}
p.separator span {
  position: relative;
  z-index: 1;
  padding: 0 1em;
  font-style: italic;
  background-color: #fff;
}
.facebook-login, .google-login {
  position: relative;
  display: block;
  padding: 10px 10px 10px 50px;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #354e84;
}
.facebook-login:after, .google-login:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #3d5a98 url(../images/facebook-icon.png) center center no-repeat;
}
.google-login {
  background-color: #e64c3c;
}
.google-login:after {
  background-color: #cf4536;
  background-image: url(../images/google-icon.png);
}
.btn-login {
  width: 100%;
  font-size: 16px;
  color: #fff;
  border-color: #900000;
  background-color: #c40000;
}
.facebook-login:hover, .google-login:hover{
  color: #fff;
  text-decoration: underline;
}
.register-form p.separator {
  margin: 1.5em 0;
}
.toolbar{
  text-align: center;
}
.toolbar a {
  display: inline-block;
  line-height: 35px;
  margin: 0 10px 10px;
  position: relative;
  vertical-align: middle;
  width: 130px;
}
.toolbar a img{
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  margin-top: -20px;
  left: 0;
}
.toolbar a span{
  font:normal 16px "UTM-Bebas";
  color: #fff;
  padding: 5px 0 7px 60px;
  background: #00a651;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 40px;
  text-align: left;
}
.toolbar a.cr span{
  background: #3c8fc8;
}
.toolbar a.ff span{
  background: #1779E3;
}
.menu-tab{
    border-radius: 10px;
    margin: 15px 0;
}
.menu-tab ul{
  text-align: center;
}
.menu-tab ul li {
    display: inline-block;
    background: #ff5000;
    margin: 0 5px;
    border-radius: 3px;
}
.menu-tab ul li a{
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    position: relative;
}
/*------*/
.cart{
  font-family: "arial";
  font-size: 12px;
  margin-top: 15px;
}
.cart .btn{
  font-size: 13px;
}
.cart table{
  width: 100%;
}
.cart th{
  background: #e1e1e1;
  padding: 5px;
  text-align: center;
}
.cart td{
  padding: 5px;
}
.cart td img{width: 80px;}
.cart td a.cart-pro-title, .cart td a.cart-lik{
  color: #23527c;
}
.cart td a.cart-pro-title:hover, .cart td a.cart-lik:hover{
  color: #ff7300;
}
.cart td p{
  margin: 0;
}
.cart td input{width: 40px;}
.cart td:nth-child(n+3){
  text-align: center;
}
.cart td strong{
  color: #ff7300;
}
.cart td a i{color: #ed1b24;}
.cart-info{
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 5px;
  border-top: 1px solid #cdcdcd;
}
.cart-info span strong{
  color: #ff7300;
  font-size: 120%;
}
.cart-info label strong{
  text-transform: uppercase;
}
.cart-info .price{
  font-size: 24px;
  font-weight: bold;
  color: #ff7300;
}
.cart-info .btn{
  vertical-align: bottom;
  margin-left: 20px;
}
.line{margin: 10px 0;}
.cart-info2 a{color: #23527c;margin-left: 5px;}
.cart-info2 a:hover{color: #ff7300;}
.body-content{
  font-family: "arial";
  font-size: 12px;
}
.body-content .notify{
  color: #c00;
  display: block;
  margin-bottom: 10px;
}
.body-content label, .body-content .form-line{
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.body-content label span, .body-content .form-line span{
  display: inline-block;
  width: 30%;
  margin-right: -5px;
  vertical-align: middle;
  padding-right: 10px;
}
.body-content input[type="text"], .body-content select, .body-content input[type="email"]{
  width: 150px;
  height: 24px;
  padding-left: 8px;
  font-weight: normal;
  max-width: 70%;
  vertical-align: middle;
  display: inline-block;
}
.form-ctrl{
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  overflow: hidden;
}
.nguoinhan .form-ctrl select{
  margin-right:5px;
}
.form-ctrl input[type="text"], .form-ctrl select, .form-ctrl input[type="email"]{
  max-width: 100%;
  margin: 2px 0;
}
.body-content [type="checkbox"], .body-content [type="radio"]{
  vertical-align: text-bottom;
  margin-right: 5px;
}
.body-content .datepicker[type="text"]{
  width: 80px;
  font-size: 11px;
}
.body-content .btn{
  font-size: 12px;
  padding: 5px 12px 3px 12px;
}
.body-content .alert{
  padding: 10px 15px;
  margin-bottom: 10px;
}
.body-content form{margin-bottom: 10px;}
.body-content h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bold;
    padding: 8px 10px 7px 10px;
    background: #f1f1f1;
    line-height: 1.4;
    margin-bottom: 10px !important;
}
h2.checkout_title {
    background: #FF5000 !important;
    color: #FFF;
    margin-bottom: 0 !important;
}
.cart2 form .saler td {
    padding: 10px;
    background: none;
    border-bottom: dashed 1px #ccc;
    text-align: left;
}
.cart2 form .ainfo-cart {
    padding-bottom: 10px;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    background: #f8f8f8;
}
.cart-info .btn {
    vertical-align: bottom;
    margin-right: 20px;
}
.dh-head {
    border: 1px solid #cae1fe;
    background: #e8f2ff;
    padding: 7px 15px;
}
.dh-body {
    border: 1px solid #cae1fe;
    border-top: none;
}
.body-content table td {
    border: solid 1px #f1f1f1;
    padding: 6px 10px 4px 10px;
}
.t-money span {
    font-weight: bold;
    font-size: 120%;
}
.thanhtoan {
    border: solid 1px #e1e1e1;
    padding: 15px;
}
.donhang {
    margin-bottom: 10px;
}
.t-money b, .t-money em {
    font-weight: bold;
    color: #ff4f17;
    font-size: 120%;
}
.sb-bn{
  max-width: 400px;
  margin: 0 auto 30px auto;
}
.sb-bn img{
  width: 100%;
  display: block;
}
.sb-bn p{
  padding: 6px 10px;
  background: #2799d5;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.sb-cate{
  max-width: 400px;
  margin: 0 auto 30px auto;
}
.sb-cate h3{
  text-transform: uppercase;
  font-family: "UTM-Bebas";
  font-size: 30px;
  margin-bottom: 15px;
}
.sb-cate li{
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.sb-cate li:before{
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  top: 0px;
  left: 0;
}
.sb-cate li a:hover{color: #1779E3;}
.cate-milk-child a.lv3cate{
    color: rgba(0,0,0,.54);
    font-size: 13px;
}
.favorite{
  text-align: center;
}
.favorite h3.title{
  font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 30px;
    background: url(../images/dot.png) left center no-repeat;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: solid 2px #c00;
}
.explication h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}
.mar-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.checkout.body-content{
  background-color: #FFF;
}
.tt-tabs >li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0;
}
.tt-tabs >li.active>a, .tt-tabs >li.active>a:focus, .tt-tabs >li.active>a:hover {
    background: #ff7300;
    border: none;
    color: #fff;
}
/*.tt-tabs >li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
}*/
.tt-tabs >li.active>a:before, .tt-tabs >li.active>a:focus:before, .tt-tabs >li.active>a:hover:before {
    background: #000;
}
.tt-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}
.tt-tabs >li a {
    border-radius: 0;
    padding: 6px 15px;
    background: #ff7300;
    color: #fff;
    border: none;
}
.coll-head {
    padding: 10px 15px;
    background: #ff7300;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 5px;
}
.body-content label, .body-content .form-line {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.coll-head label {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
.online-card li{
  width: 90px;
  display: inline-block;
  margin: 5px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 2px transparent;
  cursor: pointer;
}
.online-card li img{
  max-width: 100%;
  max-height: 100%;
}
.online-card li.active{
  /*border: solid 2px #06c;*/
}
.coll-body input[type="text"]{
  height: 35px;
}
#b_l li {
    float: left;
    width: 50px;
}
#b_l:after {
    clear: both;
    display: block;
    content: "";
}
#b_l li img.active {
    border: 1px solid red;
}
#b_l,#tt5{
  margin:16px 0;
}
.coll-head label{font-size: 14px;cursor: pointer;}
.coll-head label span{font-size: 12px;}
.coll-head p{margin-bottom: 0;}
.coll-head.active{background: #ff7300; border: 1px solid #ff7300;border-radius: 5px;}
.coll-head.active label{color: #fff;margin-bottom: 0;}
.coll-head.active label span{color: #fff;}
.coll-head.active p{display: none;}
.coll-body{
  /*width: 700px;*/
  max-width: 100%;
  margin: auto;
  display: none;
}
.coll-body.active{display: block;}
.combine-box{
  position: relative;
}
.img_search{
    position: absolute;
    top: 10px;
    right: 45px;
}
.img_search:hover .search-imgsearch-input-icon {
  background-position: 0 -25px;
}
.img_search .search-imgsearch-input-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(//img.alicdn.com/tps/i1/TB1PKZMHpXXXXabaXXXnRxlFpXX-20-45.png);
    background-image: -webkit-image-set(url(//img.alicdn.com/tps/i1/TB1PKZMHpXXXXabaXXXnRxlFpXX-20-45.png) 1x,url(//img.alicdn.com/tps/i3/TB1oXUVHpXXXXXBXXXXvUAIGpXX-40-90.png) 2x);
    background-image: -moz-image-set(url(//img.alicdn.com/tps/i1/TB1PKZMHpXXXXabaXXXnRxlFpXX-20-45.png) 1x,url(//img.alicdn.com/tps/i3/TB1oXUVHpXXXXXBXXXXvUAIGpXX-40-90.png) 2x);
    background-image: -ms-image-set(url(//img.alicdn.com/tps/i1/TB1PKZMHpXXXXabaXXXnRxlFpXX-20-45.png) 1x,url(//img.alicdn.com/tps/i3/TB1oXUVHpXXXXXBXXXXvUAIGpXX-40-90.png) 2x);
    background-image: -o-image-set(url(//img.alicdn.com/tps/i1/TB1PKZMHpXXXXabaXXXnRxlFpXX-20-45.png) 1x,url(//img.alicdn.com/tps/i3/TB1oXUVHpXXXXXBXXXXvUAIGpXX-40-90.png) 2x);
    background-size: 20px 45px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.language{
  line-height: 31px;
}
.language,.header-right ul.ullv0{
  float:right;
}
.language img{
  width: 20px;
}
.language a img{
    margin-left: 5px;
}
.tt-tabs >li:nth-child(2) a {
    background: #06c;
}
.tt-tabs >li:nth-child(2).active>a, .tt-tabs >li:nth-child(2).active>a:focus, .tt-tabs >li:nth-child(2).active>a:hover {
    background: #06c;
}
.item_foot{
  height: 88px;
  border-left: 1px solid #e5e5e5;
}
.item_foot:last-child{
  border-right:1px solid #e5e5e5;
}
.foot_cate{
      display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.load-more-cate-child{
  cursor: pointer;
}
#popup_box,.checkuserlogin,.popup_forgot_password{
    background-clip: padding-box;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 5px;
    left: 50%;
    margin-left: -225px;
    position: fixed;
    text-align: center;
    top: 100px;
    width: 450px;
    z-index: 999999999;
    padding: 10px;
    display: none;
}
#popup_mask,#popup_check,#popup_pro{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    display: none;
}
.panel-body {
    padding: 6px;
    border: 1px solid #E8E8E8;
    background: #FFF;
}
.zoom_image{
    width: 100%;
    height: 415px;
    overflow: hidden;
    border:1px solid #E8E8E8;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}
.zoom_image #video1{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
img#zoom1{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.zoom_image #video2{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
img#zoom2{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.j_images_list img {
    max-width: 100%;
    max-height: 50px;
    cursor: pointer;
    border: 2px solid #fff;
    margin-right: 9px;
    overflow: hidden;
}
.j_images_list:hover img,.size_item:hover,.cl_item:hover{
    border-color: #f40;
}
.item-info h1{
    min-height: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #3C3C3C;
    margin-bottom: 15px;
    text-align: justify;
    text-transform: uppercase;
}
.item-info label{
    display: inline;
    float: left;
    color: #6c6c6c;
}
#priceVn,#d_total_price{
  font-size: 26px;
  font-weight: 700;
  color: #F40;
  line-height: 26px;
}
.size_item{
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    padding: 3px 6px;
    min-width: 10px;
    text-align: center;
    border: 1px solid #DCDCDC;
    background: #FFF;
    color: #3C3C3C;
}
.size_item.select-size,.cl_item.seleted,.size_item.select-size1{
    border-color: #f40;
}
.cl_item{
    display: inline-block;
    min-width: 32px;
    height: 32px;
    padding: 1px;
    line-height: 32px;
    border: 2px solid #ccc;
}
.cl_item span{
  display: none;
}
#quantity{
	z-index: 1;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #666;
  border: 1px solid #CCC;
  outline: 0;
  background: #FFF;
}
.buynum_select{
  margin-top: 2px;
}
.buynum_select span{
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  line-height: 26px;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  background-color: #ededed;
  overflow: hidden;
}
.buynum_select button{
  padding: 0 !important;
  color:#333;
}
#addToCart{
  width: 180px;
  color: #FFF;
  border-color: #F40;
  background: #F40;
  display: block;
  cursor: pointer;
  min-width: 134px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin:0 5px;
}
.btn-border{
      display: inline-block;
    width: 50%;
    background: #ccc;
    padding: 10px;
    height: 40px;
    margin-left: 10px;
}
.viewmore-cart{
      background: #ff8b00;
    width: 40%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.item-info{
}
.shop-name a{
    color: #333;
    text-align: justify;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.content-product{
  display: block;
  background-color:#FFF;
  /*overflow: hidden;*/
  position: relative;
}
.content-product h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #F40;
    margin-bottom: 10px;
}
.content-product .content{
  text-align: center;
}
.title_attr{
    float: left;
    font-weight: bold;
    text-align: right;
    width: 200px;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 10px;
}
.name_attr{
    font-size: 12px;
    color: rgb(136, 136, 136);
    border: 1px solid rgb(153, 153, 153);
    padding: 1px 3px;
    margin: 0px 0px 4px 0px;
    background-color: rgb(254, 254, 254);
    display: inline-block;
}
.attribute-list{
   margin-bottom: 20px;
}
.booking{
  background: #FFF;
}
.ajxfrmorder{
   padding: 10px;
}
.table_fee .title h2{
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: normal;
    text-align: center;
}
.table_fee .content table{
  width: 60%;
  margin: 0 auto;
}
.table_fee .content table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f47920;
    color: white;
}
.table_fee .content table td, .table_fee .content table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.table_fee .content table td{
  background: #FFF;
}
.cart2 th{
  border:1px solid #ddd;
}
.viewsp a{
  color:#FF5000;
  text-decoration: underline;
}
.sametypeproduct{
  margin-top: 20px;
}
.sametypeproduct .title{
  font-weight: bold;
  text-align: center;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.s-product .price{
    font-size: 18px;
    font-weight: 700;
    color: #F40;
    line-height: 26px;
}
.s-product .item{
  /*margin-bottom: 20px;*/
}
.s-product .thumb0img{
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
 } 
.s-product .price{
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.hidden{
  display: none;
}
.h-account a.smooth {
    line-height: 20px;
}
@media only screen and (max-width: 767px){
  .h-account .ic-amoy {
    position: absolute;
    left: 80px;
  }
  .h-account a.smooth {
    line-height: 25px;
}
.hot-pro{
  overflow: auto;
white-space: nowrap;
}
.slick-list{
  margin: 0;
}
.zoom_image{
  height: auto;
}
.zoom_image #video1{
  height: 331px;
}
.carousel .img img{
  min-height: auto;
}
.embed-live {
    text-align: center;
    padding-top: 10px;
}
.embed-live iframe {
    width: 98% !important;
    /*height: 590px !important;*/
}
#popup_box, .checkuserlogin{
    width: 100%;
    margin: 0 auto;
    left: 0;
    border-radius: 10px;
}
.user-p .btn{
  margin: 0 auto;
  display: inline-block;
    margin: 5px;
}
}
@media only screen and (max-width: 480px){
  .h-account .ic-amoy {
    position: absolute;
    left: 35px;
  }
  .cart-info .price{text-align: left;
  }
}
.lmsp{
  margin-bottom: 20px;
}
.explication {
    text-align: justify;
    padding: 0px 25px 10px;
}
.cbcart { float: right; margin-bottom: 10px; }
.cbcart p { float: left; display: block; clear: both; }
.cbcart p span {
      font-size: 20px;
    font-weight: bold;
    color: #ff7300;
}
.s-shop .prev, .s-shop .next {
    background: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
}
.s-shop .prev {
    left: 50%;
    top: 5px;
    margin-left: -15px;
}
.s-shop .next {
    left: 50%;
    margin-left: -15px;
    bottom: 5px;
}
.image_list .slick-active.is-active img, .image_list .slick-current.slick-active img {
  border-color: #f40;
}
.image_list .slick-list {
  margin: 0 -5px;
}
.image_list .slick-list .slick-slide {
  margin: 0px 5px;
}
.zoom_image.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.sort-wr {
    text-align: right;
}
.sort-wr .sort {
    display: inline-block;
    padding: 5px;
    border: 1px solid #EBEBEB;
}
.sort-wr .sort span {
    margin-right: 10px;
    font-weight: bold;
}
.sort-wr .sort select {
    width: 150px;
    height: 30px;
    background: #FF5000;
    color: #fff;
    border: none;
}
.box-search {
  border-bottom: solid 1px #eee;
  margin: 10px 0px;
  padding: 0px 0px 10px;
}
.box-search .h-title {
  border: none;
  margin: 0px;
  padding: 12px 0px 0px;
}
.tb-search .pagination {
  display: none;
}
@media all and (max-width: 767px){
  .sort-wr {
    text-align: left;
  }
  .sort-wr .sort {
    display: block;
  }
  .mobile-block {
    display: block;
  }
}
.dnone{
  display: none !important;
}
.dflex{
  display: flex !important;
  align-items: center;
}
@media all and (max-width: 576px){
  /*.h-ctrl span{
    display: none;
  }*/
  .dflex_576{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .w35{
    width: 35%;
  }
  #addToCart{
    font-size: 14px;
  }
  .dnone576{
    display: none !important;
  }
  .dblock576{
    display: block !important;
  }
  .h-account{
    text-align: center;
    margin:0 5px !important;
  }
  .h-account a.smooth{
    line-height: 20px !important;
    font-size: 11px;
  }
  .h-ctrl{
    margin:0 5px !important;
  }
  .h-ctrl a i{
    font-size: 18px !important;
  }
  .h-ctrl a img{
    max-width: 22px !important;
  }
  .h-ctrl span{
    font-size: 11px;
  }
  .search-form input::-webkit-input-placeholder { /* Edge */
  font-size: 10px;
   text-align: center;
  }

  .search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 10px;
     text-align: center;
  }

  .search-form input::placeholder {
    font-size: 10px;
    text-align: center;
  }
  .search-form input{
    font-size: 10px;
  }
  header {
    padding:5px 0 !important;
    transition: 0.3s;
  }
  .fixedMobile{
    background: #ff5000;
  }
  .btn {
    padding:1px 6px;
  }
  .d576_flex{
    display: flex;
  }
  .menu_pro_details{
    text-align: center;
  }
  .menu_pro_details a{
    width: unset;
    max-width: 20%;
    margin:0 5px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
  }
}
.flex-nowrap{
  flex-wrap: nowrap;
}
@media all and (max-width: 415px){
  .dnone_415{
    display: none !important;
  }
  .dblock_415{
    display: block !important;
  }
  
  
  .dflex_415{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .w35 {
    width: 57%;
  }
  .w35.v2 {
    width: 50%;
  }
  .h-ctrl-415{
    max-width: 50px;
  }
  .h-ctrl{
      max-width: 30px !important;
    }
  .ic-search{
    width: 13px;
  }
  .search-form{
    margin:5px 0 !important;
  }
  .search-form button{
        width: 30px;
  }
  .search-form input{
    padding-right: 30px;
    padding-left: 5px;
  }
  .h-ctrl span{
    font-size: 9px;
  }
  .search-form input{
    height: 28px;
  }
  .ic-search{
    width: 13px;
  }

}
@media all and (max-width: 350px){
  .flex-wrap{
    flex-wrap: wrap;
  }
  .w35, .w35.v2{
    width: 100%;
  }
  #addToCart{
    font-size: 13px;
    width: 100px;
    min-width: 100px;
  }
  .dnone_350{
    display: none !important;
  }
  .dblock_350{
    display: block !important;
  }
  .w100_350{
    width: 100%;
  }
  .flex-nowrap{
    flex-wrap: wrap !important;
  }
}
.btn_login_q{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #00a651;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.btt_login{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btt_login .btn_login_q{
  margin:0 5px;
}
.cblack{
  color: #000;
}
.addToCart_q{
  background: #c0c0c0 !important;
  border:1px solid #c0c0c0 !important;
}
.xemtatca{
    background: #ff5000;
    padding: 5px 10px;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
}
.choose-method-pay {
	background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.nguoinhan {
	max-width: 600px;
	margin: auto;
}
.nguoinhan label span {
    display: block;
    width: 100% !important;
}

.nguoinhan label input {
    width: 100% !important;
    max-width: unset !important;
}

.nguoinhan label .form-ctrl {
    width: 100% !important;
}
.acontent-cart {
	border: none !important;
}
.main-bar.fixed-mobile-home {
    position: fixed;
    top: 38px;
    left: 0px;
    display: block;
    z-index: 2;
    width: 100%;
}

.main-bar.fixed-mobile-home .category h3 {
    padding: 5px;
}

.main-bar.fixed-mobile-home .h-face {
    margin-top: 3px;
}
#toast-container > div, #toastr-mobile > div {
	padding: 5px 5px 5px 35px;
    background-position: 5px center;
}
#toastr-mobile {
	pointer-events: none;
    position: fixed;
    top: 140px;
    left: 0px;
    color: #fff;
    z-index: 1;
}
#toastr-mobile > div {
	position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toastr-mobile .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)
}
#toastr-mobile.fixed-toastr-mobile-home {
    top: 75px;
}