:root {
  --maincolor: #009455;
  --subcolor: #ffa100;
  --textcolor: #333;
  --redcolor: #ee0000;
  --fontmain: Muli;
  --font-B: Muli-B;
  --font-M: Muli-M;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: var(--fontmain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  color: #303030;
}

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

a {
  text-decoration: none;
  color: currentColor;
}

b,
strong {
  font-family: var(--font-B);
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
}

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

.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-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;
}

.closeX {
  color: #fff;
  font-weight: bold;
  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;
}

#searchformtab input {
  color: #0a0a0a;
  padding: 10px 25px 10px 30px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 2px solid var(--maincolor);
  background-color: #fff;
}
.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;
}
.top-area {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: var(--font-B);
  justify-content: flex-end;
}
.top-area a {
  font-size: 16px;
  color: var(--maincolor);
}
.call-center {
  padding: 0px 10px;
}
.search-pc {
  display: block;

  margin: auto;
  max-width: 500px;
}

.submit-search-pc {
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: -10px;
  padding: 6px 25px;
  background: transparent;
  color: #808080;
  border-radius: 20px;
}
.icon-search {
  position: relative;
}
.header {
  background: var(--maincolor);
  width: 100%;
  z-index: 11;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #efefef;
}

header.header-fixed {
  position: fixed;
  top: 0px;
}
.header-fixed .nav > li {
  height: 55px;
  line-height: 55px;
}

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

.logo {
  float: left;
  /* padding: 15px 0; */
  width: 100%;
}

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

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

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

.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav > li {
  list-style: none;
  display: inline-block;
  position: relative;

  font-size: 16px;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  margin: 0px 2px;
}

.nav li:first-child {
  border-left: none;
  box-shadow: 0px 2px 3px #525252;
  width: 220px;
}
.nav li:first-child li {
  box-shadow: none;
}
.nav > li > a i {
  padding-right: 15px;
}
.nav li:first-child:before {
  content: '';
  position: absolute;
  color: #fff;
  /* font-family: "Font Awesome 5 Pro"; */
  content: f0dd;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.nav li:last-child {
  margin-right: 0;
}

.nav li:last-child a {
  padding-right: 0;
  border-right: none;
}
.nav li:first-child a {
  border-left: none;
  border-right: none;
}

.nav > li > a {
  text-decoration: none;
  color: #fff;
  display: inherit;
  padding: 0px;
  padding: 0 25px;
  font-size: 17px;
  font-family: var(--font-M);
  text-align: center;
  position: relative;
  line-height: 30px;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
  border-right: 1px solid #3a3a3a42;
}
.nav > li > a:hover {
  color: #fff;
}
/* .nav>li:hover>a::before{
  width: 90%;

} */
/* .nav>li.active>a::before{
  width: 90%;

} */

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

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  text-align: left;
  color: #0a0a0a;
  padding: 0px;
  transition: all 0.5s ease;
  z-index: 9;
  display: none;
  font-weight: normal;
  background: #fff;
  text-transform: initial;
  box-shadow: 0px 0px 5px #9d9d9d;
}

.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 {
  font-family: var(--font-M);

  display: block;
  color: #232323;
  line-height: 18px;
  text-transform: initial;
  padding: 9px 10px;
  font-family: var(--font-M);

  transition: all 0.5s ease;
}
.nav li ul > li a:hover {
  transition: all 0.5s ease;
  color: var(--maincolor);
}

.nav li ul.product_li {
  padding: 10px 0px;
  padding-bottom: 25px;
}

.nav li ul.product_li li:hover {
  background: #1896d3;
}

