:root {
  --maincolor: #e27554;
  --subcolor: #dd373b;
  --textcolor: ##333333;
  --blue: #1763af;
  --fontmain: 'Play', sans-serif;
  --fontB: 'PlayBold', sans-serif;
  --font-playball: 'PlayBall', sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: var(--fontmain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.7;
  font-weight: normal;
  color: #333333;
  scroll-behavior: smooth;
}
/* .content {
    background-color: #f6f6f6;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  font-family: var(--fontB);
}

a {
  text-decoration: none;
  color: currentColor;
  font-weight: normal;
}

b,
strong {
  font-weight: normal;
  font-family: var(--fontB);
}
ul {
  margin-left: 10px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  display: block;
}

#page {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}
.text {
  font-family: var(--font-playball);
  font-size: 30px;
  background: linear-gradient(#ff3a3e, #f16f34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* quan trọng */
  text-align: center;
}
.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-line-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.search-pc {
  display: block;

  margin-left: 10px;
}

.submit-search-pc {
  float: left;
  color: #737373;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.icon-search {
  position: relative;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.icon-search i {
  color: #333;
}
.search-pc {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  z-index: 11;
  transition: all 0.5s ease-in-out;
  display: none;
  line-height: 100vh;
}
.closeX {
  color: #fff;

  position: absolute;
  top: -50px;
}
.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: rgba(0, 0, 0, 0.25);

  border-radius: 25px;
  background: #fff;
}
.search-pc ::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.search-pc .fa {
  color: rgb(25 25 25 / 70%);
}

#searchformtab {
  position: relative;
}
.searchpc .search-icon {
  color: #fff;
  bottom: 0px;
  border-radius: 0px 50px 50px 0px;
  right: 17px;
  padding: 16px;
  background: #1763af;
}

#searchformtab input {
  color: #0a0a0a;
  padding: 15px 25px 13px 25px;
  /* height: 45px; */
  max-width: 66%;
  /* max-width: 500px; */
  /* border-radius: 9px; */
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
}
#searchformtab input::placeholder {
  color: #484848;
}

.search-select select {
  border: 1px solid #ccc;
  padding: 16px 15px;
  font-size: 14px;
  border-radius: 50px 0px 0px 50px;
  border-right: none;
  outline: none;
  cursor: pointer;
}
.search-icon {
  color: #fff;
}
.search-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.search-mobile input {
  width: 100%;
  height: 30px;
}

.m-search-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #ef5994;
}
.header {
  background: #fff;
  width: 100%;
  z-index: 11;
  width: 100%;
  overflow: visible;
  box-shadow: 0px 0px 5px #9d9dd9;
  transition: all 0.5s ease-in-out;
}

header.header-fixed {
  position: fixed;
  top: -133px;
  background: #fbfbfb;
  border-bottom: 1px solid #d3d2d2;
  z-index: 14;
}

.header-fixed .logo {
  margin-top: 0px;
  max-width: 150px;
}

.logo {
  float: left;

  width: 100%;
}

.logo img,
.logo-mobile img {
  display: block;
  padding: 5px;
}

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.menubar {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav > li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 15px;
  font-weight: normal;
}

.nav li:first-child {
  border-left: none;
}
.nav > li::before {
  content: '';
  position: absolute;
  top: 25%; /* chỉnh chiều cao border */
  bottom: 25%;
  left: 0;
  width: 1px;
  background: var(--maincolor);
}

/* bỏ border ở thằng đầu */
.nav > li:first-child::before {
  display: none;
}

.nav > li > a {
  text-decoration: none;
  color: #fff;
  display: inherit;
  padding: 0 15px;
  font-size: 17px;
  font-family: var(--fontB);
  line-height: 40px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.nav > li > a:hover {
  background-color: var(--maincolor);
  color: #fff;
}

.nav > li.active a {
  background-color: var(--maincolor);
  color: #fff;
}

.nav > li > a img {
  margin-right: 8px;
}

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 290px;
  text-align: left;
  color: #0a0a0a;
  padding: 0px;
  box-shadow: 0px 0px 5px #9d9dd9;
  z-index: 9999;
  display: none;
  font-weight: normal;
  background: #fff;
  text-transform: initial;
  border-radius: 5px;
}
.nav li:hover ul {
  display: block;
}

.nav li ul > li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
}

.nav li ul > li a {
  padding: 0px 10px;
  display: block;
  color: var(--textcolor);
  line-height: 18px;
  /* text-transform: uppercase; */
  padding: 11px 10px;
}

