a {
  moz-transition: all 0.3s;
  ms-transition: all 0.3s;
  o-transition: all 0.3s;
  transition: all 0.3s;
  webkit-transition: all 0.3s;
  color: #2d61a8;
}
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #2d61a8;
}
a.no-events {
  pointer-events: none;
  cursor: pointer;
}
img {
  max-width: 100%;
}
body {
  font-size: 16px;
  margin: 0;
  font-family: Arial, sans-serif;
  right: 0;
  position: relative;
  font-display: swap;
  line-height: 1.5;
}
body p {
  font-size: 16px;
  margin: 0;
  font-family: Arial, sans-serif;
}
.clear60 {
  clear: both;
  height: 60px;
}
.clear40 {
  clear: both;
  height: 40px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.clear10 {
  clear: both;
  height: 10px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0;
}
.fullwidth {
  width: 100%;
  height: auto;
}
.clwhite {
  color: #fff;
}
.clblack {
  color: #000;
}
.bold {
  font-weight: 700;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-n {
  display: flex;
}
.flex-bw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.show1199 {
  display: none;
}
.show991 {
  display: none;
}
.show767 {
  display: none;
}
.show480 {
  display: none !important;
}
.row:before {
  content: unset;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.editer img {
  height: auto !important;
}
/* .editer p {
  margin-bottom: 10px;
} */
.editer a {
  color: red;
}
.editer {
  text-align: justify;
}
h2 {
  font-size: 20;
  font-weight: 700;
}
h3 {
  font-size: 18;
  font-weight: 700;
}
h4 {
  font-size: 16;
  font-weight: 700;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer {
  display: none !important;
}
.header-top {
  text-align: center;
  z-index: 999;
  position: relative;
}
.header-top a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header-center {
  background: #cc2338;
  padding: 10px 0;
  z-index: 999;
  position: relative;
}
.box-search-top form {
  display: flex;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cc2338;
  align-items: center;
  position: relative;
}
.box-search-top
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
  max-width: 170px;
}
.box-search-top .bootstrap-select > .dropdown-toggle {
  outline: unset !important;
  box-shadow: unset !important;
  background: none !important;
  border: none !important;
  color: #cc2338;
}
.box-search-top form input {
  border: none;
  width: 300px;
  outline: unset;
  border-left: 1px solid #cc2338;
  padding-left: 12px;
}
.box-search-top > form > button {
  outline: unset;
  border: none;
  padding: 5px 6px;
  display: flex;
  align-items: center;
  border-radius: 0 4px 4px 0;
  height: 34px;
}
.box-search-top > form > button > img {
  margin-right: 3px;
}
.box-search-top .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 17px;
}
.check-order {
  text-align: center;
  margin-bottom: 20px;
}
.check-order a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.check-order a img {
  margin-right: 10px;
}
.a-hotline {
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.icon-hl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 36px;
  background: #f1ba47;
}
.number-hl {
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  background: #e3dfe0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.left-eh {
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.prod-viewed {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.prod-viewed a {
  display: flex;
  align-items: center;
  color: #fff;
}
.prod-viewed a img {
  margin-left: 5px;
}
.list-prod-viewed {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #bbb;
  width: 300px;
  z-index: 99;
  padding: 15px;
  display: none;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
}
.prod-viewed:hover .list-prod-viewed {
  display: block;
}
.item-prod-viewed {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-prod-viewed .item-prod-viewed:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.img-prod-viewed {
  display: block;
  width: 80px;
  margin-right: 10px;
}
.img-prod-viewed img {
  margin: 0 !important;
}
.info-prod-viewed {
  width: calc(100% - 90px);
}
.name-prod-viewed {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.name-prod-viewed > a {
  color: #000;
}
.price-prod-viewed {
  font-size: 13px;
  color: red;
  text-align: left;
}
.block-ext-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.a-cart {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  background: #ac1528;
  color: #fff !important;
}
.a-cart img {
  margin-right: 10px;
}
.count-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #f7d859;
  color: #000;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: 700;
}
.right-eh {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header-bottom {
  background: #ac1528;
}
.tit-main-cate {
  padding: 15px 15px 12px;
  background: #f1ba47;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 250px;
  cursor: pointer;
}
.tit-main-cate img {
  margin-right: 10px;
  width: 20px;
}
.block-banner-commitment {
  width: calc(100% - 250px);
  margin-left: 250px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.main-banner-commitment {
  background: #f2f2f2;
}
.main-banner {
  width: 70%;
  overflow: hidden;
  position: relative;
}
.main-banner .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  margin-top: -23px;
}
.main-banner .owl-theme .owl-nav .owl-prev {
  left: 20px;
}
.main-banner .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.main-banner .owl-theme .owl-nav button i {
  font-size: 30px;
}
.main-banner .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #cc2338;
}
.main-banner .owl-theme .owl-nav {
  margin: 0;
}
.main-banner #sync2 .owl-item.current.active .item h3 {
  font-weight: 700;
}
.main-commitment {
  width: calc(33.333333% - 5px);
  border: 1px solid #ccc;
  background: #fff;
}
.tit-quality {
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.tit-quality:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
}
.tit-quality span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  color: #416b53;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.item-comm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 15px 10px;
}
.cell-comm {
  width: calc(50% - 5px);
  text-align: center;
}
.img-comm img {
  height: 70px;
}
.des-comm {
  margin-top: 7px;
  font-size: 14px;
}
.list-cate {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  min-height: 392px;
  scrollbar-width: thin;
  display: none;
  border-bottom: 1px solid #ccc;
}
.list-cate.home {
  display: block;
}
.main-cate:hover .list-cate {
  display: block !important;
}
.main-cate {
  position: relative;
}
.left-header-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ul-main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.ul-main-menu > li > a {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.ul-main-menu > li:hover > a {
  color: #f7d859;
}
.name-cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 9px 10px;
  border-top: 1px solid #ccc;
  color: #000;
}
.has-sub-cate:hover .name-cate {
  color: #cc2338;
}
.ul-sub-cate > li:hover > a {
  background: #ececec;
  color: #cc2338;
}
.icon-cate {
  width: 30px;
  object-fit: scale-down;
}
.arr-cate {
  width: 12px;
  object-fit: scale-down;
}
.text-cate {
  width: calc(100% - 52px);
  font-size: 16px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-sub-cate {
  position: relative;
}
.ul-sub-cate {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}
.ul-sub-cate > li > a {
  display: flex;
  padding: 9px 10px;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  min-height: 41px;
  align-items: center;
}
.ul-sub-cate > li:last-child > a {
  border: none;
}
.has-sub-cate:hover .ul-sub-cate {
  display: block;
}
.block-flash-sale {
  background: #2d61a8;
  padding: 15px;
  box-shadow: 0 0 5px #ccc;
}
.block-flash-sale > div {
  margin-bottom: 20px;
}
.main-flash-sale {
  padding: 10px 0;
}
.tit-flash-sale {
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.tit-flash-sale img {
  margin-right: 5px;
}
.view-fl {
  color: #fff !important;
}
.view-fl img {
  margin-left: 2px;
  width: 10px;
  position: relative;
  top: -1px;
}
.list-flash-sale {
  white-space: nowrap;
}
.block-list-fs {
  width: 100%;
  overflow: auto;
  scrollbar-color: #fbfbfb #bbb;
  scrollbar-width: thin;
}
.item-flash-sale {
  width: 20%;
  overflow: hidden;
  border-radius: 4px;
  padding: 5px;
  background: #fff;
  margin-left: 10px;
  display: inline-block;
}
.list-flash-sale .item-flash-sale:first-child {
  margin-left: 0;
}
.box-img-fs {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
.img-flash-sale {
  display: block;
}
.sp-sale {
  display: block;
  background: #cb392c;
  color: #fff;
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
  top: 7px;
  right: -33px;
  padding: 3px;
  width: 100px;
  text-align: center;
  font-size: 13px;
}
.giftbox {
  position: absolute;
  bottom: 5px;
  left: 2px;
  display: flex;
  align-items: center;
}
.icon-gift {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #cb392c;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.text-gift {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 5px 3px 20px;
  border-radius: 4px;
  margin-left: -18px;
}
.installment {
  background: #f1ba47;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 5px 3px 5px;
  border-radius: 4px;
  position: absolute;
  bottom: 7px;
  right: 2px;
  z-index: 1;
}
.tit-prod-fl {
  font-size: 15px;
  white-space: normal;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.brand-fl {
  margin-bottom: 5px;
}
.info-prod-fl {
  background: #cb392c;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-pri-fl {
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}
.old-pri-fl {
  font-size: 12px;
  color: #fff;
  text-decoration: line-through;
}
.countdown-fl p {
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-bottom: 3px;
}
.to-end {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.to-end div {
  margin-left: 5px;
  font-weight: 700;
}
.main-cate-best {
  padding: 10px 0;
}
.tit-hot {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tit-hot img {
  margin-right: 5px;
}
.block-cate-best {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-cate-best {
  border: 1px solid #ddd;
  text-align: center;
}
.item-cate-best > a {
  display: block;
  color: #000;
}
.cap-cate-best {
  padding: 15px 10px;
  position: relative;
  display: block;
}
.cap-cate-best:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-top: solid 1px #095aa7;
  border-bottom: solid 1px #095aa7;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  pointer-events: none;
  z-index: 1;
}
.cap-cate-best:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  border-left: solid 1px #095aa7;
  border-right: solid 1px #095aa7;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  pointer-events: none;
  z-index: 1;
}
.item-cate-best:hover .cap-cate-best:before {
  left: 0;
  right: 0;
}
.item-cate-best:hover .cap-cate-best:after {
  top: 0;
  bottom: 0;
}
.img-cate-best {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.name-cate-best {
  display: block;
  text-align: center;
  font-size: 14px;
}
.main-prod-home {
  padding: 10px 0;
}
.div-prod-home {
  border: 1px solid #ccc;
}
.top-ph {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
.tit-ph {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.ul-ph {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-ph > li {
  display: inline-block;
  margin-left: 20px;
}
.ul-ph > li > a {
  color: #ac1528;
  font-size: 14px;
}
.bot-ph {
  display: flex;
  flex-wrap: wrap;
}
.prod-ph-big {
  width: 40%;
}
.info-prod-ph {
  padding: 15px 10px;
}
.name-prod-ph {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.pri-prod-ph {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-pri-prod-ph {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #e10c00;
}
.old-pri-prod-ph {
  font-size: 10px;
  margin-left: 10px;
  text-decoration: line-through;
}
.sale-pt {
  font-size: 12px;
  margin-left: 10px;
  color: #e10c00;
}
.discount {
  background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
  border-radius: 10px;
  padding: 1px 10px 0 0;
  height: 18px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.discount:before {
  content: " ";
  display: inline-block;
  background: url(../img/discount.webp);
  background-size: 50% 50%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f13500;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.info-prod-ph .flex-bw {
  margin-bottom: 10px;
}
.pont-ph {
  color: #fc9639;
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.pont-ph img {
  position: relative;
  width: 14px;
  top: -3px;
}
.star-rat-ph {
  font-size: 12px;
}
.img-prod-ph {
  display: block;
  position: relative;
  overflow: hidden;
}
.prod-ph {
  border-left: 1px solid #ccc;
  width: 20%;
  position: relative;
}
.prod-ph .img-prod-ph {
  padding: 15px 15px 0;
}
.prod-ph .img-prod-ph > a > img {
  transform: translateY(0);
  transition: all 0.3s;
}
.prod-ph:hover .img-prod-ph > a > img {
  transform: translateY(-10px);
  transition: all 0.3s;
}
.sp-tg {
  position: absolute;
  top: 10px;
  left: 40px;
  background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
  border-radius: 2px;
  font-size: 9px;
  padding: 1px 5px;
  color: #fff;
  z-index: 1;
}
.fire {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
}
.prod-ph .discount {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
}
.main-video-home {
  padding: 10px 0;
}
.block-vid-home {
  border: 1px solid #ccc;
  position: relative;
}
.tit-vid-feedb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
}
.tit-vid-feedb h3 {
  padding: 10px 0 5px 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.view-all img {
  margin-left: 2px;
  width: 10px;
  position: relative;
  top: -1px;
}
.view-all {
  color: #000;
}
.block-big-vid a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-big-vid a:before {
  content: url(../img/youtube-ic.webp);
  position: absolute;
  z-index: 9;
}
.block-big-vid iframe {
  width: 100%;
  height: 420px;
}
.info-vid-feedb {
  padding: 10px;
}
.block-sm-vid {
  margin-bottom: 20px;
}
.img-sm-vid {
  display: block;
  overflow: hidden;
}
.img-sm-vid img {
  width: 100%;
}
.tit-sm-vid {
  text-align: center;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tit-sm-vid a {
  color: #000;
}
.main-feedback-home {
  padding: 10px 0;
  position: relative;
}
.avatar-feedb {
  text-align: center;
  margin-bottom: 15px;
}
.avatar-feedb img {
  display: inline-block !important;
  border: 4px solid #ac1528;
  border-radius: 18px;
  max-width: 195px;
  width: auto !important;
  height: 195px;
}
.name-feedb {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #ac1528;
}
.subname-feedb {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}
.des-feedb {
  text-align: center;
  font-size: 20px;
}
.slider-feedback .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.main-news-home {
  padding: 10px 0;
  margin-bottom: 10px;
}
.block-news-home {
  border: 1px solid #ccc;
  margin: 0;
}
.div-tit-news-home {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.div-tit-news-home h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-right: 15px;
  text-transform: uppercase;
}
.div-tit-news-home a {
  color: #2d61a8;
  display: inline-block;
  position: relative;
}
.div-tit-news-home a:after {
  bottom: 50%;
  left: calc(100% + 5px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #2d61a8;
  border-width: 5px;
  margin-bottom: -5px;
}
.block-list-news-home {
  display: flex;
  justify-content: space-between;
}
.left-news-home {
  width: calc(62% - 8px);
}
.right-news-home {
  width: calc(38% - 8px);
}
.img-bnh {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.tit-bnh {
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.item-news-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list-news-sm .item-news-sm:last-child {
  border: none;
}
.tit-news-sm {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 130px);
  line-height: 1.3;
}
.img-news-sm {
  display: block;
  overflow: hidden;
  width: 120px;
  border-radius: 5px;
}
.bdl {
  border-left: 1px solid #ccc;
}
.img-brnh {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.big-right-nh {
  margin-bottom: 10px;
}
.big-right-nh h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
  line-height: 1.3;
}
.item-nh-sm {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img-nh-sm {
  width: 80px;
  margin-right: 10px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.tit-nh-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: calc(100% - 90px);
}
.box-info-plus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-inpl {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-inpl img {
  height: 33px;
}
.right-inpl {
  width: calc(100% - 75px);
}
.top-inpl {
  color: #000;
  margin-bottom: 5px;
}
.bot-inpl {
  color: #000;
}
.footer-top {
  background: #f1ba47;
  padding: 15px 0;
}
.view-map {
  color: #ac1528;
  margin-bottom: 20px;
  font-weight: 700;
}
.view-map img {
  width: 20px;
  margin-right: 5px;
}
.tit-map-sto {
  color: #fff;
  background: #ac1528;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.ul-add-store {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-add-store > li {
  margin-bottom: 10px;
  font-size: 12px;
}
.ul-add-store > li img {
  width: 13px;
  margin-right: 5px;
}
.ul-add-store > li:last-child {
  margin: 0;
}
.add-store {
  display: inline-flex;
  margin-bottom: 10px;
}
.add-store span:first-child {
  background: #fed101;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-weight: 700;
}
.add-store span:last-child {
  background: #cc2338;
  color: #fff;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
.item-store {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}
.list-store {
  max-height: 368px;
  overflow: auto;
  scrollbar-color: #fbfbfb #bbb;
  scrollbar-width: thin;
}
.list-store .item-store:last-child {
  margin: 0;
}
.tit-ft {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box-support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.icon-box-support {
  width: 60px;
  height: 60px;
  border: 2px solid #ee7c36;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.icon-box-support img {
  width: 30px;
}
.info-box-support {
  max-width: calc(100% - 70px);
}
.info-box-support p {
  font-size: 14px;
}
.right-header-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-login {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.block-log-regis {
  position: absolute;
  z-index: 99;
  top: 100%;
  padding-top: 5px;
  display: none;
}
.block-log-regis > a {
  display: block;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin-top: -1px;
  white-space: nowrap;
  min-width: 150px;
  text-align: center;
}
.block-log-regis > a:hover {
  color: #fff;
  background: #f1ba47;
}
.box-login img {
  width: 30px;
}
.okachi-care {
  display: inline-block;
  padding: 5px 10px;
  background: #f1ba47;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px;
  border-radius: 4px;
}
.link-flash {
  display: inline-block;
  padding: 5px 10px;
  background: #fdef50;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
}
.ul-ft {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-ft > li {
  margin-bottom: 10px;
}
.ul-ft > li > a {
  color: #2d61a8;
}
.ul-list-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.ul-list-social > li {
  display: inline-block;
}
.ul-list-social > li:not(:last-child) {
  margin-right: 4px;
}
.ul-list-social > li a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.folow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.folow a {
  color: #2d61a8;
  display: inline-block;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}
.folow a img {
  width: 18px;
  margin-right: 5px;
}
.folow a:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.box-support-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 4px;
  right: 4px;
  background: #fff;
  border-radius: 16px;
  padding: 4px;
}
.box-support-fixed > a {
  display: block;
  text-align: center;
  width: 75px;
  margin-bottom: 10px;
}
.box-support-fixed > a:hover .text-sf {
  color: #3680bf;
}
.icon-sf {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.icon-sf img {
  height: 26px;
  width: 26px;
  object-fit: contain;
}
.text-sf {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap;
  display: block;
}
.icon-sf-chat {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.box-support-fixed > a.to-top {
  margin: 0;
}
.main-breadc {
  padding: 10px 0;
}
.main-breadc span a {
  color: #c12624;
}
.main-breadc h1,
.main-breadc span {
  font-weight: 700;
  font-size: 14px;
}
.head1categname {
  display: inline;
  font-size: 14px;
  font-weight: 700;
}
.block-info-prod-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.block-slider-gall {
  width: calc(40% - 5px);
}
.block-rela-gall {
  position: relative;
}
#imageGallery {
  list-style-type: none;
}
.block-slider-gall .lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid #ccc;
}
.block-slider-gall .lSAction > .lSPrev {
  background: url(../img/left-arr-b.webp) center center no-repeat;
  background-size: unset;
}
.block-slider-gall .lSAction > .lSNext {
  background: url(../img/right-arr-b.webp) center center no-repeat;
  background-size: unset;
}
.prev-gall {
  position: absolute;
  bottom: 23px;
  left: -20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.next-gall {
  position: absolute;
  bottom: 23px;
  right: -20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.box-like-share-fb {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.box-like-share-fb iframe {
  width: 190px;
}
.block-info-prod {
  width: calc(35% - 10px);
  padding-left: 10px;
}
.tit-prod-detail {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.box-sub-info-prod {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.left-bsip p {
  font-size: 14px;
  margin-bottom: 5px;
}
.right-bsip span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.right-bsip span:first-child {
  margin: 0;
}
.right-bsip span i {
  margin-right: 5px;
}
.box-pri-prod {
  display: flex;
  position: relative;
  padding: 5px 0;
  flex-wrap: wrap;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  margin-bottom: 15px;
}
.left-bpp {
  margin-right: 40px;
}
.tit-bpp {
  font-size: 14px;
  margin-bottom: 5px;
}
.new-pri-bpp {
  font-size: 18px;
  font-weight: 700;
  color: #c12624;
}
.old-pri-bpp {
  font-size: 18px;
  color: gray;
  text-decoration: line-through;
}
.saving-pri {
  font-size: 14px;
}
.saving-pri span {
  font-weight: 700;
}
.genuine {
  position: absolute;
  right: 0;
  top: 0;
}
.box-km-together {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tit-km-together {
  background: #f6f6f6;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px 7px;
  border-bottom: 1px solid #ccc;
  color: #da251c;
  position: relative;
}
.tit-km-together span {
  margin-left: 22px;
}
.tit-km-together span::before {
  content: "";
  position: absolute;
  background: url(../img/gift.webp) no-repeat left center;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 10px;
  background-size: 20px;
}
.box-in-km-together {
  padding: 10px;
}
.item-km-together {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.img-kmtoge {
  width: 50px;
  margin-right: 10px;
}
.right-kmtoge {
  width: calc(100% - 60px);
}
.prod-kmtoge {
  color: #72aadd;
  font-size: 14px;
  margin-bottom: 3px;
}
.count-km {
  font-size: 14px;
}
.list-km-together {
  margin-bottom: 15px;
}
.tit-hlprod {
  font-weight: 700;
  margin-bottom: 10px;
}
.tit-hlprod span {
  color: #c12624;
}
.ul-hightlight-prod {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-hightlight-prod > li {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}
.ul-hightlight-prod > li i {
  color: #63b352;
  margin-right: 5px;
}
.list-hightlight-prod {
  margin-bottom: 10px;
}
.buy-now {
  cursor: pointer;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #cc2338, #ac1528);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  border-width: 0px !important;
  margin-bottom: 10px;
}
.buy-now span {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: none;
  padding-top: 3px;
}
.box-pay-add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.buy-repay {
  cursor: pointer;
  line-height: normal;
  display: block;
  padding: 10px;
  text-align: center;
  background: #f78707;
  color: #fff !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  width: calc(50% - 5px);
  border-width: 0px !important;
}
.buy-repay span {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: none;
  padding-top: 3px;
}
.btn-add-cart {
  cursor: pointer;
  line-height: normal;
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  width: calc(50% - 5px);
  border-width: 0px !important;
  text-transform: capitalize;
  background: #ecf4ff;
  border: 2px solid #f78707 !important;
  height: 55px;
}
.btn-add-cart i {
  font-size: 18px;
  color: #2d61a8;
  margin-right: 5px;
}
.btn-add-cart label {
  color: #2d61a8;
  font-weight: 400;
}
.block-support-detail {
  width: calc(25% - 5px);
}
.our-store {
  margin-bottom: 10px;
}
.box-support-detail {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.item-support-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.box-support-detail .item-support-detail:last-child {
  margin: 0;
}
.icon-spdt {
  width: 40px;
  margin-right: 5px;
}
.info-spdt {
  width: calc(100% - 45px);
}
.top-spdt {
  font-size: 13px;
}
.bot-spdt {
  font-size: 12px;
}
.block-prod-rela {
  background: #f2f2f2;
  padding: 10px;
  position: relative;
}
.tit-prod-rela {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px;
}
.main-prod-rela {
  margin-bottom: 20px;
}
.img-prod-rela {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.img-prod-rela img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s;
}
.img-prod-rela:hover img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.rat-prod {
  display: block;
  width: 73px;
  height: 20px;
  margin: 0;
  margin-bottom: 5px;
  position: relative;
  font-size: 13px;
}
.rat-prod:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #f4d34e;
}
.rat-prod > span {
  position: absolute;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  color: #f4d34e;
}
.rat-prod > span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
  color: #f4d34e;
}
.info-prod-rela {
  padding: 15px 10px;
  background: #fff;
}
.name-prod-rela {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.info-prod-rela .rat-prod {
  margin: 10px 0;
}
.pri-prod-rela {
  font-size: 17px;
  font-weight: 700;
  color: #428bd0;
}
.block-slider-rela .owl-theme .owl-nav {
  margin: 0;
}
.block-slider-rela .owl-carousel {
  position: static;
}
.block-slider-rela .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  margin-top: -23px;
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.45);
}
.block-slider-rela .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
.block-slider-rela .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.block-slider-rela .owl-carousel .owl-nav button i {
  font-size: 30px;
}
.block-nav-intro {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.block-nav-intro > a {
  display: inline-block;
  padding: 10px 20px 7px;
  color: #000;
  font-weight: 700;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  position: relative;
}
.block-nav-intro > a.active {
  color: #406c51;
  border-top: 2px solid #406c51;
}
.block-nav-intro > a.active:after {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-top-color: #406c51;
  border-width: 6px;
  margin-left: -6px;
}
/* #sec-1 {
  padding-top: 20px;
} */
/* x */
.flex-info-plus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-info-plus {
  width: calc(70% - 15px);
}
.right-info-plus {
  width: calc(30% - 15px);
}
.inside-right-info-plus {
  position: sticky;
  top: 30px;
  z-index: 9;
  padding-top: 20px;
  margin-bottom: 10px;
}
.show-iprod {
  display: inline-block;
  border: 1px solid #428bd0;
  border-radius: 4px;
  padding: 10px 30px;
  color: #428bd0;
}
.show-iprod:hover {
  background: #428bd0;
  color: #fff;
}
.show-iprod i {
  margin-left: 5px;
}
.block-content-info-prod > .editer {
  height: 400px;
  overflow: hidden;
}
.block-content-info-prod > .editer.active {
  height: auto;
}
.tit-sec-ip {
  padding: 10px;
  background: #eee;
  font-weight: 700;
  margin-bottom: 10px;
}
.table-specifications {
  background: #eee;
  padding: 10px;
  padding-top: 0;
}
.table-specifications table {
  width: 100%;
}
.table-specifications table tr td {
  padding: 10px;
}
.table-specifications table tr:nth-child(odd) {
  background: #fff;
}
.table-specifications table tr:nth-child(even) {
  background: #fafafa;
}
.block-vid-prod {
  background: #eee;
  padding: 10px;
  padding-top: 0;
}
.block-vid-prod iframe {
  width: 100%;
}
.tit-count-rat {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.block-ratting {
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.left-block-ratting {
  width: 20%;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-point-rat {
  font-size: 40px;
  color: #fd9727;
}
.center-block-ratting {
  width: 45%;
}
.list-line-star {
  padding: 20px;
}
.line-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.lls {
  width: 35px;
  font-size: 13px;
}
.pt-ls {
  width: calc(100% - 115px);
  height: 5px;
  background: #e9e9e9;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.pt-ls > span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: #e3652b;
}
.rls {
  width: 80px;
  text-align: right;
  font-size: 13px;
  color: #2d61a8;
}
.list-line-star .line-star:last-child {
  margin: 0;
}
.right-block-ratting {
  width: 35%;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-form-rat {
  display: block;
  width: 200px;
  padding: 10px;
  color: #fff !important;
  background-color: #2d61a8;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}
.rating {
  border: none;
  float: left;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 0 2px;
  font-size: 1.25em;
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f005";
}
.rating > label {
  color: #ccc;
  float: right;
  margin: 0;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: orange;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: orange;
}
.rat-star .checked {
  color: orange;
}
.flex-rat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.box-main-ratting {
  border: 1px solid #ccc;
  border-top: unset;
  padding: 20px 15px;
}
.select-star {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.select-star p {
  margin-right: 10px;
}
.form-ip-rat form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-fir {
  width: calc(50% - 10px);
}
.left-fir textarea {
  width: 100%;
  border-radius: 4px 4px 0 0;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.ip-file-pic {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: unset;
  border-radius: 0 0 4px 4px;
}
.ip-file-pic input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.center-fir {
  width: calc(25% - 10px);
}
.center-fir input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 6px 12px;
}
.right-fir {
  width: calc(50% - 10px);
}
.right-fir input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 6px 12px;
}
.right-fir input.w50 {
  width: calc(50% - 5px);
  float: left;
}
.right-fir input.w50.mgl-10 {
  margin-left: 10px;
}
.right-fir button {
  background: #2d61a8;
  border: 1px solid #2d61a8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  color: #fff;
  padding: 6px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.box-main-ratting {
  display: none;
}
.div-star-rat {
  display: inline-block;
  margin-right: 15px;
}
.checked {
  color: orange;
}
.name-cus-rat {
  margin-bottom: 5px;
  font-size: 13px;
  color: #55a546;
}
.name-cus-rat span {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.count-tl-date-rat {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.count-tl-date-rat a {
  margin-right: 5px;
}
.count-tl-date-rat span {
  color: #999;
}
.date-ad-rep {
  color: #999;
}
.box-ad-rep {
  padding-left: 20px;
  display: none;
}
.text-ad-rep {
  padding-left: 10px;
  border-left: 4px solid #efefef;
}
.name-ad-rep {
  margin-bottom: 5px;
  font-weight: 700;
}
.name-ad-rep span {
  display: inline-block;
  background: #ecb340;
  font-weight: 400;
  margin-left: 10px;
}
.des-ad-rep {
  margin-bottom: 5px;
}
.form-ad-rep textarea {
  width: 100%;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.gro-input {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.gro-input input {
  width: calc(50% - 5px);
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  outline: unset;
  background: #fff;
}
.gro-input .gro-input-1 input {
  width: calc(50% - 5px);
}
.gro-input button {
  width: 45px;
  height: 37px;
  padding: 6px 0;
  background: #fbd648;
  border: 1px solid #c1bfbf;
  font-size: 14px;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  outline: unset;
}
.form-ad-rep {
  margin-top: 10px;
}
.box-gro-input {
  width: calc(100% - 45px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.box-gro-input.gro-input-1 {
  width: 100%;
}
.box-gro-input input,
.box-gro-input .captcha-img {
  margin-right: 5px;
}
.box-gro-input .captcha-img {
  width: 150px;
}
.box-gro-input .captcha-input {
  width: calc(100% - 155px);
  display: flex;
}
.item-customer-rat {
  margin-bottom: 15px;
}
.view-more-rat {
  text-align: center;
  margin-bottom: 20px;
}
.view-more-rat a {
  color: #2d61a8;
  display: inline-block;
  padding: 5px;
}
.num-comment {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.name-comment-prod {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.char-comment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  margin-right: 5px;
  background: #ccc;
}
.name-cus-comm {
  font-weight: 700;
}
.content-ans-cmt {
  margin-bottom: 5px;
}
.des-ans-cmt {
  padding-left: 30px;
}
.ques-comment-prod {
  margin-left: 30px;
  width: calc(100% - 30px);
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 10px;
}
.des-ans-cmt .form-ad-rep {
  margin-bottom: 10px;
}
.pos-ad {
  display: inline-flex;
  text-transform: uppercase;
  margin-right: 10px;
  color: #000;
  font-weight: 400;
  font-size: 10px;
  background: #eebc49;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 18px;
  height: 18px;
  margin-left: 10px;
}
.des-ques-cmt {
  padding-left: 30px;
}
.form-ad-rep-ques,
.form-ad-rep-ans {
  display: none;
}
.item-list-comment-prod {
  margin-bottom: 20px;
}
.tit-prod-detail-aside {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}
.des-prod-detail-aside {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #6daee8;
}
.status-prod {
  color: #6e9554;
  margin-bottom: 15px;
}
.status-prod-off {
  color: red;
  margin-bottom: 15px;
}
.status-prod i {
  color: #cc2338;
  margin-right: 5px;
  font-size: 20px;
}
.icon-shortcuts {
  text-align: center;
  margin-bottom: 5px;
}
.icon-shortcuts img {
  height: 30px;
}
.item-box-shortcuts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  color: #000;
  font-weight: 700;
  width: 33.333333%;
}
.f-search .stylish-input-group .input-group-addon {
  background: white !important;
}
.f-search .stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}
.f-search .stylish-input-group button {
  border: 0;
  background: transparent;
}
.icon-count-rat {
  display: inline-flex;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 3px 16px;
  font-size: 12px;
  color: #000;
  position: relative;
  height: 23px;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  margin-bottom: 7px;
}
.icon-count-rat:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-top-color: #e6e6e6;
  border-width: 5px;
  margin-left: -5px;
}
.box-shortcuts {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  margin: 10px 0;
}
.box-shortcuts .item-box-shortcuts:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tit-ita {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.tab-info-tech-aside table {
  width: 100%;
}
.tab-info-tech-aside table tr:nth-child(odd) {
  background: #fff;
}
.tab-info-tech-aside table tr:nth-child(even) {
  background: #fafafa;
}
.tab-info-tech-aside table tr td {
  padding: 10px;
}
.tab-info-tech-aside {
  margin-bottom: 10px;
}
.show-ita {
  display: block;
  text-align: center;
  background: #428bd0;
  color: #fff !important;
  padding: 7px 10px;
  border-radius: 4px;
}
.block-info-tech-aside {
  margin: 15px 0;
}
.box-banner-cate-page {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.block-slider-bcp {
  width: calc(100%);
}
.block-right-banner-cate-page {
  width: calc(33.333333% - 5px);
}
.block-right-banner-cate-page a {
  display: block;
  overflow: hidden;
}
.block-right-banner-cate-page a:first-child {
  margin-bottom: 10px;
}
.block-slider-bcp {
  position: relative;
}
.block-slider-bcp .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.block-fil-order-cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  flex-wrap: wrap;
}
.left-foc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-choose-fill {
  width: 125px;
  color: #fff;
}
.box-locgia {
  width: calc(100% - 225px);
}
.box-fil {
  width: 100px;
  position: relative;
}
.left-foc p {
  display: inline-block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.sp-fil {
  color: #fff;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
}
.sp-fil:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #2d61a8;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"] {
  position: absolute;
  right: 9000px;
}
.form-check input[type="radio"] + .label-text:before,
.form-check input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before,
.form-check input[type="checkbox"]:checked + .label-text:before {
  font-family: "FontAwesome";
  content: "\f14a";
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  color: #0075ff;
  animation: effect 250ms ease-in;
}
.ul-filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 0;
  padding-left: 2px;
}
.ul-filter .form-check {
  margin-bottom: 10px;
}
.ul-filter .form-check:last-child {
  margin-bottom: 0;
}
.form-check label {
  margin: 0;
  font-weight: 700;
  font-weight: unset;
  font-family: Arial;
}
@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.block-list-fil {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  background: #fff;
  padding: 10px;
  z-index: 99;
  box-shadow: 0 0 5px #ccc;
  display: none;
}
.item-list-fil .ul-filter .form-check {
  margin-bottom: 5px;
}
.tit-list-fil {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.item-list-fil {
  float: left;
  width: 33.333333%;
}
.sp-order {
  color: #ac1528;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
}
.sp-order:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #2d61a8;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.box-order {
  position: relative;
}
.block-list-order {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #fff;
  padding: 10px;
  z-index: 99;
  box-shadow: 0 0 5px #ccc;
  display: none;
}
.left-foc > a.active {
  font-weight: 700;
}
.block-benefit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #ac1528;
  border-radius: 4px;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 15px;
}
.text-benefit {
  background: #ac1528;
  padding: 10px;
  position: relative;
  color: #fff;
  text-align: center;
}
.text-benefit:after {
  content: "";
  vertical-align: middle;
  border-top: 30px solid #fff;
  border-left: 17px solid #ac1528;
  border-bottom: 30px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
.item-benefit {
  margin-right: 10px;
}
.item-benefit img {
  margin-right: 10px;
}
.tit-cate-page {
  border-bottom: 1px solid #fed101;
}
.tit-cate-page span {
  display: inline-block;
  padding: 10px;
  color: #000 !important;
  background: #fed101;
  font-size: 18px;
  font-weight: 700;
}
.list-prod-incate {
  display: flex;
  flex-wrap: wrap;
}
.item-prod-incate {
  width: 25%;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
.item-prod-incate:hover::before {
  left: 0;
  right: 0;
}
.item-prod-incate::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-top: solid 1px #095aa7;
  border-bottom: solid 1px #095aa7;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  pointer-events: none;
  z-index: 1;
}
.item-prod-incate:hover::after {
  top: 0;
  bottom: 0;
}
.item-prod-incate::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  border-left: solid 1px #095aa7;
  border-right: solid 1px #095aa7;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  pointer-events: none;
  z-index: 1;
}
.lblgiftfix {
  height: 22px;
  margin: 5px 0;
}
.code-prod {
  margin-bottom: 5px;
}
.pri-prod-incate {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #d0021b;
}
.item-prod-incate .name-prod-ph {
  margin-bottom: 5px;
}
.item-prod-incate .pri-prod-ph {
  margin-bottom: 5px;
}
.item-prod-incate .pri-prod-ph .old-pri-prod-ph {
  margin-left: 10px;
}
.install {
  position: absolute;
  top: 10px;
  left: 45px;
  background: #efd130;
  border-radius: 2px;
  font-size: 9px;
  padding: 1px 3px;
  color: #000;
  line-height: 20px;
}
.lb-ranking {
  position: absolute;
  top: 10px;
  right: 0;
  background: #cc2338;
  padding: 1px 20px 1px 5px;
  color: #fff;
  font-size: 9px;
  border-radius: 2px;
  display: inline-block;
  line-height: 20px;
}
.lb-ranking:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: -1px;
}
.install2 {
  position: absolute;
  top: 10px;
  left: 45px;
  background: #efd130;
  border-radius: 2px;
  font-size: 9px;
  padding: 1px 3px;
  color: #000;
  line-height: 20px;
}
.lb-ranking2 {
  position: absolute;
  top: 10px;
  right: 0;
  background: #eb5757;
  padding: 1px 20px 1px 5px;
  color: #fff;
  font-size: 9px;
  border-radius: 2px;
  display: inline-block;
  line-height: 20px;
}
.lb-ranking2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: -1px;
}
.block-cate-prod {
  margin-bottom: 20px;
}
.desc-cate-page {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.desc-cate-page .editer {
  max-height: none !important;
  overflow: hidden;
}
.load-more-content {
  display: flex;
  justify-content: center;
  height: 80px;
  position: absolute;
  cursor: pointer;
  bottom: -25px;
  width: 100%;
}
.load-more-content a {
  margin: auto;
  padding: 7px 60px;
  border: 1px solid #ac1528;
  color: #ac1528;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #fff;
  border-radius: 4px;
}
.bg-blur {
  position: absolute;
  height: 130px;
  width: 100%;
  transition: all 0.3s ease;
  filter: blur(42px);
  bottom: -45px;
  background: #fff;
}
.tit-faq {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}
.item-faq {
  margin-bottom: 20px;
}
.top-faq {
  position: relative;
  margin-bottom: 5px;
  padding-right: 20px;
  cursor: pointer;
}
.top-faq i {
  position: absolute;
  right: 0;
  top: 2px;
}
.content-faq {
  color: #aaa;
  display: none;
}
.block-faq {
  margin-bottom: 15px;
}
.pagi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pagi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ac1528;
  color: #ac1528;
  border-radius: 4px;
  margin: 0 2px;
}
.pagi a.active,
.pagi a:hover {
  background: #ac1528;
  color: #fff;
}
.block-news-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.big-news-top {
  width: calc(60% - 15px);
}
.img-bnt {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.tit-bnt {
  margin: 10px 0;
  font-weight: 700;
}
.des-bnt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list-news-top {
  width: calc(40% - 15px);
}
.tit-lnt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.ul-lnt {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-lnt > li {
  border-bottom: 1px solid #e5e5e5;
}
.ul-lnt > li > a {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  color: #333;
}
.ul-lnt > li > a > label {
  float: left;
  padding: 5px 10px 0 10px;
  background: #2d61a8;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  margin-right: 10px;
  border-radius: 4px 4px 0 0;
}
.ul-lnt > li > a > label:after {
  content: "";
  border-top: 10px solid #2d61a8;
  border-left: 16px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.ul-lnt > li > a > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  width: calc(100% - 45px);
}
.ul-lnt > li > a:hover {
  color: #2d61a8;
}
.box-news-bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.img-bnb {
  display: block;
  width: 200px;
  margin-right: 20px;
  overflow: hidden;
}
.info-bnb {
  width: calc(100% - 220px);
}
.tit-news-bnb {
  margin: 0;
  margin-bottom: 10px;
}
.des-bnb {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.div-news-bottom .view-more-rat {
  margin-top: 15px;
}
.div-news-detail {
  margin: 20px auto;
  width: 800px;
}
.tit-news-detail {
  margin: 0;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 24px;
}
.block-appendix {
  width: 50%;
  margin-bottom: 20px;
  background: #dbedf9;
  border-radius: 5px;
  overflow: hidden;
}
.head-appendix {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  color: #167ac6;
}
.head-appendix a {
  font-weight: 400;
}
.ul-appendix {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 10px;
}
.ul-appendix > li {
  margin-bottom: 10px;
}
.list-news-rela {
  margin-top: 15px;
  margin-bottom: 20px;
}
.tit-news-rela {
  font-weight: 700;
  font-size: 18px;
  color: #a9a9a9;
  margin-bottom: 10px;
}
.ul-list-news-rela {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-list-news-rela > li {
  margin-bottom: 5px;
}
.ul-list-news-rela > li i {
  margin-right: 5px;
}
.box-cmt-news-detail {
  margin-bottom: 20px;
}
.box-link-aside {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.tit-link-aside {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 10px 10px 7px;
}
.ul-aside {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-aside > li > a {
  display: block;
  border-top: 1px solid #ccc;
  padding: 7px 10px;
}
.ul-aside > li.active > a,
.ul-aside > li:hover > a {
  background: #f5a623;
  color: #fff;
}
.tit-page {
  font-size: 22px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.img-km {
  display: block;
  overflow: hidden;
}
.info-km {
  padding: 10px;
  background: #f7f7f7;
}
.h4-tit-km {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.p-des-km {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.div-block-km {
  margin-bottom: 20px;
}
.tit-check-order {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.p-and {
  text-align: center;
  padding-top: 5px;
}
.btn-check {
  background: #222;
  color: #fff;
  padding: 7px 40px 10px;
  border: none;
  outline: unset;
  text-transform: uppercase;
}
.block-form-check-order {
  margin-bottom: 30px;
}
.tab-check-order table {
  width: 100%;
}
.tab-check-order tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
.box-prod-check-order p {
  margin-bottom: 5px;
}
.box-prod-check-order p:last-child {
  margin: 0;
}
.list-status-order {
  padding-left: 20px;
}
.list-status-order li.active {
  color: #cc2338;
}
.box-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
}
.btn-minus {
  border: none;
  background: none;
  outline: unset;
  width: 25px;
  height: 40px;
  border-right: 1px solid #ccc;
}
.btn-plus {
  border: none;
  background: none;
  outline: unset;
  width: 25px;
  height: 40px;
  border-left: 1px solid #ccc;
}
.ip-soluong {
  width: 40px;
  padding: 5px 0;
  text-align: center;
  border: none;
}
.table-cart form {
  width: 100%;
}
.table-cart table {
  width: 100%;
}
.table-cart table tr th {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
.table-cart table tr td {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  font-weight: 700;
  text-align: center;
}
.block-coupon {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-top: unset;
}
.ip-coupon {
  border: 1px solid #eee;
  padding: 6px 12px;
  height: 40px;
  outline: unset;
  width: 295px;
}
.btn-coupon {
  height: 40px;
  padding: 6px 30px;
  color: #fff;
  background: #f1ba47;
  border: 1px solid #f1ba47;
  margin-left: 10px;
  outline: unset;
  white-space: nowrap;
  border-radius: 2px;
}
.up-cart {
  height: 40px;
  padding: 6px 30px;
  border: none;
  background: #f1ba47;
  border: 1px solid #f1ba47;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap;
  outline: unset;
}
.tit-total {
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #262626;
}
.tab-total {
  display: flex;
  justify-content: space-between;
}
.box-tab-total {
  width: 100%;
  max-width: 375px;
}
.line-total {
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.line-total div:first-child {
  width: 30%;
}
.line-total div:last-child {
  width: 70%;
}
.line-total div {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
}
.box-btn-total {
  width: calc(100% - 390px);
}
.box-btn-total > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background: #f1ba47;
  border-radius: 2px;
  margin-bottom: 10px;
  height: 49px;
}
.tit-pay {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  background: #cc2338;
  text-transform: uppercase;
  padding: 5px 0 5px 14px;
  width: 50%;
}
.head-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.qty-order .btn-minus,
.qty-order .btn-plus {
  padding: 0;
  height: 32px;
}
.ho-tit {
  width: calc(100% - 320px);
  padding-left: 70px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.ho-qty {
  width: 110px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.ho-pri {
  text-align: center;
  width: 100px;
  font-weight: 700;
  font-size: 14px;
}
.ho-total {
  width: 110px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.line-order {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.item-line-order {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.qty-order {
  width: 110px;
  text-align: center;
}
.total-order {
  display: flex;
  align-items: center;
  width: 110px;
  justify-content: flex-end;
}
.total-order > p {
  color: #d00122;
}
.remo-ho {
  display: inline-flex;
  margin-left: 7px;
}
.total-order * {
  font-size: 14px;
}
.img-order {
  width: 70px;
}
.info-order {
  width: calc(100% - 390px);
  padding: 0 5px;
}
.info-order p {
  font-size: 14px;
}
.pri-order {
  width: 100px;
  text-align: center;
  font-size: 14px;
}
.pri-order p {
  font-size: 14px;
}
.qty-prod {
  display: flex;
  align-items: center;
  justify-content: center;
}
.giftbox-pay {
  font-size: 14px;
  color: #d00122;
  padding-left: 75px;
}
.flex-total {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.flex-total p:first-child {
  font-weight: 700;
  width: 100px;
  margin-right: 10px;
  font-size: 16px;
}
.flex-total p:last-child {
  font-weight: 500;
  color: #d00122;
  font-size: 16px;
}
.block-bank {
  padding: 15px;
  border: 1px dashed #ccc;
  display: none;
}
.block-radio-pay .ul-filter .form-check {
  margin-bottom: 10px;
}
.foot-order {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.left-footer-order {
  width: 50%;
}
.right-footer-order {
  width: 50%;
}
.to-shop {
  font-size: 14px;
}
.line-tol {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 7px;
}
.left-tol {
  width: 200px;
  text-align: right;
  font-size: 14px;
}
.right-tol {
  width: calc(100% - 200px);
  text-align: right;
  font-size: 14px;
}
.line-tol.last-lt {
  border-top: 1px solid #ccc;
  padding-top: 7px;
}
.line-tol.last-lt .left-tol,
.line-tol.last-lt .right-tol {
  color: #d00122;
  font-weight: 700;
}
.add-coupon {
  text-align: right;
  font-size: 14px;
  margin: 7px 0;
}
.box-wri-coupon.active {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.box-wri-coupon {
  display: none;
}
.box-wri-coupon input {
  width: 200px;
  border: 1px solid #ccc;
  height: 32px;
  padding: 3px 10px;
  outline: unset;
  font-size: 14px;
}
.box-wri-coupon button {
  width: 75px;
  height: 32px;
  padding: 3px 10px;
  background: #cc2338;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: unset;
  font-size: 14px;
}
.btn-sm-pay {
  background: #f1ba47;
  color: #fff;
  border: 1px solid #f1ba47;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 30px;
}
.col-20 {
  width: 20%;
  padding: 0 10px;
}
.block-prod-flash-sale .item-flash-sale {
  display: block;
  background: #e4e4e4;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}
.block-prod-flash-sale > .row {
  margin: 0 -10px;
}
.block-reslog {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 2px;
  width: 500px;
  margin: 0 auto;
}
.tit-reslog {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.btn-log {
  display: block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #cc2338;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  outline: unset;
  border: none;
  width: 100%;
}
.a-fb {
  border: 1px solid #39579a;
  background: #39579a;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  padding: 5px;
  width: 100%;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}
.a-fb i {
  margin-right: 5px;
}
.box-asi-user {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
}
.user-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.avatar-login {
  width: 32px;
  margin-right: 8px;
  font-size: 26px;
}
.name-login {
  width: calc(100% - 40px);
}
.p-name-login {
  font-weight: 700;
  font-size: 18px;
}
.ul-list-user {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-list-user > li {
  margin-bottom: 10px;
}
.ul-list-user > li > a {
  color: #000;
  display: block;
  padding: 5px 0;
  font-weight: 600;
}
.ul-list-user > li:hover > a,
.ul-list-user > li.active > a {
  color: #ea3136;
}
.ul-list-user > li > a > i {
  width: 40px;
  font-size: 20px;
}
.box-in-login {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 0 5px #ccc;
}
.item-line-cart {
  background: #fff;
  padding: 15px 10px;
  border-radius: 4px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 0 5px #ccc;
}
.id-donhang {
  width: 20%;
  padding: 0 5px;
}
.img-name-prod-cart {
  width: 60%;
  padding: 0 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pri-prod-cart {
  width: 20%;
  padding: 0 5px;
  color: #ea3136;
  font-weight: 700;
  text-align: right;
  font-size: 16px;
}
.img-prod-cart {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 5px;
}
.img-prod-cart img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.name-prod-cart {
  width: calc(100% - 95px);
}
.p-name-prod-cart {
  margin-bottom: 5px;
}
.box-prod-favorite .item-prod-incate {
  width: 33.333333%;
}
.remo-favo {
  font-size: 14px;
  margin-top: 5px;
}
.a-video {
  display: block;
  overflow: hidden;
}
.a-video img {
  width: 100%;
}
.a-video span {
  display: block;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
.block-video {
  margin-bottom: 20px;
}
.check-order-mb {
  display: none;
}
.login-mb {
  display: none;
}
.sec-okachi-banner {
  padding: 100px 0;
}
.block-banner-okachi {
  padding: 20px;
  background: #f2f2f2;
}
.block-banner-okachi h3 {
  color: #f14f67;
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.a-nhanbaohanh {
  padding: 10px 15px;
  color: #fff !important;
  background: #f14f67;
  border-radius: 25px;
  border: 1px solid #f14f67;
  margin-right: 20px;
  display: inline-block;
  font-weight: 700;
}
.a-nhanmualai {
  padding: 10px 15px;
  color: #f14f67 !important;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #f14f67;
  display: inline-block;
  font-weight: 700;
}
.gr-btn-okachi {
  margin-top: 20px;
}
.sec-solu-okachi {
  background: #f14f67;
  padding: 70px 0;
}
.tit-oka-care {
  color: #fff;
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.des-solu-okachi {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.call-solu {
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 24px;
  color: #fff !important;
  font-weight: 700;
}
.call-solu i {
  margin-right: 5px;
}
.box-oka-cate {
  margin-bottom: 20px;
  text-align: center;
}
.img-oka-cate {
  margin-bottom: 15px;
}
.des-oka-cate {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
.block-okach-cate {
  margin-top: 30px;
}
.sec-form-guarantee {
  background: #f2f2f2;
  padding: 40px 0;
}
.tit-form-oka {
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.des-tit-form-oka {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.btn-form-oka {
  cursor: pointer;
  border: none;
  background: #f14f67;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 25px;
  font-weight: 700;
}
.box-form-oka {
  margin: 0 auto;
  width: 360px;
}
.box-vid-oka iframe {
  width: 100%;
  height: 150px;
}
.tit-contact-oka {
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.box-contact-oka {
  background: #fff;
  padding: 30px 20px;
}
.ul-contact {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-contact > li {
  margin-bottom: 10px;
}
.ul-contact > li:last-child {
  margin: 0;
}
.sec-form-buy {
  padding: 40px 0;
}
.box-camket-oka {
  background: #f2f2f2;
  padding: 30px;
}
.tit-oka-ck {
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.ul-camket {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-bottom: 30px;
}
.ul-camket > li {
  width: 50%;
  margin-bottom: 5px;
}
.ul-view-more {
  padding-left: 20px;
  margin: 0;
  list-style-type: decimal;
}
.ul-view-more > li {
  margin-bottom: 5px;
}
.block-group-post {
  padding: 40px 0;
  background: #f2f2f2;
}
.block-post-oka {
  background: #fff;
  padding: 10px;
}
.tit-post-oka {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.item-post-oka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.img-post-oka {
  display: block;
  width: 170px;
  margin-right: 10px;
  overflow: hidden;
}
.right-post-oka {
  width: calc(100% - 180px);
}
.td-post-oka {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
}
.authur-oka {
  font-size: 14px;
}
.authur-oka i {
  margin-right: 3px;
}
.giftbox-cart {
  font-weight: 700;
  color: #d00122;
  margin-top: 5px;
}
.line-order .giftbox-cart {
  font-size: 13px;
}
.block-aside-video-page .item-prod-incate {
  width: 100%;
}
.block-aside-video-page {
  background: #f2f2f2;
}
.tit-vid-detail {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.box-vid-detail iframe {
  width: 100%;
}
.box-vid-detail {
  margin-bottom: 15px;
}
.tit-bivp {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.desc-product-v {
  margin-bottom: 10px;
}
.sum-product-v {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.sum-product-v-left {
  width: 58%;
}
.detail-info-spec {
  margin: 15px 0;
}
.detail-info-spec .info-spec-left {
  min-width: 105px;
  display: inline-block;
  vertical-align: top;
}
.info-spec-right {
  display: inline-block;
  width: calc(100% - 110px);
}
.p-price {
  font-size: 18px;
  font-weight: 700;
  color: #da251c;
  display: inline-block;
  line-height: 18px;
}
.p-price-vat {
  margin-left: 10px;
}
.price-ico-note {
  display: inline-block;
  color: #da251c;
  cursor: pointer;
}
.p-price-old {
  text-decoration: line-through;
}
.p-price-sale {
  background: #2d61a8;
  padding: 3px 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: 30px;
}
.p-price-sale span {
  padding: 0 6px;
  color: #fff;
  position: relative;
}
.p-price-sale span:before {
  content: "";
  float: left;
  position: absolute;
  top: -3px;
  left: -14px;
  width: 0;
  height: 0;
  border-color: transparent #2d61a8 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  z-index: 1;
}
.p-price-sale span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: -5px;
  float: left;
  width: 5px;
  height: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  z-index: 2;
}
.btn-buy-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.btn-buy-wrap,
.btn-supp-wrap {
  width: 49%;
}
.btn-shopp-manual {
  cursor: pointer;
  color: #fff !important;
  font-size: 20px;
  height: 45px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}
.btn-buy-wrap a {
  color: #fff;
  display: block;
}
.btn-shopp-manual.btn-buy {
  background-color: #da251c;
}
.icon-shopp {
  height: 45px;
  float: left;
  font-size: 0.8em;
  width: 50px;
}
.icon-spcart {
  background: url(../img/ShoppingCart-32.webp) no-repeat center center;
  border-right: 1px solid rgb(255 255 255 / 23%);
}
.txt-shopp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.btn-shopp-manual.btn-supp {
  background-color: #0fa80f;
  display: block;
}
.icon-supp {
  background: url(../img/btn-tuvan.webp) no-repeat center center;
  border-right: 1px solid rgb(255 255 255 / 23%);
}
.btn-prod-shopping {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sum-product-v-right {
  width: 40%;
  text-align: center;
}
.img-pod-in-vid {
  display: inline-block;
}
.tit-info-techno {
  font-size: 18px;
  margin-bottom: 15px;
}
.tab-info-techno table {
  width: 100%;
}
.tab-info-techno table tr td {
  border: 1px solid #ccc;
  padding: 10px;
}
.tab-info-techno {
  margin-bottom: 20px;
}
.tit-more-videos {
  margin-bottom: 20px;
  font-size: 18px;
}
.item-bao {
  display: block;
  text-align: center;
}
.item-bao > img {
  display: inline-block !important;
}
.block-slider-bao {
  padding: 15px;
}
.block-cate-news-top {
  display: flex;
  overflow: auto;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 20px;
}
.block-cate-news-top a {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 5px;
  text-align: center;
  padding: 10px;
  color: #065da9;
  text-align: center;
  margin-bottom: 5px;
}
.block-cate-news-top a:first-child {
  margin-left: 0;
}
.prod-tragop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.img-prod-tragop {
  display: block;
  width: 70px;
  margin-right: 15px;
}
.info-tragop {
  width: calc(100% - 85px);
}
.name-prod-tragop {
  margin-bottom: 5px;
}
.pri-tragop {
  font-weight: 700;
}
.pri-tragop span {
  color: #d0021b;
}
.block-main-tragop {
  width: 960px;
  margin: 0 auto;
}
.block-tab-tragop .nav-tabs > li {
  width: 50%;
}
.block-tab-tragop .nav-tabs {
  display: flex;
  justify-content: space-between;
  background: #eee;
  border: none;
}
.block-tab-tragop .nav-tabs > li > a {
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  font-size: 17px;
  color: #000;
}
.block-tab-tragop .nav-tabs > li > a > span {
  display: block;
  text-transform: uppercase;
}
.block-tab-tragop .tab-content {
  background: #fff;
  padding: 20px;
}
.select-month {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.select-month > a {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  vertical-align: middle;
  border: 1px solid #cc2338;
  border-radius: 2px;
  color: #cc2338;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 15px;
  width: auto;
  cursor: pointer;
}
.select-month > a.active {
  background-color: #eee;
  border: 1px solid #f5a523;
  cursor: pointer;
  position: relative;
  box-shadow: -2px 3px 23px -9px #000;
}
.block-table-comp-bank table {
  width: 100%;
}
.block-table-comp-bank table tr td,
.block-table-comp-bank table tr th {
  padding: 10px;
  border: 1px solid #ccc;
  width: 33.333333%;
}
.block-table-comp-bank table tr:nth-child(odd) {
  background: #f9f9f9;
}
.tratruoc {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  vertical-align: middle;
  border: 1px solid #cc2338;
  border-radius: 2px;
  color: #cc2338;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.selectpercent {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  display: none;
}
.selectpercent.active {
  display: block;
}
.selectpercent > table {
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  position: fixed;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  z-index: 4;
  width: 30%;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.selectpercent > table tr:nth-child(odd) {
  background: #f9f9f9;
}
.selectpercent > table tr td {
  padding: 6px 10px;
  text-align: left;
}
.selectpercent > table tr:first-child td {
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.close-selectpercent {
  font-size: 20px;
  font-weight: 700;
  float: right;
}
.td-option {
  cursor: pointer;
}
.sp-percent {
  color: #ccc;
}
.detail-gop {
  display: inline-block;
  margin-left: 10px;
}
.show-gop {
  background: #fff !important;
  display: none;
}
.show-gop td {
  color: #bbb;
}
.btn-tragop {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  border-width: 0px !important;
  font-weight: 700;
}
.btn-tragop.active {
  background: #ac1528;
  box-shadow: 0 0 8px 0 #000;
  color: #fff;
}
.contact-comp-bank table {
  width: 60%;
  margin: 0 auto;
}
.contact-comp-bank table tr:nth-child(odd) {
  background: #f9f9f9;
}
.contact-comp-bank table tr th,
.contact-comp-bank table tr td {
  border: 1px solid #ccc;
  padding: 10px;
}
.list-bank-tragop {
  display: flex;
  flex-wrap: wrap;
}
.a-bank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: calc(20% - 10px);
  margin-bottom: 20px;
  margin: 0 5px 10px;
  padding: 5px;
}
.a-bank.active {
  background-color: #eee;
  border: 1px solid #f5a523;
  cursor: pointer;
  position: relative;
  box-shadow: -2px 3px 23px -9px #000;
}
.list-bank-tragop {
  margin-bottom: 10px;
}
.box-bank-tragop table {
  width: 100%;
}
.box-bank-tragop table tr:nth-child(odd) {
  background: #f9f9f9;
}
.box-bank-tragop table tr td {
  border: 1px solid #ccc;
  padding: 10px;
}
.box-bank-tragop {
  margin-bottom: 20px;
}
.box-address-tragop {
  overflow: visible;
  background: #f0f0f0;
  margin-top: 15px;
  padding: 20px 20px 0 20px;
  position: relative;
}
.slider-nav-thumbnails .slick-slide {
  margin: 0 5px;
}
.slider-nav-thumbnails .slick-list {
  margin: 0 -5px;
}
.slider-nav-thumbnails .slick-slide {
  border: 1px solid #ccc;
}
.slider-gall {
  margin-bottom: 15px;
}
.item-gall iframe {
  width: 100%;
  height: 475px;
}
.slider-nav-thumbnails button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  border: none;
  outline: unset;
  padding: 0;
  font-size: 0;
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.45);
}
.slick-prev {
  left: -20px;
  background: url(../img/back_g.svg) center center no-repeat;
}
.slick-next {
  right: -20px;
  background: url(../img/next_g.svg) center center no-repeat;
}
.box-select-color {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
.left-select-color {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  align-items: center;
}
.left-select-color > p {
  margin-right: 10px;
}
.list-color-opt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-color-opt > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  margin: 3px;
}
.list-color-opt > a.active {
  border: 1px solid red;
  box-shadow: 0 0 5px #4a4a4a;
}
.color-prod-cart {
  margin-top: 5px;
  position: relative;
}
.color-prod-cart > a {
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.color-selected {
  color: #ac1528;
}
.box-color-of-prod {
  position: absolute;
  top: 100%;
  border: 1px solid #0071c4;
  width: 100%;
  left: 0;
  z-index: 9;
  display: none;
}
.head-bcop {
  background: #0071c4;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
}
.clo-col {
  color: #fff !important;
  font-size: 13px;
  float: right;
}
.bot-bcap {
  background: #fff;
  padding: 10px;
}
.bot-bcap .left-select-color {
  width: 100%;
}
.info-order .box-color-of-prod {
  width: 300px;
}
.block-sli-bnfl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.block-sli-bnfl .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
  outline: unset;
  border: none;
  z-index: 9;
}
.block-sli-bnfl .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
  outline: unset;
  border: none;
  z-index: 9;
}
.block-prod-flash-sale {
  position: relative;
  z-index: 9;
  top: 400px;
  margin-bottom: 220px;
}
.block-page-flash-sale {
  position: relative;
  min-height: 1200px;
}
.box-slider-gall {
  position: relative;
}
.box-img-color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.box-img-color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.back-tab-tragop {
  margin-bottom: 10px;
}
.block-total-detail-tg {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.block-total-detail-tg > .flex-bw {
  margin-bottom: 15px;
}
.note-requi {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.note-requi > p {
  margin-bottom: 10px;
}
.note-requi > p:last-child {
  margin: 0;
}
.block-add-tragop {
  background: #fff;
  padding: 20px;
}
.block-form-info-tragop {
  display: none;
}
.wrap-fixed-footer {
  display: none;
}
.box-cate-mobile {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 5px;
}
.box-cate-mobile > a,
.box-cate-mobile > span {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.tit-cate-mobile {
  text-align: center;
  margin: 0;
  margin-top: 10px;
}
.tit-cate-mobile a,
.tit-cate-mobile span {
  color: #000;
  font-size: 15px;
}
.cate-mobile {
  border-bottom: 1px solid #ddd;
}
.cate-mobile .row {
  margin: 0;
}
#show-cate-mobile {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow: auto;
  transition: right 0.5s;
}
#show-cate-mobile.active {
  right: 0;
  transition: right 0.5s;
}
#show-menu-mobile {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow: auto;
  transition: right 0.5s;
}
#show-menu-mobile.active {
  right: 0;
  transition: right 0.5s;
}
.back-cate {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.sp-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.tit-sp-back {
  font-size: 16px;
  margin-left: 10px;
}
.list-cate-mobile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ul-cate-mobile {
  width: 100px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-cate-mobile > li {
  cursor: pointer;
}
.ul-cate-mobile > li > a {
  display: block;
  font-size: 13px;
  color: #000;
  padding: 13px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f1f1f5;
  border-left: 2px solid transparent;
}
.ul-cate-mobile > li.active > a {
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 2px solid #f60;
  color: #f60;
}
.group-cate-mobile {
  width: calc(100% - 100px);
  padding: 10px 5px;
}
.pub-cate-mb.active {
  display: flex;
  flex-wrap: wrap;
}
.pub-cate-mb {
  display: none;
}
.pub-menu-mb.active {
  display: flex;
  flex-wrap: wrap;
}
.pub-menu-mb {
  display: none;
}
.back-cate.bar-mb {
  justify-content: space-between;
}
.back-cate.bar-mb a {
  color: #f60 !important;
  margin-right: 15px;
  font-size: 16px;
}
.divback {
  display: flex;
  align-items: center;
}
.item-cate-mobile {
  width: 33.333333%;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}
.tit-cate-mb {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
.tit-cate-mb {
  color: #000;
}
.view-all-cate-mb {
  display: flex;
  height: calc(100% - 35px);
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.view-all-cate-mb span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50px;
  background: #f60;
}
.tit-prod-viewed {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.block-countdown-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #da251c;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 20px;
}
.pri-saled {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.sale-persen {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.pri-not-sale {
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
  line-height: 25px;
}
.time-end {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
}
.box-main-countdown {
  display: flex;
  align-items: center;
}
.time-box-item {
  background: #fff;
  margin: 0 3px;
  border-radius: 5px;
  padding: 5px;
  color: #000;
  width: 40px;
}
.time-box-item span:first-child {
  font-size: 14px;
  display: block;
  text-align: center;
}
.time-box-item span:last-child {
  font-size: 12px;
  display: block;
  text-align: center;
}
.instock {
  color: #fff;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.instock span {
  font-size: 14px;
}
.block-info-prod-detail .slick-slide img {
  width: 100%;
  object-fit: cover;
}
.block-sp-page {
  border: 1px solid #ccc;
  min-height: 220px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 20px 10px;
}
.icon-sp-page {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tit-sp-page {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  text-align: center;
}
.block-sp-page:hover {
  background: #d5f3ff;
}
.block-aside-sp {
  background: #f1ba47;
  padding: 10px;
  border-radius: 4px;
}
.block-aside-sp .box-info-plus {
  margin-bottom: 10px;
}
.block-aside-sp .box-info-plus:last-child {
  margin-bottom: 0;
}
.block-slider-viewed .item-prod-incate {
  width: 100%;
}
.block-introduce {
  margin: 20px 0;
  padding: 0 15px;
}
.youtube-player {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  cursor: pointer;
}
.youtube-player img {
  width: 100%;
  border-radius: 8px;
}
.youtube-player iframe {
  width: 100%;
  border-radius: 8px;
}
.youtube-player.pristine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: 0;
  height: 0;
  width: 0;
  border-left: 40px solid #ac1528;
  border-top: 22px solid transparent;
  border-bottom: 30px solid transparent;
  transition: opacity 0.2s ease;
  opacity: 0.8;
}
.youtube-player.pristine:hover::before {
  opacity: 0.7;
}
.tit-intro-home {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.tit-des-intro {
  font-size: 18px;
  margin-bottom: 10px;
}
.box-certificate {
  margin: 20px 0;
}
.item-cer {
  padding: 30px 20px;
  display: flex;
  background: #fff;
}
.item-cer img {
  max-width: 150px;
  height: auto;
  margin: auto;
  margin-right: 10px;
}
.desc-cer {
  text-align: center;
  font-size: 18px;
  font-style: italic;
}
.box-certificate .owl-theme .owl-nav {
  margin: 0;
}
.box-certificate .owl-carousel {
  position: static;
}
.box-certificate .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  z-index: 9;
  color: #428bd0;
  margin: 0;
  background: none;
  outline: unset;
}
.box-certificate .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  right: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  z-index: 9;
  color: #428bd0;
  margin: 0;
  background: none;
  outline: unset;
}
.block-slider-feedback .owl-theme .owl-nav {
  margin: 0;
}
.block-slider-feedback .owl-carousel {
  position: static;
}
.block-slider-feedback .owl-carousel .owl-nav button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 9;
  color: #ac1528;
  background: rgba(255, 255, 255, 0.7);
  outline: unset;
  margin: 0;
  border-radius: 50%;
}
.block-slider-feedback .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  right: 0;
  font-size: 22px;
}
.block-slider-feedback .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: 0;
  font-size: 22px;
}
.block-slider-feedback .owl-carousel .owl-nav button:hover {
  background: #ac1528;
}
.block-slider-feedback .owl-carousel .owl-nav button i {
  font-size: 30px;
}
.block-slider-feedback .owl-carousel .owl-dots span {
  width: 8px;
  height: 8px;
}
.block-slider-feedback .owl-carousel .owl-dots .active span {
  background: #ac1528;
}
.item-feedb {
  display: flex;
  padding: 10px 40px;
}
.feedb-left {
  width: 220px;
  padding: 0 10px;
  margin: auto;
}
.feedb-right {
  width: calc(100% - 220px);
  background: #ac1528;
  padding: 20px;
  color: #fff;
  font-style: italic;
  position: relative;
  margin-left: 20px;
}
.item-prod-rela:hover::before {
  left: 0;
  right: 0;
}
.item-prod-rela::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-top: solid 1px #095aa7;
  border-bottom: solid 1px #095aa7;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  pointer-events: none;
  z-index: 1;
}
.item-prod-rela:hover::after {
  top: 0;
  bottom: 0;
}
.item-prod-rela::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  border-left: solid 1px #095aa7;
  border-right: solid 1px #095aa7;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  pointer-events: none;
  z-index: 1;
}
.main-activities {
  margin: 20px 0;
}
.activities-left {
  width: 225px;
  margin-right: 10px;
}
.activities-right {
  width: calc(100% - 235px);
}
.main-activities img {
  border-radius: 4px;
}
.status-prod-coming {
  color: #ffb830;
  margin-bottom: 15px;
}
.btn-coming {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  text-align: center;
  background: #e8b148;
  border: 1px solid #e8b148;
  text-transform: uppercase;
}
.btn-coming span {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: none;
  padding-top: 3px;
}
.main-banner-home {
  width: 30%;
  border: 1px solid #ccc;
  background: #fff;
  padding-left: 5px;
}
.item-baner-home {
  width: 100%;
}
.item-baner-home img {
  width: 100%;
  height: 100%;
}
.item-baner-home:first-child {
  margin-bottom: 8px;
}
#sync1 {
  position: relative;
  display: flex;
  justify-content: center;
}
.main-banner .owl-theme .owl-dots {
  margin: 0px !important;
  position: absolute;
  bottom: 0;
}
.main-banner .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span {
  background: #000;
}
.item-prod-incate .discount {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
}
.prod-ph .new-pri-prod-ph {
  font-size: 12px;
}
.scale_effect {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-align: center;
}
.scale_effect img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.scale_effect::before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 50%;
  right: 50%;
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scale_effect::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 50%;
  left: 10px;
  right: 10px;
  z-index: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scale_effect:hover::before {
  left: 5px;
  right: 5px;
}
.scale_effect:hover::after {
  top: 5px;
  bottom: 5px;
}
.scale_effect:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.modal-backdrop {
  z-index: 99;
}
.scrollTotal {
  max-height: 350px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
#statics-preorder .list-statics-order table {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#statics-preorder .list-statics-order table thead th {
  background: #333;
  color: #fff;
}
#statics-preorder .list-statics-order table th,
#statics-preorder .list-statics-order table td {
  padding: 10px 10px;
}
#statics-preorder .list-statics-order table td {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.list-statics-order {
  font-size: 13px;
}
#statics-preorder > h3 {
  font-size: 18px;
  font-weight: 700;
}
.block-list-coming {
  margin: 20px 0;
}
.block-datgiucho {
  margin: 10px 0;
}
.box-datgiucho {
  padding: 10px;
  border: 1px solid #f97d10;
  background: #fff4de;
}
.box-datgiucho h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.item-datgiucho {
  width: 100%;
  margin: 10px 0;
}
.tit-datgiucho {
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
.datgiucho {
  float: left;
}
.datgiucho label {
  font-weight: 500;
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.datgiucho label:hover {
  border: 1px solid #ac1528;
  color: #ac1528;
}
.datgiucho label.active {
  background: #0a44b6;
  border: 1px solid #0a44b6;
  color: #fff;
}
.datgiucho select {
  border: 1px solid #ccc;
  background: #fff;
  width: 60px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  float: left;
}
.item-datgiucho input {
  width: calc(100% - 5px);
}
.item-datgiucho input:first-child {
  margin-right: 10px;
}
.lb-right {
  margin-right: 10px;
}
.btn-datgiucho {
  border: 1px solid #ac1528;
  padding: 6px 16px;
  border-radius: 4px;
  background: #ac1528;
  color: #fff;
}
.prod-discount-sub {
  font-size: 12px;
  color: #339109;
}
.prod-discount {
  font-size: 14px;
}
.prod-hl-gift.active {
  font-size: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.prod-hl-gift.active::before {
  content: "Tặng quà";
  font-size: 10px;
  font-weight: 500;
  display: block;
  color: #fff;
  background-color: #da251c;
  width: 65px;
  text-transform: uppercase;
  padding: 3px 0 3px 5px;
  left: 22px;
  position: absolute;
  top: 4px;
  border-radius: 3px;
}
.icon-gift {
  background: #fff url(../img/gift.webp) no-repeat center center;
  background-size: auto;
  background-size: 16px;
  width: 28px;
  height: 28px;
  border: 2px solid #da251c;
  display: block;
  border-radius: 50%;
  padding: 2px;
  position: absolute;
}
.prod-hl-gift.active.act-flashsale {
  bottom: 30px;
  top: unset;
}
.header-bottom.hb-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-bottom.hb-fixed .list-cate.home {
  display: none;
}
.block-cate-best.owl-theme .owl-nav {
  margin: 0;
}
.block-cate-best.owl-carousel {
  position: relative;
}
.block-cate-best.owl-carousel .owl-nav button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 9;
  color: #ac1528;
  outline: unset;
  margin: 0;
  border-radius: 50%;
}
.block-cate-best.owl-carousel .owl-nav button.owl-next {
  top: 45%;
  right: -30px;
}
.block-cate-best.owl-carousel .owl-nav button.owl-prev {
  top: 45%;
  left: -30px;
}
.block-cate-best.owl-carousel .owl-nav button:hover {
  background: #ac1528;
}
.block-cate-best.owl-carousel .owl-nav button i {
  font-size: 30px;
}
.copy-dis-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.prod-discount-name {
  font-weight: 700;
  color: #d0011b;
}
.prod-discount {
  font-size: 12px;
  color: #0e0e9d;
  font-weight: 700;
}
.item-km-together.myBtn .right-kmtoge {
  margin-right: 58px;
}
.copy-dis-btn button.ega-promobox__v-btn {
  font-size: 12px;
  padding: 6px;
}
.box-croll-fixed,
.header-bottom .hide991 .box-search-top {
  display: none;
}
.header-bottom.hb-fixed .hide991 .ul-main-menu,
.header-bottom.hb-fixed .hide991 .right-header-bottom > a {
  display: none;
}
.header-bottom.hb-fixed .hide991 .box-croll-fixed {
  display: flex;
}
.header-bottom.hb-fixed .hide991 .box-croll-fixed a {
  margin-right: 10px;
}
.header-bottom.hb-fixed .hide991 .box-search-top {
  display: block;
  margin-left: 10px;
}
.btn-cart-back {
  padding: 8px 16px;
  border: 1px solid #280cae;
}
.btn-cart-back:hover {
  background: #280cae;
  color: #fff;
}
.btn-cart-next {
  padding: 8px 16px;
  border: 1px solid #f48502;
  background: #f48502;
  color: #fff;
  border-radius: 4px;
}
.btn-cart-next i {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.btn-cart-next:hover {
  color: #fff;
  border: 1px solid #bf6b09;
  background: #bf6b09;
}
.left-tol.phivanchuyen p:first-child {
  font-weight: 700;
}
.item-pttt {
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}
.item-pttt:last-child {
  border-bottom: none;
}
.item-pttt input {
  margin: 0;
  margin-right: 20px;
  width: 18px;
}
.item-pttt.disabled label {
  color: #ccc;
}
.date-bnt {
  color: #a4a4a4;
}
.name-payment {
  display: flex;
}
.name-payment > img {
  width: 40px;
  margin-right: 10px;
}
.name-payment > p {
  margin: auto 0;
}
.desc-payment {
  font-weight: 500;
  margin-top: 5px;
}
.icon-big-sale {
  position: absolute;
  top: 4px;
  right: 4px;
}
.icon-big-sale img {
  width: 36px;
}
.cate-mobile {
  border-left: 1px solid #ddd;
  margin: 20px 0;
}
.slider-bao .owl-stage-outer {
  max-height: 100px;
}
.ques-comment-prod-sub {
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  width: calc(100% - 30px);
  border: 1px solid #ccc;
  padding: 10px;
}
.ques-comment-prod-sub-2 {
  margin-top: 10px;
  margin-left: 60px;
  width: calc(100% - 60px);
  border: 1px solid #ccc;
  padding: 10px;
}
.ques-comment-prod-sub-ad-2 {
  margin-top: 10px;
  margin-left: 60px;
  margin-bottom: 10px;
  width: calc(100% - 90px);
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 10px;
}
.block-cate-news-top > a.active {
  background-color: #ac1528;
  color: #fff;
}
.line-inpc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}
.center-mobile {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 50px;
  font-size: 14px;
  color: #2d61a8;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 0 10px;
}
.spdxdetail .clblack {
  color: #000;
  text-align: justify;
  font-size: 12px;
}
iframe {
  max-width: 100%;
}
.cotragop0,
.andi1 {
  display: none;
}
.cotragop1,
.andi0 {
  display: block;
}
.stylefullwidth {
  width: 100% !important;
}
.tagpercent {
  float: left;
  line-height: 26px;
  width: 48px;
  padding-right: 20px;
  background: #fd0 url(../img/tag.webp) no-repeat right top;
  font-size: 13px;
  color: #000;
  border-radius: 3px;
  font-weight: 700;
  padding-left: 5px;
}
.tagpercent2 {
  float: left;
  line-height: 26px;
  width: 40px;
  padding-right: 10px;
  background: #fd0 url(../img/tag-2.webp) no-repeat right top;
  color: #000;
  border-radius: 3px;
  padding-left: 5px;
  font-size: 10px;
}
.filter-dmsp {
  background: #cc2338;
  padding: 0 20px;
  border-radius: 5px;
  color: #000;
  height: auto;
  min-height: 50px;
}
.filter-dmsp a {
  color: #fff;
}
.form-btn-group > .ad {
  padding-right: 20px;
  padding-left: 20px;
}
.ad {
  padding: 7px 5px;
  overflow: hidden;
  height: 44px;
  background-color: #1157b5;
  position: relative;
  margin: 10px 0;
  border-radius: 5px;
}
.ad span {
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}
.ucr {
  height: 30px;
  position: absolute;
  overflow: hidden;
  width: 250px;
  right: 10px;
  top: 7px;
}
.ucr .l {
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.kk {
  border: 0 solid #fff;
  font-size: 13px;
  color: #000;
  background-color: Transparent;
  padding: 7px;
  font-family: Arial;
  outline: none;
}
.ucr .f {
  width: 50px;
  height: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffef00;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.ucr .s {
  width: 50px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 5px 0 0 10px;
  font-weight: 700;
}
.owl-item {
  padding: 0;
}
.tit-lienhe {
  color: #c12624;
  margin-bottom: 30px;
}
.tit-pub {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.main-form-contact {
  background: #cc2338;
  background-size: cover;
  padding: 20px 0 30px;
}
.sub-des-form {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.group-form-contact {
  position: relative;
  margin-bottom: 30px;
}
.label-fc {
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 5px;
  transition: all 0.3s;
  pointer-events: none;
}
.group-form-contact input {
  font-size: 15px;
  padding: 6px 0;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  background: transparent;
  border-bottom: 1px solid #fff;
  outline: unset;
  display: block;
  width: 100%;
  color: #fff;
}
.group-form-contact textarea {
  font-size: 15px;
  padding: 10px 0;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  background: transparent;
  border-bottom: 1px solid #fff;
  outline: unset;
  display: block;
  width: 100%;
  color: #fff;
}
.btn-send {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #f1ba47;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1ba47;
  border-radius: 5px;
}
.group-form-contact.active .label-fc {
  transform: translateY(-20px);
  visibility: visible;
  font-size: 13px;
}
.form-contact-home {
  height: 150px;
  position: relative;
  margin-bottom: 15px;
}
.btn-view-more {
  text-align: center;
  margin: 10px;
}
.btn-view-more a {
  background-color: #cc2338;
  color: #fff;
  padding: 8px;
  font-size: 13px;
  border-radius: 5px;
}
.top-recommend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-recommend-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tit-recommend {
  font-size: 18px;
  font-weight: 700;
}
img.icon-like-idea {
  width: 32px;
  height: 36px;
  margin-right: 10px;
}
.slider-recommend.owl-theme .owl-nav {
  margin: 0;
}
.slider-recommend.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.45);
}
.slider-recommend.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
.slider-recommend.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.slider-recommend.owl-carousel .owl-nav button i {
  font-size: 30px;
}
.star-rat-ph2 {
  display: flex;
}
.pont-ph2 {
  display: flex;
  color: #fc9639;
  font-weight: 700;
  align-items: center;
}
.pont-ph2 img {
  max-width: 16px;
  max-height: 16px;
  margin-right: 5px;
}
.text-pont-ph2 {
  color: #000;
  font-weight: 1;
  font-size: 12px;
}
.block-prod-muakem {
  width: 100%;
  float: right;
}
img.img-muakem {
  max-width: 100px;
  max-height: 100px;
}
.table-muakem {
  font-size: 12px;
}
.table-muakem table {
  width: 100%;
}
.table-muakem table tr td {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding: 10px;
  font-weight: 700;
  text-align: center;
}
.block-coupon-muakem {
  padding: 10px;
  border-top: unset;
}
.btn-add-cart-muakem {
  height: 35px;
  padding: 6px 15px;
  background: #f1ba47;
  border: 1px solid #f1ba47;
  color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  outline: unset;
}
.block-discount-code {
  width: calc(60% - 15px);
  float: right;
}
.block-discount-code span {
  margin-right: 10px;
  padding: 7px;
}
span.dis-cod-name {
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
span.dis-cod-tit {
  border: 1px solid #09f;
  border-radius: 5px;
  color: #09f;
}
#suggestions,
#suggestions3 {
  position: absolute;
  width: calc(100% - 105px);
  display: none;
  z-index: 999;
  background: #fff;
  top: 35px;
  left: 105px;
}
#formSearchAll #suggestions,
#formSearchAll #suggestions3 {
  color: #eee;
}
#suggestions ul,
#suggestions3 ul {
  padding: 5px;
  list-style-type: none;
}
#suggestions ul li,
#suggestions3 ul li {
  border-bottom: 1px dotted #ccc;
  float: left;
  margin-bottom: 3px;
  padding-bottom: 3px;
  width: 100%;
}
#suggestions ul li span,
#suggestions3 ul li span {
  font-size: 14px;
}
#suggestions ul li span a,
#suggestions3 ul li span a {
  width: 265px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
}
#formSearchAllmobile #suggestions2 {
  color: #eee;
}
#suggestions2 {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 999;
  background: #fff;
  top: 35px;
  left: 0;
}
#suggestions2 ul {
  padding: 5px;
  list-style-type: none;
}
#suggestions2 ul li {
  border-bottom: 1px dotted #ccc;
  float: left;
  margin-bottom: 3px;
  padding-bottom: 3px;
  width: 100%;
}
#suggestions2 ul li span {
  font-size: 14px;
}
#suggestions2 ul li span a {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
}
.bar-row-payment,
.body-payment {
  display: inline-block;
}
.verified-item {
  width: 100px;
  float: left;
}
.verified-item img {
  display: inline-block;
  vertical-align: baseline;
  height: 35px;
  margin: 10px;
}
.wssystem {
  display: inline-block;
}
.wssystem > li {
  display: inherit;
}
.row-justify-content-center {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
}
.div-order-info {
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.h3-page-thank {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.tit-page-thank {
  font-weight: 700;
}
.right-footer-order-thank {
  float: left;
}
td.not-border-top {
  border-top: none !important;
}
.span-red {
  color: #df5b69;
  font-weight: 700;
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer-bottom hr {
  width: 100%;
}
.bg-page > div {
  position: fixed;
  z-index: 99;
}
.bg-left-page {
  left: 0;
}
.bg-right-page {
  right: 0;
}
.bg-page > div > a {
  display: inline-block;
  width: 400px;
  height: 800px;
  position: absolute;
}
.bg-left-page a {
  right: 0;
}
.bg-right-page a {
  left: 0;
}
.bg-page > div > a > img {
  /* width: 100%;
  height: 100%; */
}
section {
  margin-bottom: 40px;
}
.main-info-prod-detail > div {
  margin-bottom: 20px;
}
/* .sec-info-prod > div {
  margin-bottom: 20px;
} */
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
  .bg-page > div {
    width: calc((100% - 1200px) / 2);
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .show1199 {
    display: block;
  }
  .hide1199 {
    display: none;
  }
  .logo img {
    width: 180px;
  }
  .box-search-top form input {
    width: 200px;
  }
  .left-eh {
    margin-right: 10px;
  }
  .box-search-top
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    max-width: 140px;
  }
  .check-order,
  .prod-viewed {
    margin-top: 15px;
  }
  .ul-main-menu > li > a {
    padding: 10px 10px;
    font-size: 13px;
  }
  .ul-main-menu {
    margin-left: 10px;
  }
  .okachi-care {
    font-size: 13px;
    margin: 0 10px;
  }
  .link-flash {
    font-size: 13px;
  }
  .list-cate.home {
    display: none;
  }
  .block-banner-commitment {
    width: 100%;
    margin: 0;
  }
  .block-big-vid iframe {
    height: 380px;
  }
  .col-20 {
    width: 25%;
  }
  .text-benefit {
    width: 100%;
  }
  .item-benefit {
    margin: 0;
    padding: 10px 5px;
  }
  .text-benefit:after {
    content: unset;
  }
  .block-main-tragop {
    width: 100%;
  }
  .block-sli-bnfl .owl-carousel .owl-nav button.owl-next,
  .block-sli-bnfl .owl-carousel .owl-nav button.owl-prev {
    height: 160px;
  }
  .block-prod-flash-sale {
    top: 400px;
    margin-bottom: 190px;
  }
}
@media (max-width: 991px) {
  header {
    position: relative;
    z-index: 999;
  }
  .show991 {
    display: block;
  }
  .hide991 {
    display: none;
  }
  body {
    transition: all 0.3s;
  }
  .flex-bw.hide991 {
    display: none;
  }
  .header-bottom {
    padding: 5px 0;
  }
  .box-search-top {
    width: calc(100% - 215px);
  }
  #cart {
    width: 165px;
    text-align: right;
  }
  .box-search-top > form > button {
    width: 50px;
    justify-content: center;
  }
  .box-search-top form input {
    width: calc(100% - 50px);
    border-left: unset;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 100%;
    background-color: #ac1528;
    overflow-x: hidden;
    transition: right 0.3s, width 0.3s;
    z-index: 99999;
    padding: 0;
  }
  .sidenav .closebtn {
    font-size: 25px;
    display: block;
    align-items: center;
    width: 40px;
    background: #f5821f;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
  }
  .menu-mobile {
    padding: 0;
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
    list-style-type: none !important;
  }
  .menu-mobile li {
    margin: 0;
    background: unset;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    border-bottom: 1px solid #fff;
  }
  .menu-mobile li:first-child {
    border-top: 1px solid #fff;
  }
  .menu-mobile a {
    padding: 15px 0 15px 20px;
    display: inline-block;
    width: calc(100% - 50px);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .menu-mobile .sub-menu-mb .phelp a:first-child {
    padding: 15px 0 15px 15px;
    width: calc(100% - 50px);
  }
  .menu-mobile .sub-menu-mb a {
    width: 100%;
    padding: 15px;
  }
  .hassub-mb .phelp .a-icon {
    position: absolute;
    right: 15px;
    top: calc(50% - 7.5px);
    z-index: 9999;
    text-align: center;
    width: 20px;
    padding: 0;
  }
  .phelp {
    position: relative;
  }
  .phelp > a:first-child {
    border-right: 1px solid #fff;
  }
  .sub-menu-mb {
    padding: 0;
    list-style-type: none;
    margin: 0;
  }
  .sub-menu-mb > li {
    border-top: 1px solid #fff;
    border-bottom: none;
    background: #cc2338;
  }
  .sub-menu-mb > li:last-child {
    border-bottom: none;
  }
  .sub-menu-mb > li > .sub-menu-mb > li {
    background: #2196f3;
  }
  #navbar-icon {
    width: 30px;
    height: 21px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 20px;
  }
  #navbar-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #navbar-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  #navbar-icon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
  }
  #navbar-icon span:nth-child(1),
  #navbar-icon span:nth-child(2) {
    top: 0;
  }
  #navbar-icon span:nth-child(3),
  #navbar-icon span:nth-child(4) {
    top: 9px;
  }
  #navbar-icon span:nth-child(5),
  #navbar-icon span:nth-child(6) {
    top: 18px;
  }
  #navbar-icon.open span:nth-child(1),
  #navbar-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #navbar-icon.open span:nth-child(2),
  #navbar-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #navbar-icon.open span:nth-child(1) {
    left: 3px;
    top: 5px;
  }
  #navbar-icon.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 5px;
  }
  #navbar-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #navbar-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #navbar-icon.open span:nth-child(5) {
    left: 3px;
    top: 16px;
  }
  #navbar-icon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 16px;
  }
  .close-nav-mb {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-bottom: unset;
    border-top: unset;
    margin: 0 auto;
    color: #fff;
    outline: unset;
    background: none;
    font-size: 20px;
  }
  #mySidenav.active {
    width: 100%;
    right: 0;
    transition: right 0.3s, width 0.3s;
  }
  .block-banner-commitment {
    display: block;
  }
  .main-banner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .main-commitment {
    width: 100%;
  }
  .main-banner .owl-theme .owl-nav [class*="owl-"] {
    display: none;
  }
  .main-banner .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    background: #fff;
  }
  .main-banner .owl-theme .owl-dots .owl-dot.active span {
    background-color: #cc2338;
  }
  .box-support-fixed > a {
    width: 40px;
  }
  .text-sf {
    display: none;
  }
  .icon-sf-chat {
    width: 40px;
    height: 40px;
  }
  .prod-ph-big {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .prod-ph {
    width: 33.333333%;
  }
  .bot-ph > div:nth-child(2) {
    border-left: unset;
  }
  .block-big-vid iframe {
    width: 100%;
  }
  .block-big-vid {
    margin-bottom: 20px;
  }
  .block-news-home .flex-n {
    display: block;
  }
  .bdl {
    border: none;
  }
  .list-nh-sm {
    margin-bottom: 10px;
  }
  .box-info-plus {
    margin-bottom: 5px;
  }
  .left-eh,
  .right-eh {
    flex-direction: row;
  }
  .check-order-mb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #f1ba47;
    margin-left: 10px;
  }
  .login-mb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    margin-left: 10px;
  }
  .col-20 {
    width: 33.333333%;
  }
  .div-news-detail {
    width: 100%;
  }
  .block-appendix {
    width: 100%;
  }
  .box-asi-user {
    margin-bottom: 20px;
  }
  .block-info-prod-detail {
    display: block;
  }
  .block-slider-gall {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .block-info-prod {
    width: 100%;
    padding: 0;
  }
  .block-support-detail {
    width: 100%;
  }
  .div-banner-prod {
    display: none;
  }
  .right-info-plus {
    display: none;
  }
  .left-info-plus {
    width: 100%;
  }
  .form-btn-group {
    margin-bottom: 20px;
  }
  .next-gall {
    right: 0;
  }
  .prev-gall {
    left: 0;
  }
  .block-list-fil {
    width: 200px;
    height: 250px;
    overflow: auto;
    transform: unset;
    left: 0;
  }
  .item-list-fil {
    width: 100%;
  }
  .sp-order,
  .sp-fil {
    padding: 5px 0;
  }
  .left-foc a {
    margin-left: 0;
    margin-right: 10px;
  }
  .item-benefit {
    width: 50%;
  }
  .item-prod-incate {
    width: 33.333333%;
  }
  .block-aside-video-page {
    display: flex;
    flex-wrap: wrap;
  }
  .block-aside-video-page .item-prod-incate {
    width: 33.333333%;
  }
  .sum-product-v {
    display: block;
  }
  .sum-product-v-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .sum-product-v-right {
    width: 100%;
  }
  .block-prod-flash-sale {
    top: unset;
    margin: 0;
    padding: 0;
  }
  .block-sli-bnfl-mb {
    position: relative;
    margin: 20px 0;
  }
  .block-page-flash-sale {
    min-height: unset;
  }
  .cell-comm {
    width: calc(25% - 5px);
  }
  .img-comm img {
    object-fit: contain;
    object-position: center;
  }
  .block-content-info-prod {
    position: relative;
  }
  .block-content-info-prod:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(transparent, #fff);
    height: 40px;
  }
  .block-sm-vid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .img-sm-vid {
    width: 120px;
  }
  .tit-sm-vid {
    width: calc(100% - 130px);
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .header-bottom.hb-fixed .a-cart img {
    margin-right: 5px;
  }
  .block-slider-rela {
    position: relative;
  }
  .block-slider-rela .owl-carousel .owl-nav button.owl-prev,
  .block-slider-rela .owl-carousel .owl-nav button.owl-next {
    top: 50%;
    transform: translateY(-50%;);
  }
  .container {
    max-width: 920px;
  }
  .box-support-fixed > a {
    width: 40px;
  }
  .container {
    max-width: 920px !important;
  }
  .box-support-fixed > a {
    width: 40px;
  }
  .item-feedb {
    padding: 10px 20px;
  }
  .activities-left {
    width: 177px;
    margin-right: 5px;
  }
  .activities-right {
    width: calc(100% - 182px);
  }
  .main-banner-commitment .container {
    padding: 0;
    width: 100%;
  }
  .prod-ph .new-pri-prod-ph {
    font-size: 13px;
  }
  .box-fil {
    position: absolute;
    bottom: -31px;
    left: 0;
  }
  .sp-fil {
    color: #ac1528;
  }
  .right-foc {
    right: 0;
    position: absolute;
    bottom: -31px;
  }
  .block-fil-order-cate {
    position: relative;
    margin-bottom: 32px;
  }
  .filter-dmsp {
    width: 100%;
    margin-bottom: 10px;
  }
  .prod-hl-gift.active {
    top: 192px;
  }
  .box-locgia {
    width: calc(100% - 125px);
  }
}
@media (max-width: 767px) {
  .show767 {
    display: block;
  }
  .hide767 {
    display: none;
  }
  .block-ext-header {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .left-eh {
    margin: 0;
  }
  .filter-dmsp {
    width: 100%;
    padding: 0;
  }
  .block-cate-best {
    justify-content: unset;
  }
  .ul-ph > li {
    display: none;
  }
  .ul-ph > li:last-child {
    display: inline-block;
    margin-left: 0;
  }
  .tit-ph {
    padding: 5px 0;
  }
  .block-list-news-home {
    display: block;
  }
  .left-news-home,
  .right-news-home {
    width: 100%;
  }
  .list-store {
    height: 180px;
  }
  .col-20 {
    width: 50%;
  }
  .img-flash-sale img {
    width: 100%;
    height: auto;
  }
  .table-cart form table tr {
    border: 1px solid #ebebeb;
    border-bottom: 1px solid transparent;
  }
  .table-cart form table tr:first-child {
    display: none;
  }
  .table-cart form table tr td {
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ebebeb;
  }
  .table-cart form table tr td:nth-child(1),
  .table-cart form table tr td:nth-child(2) {
    text-align: center;
  }
  .table-cart form table tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .block-coupon {
    background: #f9f9f9;
  }
  .block-coupon .up-cart {
    width: 100%;
  }
  .tab-total {
    display: block;
  }
  .box-tab-total {
    max-width: unset;
  }
  .box-btn-total {
    width: 100%;
  }
  .table-cart form table tr:nth-child(even) {
    background: #f9f9f9;
  }
  .line-total div {
    font-size: 14px;
  }
  .box-gro-input {
    display: block;
    width: 100%;
  }
  .box-gro-input input {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
  .gro-input {
    display: block;
    width: 100%;
  }
  .item-line-cart {
    display: block;
  }
  .id-donhang {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .img-name-prod-cart {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .pri-prod-cart {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .block-slider-gall {
    width: 100%;
  }
  .box-pay-add {
    display: block;
  }
  .buy-repay {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-add-cart {
    width: 100%;
  }
  .block-nav-intro {
    white-space: nowrap;
    flex-wrap: unset;
    overflow: auto;
  }
  .block-ratting {
    display: block;
  }
  .left-block-ratting {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
  .center-block-ratting {
    width: 100%;
  }
  .right-block-ratting {
    width: 100%;
    margin-bottom: 20px;
    border: none;
  }
  .box-banner-cate-page {
    display: block;
  }
  .block-slider-bcp {
    width: 100%;
    margin-bottom: 10px;
  }
  .block-right-banner-cate-page {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .block-right-banner-cate-page a {
    width: calc(50% - 5px);
  }
  .block-news-top {
    display: block;
    border: none;
  }
  .big-news-top {
    width: 100%;
  }
  .list-news-top {
    width: 100%;
  }
  .sec-form-guarantee .flex-bw,
  .sec-form-buy .flex-bw {
    display: block;
  }
  .box-form-oka {
    width: 100%;
  }
  .block-coupon .flex-bw {
    display: block;
  }
  .block-coupon .flex-bw .flex {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .ip-coupon {
    width: calc(50% - 5px);
  }
  .btn-coupon {
    width: calc(50% - 5px);
    margin: 0;
  }
  .block-coupon .up-cart {
    width: 100%;
  }
  .selectpercent > table {
    width: calc(100% - 30px);
  }
  .contact-comp-bank table {
    width: 100%;
  }
  .a-bank {
    width: calc(25% - 10px);
  }
  .line-order {
    flex-wrap: wrap;
  }
  .info-order {
    width: calc(100% - 180px);
  }
  .head-order {
    display: none;
  }
  .giftbox-pay {
    padding-left: 0;
    margin-top: 5px;
  }
  .pri-order,
  .total-order {
    margin-top: 5px;
  }
  .foot-order {
    display: block;
  }
  .left-footer-order {
    width: 100%;
    margin-bottom: 10px;
  }
  .right-footer-order {
    width: 100%;
  }
  .left-tol {
    width: auto;
  }
  .qty-order {
    text-align: right;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
  .item-gall iframe {
    height: 400px;
  }
  .block-reslog {
    width: 100%;
    padding: 30px 15px;
  }
  .box-support-fixed {
    display: none;
  }
  .wrap-fixed-footer {
    background: #fff;
    -webkit-box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
    -moz-box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
    box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
    display: block;
  }
  .wrap-fixed-footer li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }
  .wrap-fixed-footer li .a-button {
    background: 0 0;
    color: #515151;
    width: 100%;
    height: 100%;
    line-height: 16px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 0 0;
  }
  .wrap-fixed-footer li .a-button i {
    font-size: 26px;
    display: block;
  }
  .wrap-fixed-footer li .a-button #count-cart {
    position: absolute;
    right: 1px;
    top: -12px;
    color: #fff;
    background: #e73838;
    width: 25px;
    height: 25px;
    line-height: 26px;
    border-radius: 50%;
    z-index: 2;
    font-size: 13px;
  }
  .wrap-fixed-footer li .a-button .phone_animation {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #e73838;
    line-height: 15px;
  }
  .wrap-fixed-footer li .a-button .phone_animation i {
    display: inline-block;
    width: 27px;
    margin-top: 12px;
  }
  .wrap-fixed-footer li .a-button .btn_phone_txt {
    position: relative;
    top: 26px;
  }
  .animation-shadow:after {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    content: "";
    top: 0;
    left: 0;
    box-shadow: 0 0 10px #e73838, 0 0 10px #e73838;
    animation: shadow 1.2s 0.5s infinite;
  }
  @keyframes shadow {
    0% {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
    50% {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
    }
    100% {
      transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -o-transform: scale(1.3);
      opacity: 0;
    }
  }
  .icon-messenger-foot {
    background: url(../img/icon-messenger-foot.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    height: 27px;
    width: 27px;
  }
  .wrap-fixed-footer li.fixed-footer-zalo .a-button {
    line-height: 69px;
  }
  .icon-zalo {
    background: url(../img/icon-zalo.webp) no-repeat;
    background-size: contain;
    margin: auto;
    width: 27px;
    height: 27px;
    display: inline-block;
  }
  .icon-phone-w {
    background: url(../img/icon-phone-w.webp) no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .wrap-fixed-footer li .a-button .phone_animation i {
    width: 27px;
    height: 36px;
    margin-top: 12px;
  }
  .item-flash-sale {
    width: 160px;
  }
  .item-comm {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cell-comm {
    width: 100%;
    margin-bottom: 15px;
  }
  .img-comm {
    float: left;
    width: 30%;
  }
  .img-comm img {
    object-fit: contain;
    object-position: center;
  }
  .des-comm {
    margin-top: 7px;
    font-size: 14px;
    float: left;
    width: 70%;
    text-align: left;
  }
  .main-commitment {
    margin-bottom: 20px;
  }
  .container {
    max-width: 920px;
  }
  .box-support-fixed > a {
    width: 40px;
  }
  .container {
    max-width: 920px !important;
  }
  .box-support-fixed > a {
    width: 40px;
  }
  .item-feedb {
    padding: 10px 12px;
  }
  .feedb-left {
    width: 110px;
    padding: 0 2px;
  }
  .avatar-feedb img {
    border: 2px solid #ac1528;
    max-width: 87px;
    width: auto !important;
    height: 87px;
  }
  .name-feedb {
    font-size: 12px;
  }
  .subname-feedb {
    font-size: 12px;
  }
  .feedb-right {
    width: calc(100% - 110px);
    margin-left: 10px;
  }
  .des-feedb {
    font-size: 12px;
  }
  .left-foc a {
    margin-left: 0;
    margin-right: 0;
  }
  .box-locgia {
    width: 100%;
  }
  .box-locgia p {
    width: 33.333%;
    float: left;
    text-align: center;
    color: #fff;
  }
  .activities-left {
    width: 170px;
  }
  .activities-right {
    width: calc(100% - 175px);
  }
  .lb-ranking {
    right: 0;
    left: unset;
  }
  .main-quyenloi {
    background: #d4d4d4;
    padding: 20px 15px;
  }
  .tit-quyenloi {
    color: #ac1528;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .hr-quyenloi {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .hr-quyenloi span {
    width: 100px;
    display: block;
    background: #fff;
    height: 2px;
    margin: 5px 0;
  }
  .block-quyenloi {
    display: inline-block;
  }
  .item-quyenloi {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: calc(50% - 5px);
    float: left;
    background: #fff;
    min-height: 85px;
    margin-bottom: 10px;
  }
  .item-quyenloi:nth-child(odd) {
    margin-right: 10px;
  }
  .des-quyenloi-bot {
    color: #ac1528;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    width: calc(100% - 60px);
    margin: auto;
  }
  .img-quyenloi {
    width: 60px;
    text-align: center;
    margin: auto;
  }
  .old-pri-prod-ph,
  .item-prod-incate .pri-prod-ph .old-pri-prod-ph {
    margin-left: 0;
  }
  .prod-ph .new-pri-prod-ph {
    font-size: 16px;
  }
  .block-list-order {
    right: 0;
  }
  #embed_vchat {
    bottom: 90px !important;
  }
  #embed_fill {
    bottom: 80px !important;
  }
  #embed_circle {
    bottom: 75px !important;
  }
  #embed_fullchat {
    bottom: 148px !important;
  }
  .prod-hl-gift.active {
    top: unset;
    bottom: 25px;
    left: 10px;
  }
  .prod-hl-gift.active::before {
    width: 52px;
    padding: 3px 0 1px 5px;
    left: 20px;
    font-size: 8px;
  }
  .icon-gift {
    background-size: 14px;
    width: 25px;
    height: 25px;
  }
  .tit-pay {
    width: 100%;
  }
  .btn-cart-back,
  .btn-cart-next {
    font-size: 13px;
    padding: 8px 6px;
  }
  .tr-cart-total td:first-child {
    display: none !important;
  }
  .tr-cart-total td:last-child {
    text-align: center;
  }
  .item-flash-sale .pri-fl > .new-pri-fl {
    font-size: 15px;
  }
  .item-flash-sale .pri-fl > .old-pri-fl {
    font-size: 12px;
  }
  .to-end,
  .countdown-fl p {
    font-size: 12px;
  }
  .box-locgia p {
    width: 50%;
  }
  .form-contact-home {
    height: 280px;
  }
  .box-gro-input .captcha-input {
    display: unset;
  }
  .box-gro-input input.in-capt {
    width: calc(100% - 155px);
  }
  .box-gro-input .captcha-img {
    float: left;
  }
  .slider-recommend.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .slider-recommend.owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
}
@media (max-width: 480px) {
  .show480 {
    display: block !important;
  }
  .hide480 {
    display: none;
  }
  .fwmb {
    width: 100%;
  }
  .logo img {
    width: 150px;
  }
  .number-hl {
    font-size: 15px;
  }
  .number-hl {
    display: none;
  }
  .count-cart {
    margin-left: 0;
  }
  .prod-ph {
    width: 50%;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    border-left: unset;
  }
  .bot-ph > div:nth-child(even) {
    border-left: unset;
  }
  .info-prod-ph > .flex-bw {
    display: block;
  }
  .discount {
    margin-top: 5px;
  }
  .block-big-vid iframe {
    height: 300px;
  }
  .col-20 {
    width: 100%;
  }
  .p-and {
    padding: 0;
    margin: 10px 0;
  }
  .block-vid-prod iframe {
    height: 300px;
  }
  .block-right-banner-cate-page {
    display: none;
  }
  .block-right-banner-cate-page a {
    width: 100%;
  }
  .item-benefit {
    width: 100%;
  }
  .item-prod-incate {
    width: 50%;
    padding: 15px 8px 10px 8px;
  }
  .img-order {
    width: 70px;
  }
  .info-order {
    width: calc(100% - 80px);
  }
  .line-order .qty-order {
    width: 100%;
  }
  .img-bnb {
    width: 120px;
    margin-right: 10px;
  }
  .info-bnb {
    width: calc(100% - 130px);
  }
  .tit-news-bnb {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box-prod-favorite .item-prod-incate {
    width: 50%;
  }
  .block-banner-okachi h3,
  .tit-oka-care,
  .tit-contact-oka,
  .tit-form-oka,
  .tit-oka-ck {
    font-size: 32px;
  }
  .sec-okachi-banner {
    padding: 50px 0;
  }
  .sec-solu-okachi {
    padding: 40px 0;
  }
  .box-vid-oka iframe {
    height: 300px;
  }
  .box-camket-oka {
    padding: 15px;
  }
  .des-tit-form-oka {
    margin-bottom: 20px;
  }
  .img-post-oka {
    width: 140px;
  }
  .right-post-oka {
    width: calc(100% - 150px);
  }
  .ul-camket {
    display: block;
  }
  .ul-camket > li {
    width: 100%;
  }
  .a-nhanbaohanh {
    margin: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .a-nhanmualai {
    display: block;
    width: 100%;
    text-align: center;
  }
  .block-aside-video-page .item-prod-incate {
    width: 50%;
  }
  .block-tab-tragop .nav-tabs > li > a {
    font-size: 15px;
  }
  .btn-tragop {
    font-size: 13px;
  }
  .block-table-comp-bank table tr td,
  .block-table-comp-bank table tr th {
    font-size: 14px;
  }
  .box-bank-tragop {
    overflow: auto;
  }
  .box-bank-tragop table {
    width: 600px;
  }
  .a-bank {
    width: calc(33.333333% - 10px);
  }
  .item-gall iframe {
    height: 300px;
  }
  .box-support-fixed {
    transform: unset;
    top: unset;
    bottom: 30px;
  }
  .tit-cate-mobile a,
  .tit-cate-mobile span {
    color: #000;
    font-size: 3.6vw;
  }
  .time-box-item {
    width: 32px;
  }
  .pri-saled {
    font-size: 22px;
  }
  .block-prod-flash-sale .col-20 {
    width: 50%;
  }
  .icon-sp-page {
    width: 80px;
    height: 80px;
  }
  .block-sp-page {
    min-height: unset;
  }
  .list-sp-page .col-xs-6:nth-child(odd) {
    padding-right: 7px;
  }
  .list-sp-page .col-xs-6:nth-child(even) {
    padding-left: 7px;
  }
  .form-ip-rat form {
    flex-wrap: wrap;
  }
  .left-fir {
    width: 100%;
  }
  .center-fir {
    width: 100%;
  }
  .right-fir {
    width: 100%;
  }
  .block-discount-code {
    width: 100%;
  }
  .block-discount-code span {
    display: inline-table;
    margin-bottom: 10px;
  }
  .block-prod-muakem {
    width: 100%;
  }
  .show-info-ft {
    margin-left: 10px;
    color: #2d61a8;
  }
  .box-search-top {
    width: calc(100% - 145px);
  }
  #cart {
    width: 95px;
  }
  .main-icon-home .container {
    padding: 0;
  }
  .a-hotline {
    width: 36px;
    height: 36px;
  }
  .item-feedb {
    display: grid;
    grid-template-columns: 100%;
  }
  .feedb-left,
  .feedb-right {
    width: 100%;
    margin: 5px 0;
  }
  .tit-pub {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .block-flash-sale {
    padding: 10px;
  }
  .footer-bottom > div > div > .col-xs-6 {
    margin-bottom: 20px;
  }
  .info-prod-fl {
    display: block;
  }
  .img-cate-best img {
    height: auto;
  }
  .slider-bcp img {
    height: auto;
  }
}