.nav li ul.product_li li:hover a {
  color: #fff;
}
.nav li ul.product_li li li a {
  color: #333 !important;
}
.nav li ul.product_li li li:hover a {
  color: #fff;
}
.nav li ul.product_li ul {
  display: none;
}
.nav li ul.product_li li:hover ul {
  display: flex;
  width: 700px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nav li ul.product_li li ul li {
  width: 33%;
}
/* .nav>li:hover ul.mega__menu{
  display: block;
}
.nav>li>ul>li>a:hover {
  color:#333!important;
} */
.nav li:hover ul {
  display: block;
}
.nav li ul ul {
  left: 100%;
  top: -1px;
}

.mega-menu {
  /* width: 100% !important; */
  left: 0px !important;
  /* background: rgba(0, 0, 0, 0.8) !important; */
  padding: 10px 0px !important;
  z-index: 11111111;
  background: #ffff;
  position: absolute;
  width: 250px;
  font-family: var(--font-B);
  display: none;

  border-radius: 0px 0px 5px 5px;
  transition: all 0.5s ease-in;
  box-shadow: 0px 0px 5px #585858d1;
}

li:hover .mega-menu {
  display: block;
}

.mega-menu-item {
  padding: 10px 15px;
  line-height: initial !important;
  color: var(--textcolor);

  position: relative;
  transition: all 0.5s ease-in;
}

.mega-menu-item i {
  text-align: right;
  float: right;
}

.mega-menu-item:hover {
  background: #1895d3be;
  color: #fff !important;
  transition: all 0.5s ease-in;
}

.mega-menu-item-link:hover {
  color: #fff;
}
.promenu__list {
  position: absolute;
  z-index: 11;
  width: 900px;
  transition: all 0.5s ease-in;
  top: 0px;
  background: #fff;
  left: 250px;
  color: var(--textcolor);
  padding: 15px;
  flex-wrap: wrap;
  display: none;
}

.mega-menu-item:hover .promenu__list {
  display: flex;
}
.promenu__item {
  width: 25%;
  padding: 10px;
}
.promenu__item:hover {
  color: #fff;
  background-color: #1895d3be;
}
.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: 60px;
  float: right;
}
.burger div {
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background: var(--maincolor);
  float: right;
}
.crumb {
  background: #f1f2f2;
  color: #404040;
  padding: 5px 0px;
  font-size: 12px;
}

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

.crumb a {
  font-size: 14px;
  line-height: 24px;

  text-align: center;
}

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

.crumb a:last-of-type {
  color: var(--maincolor);
  padding-left: 10px;
  font-weight: 700;
}

/*  */

#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: left;
  align-items: center;
  border-bottom: 2px solid #e4e4e4;

  padding-bottom: 8px;
}

.menutab-item {
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  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;
  line-height: 20px;
  text-transform: uppercase;
  color: #474747;
  font-weight: 700;
  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-weight: 700;
  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
  font-family: var(--font-M);
}

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

.tab-active {
  position: relative;
  color: var(--maincolor);
}

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

.tab-bar::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;

  border: solid 1px #9d9d9d;
}
#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;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1404040;
  width: 60%;
  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: 1100px;
  background: #fff;
}

.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: 1.5px;
  position: absolute;
  top: 5%;
  right: 2%;
  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;
  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: #ff7e00;
  color: #fff;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 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;
  font-weight: 500;
  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;
  font-weight: 500;
  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;
  font-weight: 500;
  color: #176078;
}

.ullist {
  height: 450px;
  overflow-y: scroll;
}

.ullist li h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #244294;
  font-size: 16px;
}

.ullist li p {
  margin: 0px;
  padding: 5px 0px;
}

.ullist li {
  border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
  display: block;
  float: left;
  width: 18px;
  margin-top: 2px;
}

#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%;
}

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

.view-more {
  font-weight: normal;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: 'Muli-L';
  margin-top: 25px;
  background-color: #1d509b;
  padding: 10px 20px;
}
.line {
  border-bottom: 1px solid #00aeff4f;
}

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

.line-w span {
  display: inline-block;
  margin-right: 5px;
  background: var(--subcolor);
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 100px;
  height: 3px;
  margin-top: 10px;
}

.line-w span:last-child {
  margin-right: 0;
}

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

  font-weight: 700;
  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;
}
.btndangnhap {
  background-color: var(--maincolor);
  color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
}