.menu-item.open-up > ul {
  top: auto;
  bottom: 0;
}
/* .nav li ul ul {
  left: 93%;
  top: -1px;
} */

.nav > li.active ul li a {
  background-color: #fff;
  color: var(--textcolor);
}

.mega-menu-item {
  line-height: initial !important;
  border-bottom: solid 1px #0a0a0a;
}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover,
.nav > li.active ul li:hover a {
  background: var(--maincolor);
}
.mega-menu-item:hover a,
.nav > li.active ul li:hover a {
  color: #fff;
}

.mega-menu-item:hover li {
  background: #fff;
}
.mega-menu-item:hover li a,
.nav > li.active ul li:hover li a {
  color: var(--textcolor);
  background: #fff;
}
.mega-menu-item-link:hover {
}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.burger {
  width: 40px;
  float: right;
}
.burger div {
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background: var(--maincolor);
  float: right;
}
.burger div:nth-last-child(1) {
  margin-bottom: 0px;
}
.crumb {
  background: #fff;
  padding: 5px 0px;
  font-size: 12px;
}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-family: var(--fontB);
  text-align: center;
}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #333;
}

/*  */

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  /* background: #e5f1ee; */
  border: solid 1px #eee;
}
.menuleft .title {
  background: var(--subcolor);
  color: #fff;
  padding: 10px 15px;
  font-size: 17px;
  font-family: var(--fontmain);
}
.menuleft .fa {
  font-size: 10px;
  float: right;
}

.menuleft ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: var(--subcolor);
}

.menuleft li a {
  color: #0a0a0a;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: var(--fontmain);
}

.menuleft > .actived {
  background: #eee;
}

.menuleft > .actived > a {
  color: #0a0a0a;
  font-family: var(--fontmain);
}

.menuleft .actived ul {
  background: #eee;
  display: block;
}

.menuleft .actived .actived a {
  color: #244294;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  background: #eee;
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #0a0a0a;
}

.menuleft-icon {
  padding-right: 8px;
}

#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}

.menutab {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--maincolor);
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
  padding: 8px 0px;
}

.menutab-item {
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
  position: relative;
}

.menutab-item.active {
  width: 100%;
}
.menutab-item:nth-child(1) {
  padding-left: 0px;
}
.menutab-item a {
  font-size: 18px;

  text-transform: uppercase;
  color: #fff;

  transition: all 0.5s ease-in;
  padding: 15px 15px;
  position: relative;
}
.menutab-item a:before {
  content: '';
  width: 0%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menutab-item.actived a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tab-item:last-child {
  border-right: none;
}

.menutab-item:hover :before {
  width: 100%;
}
.menutab-item a:hover :before .menutab .actived :before {
  width: 100%;
}

.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

.tab-bar-wrapper {
  padding-right: 40px;
}

.tab-title {
  margin: 0px;

  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
}

.tab-title:nth-child(2) {
  padding: 10px 40px 26px;
}

.tab-active {
  position: relative;
  color: #ffa200;
}

.tab-active::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffa200;
  border: solid 1px #ffa200;
  left: 0;
}

.tab-bar::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;
}
#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}
#tabs-nav li {
  list-style: none;
  text-align: center;
  color: var(--subcolor);
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
}
#tabs-nav li.active a {
  color: var(--subcolor);
  font-family: var(--fontmain);
}

/*Modal*/
.blocker {
  z-index: 111 !important;
}
.modal {
  max-width: 100% !important;
  padding: 0px !important;
  border-radius: 20px !important;
}
.modal a.close-modal,
.modal-close {
  opacity: 0;
  display: none;
}
.modal-overlay {
  opacity: 0;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 113;
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1000px;
  background: #fff;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.modal-body {
  padding: 10px 20px;
  /* position: absolute; */

  /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}
.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5px;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1px;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
  padding: 8px;
}

