.list-item-cate > ul > li {
  border-left: 3px solid #fff;
}

.category-news ul li {
  position: relative;
  padding: 0px;
  border: 0px;
}

.category-news ul ul li a {
  display: block;
  padding: 5px;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #eeeeee;
}

.category-news ul ul {
  display: none;
}

.category-news ul i {
  position: absolute;
  transition: all 0.5s;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
}

.category-news ul i.active {
  transform: rotate(90deg);
}

.category-news ul li a {
  display: block;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #eeeeee;
}

.category-news ul ul li a {
  padding-left: 20px;
}

/*fix giao diejn trang chu*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #d8d8d8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ef8a32;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.dmxbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

#dmxoverlay {
  z-index: -10;
}

#dmxoverlay.shown {
  z-index: 100000;
}

.overlay .overlay-close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 40px;
  outline: none;
  z-index: 10001;
  cursor: pointer;
  -ms-opacity: 0.9;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
}

.overlay .overlay-close:hover {
  -ms-opacity: 1;
  opacity: 1;
}

.overlay .overlay-close.mini {
  color: #333;
  font-size: 10px;
  width: 20px;
  height: 20px;
  font-weight: 700;
}

.overlay .body {
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.overlay-scale.shown {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
}

.overlay-hugeinc.shown {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1024px) {
  .overlay .overlay-close {
    top: 0;
    right: 0;
  }
}

@charset "UTF-8";
body {
  background: #f3f3f3;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

section {
  margin-top: 10px !important;
}

.hide {
  display: none;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

#loading .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.75);
}

#loading .loading-ctnr {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  z-index: 20000;
  margin: auto;
  padding: 10px 10px 5px 10px;
  color: #1d1d1d;
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 270px;
  font-size: 13px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#loading .loading-ctnr .throbber {
  width: 23px;
  height: 23px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
}

#loading .loading-ctnr p {
  height: 18px;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 5px;
}

#dlding {
  background: #000;
  border-radius: 5px 0 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  opacity: 0.7;
  padding: 8px 15px;
  position: fixed;
  right: 0;
  z-index: 99999999;
}

.vmore {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 400px;
  text-align: center;
  margin: 10px auto;
  background: #cf1717;
}

.vmore:after {
  content: "";
  width: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 5px;
}

.lds-spinner {
  color: #000;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#menu2017 {
  display: block;
}

.homenews {
  float: right;
  width: 21.667%;
  height: 356px;
  overflow: hidden;
}

.homenews figure {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  background: #fff;
  line-height: 42px;
}

.homenews figure h2 {
  float: left;
  background: #fff;
  line-height: 1.3em;
  margin-left: 8px;
}

.homenews figure h2 a {
  padding: 10px 0;
  font-size: 14px;
  color: #4a90e2;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
}

.homenews figure h2 a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #4a90e2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-left: 5px;
}

.homenews ul {
  display: block;
  overflow: hidden;
  height: 100px;
}

.homenews ul li {
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.homenews ul li a {
  display: block;
  overflow: hidden;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homenews ul li a p {
  display: inline;
  overflow: hidden;
  line-height: 1.4em;
  font-size: 14px;
  color: #333;
}

.homenews ul li a .cyan {
  display: inline-block;
}

.homenews ul li a .cyan i {
  width: 13px;
  height: 11px;
  background-position: -219px -14px;
}

.homenews ul li a .red {
  display: inline-block;
  color: #333;
}

.homenews ul li a .red i {
  width: 20px;
  height: 20px;
  background-position: -199px -0;
}

.homenews .twobanner {
  margin-top: 9px;
  display: block;
  overflow: hidden;
}

.homenews .twobanner img {
  width: 100%;
  height: 92px;
  margin-bottom: 5px;
}

.hm-bn {
  float: right;
  width: 57.5%;
  height: 356px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  margin-bottom: 12px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .hm-bn {
    width: calc(57.5% - 18px);
  }
}

.hm-bn img {
  width: 100%;
  height: 300px;
  vertical-align: top;
}

.hm-bn #sync1 {
  display: block;
  height: 300px;
}

.hm-bn #sync1 .item {
  background: #f8f8f8;
  text-align: center;
  height: 300px;
  color: #fff;
}

.hm-bn #sync1 .owl-buttons div {
  top: 135px;
  display: none;
}

.hm-bn #sync1:hover .owl-buttons div {
  display: block;
}

.hm-bn #sync2 {
  display: block;
  width: 99.87%;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fff;
  height: 55px;
}

.hm-bn #sync2 .owl-item {
  height: 55px;
  position: relative;
}

.hm-bn #sync2 .owl-item.synced .item {
  border-top: 4px solid #4a90e2;
}

.hm-bn #sync2 .owl-item.synced .item h3 {
  font-weight: 600;
}

.hm-bn #sync2 .owl-item:after {
  content: "";
  float: right;
  height: 30px;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 13px;
  right: 0;
}

.hm-bn #sync2 .owl-item .item {
  display: table;
  width: 98%;
  vertical-align: middle;
  position: relative;
  background: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
  height: 55px;
  font-size: 12px;
  padding: 0 1%;
  border-top: 4px solid #fff;
}

.hm-bn #sync2 .owl-item .item h3 {
  font-size: 12px;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}

.hotbanner {
  display: block;
  margin: 0 0 10px;
  margin-top: 0 !important;
}

.hotbanner img {
  width: 100%;
}

.giasocquangon {
  display: block;
  position: relative;
  border-top-right-radius: 5px;
  margin-top: 15px;
  overflow: hidden;
}

.giasocquangon .title-gs {
  font-size: 22px;
  color: #2a2a2a;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.giasocquangon .group-countdown {
  display: flex;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 3px;
}

.giasocquangon .rowsp.sk {
  background-color: #fff;
  position: relative;
}

.giasocquangon .rowsp.sk #loading-new {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
}

.giasocquangon .rowsp.sk #loading-new .csslder {
  display: block;
  text-align: center;
  height: 20px;
  position: relative;
  clear: both;
  top: 15%;
}

.giasocquangon .rowsp.sk #loading-new .csslder .csswrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.giasocquangon .rowsp.sk #loading-new .csslder .csswrap .cssdot {
  width: 10px;
  height: 10px;
  border: 1px solid #288ad6;
  background: #288ad6;
  border-radius: 50%;
  float: left;
  margin: 3px 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}

.giasocquangon .rowsp.sk #loading-new .csslder .csswrap .cssdot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

.giasocquangon .rowsp.sk #loading-new .csslder .csswrap .cssdot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

.giasocquangon .rowsp.sk #loading-new .csslder .csswrap .title-wrap {
  margin-left: 20px;
  margin-bottom: 6px;
}

.giasocquangon .groupCountdown {
  display: flex;
  width: 100%;
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
}

.giasocquangon .groupCountdown .countdown {
  text-align: center;
  float: left;
  margin-left: 10px;
}

.giasocquangon .groupCountdown .countdown .bloc-time {
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}

.giasocquangon .groupCountdown .countdown .bloc-time.hours:before {
  content: "Còn ";
  float: left;
  margin: 1px 5px 0 0;
  color: #333;
}

.giasocquangon .groupCountdown .countdown .bloc-time.hours:after {
  content: "giờ ";
  float: left;
  margin: 1px 0 0 5px;
  color: #333;
}

.giasocquangon .groupCountdown .countdown .bloc-time.min:before {
  content: ": ";
  float: left;
  margin: 1px 5px 0 0;
  color: #333;
}

.giasocquangon .groupCountdown .countdown .bloc-time.min:after {
  content: "phút ";
  float: left;
  margin: 1px 0 0 5px;
  color: #333;
}

.giasocquangon .groupCountdown .countdown .bloc-time.sec:before {
  content: ": ";
  float: left;
  margin: 1px 5px 0 0;
  color: #333;
}

.giasocquangon .groupCountdown .countdown .bloc-time.sec:after {
  content: "giây ";
  float: left;
  margin: 1px 0 0 5px;
  color: #333;
}

.giasocquangon .groupCountdown .countdown .bloc-time:last-child {
  margin-right: 0;
}

.giasocquangon .groupCountdown .countdown .figure {
  position: relative;
  float: left;
  height: 20px;
  padding: 0 4px;
  margin-right: 2px;
  border-radius: 4px;
}

.giasocquangon .groupCountdown .countdown .figure:last-child {
  margin-right: 0;
}

.giasocquangon .groupCountdown .countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 1em/21px "Helvetica";
  font-weight: normal;
}

.giasocquangon .groupCountdown .countdown .figure .top {
  z-index: 3;
  transform-origin: 50% 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.giasocquangon .groupCountdown .countdown .figure .bottom {
  z-index: 1;
}

.giasocquangon .groupCountdown .countdown .figure .top {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.giasocquangon .groupCountdown title-gs {
  font-size: 22px;
  color: #cf1717;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.giasocquangon .rowGS {
  display: block;
  background-color: #fff;
}

.giasocquangon .rowGS .box-tab {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.giasocquangon .rowGS .box-tab.box-tab-Weekend {
  width: 100%;
}

.giasocquangon .rowGS .box-tab .flex {
  border: 1px solid #fde6d5;
  border-top: 0;
  margin-right: -1px;
}

.giasocquangon .rowGS .box-tab .flex a {
  flex: 1;
  margin: 0;
  margin-right: 0;
  padding: 2px;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  color: #333;
  border-right: 1px solid #f3f3f3;
}

.giasocquangon .rowGS .box-tab .flex a:last-child {
  border-right: none;
}

.giasocquangon .rowGS .box-tab .flex a.active {
  max-width: 25%;
  background: #cf1717;
  color: #fff;
  font-weight: 600;
  background: -moz-linear-gradient(-45deg, #ea1303 0%, #e67920 100%);
}

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.giasocquangon .ocp-box .ocp-justpromo {
  padding: 0 !important;
}

.giasocquangon .ocp-box .ocp-promo span {
  font-size: 12px;
}

.title-noel img {
  display: block;
  width: 100%;
}

ul.homeproduct {
  display: flex;
  flex-wrap: wrap;
}

ul.homeproduct li {
  flex: 0 0 16.68%;
  flex-basis: calc(16.68% - 21px);
  padding: 10px;
  margin-bottom: -1px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

ul.homeproduct li .onlinecg > strong {
  vertical-align: unset !important;
}

ul.homeproduct li.paging {
  flex: unset;
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  flex-basis: auto;
  background: #f3f3f3;
}

ul.homeproduct li.paging .notfound {
  text-align: center;
  padding: 40px 0;
  background-color: #fff;
  display: block;
  font-size: 20px;
  color: #bec0c1;
}

ul.homeproduct li.li6n {
  border-right: none;
}

ul.homeproduct li .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 165px;
  width: 100%;
  padding-top: 20px;
}

ul.homeproduct li .img-container .property-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 5px;
}

ul.homeproduct li .img-container .property-icon img {
  width: 100%;
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.homeproduct li .img-container img {
  display: block;
  width: auto;
  height: 100%;
}

ul.homeproduct li .img-container img.cate2002,
ul.homeproduct li .img-container img.cate1942,
ul.homeproduct li .img-container img.cate44 {
  width: 100%;
  height: auto;
}

ul.homeproduct li .img-container .install {
  position: absolute;
  top: 0;
  right: 0;
  background: #fbda00;
  font-size: 10px;
  color: #000;
  border-radius: 2px;
  line-height: 18px;
  text-align: center;
  padding: 0 5px;
}

ul.homeproduct li .img-container .appli-name .new-label.mnnfri {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.homeproduct li .img-container .appli-name .new-label.mnnfri span {
  font-size: 14px;
  padding: 3px;
  color: #333;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.homeproduct li .pName {
  height: 41px;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  margin-right: 5px;
  overflow: hidden;
  font-size: 14px;
  word-break: break-word;
}

ul.homeproduct li .pName span {
  color: #fe890b;
  font-size: 13px;
  white-space: nowrap;
}

ul.homeproduct strong {
  font-size: 16px;
  line-height: 20px;
  color: #d0021b;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
}

ul.homeproduct .linethough {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-top: 5px;
}

ul.homeproduct .cplb-disc {
  font-size: 14px;
  display: inline-block;
  color: #d0021b;
  font-weight: 600;
}

ul.homeproduct .promotion {
  overflow: hidden;
  font-size: 13px;
  color: #333;
  margin: 5px 0;
  font-weight: 300;
}

ul.homeproduct .promotion span {
  color: #d0021b;
  font-size: 13px;
  font-weight: 400;
}

ul.homeproduct .shock-price {
  display: inline-block;
}

ul.homeproduct .normal {
  font-weight: normal;
  padding-left: 0;
  text-decoration: line-through;
  color: #333;
  font-size: 14px;
  display: inline-block;
  margin-top: 0;
}

ul.homeproduct .ocp-promo,
ul.homeproduct .ocp-promo span {
  font-size: 13px;
  color: #333;
}

ul.homeproduct .lbl {
  position: absolute;
  top: 170px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  padding: 0 5px;
  height: 18px;
  left: 0;
}

ul.homeproduct .lbl.just-promo {
  display: flex;
  overflow: hidden;
  text-align: center;
  width: 125px;
  justify-content: center;
  padding: 1px 0;
  background: #3cb748;
}

ul.homeproduct .lbl.shock-online {
  background: #3cb748;
  text-align: center;
  width: 77px;
}

.paging {
  display: block;
  padding: 1px 0 0;
  background: #f3f3f3;
  background: #fde3cf;
}

.viewedhome {
  padding: 10px 0;
  padding-bottom: 5px;
  display: none;
}

.viewedhome .title {
  font-size: 20px;
  color: #333;
  line-height: 19px;
  margin-bottom: 10px;
  font-weight: 600;
}

.viewedhome .nopro {
  padding: 16px;
  text-align: center;
  margin: 0 auto;
}

.viewedhome .nopro [class^="iconcate-"],
.viewedhome .nopro [class*="iconcate-"],
.viewedhome .nopro [class^="cate-"],
.viewedhome .nopro [class*="cate-"] {
  background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/category/iconcatedesk@1x.v202005102220.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.viewedhome .nopro .iconcate-nopro {
  background-position: -268px -162px;
  width: 183px;
  height: 88px;
  display: block;
  margin: 0 auto;
}

.viewedhome .nopro span {
  display: block;
  font-size: 20px;
  color: #bec0c1;
  margin-top: 20px;
}

.viewedhome .overautoview {
  display: block;
  background: transparent;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  -ms-scroll-chaining: chained;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
}

.viewedhome ul#lstviewed {
  background: #fff;
  flex: 1 100%;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.viewedhome ul#lstviewed li {
  display: inline-block;
  width: 135px;
  background: #fff;
  position: relative;
  padding: 0 0 0 10px;
}

.viewedhome ul#lstviewed li a {
  display: block;
  overflow: hidden;
}

.viewedhome ul#lstviewed li a > div {
  min-height: 110px;
  position: relative;
}

.viewedhome ul#lstviewed li a > div img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 65%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.viewedhome ul#lstviewed li a > div.img-viewed {
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  display: flex;
}

.viewedhome ul#lstviewed li a > div.img-viewed img.ml {
  max-width: 80%;
}

.viewedhome ul#lstviewed li a p {
  height: 38px;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  margin-right: 5px;
  overflow: hidden;
  font-size: 14px;
  white-space: normal;
}

.viewedhome ul#lstviewed li a strong {
  font-size: 15px;
  line-height: 20px;
  color: #d0021b;
  display: block;
  margin-top: 5px;
}

.viewedhome ul#lstviewed li a .linethough {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  display: inline-block;
}

.viewedhome ul#lstviewed li a .cplb-disc {
  font-size: 14px;
  display: inline-block;
  color: #d0021b;
  font-weight: 600;
}

.viewedhome ul#lstviewed li a .promotion {
  overflow: hidden;
  font-size: 13px;
  color: #333;
  margin: 5px 0;
  min-height: unset;
  position: unset;
  white-space: normal;
}

.viewedhome ul#lstviewed li a .onlinecg {
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  min-height: unset;
}

.viewedhome ul#lstviewed li a .onlinecg > strong {
  display: block !important;
}

.viewedhome ul#lstviewed li a .pos-rela {
  min-height: unset;
}

.viewedhome ul#lstviewed .owl-buttons {
  position: absolute;
  top: -24%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  height: 0;
}

.viewedhome ul#lstviewed .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  text-indent: -999999em;
  float: left;
  background-position: 0 -40px;
  width: 23px;
  height: 45px;
  background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/category/iconcatedesk@1x.v201904011050.png);
}

.viewedhome ul#lstviewed .owl-buttons .owl-next {
  position: absolute;
  right: 0;
  text-indent: -999999em;
  float: right;
  background-position: -30px -40px;
  width: 23px;
  height: 46px;
  background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/category/iconcatedesk@1x.v201904011050.png);
}

label.dat-truoc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px !important;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  height: 18px;
  background: #e91e63 !important;
  padding: 1px 5px !important;
  width: 114px;
}

ul#homeproduct li a {
  position: relative;
}

.olol-label {
  display: block;
  font-size: 12px;
  color: #c1000c;
  margin: 0;
}

.property-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 7px;
  right: 15px;
  z-index: 1;
}

.property-icon img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

a.laptop .property-icon {
  bottom: 20px;
  right: 22px;
}

.knh-homepage {
  background: #fff;
  position: relative;
  margin-top: 10px;
}

.listcate {
  margin-top: 25px;
}

.listcate > h2 {
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
  color: #333;
  letter-spacing: 0;
}

.listcate > h2 a {
  font-size: inherit;
  color: #333;
  font-weight: bold;
}

.listcate [class^="iconhome-"],
.listcate [class*="iconhome-"] {
  background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/v4/icon-home-pc.v202005102220.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.listcate .iconhome-yt {
  display: inline-block;
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  background-position: 0 -113px;
  width: 52px;
  height: 37px;
  z-index: 5;
  cursor: pointer;
}

.listcate .cate-all {
  background: #4a90e2;
  border-radius: 2px;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 13px;
  bottom: 30px;
}

.listcate .cate-all:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  transform: rotate(-90deg);
}

.listcate .cate {
  padding: 10px;
}

.listcate .cate img {
  vertical-align: middle;
  width: 335px;
  height: 421px;
  object-fit: cover;
  object-position: left;
}

.listcate .cate.cnt {
  display: inline-block;
  overflow: hidden;
}

.listcate .cate.cnt .fl,
.listcate .cate.cnt .fr {
  flex: 1;
}

.listcate .cate.cnt .fl {
  margin-right: 20px;
  height: auto;
  overflow: hidden;
  width: 54%;
  float: left;
}

.listcate .cate.cnt .fl > a {
  position: relative;
  display: block;
}

.listcate .cate.cnt .fl > a img {
  width: 100%;
  height: auto;
  max-height: 360px;
}

.listcate .cate.cnt .fl > a > p {
  display: -webkit-box;
  cursor: pointer;
  color: #333;
  padding: 5px 0;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 35px;
  font-weight: bold;
  font-size: 16px;
}

.listcate .cate.cnt .fr {
  height: auto;
  width: 44%;
  display: inline-block;
}

.listcate .cate.cnt .fr .zone-youtube {
  position: relative;
  width: 150px;
}

.listcate .cate.cnt .fr .zone-youtube img {
  display: block;
  opacity: 1;
  width: 100%;
}

.listcate .cate.cnt .fr .zone-youtube i {
  top: 0;
  bottom: 0;
  -moz-transform: scale(0.6);
  zoom: 0.6;
}

.listcate .cate.cnt .fr .zone-news {
  position: relative;
  width: 150px;
}

.listcate .cate.cnt .fr .zone-news img {
  width: 100%;
}

.listcate .cate.cnt .fr img {
  height: 66px;
}

.listcate .cate.cnt .fr .group3 {
  max-height: 375px;
}

.listcate .cate.cnt .fr .group3 > a {
  display: inline-flex;
  padding-bottom: 3px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.listcate .cate.cnt .fr .group3 > a:nth-child(2n) {
  margin-right: 0;
}

.listcate .cate.cnt .fr .group3 > a:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.listcate .cate.cnt .fr .group3 > a:not(:first-child) {
  padding-top: 3px;
}

.listcate .cate.cnt .fr .group3 > a > P {
  display: -webkit-box;
  width: calc(86% - 20px);
  cursor: pointer;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 50px;
}

.listcate .cate.cnt .fr .group3 > a > i {
  top: 35%;
  left: 80px;
  zoom: 0.6;
  right: unset;
}

.boxfooter {
  padding: 15px;
  background: #fff;
  margin-top: 20px;
}

.boxfooter > span {
  margin-right: 15px;
}

.boxfooter > a {
  margin-right: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #4a90e2;
}

#news-popupct::-webkit-scrollbar {
  width: 7px;
  height: 0;
}

#news-popupct::-webkit-scrollbar-track {
  border-radius: 4px;
}

#news-popupct::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #999;
}

#news-popupct .boxpopknh_0 .divcntpop {
  display: inline-block;
  width: 920px;
  height: 550px;
  margin: auto;
  background-color: #000;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#news-popupct .boxpopknh_0 .divcntpop .leftcntpop {
  float: left;
  width: 500px;
  height: 100%;
  padding: 0 20px;
  border-radius: 4px 0 0 4px;
  background: #000;
  overflow: hidden;
}

#news-popupct .boxpopknh_0 .divcntpop .leftcntpop iframe {
  max-width: 100%;
  border: 0;
  display: inline-block;
  margin-top: 26%;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop {
  float: right;
  width: 350px;
  height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 15px;
  border-radius: 0 4px 4px 0;
  vertical-align: top;
  text-align: left;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .titlehc {
  font-weight: bold;
  font-size: 20px;
  color: #468ee5;
  text-align: left;
  margin-bottom: 10px;
  line-height: 23px;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content {
  display: block;
  overflow: hidden;
  line-height: 1.8;
  padding: 0;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #4a4a4a;
  display: block;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content h2 a {
  font-size: 16px;
  font-weight: bold;
  color: #167ac6;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content h3 {
  font-size: 18px;
  padding-top: 15px;
  font-weight: bold;
  line-height: 1.4;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content h3 .dropcap {
  font-size: 48px;
  line-height: 36px;
  float: left;
  padding: 10px 10px 10px 0;
  color: #09c;
  font-weight: normal;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content h3 a {
  color: #167ac6;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content p {
  line-height: 23px;
  padding: 0;
  margin: 15px 0 0 0;
}

#news-popupct .boxpopknh_0 .divcntpop .rightcntpop .detail-content article img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 27px auto 10px;
}

#news-popupct
  .boxpopknh_0
  .divcntpop
  .rightcntpop
  .detail-content
  article
  img.manulogo {
  height: 30px !important;
}

#news-popupct .boxpopknh_0 .table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  border-right: 0.5px solid #ccc;
  border-left: 0.5px solid #ccc;
  font-size: 12px;
}

#news-popupct .boxpopknh_0 .table-scroll .table-wrap {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

#news-popupct .boxpopknh_0 .table-scroll .table-wrap table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: -8px;
}

#news-popupct .boxpopknh_0 .table-scroll .table-wrap table td,
#news-popupct .boxpopknh_0 .table-scroll .table-wrap table th {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  padding: 5px;
}

#news-popupct .box-pros ul.cate {
  background: #fff;
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#news-popupct .box-pros ul.cate li {
  border: 1px solid #e7e7e7;
  margin-top: 0;
  width: calc(50% - 24px);
  padding: 0 10px 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-top: none;
  margin-right: -1px;
}

#news-popupct .box-pros ul.cate li:nth-child(1),
#news-popupct .box-pros ul.cate li:nth-child(2) {
  border-top: 1px solid #e7e7e7;
}

#news-popupct .box-pros ul.cate li .lb-ranking {
  background: #eb5757;
  padding: 1px 20px 1px 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  right: unset;
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

#news-popupct .box-pros ul.cate li .lb-ranking:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: -1px;
}

#news-popupct .box-pros ul.cate li .thumbnail-product {
  width: 100%;
  height: auto;
  line-height: 180px;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

#news-popupct .box-pros ul.cate li .thumbnail-product img {
  max-width: 90%;
  vertical-align: middle;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

#news-popupct .box-pros ul.cate li .fname {
  overflow: hidden;
  color: #000;
  width: 100%;
  vertical-align: middle;
  line-height: 20px;
}

#news-popupct .box-pros ul.cate li .MLNname {
  padding: 5px 0 0;
  color: #333;
  line-height: 17px;
}

#news-popupct .box-pros ul.cate li .install {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #efd130;
  border-radius: 2px;
  font-size: 10px;
  padding: 0 3px;
}

#news-popupct .box-pros ul.cate li .name-product.heightunset {
  height: unset;
}

#news-popupct .box-pros ul.cate li .name-product img.manulogo {
  height: 26px !important;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#news-popupct .box-pros ul.cate li .name-product label.code {
  display: inline;
  font-size: 14px;
  vertical-align: middle;
  line-height: 18px;
  padding: 0 3px;
}

#news-popupct .box-pros ul.cate li .name-product span.prop {
  display: inline;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  vertical-align: middle;
  border-radius: 2px;
  line-height: 18px;
  background: #fff;
}

#news-popupct .box-pros ul.cate li strong {
  font-size: 16px;
  color: #d0021b;
  display: inline-block;
}

#news-popupct .box-pros ul.cate li strong.rc {
  display: block;
}

#news-popupct .box-pros ul.cate li strong.oldprice {
  text-decoration-line: line-through;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 300;
}

#news-popupct .box-pros ul.cate li strong.oldprice.onlineprice {
  text-decoration: unset;
  font-size: 15px;
  color: #333;
  font-weight: normal;
}

#news-popupct .box-pros ul.cate li span.onlinep {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 0;
  line-height: 18px;
}

#news-popupct .box-pros ul.cate li .price-percent {
  color: #d0021b;
}

#news-popupct .box-pros ul.cate li .tooltipsml {
  display: none;
}

#news-popupct .box-pros ul.cate li .compr {
  display: none;
}

#news-popupct .box-pros ul.cate li .appli-name {
  margin-top: 5px;
  overflow: hidden;
}

#news-popupct .box-pros ul.cate li .appli-name .mnnfri {
  overflow: hidden;
  position: absolute;
  margin-top: -54px;
  line-height: initial;
}

#news-popupct .box-pros ul.cate li .appli-name .mnnfri span {
  font-size: 12px;
  padding: 3px 5px;
  color: #333;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  line-height: 18px;
}

#news-popupct .box-pros ul.cate li .appli-name .new-label {
  position: relative;
  overflow: hidden;
}

#news-popupct .box-pros ul.cate li .appli-name .new-label span {
  font-size: 12px;
  padding: 3px 5px;
  color: #333;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}

#news-popupct .box-pros ul.cate li .appli-name .newname {
  color: #333;
  font-size: 14px;
  display: block;
}

#news-popupct .box-pros ul.cate li .appli-name img {
  height: 30px !important;
  width: auto !important;
  margin: -5px 0 0 !important;
  max-width: 195px !important;
}

#news-popupct .box-pros ul.cate li div.promotion {
  height: auto;
  padding: 0 5px 0 0;
}

#news-popupct .box-pros ul.cate li div.promotion .title {
  height: auto;
  font-size: 13px;
  color: #333;
}

#news-popupct .box-pros ul.cate li div.promotion .title span {
  color: #d0021b;
}

#news-popupct .box_updownpro {
  display: block;
  clear: both;
  margin: 15px 0;
  text-align: right;
}

#news-popupct .box_updownpro span {
  display: inline-block;
  color: #09c;
  cursor: pointer;
}

.ratingbox {
  margin-top: 10px;
}

.ratingbox .item {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.ratingbox .item > b {
  color: #ccc;
  margin-right: 5px;
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  line-height: 27px;
}

.ratingbox .item .info {
  color: #666;
  font-size: 12px;
  font-style: italic;
  display: block;
  text-align: center;
}

.ratingbox .item .info > img {
  display: none !important;
}

.ratingbox .item .info label {
  font-size: 12px;
  color: #4abb4d;
  display: block;
}

.ratingbox .item .info label .iconcom-checkbuy {
  display: none;
}

@media screen and (max-width: 1024px) {
  .listcate .cate.cnt .fr .zone-youtube {
    width: 129px;
  }

  .listcate .cate.cnt .fr img {
    height: 54px;
  }

  .listcate .cate.cnt .fr .group3 > a > i {
    top: 25%;
    zoom: 0.5;
  }

  .listcate .cate.cnt .fr .group3 > a {
    margin-bottom: 1px;
  }

  .listcate .cate.cnt .fr .group3 > a > p {
    padding: 0 10px 5px;
  }
}

.banner2019 {
  margin-top: 15px;
  padding: 10px 0;
  border-radius: 4px;
  margin-bottom: -10px;
}

.banner2019__content {
  display: flex;
}

.banner2019__content .owl-prev {
  left: 8px !important;
  top: 90px;
}

@media screen and (max-width: 1024px) {
  .banner2019__content .owl-prev {
    top: 73px;
  }
}

.banner2019__content .owl-next {
  right: 8px !important;
  top: 90px;
}

@media screen and (max-width: 1024px) {
  .banner2019__content .owl-next {
    top: 73px;
  }
}

.banner2019__item {
  flex: 1;
  text-align: center;
}

.banner2019__item img {
  width: calc(100% - 16px);
  height: auto;
  border-radius: 4px;
}

.banner2019 .owl-wrapper {
  display: flex;
}

.banner2019 .owl-wrapper .owl-item {
  flex: 0 0 299px;
}

.banner2019__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 8px 10px;
  color: #333;
}

.shopinshopBannerSection {
  margin-top: 12px;
}

.shopinshopBannerSection p {
  display: block;
  overflow: hidden;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .shopinshopBannerSection p {
    font-size: 12px;
  }
}

.shopinshopBanner {
  display: flex;
  flex-direction: column;
  height: 203px;
  background-color: #fff;
}

.shopinshopBanner a {
  flex: 1;
  color: #666;
  text-align: right;
  max-height: 70px;
}

.shopinshopBanner a:first-child {
  padding-top: 2.5px;
}

.shopinshopBanner a img {
  height: auto;
  width: 100%;
  float: left;
}

.shopinshopBanner a i {
  width: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 5px;
  transform: rotate(-90deg);
}

.shopinshopBanner a span {
  margin-top: 7px;
  display: inline-block;
}

#owl-cate .owl-buttons {
  position: absolute;
  top: -24%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  height: 0;
}

#owl-cate .owl-buttons .owl-next {
  position: absolute;
  right: 0;
  text-indent: -999999em;
  float: right;
  background-position: -30px -40px;
  width: 23px;
  height: 46px;
  margin-right: 7px;
  background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/category/iconcatedesk@1x.v201904011050.png);
}

@media screen and (max-width: 1024px) {
  #owl-cate .owl-buttons .owl-next {
    margin-right: 2px;
  }
}

#owl-cate .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  text-indent: -999999em;
  float: left;
  background-position: 0 -40px;
  width: 23px;
  height: 45px;
  background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/category/iconcatedesk@1x.v201904011050.png);
}

#owl-cate .owl-buttons div {
  display: inline-block;
  zoom: 1;
}

#owl-cate .item {
  float: left;
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #owl-cate .item {
    width: 340px;
  }
}

#owl-cate .item img {
  display: block;
  width: 393px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  #owl-cate .item img {
    width: 338px;
  }
}

#owl-cate .item a {
  display: block;
  overflow: hidden;
}

.banner-bot {
  margin-top: 15px;
}

.promote-vsml {
  padding: 20px 0 0 0 !important;
}

@media screen and (max-width: 1024px) {
  .shopinshopBannerSection {
    margin-top: 10.5px;
  }

  .shopinshopBanner a:first-child {
    padding-top: 10.5px;
  }
}

.HPBD_15years .gifjumping {
  position: fixed;
  bottom: 63px;
  z-index: 10000;
  right: 9px;
  display: none;
}

.HPBD_15years .gifjumping .gifjumping__Container {
  position: relative;
}

.HPBD_15years .gifjumping .gifjumping__Container img.giftungtang {
  width: 149px;
}

.HPBD_15years .gifjumping .gifjumping__Container a#btnCloseGif {
  top: -23px;
  height: 19px;
  left: 45px;
  right: 46px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0 1px;
  background-color: #f2f2f2;
}

.HPBD_15years .gifjumping .gifjumping__Container a#btnViewNowJump {
  bottom: -20px;
  height: 28px;
  left: 29px;
  right: 29px;
  text-align: center;
  position: absolute;
}

.HPBD_15years .giasocquangon {
  background-color: #fff;
  padding: 10px 3px;
  border: 3px solid #000;
  -webkit-border-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/home_15years/bordergscs.png)
    3 round;
  -o-border-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/home_15years/bordergscs.png)
    3 round;
  border-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/home_15years/bordergscs.png)
    3 round;
  margin-top: 40px;
}

.HPBD_15years .giasocquangon .title-gs {
  text-align: center;
  margin-top: -40px;
  width: 100%;
}

.HPBD_15years .giasocquangon .paging {
  background: #fff;
  margin-top: 1px;
}

.HPBD_15years .giasocquangon .rowGS .box-tab .flex a {
  border-top: 1px solid #f3f3f3;
}

.HPBD_15years #giasoc-cuoituan .title-gs {
  margin-bottom: 5px;
}

.iconup {
  margin-top: 8px;
}

.HPBD_15years .balloon15years {
  top: 0;
}

.pop-overload {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100000;
  display: none;
}

.hidden {
  overflow-y: hidden !important;
}

.pop-overload .ov-close {
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgBtZQxCsAwDANFP1r/zP5pa2gHD4miYCLQ4hwH8WDgS2Rv6LGs10Fkn7+KyArvo+FKRFlFpDAUkgQM3hLMRNsCJpoKLhyKofkdQ3OxDJZECkQZRbBkQxSMRF4fAo1T8AJL9V3g94zGdAAAAABJRU5ErkJggg==)
    no-repeat center center;
  background-size: 8px 8px;
  width: 24px;
  height: 24px;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
}

.pop-overload .ov-content {
  width: 500px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  margin: 3vh auto;
  position: relative;
  max-height: calc(94vh - 40px);
}

.pop-overload .ov-content > * {
  display: block;
  margin-bottom: 10px;
}

.pop-overload .ov-content > b {
  text-transform: uppercase;
  text-align: center;
}

.pop-overload .ov-content > b:nth-child(2) {
  font-size: 16px;
  padding-top: 10px;
}

.pop-overload .ov-content > p {
  padding: 10px 15px;
  background-color: #fff1ef;
  border: 1px dashed #fd5e49;
  border-radius: 4px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.pop-overload .ov-content > strong {
  font-size: 15px;
  padding-top: 5px;
}

.pop-overload .ov-content > strong.near {
  color: #4a90e2;
}

.pop-overload .ov-content > strong.near:before {
  content: "";
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAoCAMAAACl6XjsAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEFUExURQAAAABAnwBArwA4pwBApwA6pQA6qgA8pwA9pgA9qQA+rAA6pwA9pwA7qAA+qwA8pwA9qQA8qAA9qAA9qgA9pwA8qQA9qQA8qAA9qgA8qQA+qQA9qAA9qQA9qQA9qQ5IrhBJrhxTsxxTtB9VsyBVsyBVtClfuSpeuSpfuTdqvjhqvkBuv0V1w0Z1w1OAyFOAyVSAyWCGyWGLzmGLz2KLz2KMzm+W02+W1G+X03CW03CW1H2h2H2h2X2i2ICe1Ius3out3o+q2ZCq2Zm445m45J+235+336fD6KfD6a/D5bXO7r/O6b/P6sPa88Pa9M/a7s/b79Hl+d/n9N/n9d/w/u/z+v///+0ZaT8AAAAedFJOUwAQECAgMDBAUFBfYGBwf4CPkJ+foK+vv7/Pz9/f75/m14MAAAH5SURBVBgZhcEBe5JQGAbQz6FjKxhNrTEHXLE0Ry5YOmuLNVYuiIK69cb//yldyMfHi1rnkKxxZFqOY5maQrs1O8yPcs7TaOJ0FNrh0J5xLGW+1aKtHrEEa0K7RVvssxSSyFZokxWiJjRpg+ahwsMgiHJUxhrVWQlKt+zy8/3lYIHSwqQadYBSNPxRCN/7CQTOGiTTJyi5D0Xl3kPJe0yy4zmEeFj89bvPIbw2SNa9g7B4VSw9TyHMDZJ15xDSYbHUTyG8MUim+xA4+1pUHgYoeQckU8cohcNfhfDzRYQSa5Fsz+EovR1+/PblQ/8GpdSmOvMOldQfjaYJKu/bVKd72PDygOr2bI6a1KJN3WvUBG3apDIOSeYotIV5DUnQpm1UxrEmcxTa6tk11gRt2q5p51jJLIV2MDysuBrtsmctsHRr0W4q46hkTKFdlJbWu0DF6x2qDdqg6J2ezdyJ7y4gvBv45yPHNp9oCq00jyw2CZMcQsJyIHNyCHkyP2e9I4VKTZNNE6xMPXD3BiuJ73QUon17xrHOu7rysS7zLYWsELKMDXLIpibZOWqSHDVxj/RBjv+IXZ3IcIIc/xAHtk5Cs2uNZzHHFjyeubbRoCW1e+qML+ZhHGdZBmRZFn+KZheuc3qskqSh6sbTk9Mzp2SfnZ20DW2/QUt/AMKx78kMBgH7AAAAAElFTkSuQmCC)
    no-repeat center top;
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.pop-overload .ov-near > * {
  display: block;
}

.pop-overload .ov-near > a {
  max-width: 320px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #4a90e2;
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  color: #fff;
}

.pop-overload .ov-near > a:before {
  content: "";
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAoCAMAAACl6XjsAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEFUExURQAAAABAnwBArwA4pwBApwA6pQA6qgA8pwA9pgA9qQA+rAA6pwA9pwA7qAA+qwA8pwA9qQA8qAA9qAA9qgA9pwA8qQA9qQA8qAA9qgA8qQA+qQA9qAA9qQA9qQA9qQ5IrhBJrhxTsxxTtB9VsyBVsyBVtClfuSpeuSpfuTdqvjhqvkBuv0V1w0Z1w1OAyFOAyVSAyWCGyWGLzmGLz2KLz2KMzm+W02+W1G+X03CW03CW1H2h2H2h2X2i2ICe1Ius3out3o+q2ZCq2Zm445m45J+235+336fD6KfD6a/D5bXO7r/O6b/P6sPa88Pa9M/a7s/b79Hl+d/n9N/n9d/w/u/z+v///+0ZaT8AAAAedFJOUwAQECAgMDBAUFBfYGBwf4CPkJ+foK+vv7/Pz9/f75/m14MAAAH5SURBVBgZhcEBe5JQGAbQz6FjKxhNrTEHXLE0Ry5YOmuLNVYuiIK69cb//yldyMfHi1rnkKxxZFqOY5maQrs1O8yPcs7TaOJ0FNrh0J5xLGW+1aKtHrEEa0K7RVvssxSSyFZokxWiJjRpg+ahwsMgiHJUxhrVWQlKt+zy8/3lYIHSwqQadYBSNPxRCN/7CQTOGiTTJyi5D0Xl3kPJe0yy4zmEeFj89bvPIbw2SNa9g7B4VSw9TyHMDZJ15xDSYbHUTyG8MUim+xA4+1pUHgYoeQckU8cohcNfhfDzRYQSa5Fsz+EovR1+/PblQ/8GpdSmOvMOldQfjaYJKu/bVKd72PDygOr2bI6a1KJN3WvUBG3apDIOSeYotIV5DUnQpm1UxrEmcxTa6tk11gRt2q5p51jJLIV2MDysuBrtsmctsHRr0W4q46hkTKFdlJbWu0DF6x2qDdqg6J2ezdyJ7y4gvBv45yPHNp9oCq00jyw2CZMcQsJyIHNyCHkyP2e9I4VKTZNNE6xMPXD3BiuJ73QUon17xrHOu7rysS7zLYWsELKMDXLIpibZOWqSHDVxj/RBjv+IXZ3IcIIc/xAHtk5Cs2uNZzHHFjyeubbRoCW1e+qML+ZhHGdZBmRZFn+KZheuc3qskqSh6sbTk9Mzp2SfnZ20DW2/QUt/AMKx78kMBgH7AAAAAElFTkSuQmCC)
    no-repeat center top;
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.pop-overload .ov-near > label {
  font-size: 12px;
  color: #e61c00;
  text-align: center;
  padding-top: 10px;
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.pop-overload .ov-inline {
  width: 48.5%;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 2;
}

.pop-overload .ov-inline > span {
  color: #288ad6;
  padding: 0 15px 0 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

.pop-overload .ov-inline > span:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid #288ad6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 17px 10px 0 0;
  float: right;
  position: absolute;
}

.pop-overload .ov-select {
  position: absolute;
  width: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  top: 50px;
  display: none;
  z-index: 9;
}

.pop-overload .ov-select:before,
.pop-overload .ov-select:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.pop-overload .ov-select:after {
  border-width: 9px;
  margin-left: 1px;
  border-bottom-color: #fff;
}

.pop-overload .ov-province {
  float: left;
}

.pop-overload .ov-district {
  float: right;
}

.pop-overload .ov-district > div.ov-select {
  right: 0;
}

.pop-overload .ov-district > div.ov-select:before,
.pop-overload .ov-district > div.ov-select:after {
  left: 220px;
}

.pop-overload .ov-select > * {
  display: block;
}

.pop-overload .ov-select > .ov-search {
  position: relative;
}

.pop-overload .ov-select > .ov-search > * {
  display: inline-block;
  vertical-align: middle;
}

.pop-overload .ov-select > .ov-search > input {
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 248px;
}

.pop-overload .ov-select > .ov-search > button {
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAdCAMAAACOj/wDAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKUExURQAAAECP31CP30qU5kiP31CP30WP30qP30mS40iP30yP40eR4kmP4kiR4UiR5EuR5EiP30iP4kqP4keR4UmR40yR40mP4UuP4UiR4UqR40qP4UmQ4UmQ4kuQ4kqP4UqQ4kmP4UmQ4kqQ4kqQ40mQ4kuQ40mQ4UuQ40mQ4kqQ4UqQ4kqQ4kuQ4kqQ4oAhsnMAAAAtdFJOUwAQEB8gIDAwP0BAT1BfX19gYGBvb29wcH9/gI+Pj5CfoK+vr7+/z8/f39/v75ue9ZwAAADwSURBVCjPhZLbVoMwEEUnCLa29VKsF2o0UkBTYP//7/lASnOpep4ya8/KycmMiJMqddM1eqMk0arjJJOHSH3ga++zvAewendXHSyAiVi7dNXWBtQAr17vAXh2RRkyEfkE3Kv6wENEJLNQTyHObbNuAOUc6yT2CPciIt9wm8B30K7pOoFP7jrgKoEltP/CHtaXPGsRkcZ5B+pg57yHeIb5KXs2QhVBA1/TqSIOs2fOnlk4+vTFn9kimP60FW9z6wPAUa+KotjoMV6VhQ12qLUBzc0ZDY+Sh1TybTsA1qyVSEKjb7DeIl2kg/xBW/mdLtUPcMwqnPvxPaYAAAAASUVORK5CYII=)
    no-repeat center center;
  border: none;
  width: 30px;
  height: 32px;
  margin-left: -30px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 14px 15px;
}

.pop-overload .ov-select > .ov-list {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 10px;
}

.pop-overload .ov-select > .ov-list > div.ov-item {
  width: 47%;
  float: left;
}

.pop-overload .ov-select > .ov-list > div.ov-item:first-child {
  margin-right: 10px;
}

.pop-overload .ov-select > .ov-list > div.ov-item > a {
  display: block;
  padding: 0 0 10px 0;
  color: #288ad6;
}

.pop-overload .ov-select > .ov-list .ps-scrollbar-y-rail {
  right: 0 !important;
}

.pop-overload .ov-address {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  clear: both;
}

.pop-overload .ov-address .clear {
  position: absolute;
  right: 52px;
  top: 25%;
  width: 12px;
  z-index: 1;
  color: #000;
  cursor: pointer;
  display: none;
}

.pop-overload .ov-address > input {
  height: 38px;
  line-height: 38px;
  padding: 0 68px 0 10px;
  width: calc(100% - 78px);
  border: none;
  border-radius: 4px;
  position: relative;
}

.pop-overload .ov-address > i {
  width: 40px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAdCAMAAACOj/wDAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKUExURQAAAECP31CP30qU5kiP31CP30WP30qP30mS40iP30yP40eR4kmP4kiR4UiR5EuR5EiP30iP4kqP4keR4UmR40yR40mP4UuP4UiR4UqR40qP4UmQ4UmQ4kuQ4kqP4UqQ4kmP4UmQ4kqQ4kqQ40mQ4kuQ40mQ4UuQ40mQ4kqQ4UqQ4kqQ4kuQ4kqQ4oAhsnMAAAAtdFJOUwAQEB8gIDAwP0BAT1BfX19gYGBvb29wcH9/gI+Pj5CfoK+vr7+/z8/f39/v75ue9ZwAAADwSURBVCjPhZLbVoMwEEUnCLa29VKsF2o0UkBTYP//7/lASnOpep4ya8/KycmMiJMqddM1eqMk0arjJJOHSH3ga++zvAewendXHSyAiVi7dNXWBtQAr17vAXh2RRkyEfkE3Kv6wENEJLNQTyHObbNuAOUc6yT2CPciIt9wm8B30K7pOoFP7jrgKoEltP/CHtaXPGsRkcZ5B+pg57yHeIb5KXs2QhVBA1/TqSIOs2fOnlk4+vTFn9kimP60FW9z6wPAUa+KotjoMV6VhQ12qLUBzc0ZDY+Sh1TybTsA1qyVSEKjb7DeIl2kg/xBW/mdLtUPcMwqnPvxPaYAAAAASUVORK5CYII=)
    no-repeat center center;
  border: none;
  background-size: 14px 14px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.pop-overload .ov-store {
  max-height: 23vh;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: chained;
}

.pop-overload .ov-store > div:not(.last) {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.pop-overload .ov-store > div > * {
  display: block;
  font-size: 12px;
}

.pop-overload .ov-store > div > a {
  color: #499ee4;
  margin-bottom: 2px;
}

.pop-overload .ov-store > div > a > span {
  color: #333;
}

.pop-overload .ov-store > div > span > * {
  display: inline-block;
  vertical-align: middle;
}

.pop-overload .ov-store > div > span > i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABUUExURQAAAECf31Cf30iX30if50ad6Uqa5Eif40ac4kmc4kic5Eed5Emd5Eid5Uif5Uqd40md5Eif5Uie5Eme5Emf5Eme5Eqe5Eme5Eme5Ume5Eqe5Eme5CEIPI0AAAAbdFJOUwAQECAgLzBAUFBfcHB/f4CPn7+/v8/P39/v7/Rz4RMAAAB3SURBVBjTbdBbEoAgCAVQyrKnVpZZsf99NmJNSvJ5BoYLACA3NwAreSEi1wN9icQ6MtQJasx0BlTwHzdsT+mXrzwSzQ+51lMwHX2rK5jOXi3Tcs8qnWoFPad9tSJ1zZQkCRrqSxLr95xI62ideqxPQlSLxctIgBsdXQ4ayOSsVwAAAABJRU5ErkJggg==)
    no-repeat center top;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  margin: 4px 1px 0 0;
  vertical-align: top;
}

.pop-overload .ov-store > div > span > a {
  font-weight: bold;
  color: #4a90e2;
}

.pop-overload div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
}

.pop-overload div.overlay > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-overload div.overlay .csdot {
  width: 8px;
  height: 8px;
  border: 1px solid #288ad6;
  background: #288ad6;
  border-radius: 50%;
  float: left;
  margin: 0 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.pop-overload div.overlay .csdot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

.pop-overload div.overlay .csdot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

.hide {
  display: none !important;
}

.none-store {
  color: #000;
  padding: 10px 15px;
  background-color: #fff1ef;
  border: 1px dashed #fd5e49;
  border-radius: 4px;
  margin: 0 auto;
  width: calc(100% - 23px);
  display: block;
  cursor: unset;
}

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.productpromo {
  display: block;
  overflow: hidden;
}

.productpromo h2 {
  display: block;
  overflow: hidden;
}

.productpromo h2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.productpromo .homeproduct {
  background: #fff;
  display: flex !important;
  flex-flow: row wrap;
  width: unset;
  max-height: 356px;
  overflow: hidden;
  border: 3px solid #cf1717;
}

.productpromo .homeproduct li {
  border-bottom: none;
  height: 100%;
  flex-basis: calc(16.68% - 21.23px);
}

.productpromo .homeproduct.owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
  flex-flow: row wrap;
}

.productpromo .homeproduct.owl-carousel .owl-buttons .owl-prev,
.productpromo .homeproduct.owl-carousel .owl-buttons .owl-next {
  top: 38%;
}

.productpromo .homeproduct li .lb-ranking {
  background: #eb5757;
  padding: 1px 20px 1px 5px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  position: absolute;
  left: 5px;
  top: 5px;
  right: unset;
  z-index: 1;
}

.productpromo .homeproduct li .lb-ranking:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: -1px;
}

.productpromo li:nth-child(n + 7) {
  display: none;
}

.homeappli {
  margin-top: 0px;
}

.homeappli li {
  min-height: 200px;
}

.homeappli h2 {
  width: 100%;
  position: relative;
}

.homeappli h2 a:last-child {
  position: absolute;
  left: 30%;
  color: #dd1c1a;
  background: #fff;
  top: 40%;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: 600;
}

.homeappli h2 span {
  font-size: 15px;
}

.homeappli .homeproduct {
  border: 3px solid #fff;
  border-bottom: 3px solid #d82f00;
}

.homeappli ul li {
  position: relative;
}

.homeappli ul.homeproduct li .install {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fbda00;
  font-size: 10px;
  color: #000;
  border-radius: 2px;
  line-height: 18px;
  text-align: center;
  padding: 0 5px;
}

.homeappli ul.homeproduct li .absoluteimg .img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 145px;
  width: 100%;
  padding-top: 20px;
}

.homeappli .absoluteimg {
  width: 80%;
  height: auto;
  margin: 0 auto;
  line-height: initial;
}

.homeappli .absoluteimg img {
  max-width: 100%;
  vertical-align: middle;
  height: 250px;
  object-fit: contain;
  padding: 10px;
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}

.homeappli .homeproduct .fname {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  padding-top: 5px;
}

.homeappli .homeproduct li label.disc {
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
  color: #e6311d;
}

.title-noel-promo {
  min-height: 65px;
  position: relative;
  z-index: 999;
}

.title-noel-promo img {
  position: absolute;
  bottom: 0;
  vertical-align: middle;
  width: 100%;
  cursor: unset !important;
}

.homeappli h2 img {
  cursor: unset !important;
}

header {
  position: unset;
}

span.gia-soc-g {
  line-height: 15px;
  color: #f30d29 !important;
  padding: 5px 0;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .homeappli .absoluteimg {
    width: 100%;
  }

  .homeappli h2 a:last-child {
    padding: 5px 10px;
  }
}

.slider-banner {
  margin-bottom: 12px;
  margin-right: 5px;
}

.productpromo {
  margin-top: 0px;
}

ul.homeproduct .promotion {
  overflow: hidden;
  font-size: 13px;
  color: #333;
  margin: 5px 0;
  font-weight: 300;
}

.rating-lst.none-padding {
  padding: 8px 0 !important;
}

.productpromo .homeproduct {
  /*max-height: 365px;*/
}