/* home */

.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;
}
.cartnumber {
  position: absolute;
  top: -20px;
  right: -5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: var(--subcolor);
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.d-flex {
  display: flex;
}
.cart a {
  position: relative;
}
.cart a i {
  font-size: 25px;
}
.cart {
  margin-right: 10px;
  display: block;
  text-align: right;

  color: var(--subcolor);
}

.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: 10px 25px;

  background-color: var(--maincolor);
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Bai Jamjuree';
}
.btn-all {
  text-align: center;
  padding: 10px 25px;

  font-size: 20px;
  line-height: 20px;
  color: #030303;
  border: 1px solidvar(--maincolor);
  font-weight: 500;
  font-family: 'Bai Jamjuree';
}

.slidehome-content h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: var(--maincolor);
  font-weight: 700;
  font-family: var(--fontmain);
}

.search-form input::placeholder {
  color: #909090;
  font-family: var(--fontmain);
  font-size: 18px;
  height: 50px;
}
.search-form input {
  border: none;
  outline: none;
  font-weight: 500;
  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);
  font-weight: 500;
  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: 25px;
  color: var(--maincolor);
  font-family: var(--font-B);
  text-align: left;
  position: relative;
  margin: 0px;
  transition: all 0.5s ease-in;
  border-bottom: solid 2px;
}
.homecat-title:hover {
  color: var(--subcolor);
}
.homecat-intro {
  margin: auto;
  text-align: center;
  max-width: 650px;
  position: relative;
  padding-bottom: 10px;
}
.homecat-intro::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0px);
  position: absolute;
}
.pagecat-title {
  color: #282828;
  font-family: var(--font-M);
  position: relative;
  font-size: 30px;
  margin: 0px;
  line-height: 1.3;
}

.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: #404040;
  margin-right: 20px;
  text-decoration: none;
}
.topfooter {
  padding: 30px;
  background-color: var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.topfooter span {
  font-size: 20px;
  color: #fff;
}

.footer {
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #404040;
}

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

.sendmail__frm input {
  padding: 15px;
  width: 300px;
  border-radius: 5px 0px 0px 5px;
  float: left;
  outline: none;
  margin: 0px 0px 0px 30px;
  border: none;
  height: 50px;
}
.sendmail__frm input::placeholder {
  color: #9d9d9d;
}
.footer a {
  color: #404040;
}
.text-right {
  text-align: right;
}
.text-center {
  margin: auto;
  text-align: center;
}

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

.footer-block {
  padding-left: 0px;
  margin-top: 20px;
}
.footer-logo {
  padding: 30px 0px;
}
.footer-block .info {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 18px;
  /* margin-bottom: 10px; */
  line-height: 2;
}
.footer-block .info i {
  margin-right: 10px;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
}
.footer-social li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #44444461;
  line-height: 40px;
  margin: 2px;
}
.menuboxfooter,
.menufooter {
  padding: 0px;
  list-style-type: none;
  font-size: 16px;
}
.menuboxfooter li,
.menufooter li {
  margin-bottom: 5px;
}
.menuboxfooter a {
  color: var(--textcolor);
  transition: all 0.5s ease-in;
}
.footer-title {
  font-size: 17px;
  color: #404040;
  font-family: var(--font-M);
  padding-bottom: 10px;
  text-transform: uppercase;
}
.menuboxfooter a:hover {
  color: var(--subcolor);
}
.footer-copyright {
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid var(--maincolor);
}
.hotline i {
  color: var(--maincolor);
  font-size: 30px;
}
.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%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
}
.frm-contact input {
  width: 100%;
  padding: 15px;
  border: 1px solid #9c9c9c;
  margin-bottom: 30px;
}
.frm-contact input.btn-contact {
  background: var(--maincolor);
  color: #fff;

  text-transform: uppercase;
}
.line-title {
  font-weight: 600;
}
.featured-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.featured-item-img {
  width: 40%;
}
.featured-item-content {
  width: 60%;
  overflow: hidden;
  padding-left: 10px;
  line-height: 1.4;
}
.featured-item-name {
  font-weight: 700;
}
.featured-item-img img {
  border-radius: 5px;
}