a.close {
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}
.img-shine {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-shine:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Hover state - trigger effect */
.img-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.error {
  border: solid 1px red !important;
}

/* .btn {
    padding: 8px 15px;
    color: #222;
    background-color: var(--subcolor);
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
} */

.btn:hover {
  background-color: var(--maincolor);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* Active state */
.img-shine:active:after {
  opacity: 0;
}

.menu-mobile {
  display: block;
  float: right;
  color: #000;
  font-size: 30px;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

#simplePagerNav {
  display: flex;
  justify-content: center;
}

.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.page {
  display: none;
}
.pagination-item {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  border: 2px solid #b3b3b3;
}

.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin: 0 5px;
  border: 2px solid #b3b3b3;
}

.pagination-item-icon {
  font-size: 20px;

  color: #176078;
}

#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #244294;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}

.form-title {
  font-family: var(--fontmain);
  font-size: 24px;
  font-weight: normal;

  text-align: center;
  width: 100%;
}

.sendmail__btn {
  background: var(--maincolor);
  text-align: center;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  height: 50px;
}

::placeholder {
  color: #f1f2f2;
  opacity: 1;
  /* Firefox */
}

.line {
  border-bottom: 1px solid var(--maincolor);
}

.line-w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Tocct {
  border: 1px solidvar(--maincolor);
  margin-top: 30px;
  border-radius: 25px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}
.longPageTOC {
  font-size: 20px;
  background: #fff;

  text-transform: uppercase;
}
.TOCShowHide.hideTOC {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #00b8ce;
}
.longPageNavigationDiv {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #0a0a0a;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 20px;
}

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}
.btn-dangnhap {
  background-color: var(--maincolor);
  color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
}

/* home */
.slidehome {
  position: relative;
}
.slidehome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  color: #303030;
  color: #fff;
  max-width: 800px;
  text-align: center;
}
.subtitle {
  text-transform: uppercase;
  font-size: 14px;
}
.slidehome-title {
  text-transform: uppercase;
  font-size: 40px;
}
.search-form {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 5px 9px #0000002e;
}
.search-mobile-bar {
  float: right;
  width: 200px;
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.search-mobile-bar .kw {
  width: 100%;
  height: 30px;
  border: solid 1px #eee;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #0a0a0a;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: var(--maincolor);
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}
.header-mobile {
  background: #fff;
  border-bottom: solid 2px #2c9fcb;
}

.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}
.cart {
  background: linear-gradient(to right, #fc3f3d 0%, #fd5c26 100%);
  /* background-color: var(--subcolor); */
  width: 70%;
  padding: 10px 16px;
  border-radius: 50px;
  color: #fff;
}
.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #244294;
  color: #fff;
  display: block;
  padding: 1px 4px;
  border-radius: 50%;
}

.kw-mobile {
  width: 94%;
  height: 30px;
  border: none;
  border-radius: 20px;
  /* margin: 0px 10px; */
  margin-bottom: 0px;
  color: #0a0a0a;
  padding-left: 5px;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 3px #244294;
  z-index: 9999;
}
.btn-xemthem {
  text-align: center;
  padding: 7px 25px;
  border: 1px solid #fff;
  background: linear-gradient(to right, #f95137 0%, #fa400f 100%);
  border-radius: 30px;
  line-height: 20px;
  width: fit-content;
  color: #ffffff;
  margin: 0 auto;
}
.btn-all {
  text-align: center;
  padding: 10px 25px;
  line-height: 20px;
  color: #030303;
  border: 1px solid var(--maincolor);
}

.search-form input::placeholder {
  color: #909090;
  font-family: var(--fontmain);
  font-size: 18px;
  height: 50px;
}
.search-form input {
  border: none;
  outline: none;

  margin-bottom: 0px;
  padding-left: 35px !important;

  font-family: var(--fontmain);
}
.search-form .search-icon--input {
  color: #909090;
}
.search-form select {
  outline: none;
  width: 100%;
  font-family: var(--fontmain);

  height: 50px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  font-size: 20px;
}
input:focus-visible,
select:focus-visible {
  border: 1px solid #a0a0a0;
}
.btn-search {
  background: var(--maincolor);
  color: #fff;
  width: 100%;
  padding: 12px;
  max-width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.homecat-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--textcolor);
  font-family: var(--fontB);
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}
.homecat-wrapper {
  position: relative;
  background-image: url(/uploaded/danhmucsp/Rectangle\ 13.png);
  background-size: cover;
  background-position: center;
  z-index: 0; /* để overlay nằm trên */
  padding: 50px 0px;
}

.homecat-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(132, 42, 44, 1) 0%, rgba(2, 54, 105, 1) 100%);
  mix-blend-mode: screen; /* ảnh nền sáng lên, vẫn giữ màu overlay */
  z-index: 1;
}
/* nếu trong .homecat-wrapper có nội dung text, thì cần đẩy nó lên trên overlay */
.homecat-wrapper > * {
  position: relative;
  z-index: 2;
}
.cate-item {
  text-align: center;
  margin-top: 20px;
}
.cate-item .img-box {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 20px;
  border-radius: 50%; /* bo nền trắng */
  display: inline-block;
}