.listcate {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.homeappli .absoluteimg {
  min-height: 148px;
}

.print-email {
  width: 200px;
  float: left;
  margin-bottom: 20px;
  margin: 0px;
}

.share-social ul li.pinterest-ss {
  margin-right: 0;
}

.share-social {
  width: calc(100% - 200px);
}

.like_share {
  float: left;
  display: flex;
  width: 100%;
  align-items: center;
}

.homeappli li {
  min-height: unset;
}

#sync2 {
  border: 1px solid #e5e5e5;
}

@media (max-width: 575px) {
  .home-page .listcate .cate.cnt .fr {
    width: 100%;
  }

  .home-page .listcate .cate.cnt .fl {
    width: 100%;
    margin-right: 0;
  }

  .login {
    right: 20px;
  }
}

ul.homeproduct li .img-container {
  overflow: hidden;
}

.listcate .cate-all {
  bottom: 5px;
  margin: 0;
}

.owl-carousel .owl-nav button {
  z-index: 9999;
  display: none !important;
}

.owl-carousel:hover button {
  display: block !important;
}

.content-contact-ft .content-ft ul li {
  margin: 8px 5px 8px 1px;
  padding: 0;
  float: left;
  width: 100%;
}

.login ul li a {
  float: left;
  width: 100%;
}