.slide-btn-next {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: var(--maincolor);
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
.slide-btn-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: var(--maincolor);
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
/* home */
.slidehome {
  position: relative;
}
.slidehome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  color: #303030;
  animation: btom-to-top 3s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  font-family: 'Bai Jamjuree';
}

.product-name {
  font-size: 16px;
  padding: 10px 0px;
  font-family: var(--font-M);
  min-height: 50px;
}
.product-home-info {
  padding: 0px 0px;
}

.homeproduct-wrapper .grid {
  position: relative;
}
.swiper-btn-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -40px);
  font-size: 20px;
  z-index: 111;
  width: 40px;
  height: 40px;
  background: #33333333;
  text-align: center;
  line-height: 40px;
}
.swiper-btn-next {
  position: absolute;
  top: 50%;
  transform: translate(0px, -40px);
  right: 0px;
  font-size: 20px;
  z-index: 111;
  width: 40px;
  height: 40px;
  background: #33333333;
  text-align: center;
  line-height: 40px;
}
.product-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.addcart-product {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-item:hover .addcart-product {
  right: 20px;
  opacity: 1;
}
.product-item:hover img {
  opacity: 0.8;
}

.product-name-detail {
  font-size: 25px;
  font-family: var(--font-M);
}
.product-detail .price {
  text-align: left;
}
.product-detail .pricekm {
  text-align: left;
  font-family: var(--font-M);
  font-size: 25px;
  color: var(--maincolor);
}

.product-item {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 10px;
  position: relative;
  margin-bottom: 1px;
}
.product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
}
.price,
.pricekm {
  float: left;
  font-family: var(--font-B);
  color: #9e9e94;
}
.price {
  text-decoration: line-through;
  text-align: center;
}

.pricekm {
  color: var(--redcolor);
  font-size: 17px;
  text-align: center;
}
.cell-product-1-5 {
  width: 20%;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.homeproduct-list,
.product-list {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  justify-content: flex-start !important;
}

.swiper-product,
.productother {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
}
.homenews-item {
  margin-bottom: 30px;
  text-align: justify;
}
.homenews-intro {
  color: #727272;
  font-family: var(--fontmain);
}
.discount-tags {
  position: absolute;
  left: 0px;
  top: 10px;
  background: red;
  padding: 3px 10px;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  font-size: 13px;
}
.menuleft {
  list-style-type: none;
  padding-left: 0px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.menuleft ul {
  list-style-type: none;
}
.title-left {
  padding: 10px;
  background-color: var(--maincolor);
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.menuleft li {
  padding: 5px 10px;
  font-family: var(--font-M);
}
.menuleft i {
  float: right;
}
.menuleft li {
  border-bottom: 1px solid #cfcfcf;
}
.menuleft li:nth-last-child(1) {
  border-bottom: none;
}
.checkbox-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--font-M);
}
.checkbox-item {
  margin-bottom: 10px;
  min-width: 50%;
}
.checkbox-item label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

input[type='checkbox'] {
  margin-right: 3px;
  /*display: none;*/
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease;
  background-color: #fff;
}
input[type='checkbox']:checked + .checkbox {
  border-color: #fff;
  background-color: #0036c2;
}
input[type='checkbox']:checked + .checkbox::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 40%;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotateZ(45deg);
  animation: check 0.4s ease forwards;
}
.filter-title {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: var(--font-M);
}
.filter-box {
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.product-box,
.pro-intro {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.product-box ul,
.pro-intro ul {
  list-style-type: none;
  padding: 0px;
}
.product-box ul li,
.pro-intro ul li {
  padding: 3px 10px;
}
.product-box ul li:nth-child(2n) {
  background: #e9e9e9;
}
.pro-intro {
  padding: 10px;
}
.pro-intro ol {
  padding-left: 20px;
}
.btn-pr-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotline-btn,
.addcart-btn {
  min-width: 48%;
  padding: 10px;
  border-radius: 5px;
  background: #0097fc23;
  margin: 10px 0px;
  text-align: center;
  border: 1px solid var(--maincolor);
  color: var(--maincolor);
  transition: all 0.5s ease;
}
.muangay-btn {
  width: 100%;
  transition: all 0.5s ease;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: var(--maincolor);
}
.hotline-btn:hover,
.addcart-btn:hover {
  background: var(--maincolor);
  color: #fff;
}
.newsname {
  font-size: 18px;
  font-family: var(--font-M);
}
.news-item {
  margin-bottom: 30px;
}
.news-desc {
  padding: 10px;
  border: 1px solid #e9e9e9;
}
.grid-news {
  display: grid;
  border-bottom: 1px soldi var(--font-size-18);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 130px);
}

.newshot-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 10px;
}
.newshot-item a.img-shine::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 14, 14, 0.219);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
.newshot-item .desc {
  display: none;
}