.cate-item .img-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cate-item span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: var(--fontB);
}

.pagecat-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--textcolor);
  font-family: var(--fontB);
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

/* .homecat-title::before{
    content: "";
    width: 70px;
    height: 2px;
    background-color: var(--maincolor);
    position: absolute;
    left: 0px;
    bottom: 5px;
  }
  */
.homecat-intro {
  margin: auto;

  max-width: 800px;
}
.pagecat-title {
  text-align: left;
  color: #282828;
  font-family: var(--fontmain);

  position: relative;
  font-size: 35px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.3;
}

.page-title {
  font-size: 18px;
  font-family: var(--fontB);
  color: #333333;
}
.homecat-title a,
.pagecat-title a {
  color: currentColor;
}

.menu-footer {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
}

.menu-footer a {
  font-size: 13px;
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}

.footer {
  background-image: url(/uploaded/piccat/Background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

.footer a {
  color: #fff;
}
.text-center {
  margin: auto;
  text-align: center;
}

/* .footer-title i {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
    color: #fff;
} */
.footer-title i {
  color: #3b84c8;
}

.footer-block {
  padding-left: 0px;
  /* margin-top: 10px; */
}
.footer-logo {
  padding: 30px 0px;
}
.footer-block .info {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #fff;
}
.box-info {
  padding: 0px 20px;
}
.footer-block .info b {
  margin-right: 10px;
}
.footer-menu {
  margin-top: 10px 0px;
  padding: 5px;

  background-color: #00000038;
}

.footer-menu a {
  text-transform: uppercase;
  padding: 0px 25px;
  transition: all 0.5s ease;
  line-height: 1;
  font-size: 13px;
}
.footer-menu a:hover {
  color: var(--maincolor);
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}
/* .footer-social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    line-height: 40px;
    margin: 0px 10px;
} */

.footer-social li a {
  color: var(--textcolor);
}
.footer-social img {
  max-width: 75%;
}
.menuboxfooter {
  padding: 0px;
  list-style-type: none;
}
.menuboxfooter li {
  margin-bottom: 5px;
  padding: 5px 0;
}
.menuboxfooter i {
  margin-right: 5px;
  color: #3b84c8;
}
.menuboxfooter a {
  color: #fff;
  transition: all 0.5s ease-in;
}
.footer-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: var(--fontmain);
  /* padding-bottom: 10px; */
  text-transform: uppercase;
}
.footer-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-title hr {
  flex: 1;
  margin: 0;
  border: none;
  border-top: 1px solid #3b84c8;
  margin-bottom: -12px;
}
.menuboxfooter a:hover {
  color: var(--subcolor);
}
.footer hr {
  border: none;
  border-top: 1px solid #3b84c8;
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-top: 1px solidvar(--maincolor);
}
.star-rate {
  background: url(/images/starrate.png) right top no-repeat;
  height: 30px;
  width: 100%;
  background-size: auto;
}
.rate1 {
  background-position-y: -116px;
}
.rate2 {
  background-position-y: -86px;
}
.rate3 {
  background-position-y: -58px;
}
.rate4 {
  background-position-y: -30px;
}
.rate5 {
  background-position-y: 0px;
}
.img-poster {
  position: relative;
}
.img-poster img {
  display: block;
}
.poster-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  color: #fff;
}

.slide-btn-next {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);
}
.slide-btn-prev {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);
}
/* home */

.creatdate {
  color: #8a8a8a;
  text-transform: uppercase;
}

.menufooter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.quality {
  position: absolute;
  bottom: 20px;
  background-color: #1763af61;
}
.camket-wrapper {
  background-image: url(/uploaded/gthieu/Rectangle\ 223.png);
}
.box-camket {
  padding: 0px 0px 8px 0px;
  border-right: 1px dashed #cccc;
  margin: 10px 0px;
}
.box-camket strong {
  font-size: 18px;
  color: var(--textcolor);
  text-transform: uppercase;
}

.prohot-wrapper {
  background-image: url('/uploaded/piccat/Group 632718.png');
}
.homepro-item {
  position: relative;
  background-color: #fff;
  padding: 0px 10px;
  overflow: hidden; /* tránh nút tràn ra ngoài */
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Bóng nhẹ */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.homepro-item img {
	width: 87%;
}

.img-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
}