.listcate .cate.cnt .fr .group3 > a:last-child {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .share-social {
    width: 100%;
    margin-top: 10px;
  }

  .print-email {
    width: 100%;
  }

  .like_share {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}

.page-c-detail,
.content-standard-ck {
  font-size: 14px;
}

.bold .content-ft ul li a {
  font-weight: 600;
  font-size: 15px;
}

.content_lh .item {
  padding: 5px;
  font-weight: 600;
  color: #f00;
  display: flex;
  align-items: center;
}
.content_lh .item a {
  color: #f00 !important;
}

.giasocquangon .rowGS .box-tab .flex a:hover {
  background: #cf1717;
  color: #fff;
}

@media (max-width: 1024px) and (min-width: 575px) {
  .list-item-cate > ul {
    width: 230px;
  }
  .home-page .content-banner-home .owl-carousel .owl-item img {
    max-height: 278px;
    min-height: 278px;
  }
  .vanchuyen-header,
  .hotline_header {
    display: none;
  }
  .content-head-center .menu-category-hd {
    width: 31%;
  }
  .txtbanner {
    justify-content: flex-end;
  }
  .text_header p:first-child {
    font-size: 18px !important;
  }
  ul#homeproduct li {
    flex-basis: calc(100% / 3);
  }
  .listcate .cate.cnt {
    display: flex;
  }
  .col-pay4.payment {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .list-item-cate > ul {
    height: 283px;
  }
  .list-item-cate > ul > li:hover,
  .menu-category-hd,
  .menu-category-hd .list-item-cate {
    background: none;
  }
  .menu-category-hd .list-item-cate {
    left: 0;
  }
}

@media (max-width: 575px) {
  .col-pay4.payment {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .home-page .content-banner-home .owl-carousel .owl-item img {
    max-height: none;
    min-height: auto;
    height: auto;
  }

  .product-result{
    padding: 0px 15px!important;
  }
}