.newshot-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/5;
  display: block;
}

.newshot-item:nth-child(1) .news-item__name {
  font-size: 20px;

  color: #333;
}
.newshot-item:nth-child(1) img,
.newshot-item:nth-child(1) .img-shine {
  max-height: 320px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.newshot-item:nth-child(1) .newshot-desc {
  width: 100%;
}
.newshot-item:nth-child(1) .news-item-intro {
  display: block;
}
.newshot-item:hover .news-item__name {
  color: #333;
  bottom: 15px;
}
.newshot-item:hover::before {
  background: rgba(34, 34, 34, 0.521);
}
.newshot-item {
  display: flex;
  justify-content: space-between;
}
.newshot-item .img-shine {
  width: 45%;
}
.newshot-item .newshot-desc {
  width: 50%;
}
.news-item-intro {
  display: none;
}
.box-news-left {
  position: sticky;
  right: 0px;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
}
.box-news-left .image-news-left {
  padding-right: 10px;
  border-radius: 5px 10px 10px 5px;
}
.featured-news .news-home-item {
  color: #333;
}
.featured-news img {
  border-radius: 5px;
  padding-right: 5px;
}
.news-home-item,
.news-item__name {
  font-family: var(--font-M);
}
.pagenews-title {
  border-bottom: 1px solid var(--maincolor);
  padding: 7px 0px;
}
.pagenews-title a {
  font-size: 20px;
  color: #fff;
  font-family: var(--font-M);
  padding: 12px 30px;
  text-align: center;
  background-color: var(--maincolor);
  text-transform: uppercase;
}
.creatdate {
  font-size: 14px;
}
/* .creatdate
{
  display: flex;
  align-items: center;
}
.creatdate i
{
  float: left;
} */
.flex_slidehome {
  float: right;
  width: calc(100% - 230px);
  position: relative;
}

.sort-bar {
  float: right;
}

.sort-bar-label {
  float: left;
}

.sort-bar-option {
  float: left;
  margin-left: 5px;
}

.sort-bar-option select {
  height: 30px;
}

/* choose option product detail */
.product-option-box {
  background: #f6f8fc;
  padding: 20px;
  border-radius: 12px;
  max-width: 500px;
}

.option-row {
  margin-bottom: 20px;
}

.option-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.option-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.option-item {
  padding: 8px 18px;
  border: 1px solid #d0d4e4;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
}

.option-item.choose-price, .chon-do-day, .chon-mau-sac {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.quantity-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #d0d4e4;
  border-radius: 8px;
  overflow: hidden;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f0f2f7;
  font-size: 20px;
  cursor: pointer;
}

.qty-input {
  width: 40px;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 16px;
}

/* .btn {
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  border: none;
}

.add-cart {
  background: #fff;
  color: #1a73e8;
  border: 1px solid #1a73e8;
}

.buy-now {
  background: #e53935;
  color: #fff;
} */