.homepro-item .btn-xemthem {
  position: absolute;
  padding: 7px 10px;
  width: 140px;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.homepro-item:hover .btn-xemthem {
  width: 140px;
  padding: 7px 10px;
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.homepro-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Bóng đậm hơn khi hover */
  transform: translateY(-4px); /* Nhấc nhẹ sản phẩm lên khi hover */
}

.homepro-box {
  padding: 0px 10px;
  min-height: 165px;
}
.homepro-name {
  font-family: var(--fontB);
  font-size: 16px;
  text-align: left;
}
.action {
  text-align: right;
}
.price .old-price {
  text-decoration: line-through;
  /* padding-right: 15px; */
  color: #ccc;
  font-family: var(--fontmain);
}
.percent {
  width: 40px;
  background: linear-gradient(to right, #e87f62 0%, #f8571d 100%);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}
.btn-xem {
  cursor: pointer;
  background-color: #0099ff;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  text-align: center;
}
.prohome-wrapper {
  background-color: #f6f6f6;
}
/* duan */
.duan-item {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.duan-item img {
  display: block;
  width: 100%;
}

/* Box overlay mặc định ẩn */
.duan-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* màu nền bán trong suốt */
  color: #fff;
  padding: 15px;
  opacity: 0;
  transform: translateY(100%); /* bắt đầu ở dưới */
  transition: all 0.3s ease; /* tạo hiệu ứng mượt */
}

/* Khi hover vào .duan-item */
.duan-item:hover .duan-box {
  display: block;
  opacity: 1;
  transform: translateY(0); /* di chuyển lên vị trí bình thường */
}
/* news */
.newitem img,
.bignew img {
  width: 100%;
}
.newitem {
  padding: 5px 10px;
}
.newsother-item {
  border: 1px solid #cccc;
}
.newsother-item {
  margin: 10px 0px !important;
}
.newitem-name,
.bignew-name,
.baochi-title {
  font-family: var(--fontB);
}
.createdate {
  color: #999;
}
.baochi-wraper {
  background-color: #f6f6f6;
}
.baochi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px #ccc;
  margin-bottom: 30px;
}
.baochi-title {
  margin-bottom: 20px;
}

.video-item {
  position: relative;
  cursor: pointer;
}

.video-item img {
  width: 100%;
  max-height: 220px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url('/images/play-video.png') no-repeat center center;
  background-size: contain;
}

.video-title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6); /* nền đen mờ dễ nhìn */
  position: absolute;
  color: #fff;
  z-index: 1000;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
}

.partner-wrapper {
  background-image: url('/uploaded/piccat/Group\ 632708.png');
}
.partner-item {
  background: #fff; /* nền trắng */
  border: 1px solid #eee; /* viền nhạt */
  border-radius: 8px; /* bo góc */
  display: flex; /* căn giữa logo */
  align-items: center;
  justify-content: center;
  height: 120px; /* chiều cao ô */
  padding: 10px; /* khoảng cách trong */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* đổ bóng nhẹ */
  transition: transform 0.3s, box-shadow 0.3s;
}

.partner-item:hover {
  transform: translateY(-5px); /* hiệu ứng hover nổi lên */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.partner-item img {
  max-width: 100%;
  max-height: 80px; /* giới hạn chiều cao logo */
  object-fit: contain; /* giữ tỉ lệ logo */
}
.daily-wrapper {
  background: linear-gradient(to right, #f95137 0%, #f95137 100%);
  padding: 20px 20px;
  border: 1px solid #bd851e;
}
.daily-item {
  border-right: 1px dashed #fff;
  padding: 0 20px;
  color: #fff;
}
.daily-item img {
  filter: brightness(0) invert(1);
}
.flex-container .daily-item:last-child {
  border-right: none;
}

.loithe {
  background-image: url(/uploaded/piccat/bgr.png);
}
.strengths-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strengths-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.strengths-list li::before {
  content: '✔'; /* icon check */
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd700; /* màu vàng nổi bật */
  font-weight: bold;
}

.strengths-list strong,
.lichsu-title {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.strengths-list p,
.lichsu-content {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.sort-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.sort-bar {
  color: #555;
  font-size: 14px;
}

.sort-bar-select {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 14px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.sort-bar-select:hover {
  border-color: #ff5722;
  color: #ff5722;
}

.sort-bar-select.sort-bar-selected {
  background: #ff5722;
  color: #fff;
  border-color: #ff5722;
}
/* product-title-special */
.product-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 20px 0;
  border-bottom: 1px solid #ff5722;
}

.product-title-left {
  background: linear-gradient(90deg, #e32219, #ff5e1f);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 16px;
  padding-right: 50px;
  font-size: 16px;
  position: relative;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}

.product-title-right {
  color: #ff5e1f;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
}
.product-title-left strong {
  padding-right: 30px;
}
.product-intro-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow-y: auto;
  max-height: 500px;
}

.product-intro-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-intro-box p {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.7;
}

.product-intro-box ul {
  margin: 8px 0 8px 20px;
  padding: 0;
}

.product-intro-box ul li {
  font-size: 15px;
  margin-bottom: 6px;
}

.product-intro-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  max-height: 500px;
}
.news-item {
  border: 1px solid #cccc;
  display: flex;
  flex-direction: column;
}
.news-box {
  padding: 20px;
}

.product-news-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fafafa;
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #eee;
}

.product-news-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.product-news-item a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.product-news-item .news-meta {
  font-size: 12px;
  color: #888;
}
.product-intro-side::-webkit-scrollbar,
.product-intro-box::-webkit-scrollbar {
  width: 6px;
}

.product-intro-side::-webkit-scrollbar-track,
.product-intro-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.product-intro-side::-webkit-scrollbar-thumb,
.product-intro-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* pro detail */
/* ===== PRODUCT INFO ===== */
.product-info {
  padding: 5px 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.product-title-detail {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--textcolor);
  font-family: var(--fontB);
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

.product-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.product-meta .sku span {
  font-weight: 500;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.product-price .old-price, .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

.product-price .new-price {
  color: #e53935;
  font-size: 24px;
  font-weight: bold;
}

.product-price .discount {
  /* background: linear-gradient(to right, #fc3f3d 0%, #fd5c26 100%); */
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    position: absolute;
    left: 80%;
    bottom: 75%;
}

.product-attrs {
  font-size: 16px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

/* Options */
.options {
  margin: 10px 0;
  font-size: 16px;
}

.options .colors,
.options .sizes,
.options .quantity {
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
}

.options button {
  margin: 5px 0;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.options button.choose-price {
  background-color: var(--maincolor);
  color: #fff;
}

.options button.actived {
  background-color: var(--maincolor);
  color: #fff;
}

.options button:hover {
  border-color: #e53935;
  color: #e53935;
  font-weight: 500;
  background-color: #fff;
}
.price-km {
  color: #e53935;
  font-size: 18px;
  font-family: var(--fontB);
}
.price {
  color: #e53935;
  font-size: 18px;
  font-family: var(--fontB);
}

.quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 5px;
  padding: 4px;
}

/* Buy buttons */

.btn-buy {
  background: linear-gradient(90deg, #e32219, #ff5e1f);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px;
}

.btn-shopee,
.btn-tiktok {
  margin-top: 20px;
  border-radius: 30px;
  color: #fff;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 5px;
  font-size: 12px;
  font-family: var(--fontB);
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}

/* ===== PRODUCT BENEFITS ===== */
.product-benefits {
  /* padding: 5px 0px; */
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  background: #fff;
}

.product-benefits .benefit-title,
.title-left {
  font-size: 22px;
  font-family: var(--fontB);
  margin-bottom: 15px;
  color: #fff;
  padding: 10px 20px;
  background: linear-gradient(to right, #fc3f3d 0%, #fd5c26 100%);
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 12px; */
  font-size: 18px;
  color: #444;
  line-height: 1.4;
  align-items: center;
  padding: 17px 20px;
  border-bottom: 1px dashed var(--maincolor);
}
.benefit-name {
  font-size: 18px;
  color: var(--textcolor);
  font-family: var(--fontB);
}
.benefit-list li:last-child {
  border-bottom: none;
}
.benefit-list li:first-child {
  padding-top: 0px;
}

.benefit-list img {
  margin-right: 30px;
}

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

.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantage-list li {
  display: flex;
  align-items: center;

  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}
.advantage-list li i {
  color: #ff430a;
  margin-right: 15px;
}
/* ...existing code... */
.detail-box,
.spec-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 18px;
}
.desc {
  padding: 0 20px;
  padding-bottom: 15px;
}
.detail-title,
.spec-title {
  padding-left: 10px;
  border: 1px solid;
  font-size: 18px;
  font-weight: bold;
  color: #f15a29;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-desc {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.7;
}

.detail-highlight ul {
  margin: 0 0 10px 20px;
  padding: 0;
}

.detail-highlight li {
  font-size: 15px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 18px;
}

.red-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #f15a29;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.detail-images {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.spec-table td {
  border: 1px solid #eee;
  padding: 7px 10px;
  vertical-align: top;
}

.spec-table tr td:first-child {
  font-weight: bold;
  background: #fafafa;
  width: 160px;
}

.hot-product-box {
  background: #fff;
  border: 1px solid #eee;
}

.hot-title {
  font-size: 16px;
  font-weight: bold;
  background-color: #f15a29;
  color: #fff;
  padding: 5px 0px;
  margin-bottom: 12px;
  text-align: center;
}

.hot-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  padding: 0 20px;
}

.hot-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.hot-list img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}

.hot-list a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}

.hot-price {
  font-size: 14px;
  color: #dc373d;
}

.hot-price .old {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
}

.hot-adv img {
  width: 100%;

  margin: 10px 0px;
  border: 1px solid #eee;
}
/* .homecat-title .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e87f62;
  -webkit-mask: url('/uploaded/product/icon.png') no-repeat center;
  -webkit-mask-size: contain;
  mask: url('/uploaded/product/icon.png') no-repeat center;
  mask-size: contain;
} */

.homecat-title.text-center img {
  display: block;
  margin: 0 auto; /* nếu muốn căn giữa */
}
.form-search {
  display: flex;
}
.info i {
  margin-right: 10px;
  font-size: 22px;
  color: #3b84c8;
}
.info {
  padding: 5px 0;
}
.giatri::before,
.giatri::after {
  content: url('/uploaded/gthieu/wave.png');
  display: inline-block; /* hoặc block nếu muốn */
  padding: 0px 10px;
}
.pro-hot-prev,
.prohome-prev,
.pro-hot-next,
.prohome-next {
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  align-items: center;
  justify-content: center;
  color: #fff; /* màu icon */
  font-size: 18px;
  cursor: pointer;
}

.pro-hot-prev,
.prohome-prev {
  left: -15px; /* ra ngoài slider 50px */
}

.pro-hot-next,
.prohome-next {
  right: -15px; /* ra ngoài slider 50px */
}
.hethong-wrap {
  border: 1px solid #cccc;
  height: 590px; /* chiều cao tối đa của khung cuộn */
  max-height: 600px;
  overflow-y: auto; /* bật scroll dọc */
}

.hethong-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.hethong-wrap::-webkit-scrollbar-track {
  background: #e1e5eb;
  border-radius: 4px;
  height: 4px;
}

.hethong-wrap::-webkit-scrollbar-thumb {
  background: #83898f;
  border-radius: 4px;
  height: 4px;
}

.hethong-wrap::-webkit-scrollbar-thumb:hover {
  background: #357abd;
}
.hethong-card {
  padding: 0 20px;
}
.hethong-item {
  color: var(--textcolor);
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccc;
}
.hethong-card:first-child {
  padding-top: 10px; /* tuỳ chỉnh px */
}

.search-bar select.txt-contact:focus,
.search-bar input.txt-contact:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

.search-bar select.txt-contact,
.search-bar input.txt-contact {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-right: none;
  transition: all 0.3s ease;
}

.search-bar .btn-contact {
  width: 100%;
  padding: 10px 15px;
  background: var(--maincolor);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-bar .btn-contact:hover {
  background: #357abd;
}
.homecat-title img {
  margin-right: 10px;
}
.pro-detail-wrapper {
  background-color: rgba(255, 255, 255, 1);
  /* background-color: #f6f6f6; */
}
.daily-wrapper.fixed {
  position: fixed;
  bottom: 0; /* hoặc top: 0 tùy muốn */
  max-width: 1300px;
  width: 100%;
  padding: 2px 0px;
  z-index: 999;
  background: linear-gradient(to right, #f95137 0%, #f95137 100%);
}

/* cmt reivew sp */
.review-wrapper {
  border: 1px solid #eee;
  padding: 20px;
}

.review-header h2 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #f15a24;
  border-bottom: 1px solid #f15a24;
  display: inline-block;
  padding-bottom: 3px;
}

.review-score {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}

.score-number {
  font-size: 32px;
  font-weight: bold;
}

.score-stars {
  font-size: 16px;
  color: #555;
}

.review-count {
  color: #777;
  font-size: 14px;
}

.review-bars .bar-row {
  display: flex;
  align-items: center;
  margin: 3px 0;
}

.bar-row span {
  width: 30px;
  font-size: 14px;
}

.bar {
  flex: 1;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  margin-left: 5px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: #f15a24;
}

.review-list {
  margin-top: 20px;
}

.review-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.review-user {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}

.review-user .tag {
  color: #f15a24;
  margin-left: 5px;
}

.review-user .time {
  margin-left: 10px;
  color: #999;
}

.review-stars {
  color: #f15a24;
  margin-bottom: 5px;
}

.review-content {
  font-size: 14px;
  color: #333;
}

.review-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.review-actions button {
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-view {
  background: #eee;
}

.btn-write {
  background: #f15a24;
  color: #fff;
}
.cate-item .img-box {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; /* mượt hơn khi hover */
}

/* Khi hover vào cả item */
.cate-item:hover .img-box {
  box-shadow: 0 4px 15px var(--maincolor) !important;
  border-color: var(--maincolor) !important;
}

.cate-item:hover span {
  color: var(--maincolor) !important;
}
.newhot-name {
  font-family: var(--fontB);
  font-size: 24px;
}
.newhot-item {
  padding: 40px;
}
.noibat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  writing-mode: vertical-rl;
  text-orientation: upright;

  background: #ffe8cf;
  color: var(--subcolor);
  font-weight: bold;
  padding: 8px 6px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 10;
}
.slide-box {
  position: absolute;
  bottom: 30%;
  left: 50%;

  max-width: 35%;
  color: #fff;
}
.slide-box p {
  font-family: var(--fontB);
  font-size: 24px;
}
.product-intro-box.content-detail.tocContent img {
  height: auto !important;
}

.searchresult {
  position: absolute;
  top: 100%; /* ngay dưới input */
  width: 80%; /* rộng 80% */
  left: 6%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 999;
  max-height: 300px; /* giới hạn chiều cao */
  overflow-y: auto; /* scroll nếu quá dài */
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.searchresult li {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s;
}

.searchresult li:hover {
  background: #f5f5f5;
}

.searchresult li a {
  text-decoration: none;
  color: #333;
  display: block;
}

.searchresult b {
  color: #d42c29; /* highlight keyword */
}
.keysearch::placeholder {
  color: #999; /* thay #999 bằng màu bạn muốn */
  opacity: 1; /* đảm bảo màu hiển thị đúng ở mọi trình duyệt */
}
.keysearch {
  padding: 0 20px;
}

.newsdetail-name {
  font-size: 26px;
  margin: 10px 0;
  margin-bottom: 5px;
}
.content-detail p {
  margin: 5px 0;
}

.content-detail h2 {
  font-size: 24px;
  margin: 10px 0;
  margin-bottom: 5px;
}

.content-detail h3 {
  font-size: 20px;
  margin: 5px 0;
}
.content-detail h4 {
  font-size: 18px;
  margin: 5px 0;
}

.content-detail ul {
  padding-left: 20px;
}

.content-detail hr {
  margin: 10px 0;
}
.menu-root {
  list-style: none;
  position: relative;
}

/* ================= */
.menu-root > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--fontB);
  text-transform: uppercase;
}

.menu-root > a:hover {
  background: var(--maincolor);
}

/* Icon style */
.menu-root > a i.fa-chevron-down {
  margin-left: auto;
  transition: transform 0.3s;
}

/* ================= Dropdown Level 1 ================= */
.menu-root > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.menu-root:hover > ul {
  display: block;
}

.menu-item {
  list-style: none;
}
.menu-item :first-child {
  position: relative;
}

.menu-item > a {
  display: block;
  padding: 0px 10px;
}

.menu-item > a:hover {
  background: var(--maincolor);
  color: #fff;
}

/* ================= Dropdown Level 2 ================= */
.menu-item > ul {
  display: none;
  position: absolute;
  top: 0;
  list-style: none;
  left: 95%;
  min-width: 400px;
  height: 67vh;
  background: #fff;
  overflow-y: auto; /* CHỈ menu cấp 2 mới có overflow */
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.342);
}
.menu-item > ul::-webkit-scrollbar {
  width: 6px;
}

.menu-item > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.menu-item > ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.menu-item > ul::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.menu-item > ul.open-upward {
  top: auto;
  bottom: 0;
}

.menu-item:hover > ul {
  display: block;
}

.menu-item ul li a {
  padding: 10px 15px;
  color: #333;
}

.menu-item ul li:hover {
  background: var(--maincolor);
}
.menu-item ul li:hover a{
  color: #fff;
}

/* ================= Arrow rotation ================= */
.menu-root:hover > a i.fa-chevron-down {
  transform: rotate(180deg);
}
