:root {
  --maincolor: #268ecd;
  --subcolor: #000F39;
  --textcolor: #636363;
  --gradient: linear-gradient(90deg, #C52720 0%, #F8633A 100%);
  --fontmain: "Roboto", sans-serif;
  --fontBold: Roboto-Bold;
  --fontMedium: Roboto-Medium;
  --fontSemibold: Roboto-Semibold;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {

  font-family: var(--fontmain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-family: var(--fontmain);
  color: #606060;
  scroll-behavior: smooth;
}

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

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

b,
strong {

  font-family: var(--fontmain);

}

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

a img {
  display: block;
}

#page {
  background: #F3F4F6;
  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-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 .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 {
  position: absolute;
  color: #333;
  bottom: 15px;
  right: 15px;
}

#searchformtab input {

  color: #0a0a0a;
  padding: 9px 25px 10px 30px;
  height: 45px;
  /* max-width: 500px; */
  border-radius: 9px;
  border: 1px solid #767070;
  background-color: #FFF;

}

#searchformtab input::placeholder {
  color: #484848;
}

.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-bg {
  background: url('/uploaded/pic-cat/ảnh\ nền\ header.png');
} */
.toppage {
  background: var(--gradient);
  color: #fff;
}

.company-name {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--fontSemibold);
  font-size: 18px;
}

.header {
  background: #fff;
  width: 100%;
  z-index: 11;
  width: 100%;
  overflow: visible;
  box-shadow: 0px 0px 5px #9d9dd9;
  transition: all .5s ease-in-out;
}

header.header-fixed {
  position: fixed;
  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-end;
}



.nav {
  padding: 0px;
  margin: 0px;
  font-family: var(--fontmain);
  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-family: var(--fontmain);
}

.nav li:first-child {
  border-left: none;
}




.nav>li>a {
  text-decoration: none;
  color: #404040;
  display: inherit;
  padding: 0 15px;
  font-size: 17px;
  font-family: var(--fontmain);
  font-family: var(--fontSemibold);
  line-height: 85px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: all .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: 9;
  display: none;
  font-family: var(--fontmain);
  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;


}

.nav li ul ul {
  left: 100%;
  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: 60px;
  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(--fontSemibold);
  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 .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-family: var(--fontmain);

  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 {
  background: #C52720;
  padding: 2px 15px;
  border-radius: 10px;
}

.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}

.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-color: transparent;
  border-radius: 30px;
  line-height: 20px;
  color: #ffffff;


}

.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: 26px;
  text-transform: uppercase;
  color: var(--textcolor);
  font-family: var(--fontSemibold);
  position: relative;
  color: var(--subcolor);
  text-transform: uppercase;
  margin: 0px;

}

.pagecat-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--textcolor);
  font-family: var(--fontBold);
  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;
}

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

.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: #17284B;
  /* background-image: url(/uploaded/pic-cat/bg-footer.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;
}

.text-justify {
  margin: auto;
  text-align: justify;
}

.text-left {
  margin: auto;
  text-align: left;
}

.text-right {
  margin: auto;
  text-align: right;

}

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

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

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

}

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

.menuboxfooter {
  padding: 0px;
  list-style-type: none;
}

.menuboxfooter li {
  margin-bottom: 5px;
}

.menuboxfooter a {
  color: #FFF;
  transition: all .5s ease-in;
}

.footer-title {
  font-size: 20px;
  color: #FFF;
  font-family: var(--fontBold);
  font-family: var(--fontmain);
  /* padding-bottom: 10px; */
  text-transform: uppercase;
}

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

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

.adv_hot_big-item img,
.adv_hot_small-item img {
  padding: 10px;
  border-radius: 20px;
}

.adv_hot_small-item:first-child {
  margin-bottom: 10px;
}

.producthot-wrapper .grid {
  padding: 24px 26px 26px;
  background: #fff;
  border: 1px solid #dce4ee;
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px #ccc;
}

.producthot-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.producthot-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.producthot-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 12px;
  border-radius: 10px;
  background: #f1f2f5;
  color: #697182;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.producthot-tabs a:hover,
.producthot-tabs a.active {
  background: #e5e7eb;
  color: #071a46;
}

/* =========================
   Danh sách sản phẩm
========================= */

/* .producthot-list {

  border-top: 1px solid #dce0e6;
  border-left: 1px solid #dce0e6;
  border-radius: 12px;
  overflow: hidden;
}
 */
.producthot-list .cell-1-5 {
  margin-bottom: 10px;
}

.product-item {
  position: relative;
  height: 100%;
  border-radius: 10px;
  padding: 22px 20px 24px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;

}

.product-item:hover {
  z-index: 2;
  box-shadow: 0 8px 24px rgba(7, 26, 70, 0.1);
}

/* =========================
   Ảnh sản phẩm
========================= */

.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  margin-bottom: 16px;
  overflow: hidden;
}

.product-image>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-item:hover .product-image img {
  transform: scale(1.04);
}

/* Tem giảm giá dạng răng cưa gần giống Figma */

.product-sale {

  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  background: url(/uploaded/ico/sale.png) no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;


}

/* =========================
   Tên và giá
========================= */


.product-name {
  margin: 0 0 12px;
  min-height: 52px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.product-name a {
  display: -webkit-box;
  overflow: hidden;
  color: #071a46;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.25s ease;
}

.product-name a:hover {
  color: var(--gradient);
}

.product-price {
  min-height: 28px;
  margin-bottom: 14px;
  color: #C52720;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
}


/* =========================
   Nút mua hàng
========================= */

.product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.product-actions a,
.product-actions button,
.see-all {
  min-height: 32px;
  padding: 5px 10px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.btn-buy {
  background: var(--gradient);
  color: #fff;
  text-decoration: none;
}

.btn-buy:hover {
  background: var(--gradient);
  color: #fff;
  transform: translateY(-2px);
}

.btn-cart,
.see-all {
  border: 1px solid #e43d2b;
  background: #fff;
  color: #df2f20;
}

.btn-cart:hover,
.see-all:hover {
  background: #e43d2b;
  color: #fff;
  transform: translateY(-2px);
}

.service-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}


.line-title {
  position: relative;
  flex: 1;
  height: 1px;
  background: #ddd;
}

.line-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: #ff7a1a;
}

.service-list {
  display: flex;
  gap: 10px;
  height: 500px;
}

.service-col {
  min-width: 0;
}

.service-col-left,
.service-col-right {
  width: 25%;
}

.service-col-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.service-center-top {
  display: flex;
  gap: 10px;
  height: calc(50% - 5px);
}

.service-center-top .service-item {
  width: calc(50% - 5px);
}

.service-center-bottom {
  height: calc(50% - 5px);
}

.service-col-left .service-item,
.service-col-right .service-item {
  height: 100%;
}

.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.service-item>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.service-item>a::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(3, 13, 37, 0) 30%,
      rgba(3, 13, 37, 0.25) 55%,
      rgba(3, 13, 37, 0.9) 100%);
  content: "";
}

.service-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
}

.service-content h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.service-content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 14px;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.service-col-left .service-content span {
  border-color: #ff781c;
  background: #ff781c;
}

.service-item:hover img {
  transform: scale(1.06);
}

.service-item:hover .service-content span {
  border-color: #ff781c;
  background: #ff781c;
}

.news-home {
  align-items: stretch;
}

.news-big-item {
  height: 100%;
  border: 1px solid #d9e5ee;
  background: #fff;
}

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

.news-big-content {
  padding: 20px;
}

.news-big-title {
  font-size: 18px;
  line-height: 1.5;
  color: #403F46;
  font-family: var(--fontmain);
}

.news-big-title:hover,
.news-small-title:hover {
  color: var(--maincolor);
}

.news-meta {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

.news-big-intro {
  margin-top: 15px;
  line-height: 1.8;
  color: #666;
}


/* Cột phải */
.news-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-small-item {
  display: flex;
  gap: 15px;

  border: 1px solid #d9e5ee;
  background: #fff;
  align-items: center;
}

.news-small-thumb {
  width: 130px;
  flex-shrink: 0;
}

.news-small-thumb img {
  width: 100%;

  object-fit: cover;
  display: block;
}

.news-small-content {
  flex: 1;
}

.news-small-title {
  font-size: 17px;
  line-height: 1.6;
  color: #403F46;
  transition: .3s;
}


/* Hover ảnh */
.news-big-item,
.news-small-item {
  overflow: hidden;
}

.news-big-item img,
.news-small-thumb img {
  transition: .4s ease;
}

.news-big-item:hover img {
  transform: scale(1.05);
}

.videohome-item {
  display: flex;
  flex-direction: column;
}

.videohome-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.videohome-thumb img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.play-btn i {
  color: #fff;
  font-size: 24px;
  margin-left: 4px;
  /* căn giữa icon play */
}

.videohome-thumb:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.videohome-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.4;
}

.videohome-title a {
  color: #323232;
  text-decoration: none;
  font-family: var(--fontmain);
}

/* ======trang san pham== */


.gallery-top {
  border: 1px solid #ececec !important;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-top a {
  display: block;
  width: 100%;
}

.gallery-top img {
  display: block;
  width: 100%;
  background: #fff;
  transition: .3s;
}

.gallery-top img:hover {
  transform: scale(1.02);
}


.gallery-thumbs {
  margin-top: 15px;
}

.gallery-thumbs .swiper-slide {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  opacity: .75;
  transition: all .25s ease;
  background: #fff;
}

.gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gallery-thumbs .swiper-slide:hover {
  opacity: 1;
  border-color: #f58220;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #f58220;
  box-shadow: 0 0 0 2px rgba(245, 130, 32, .15);
}

.cell-pro-right {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.product-name-detail {
  font-size: 32px;
  line-height: 1.35;
  font-family: var(--fontSemibold);
  color: #111;
  margin-bottom: 20px;
}


.pro-detail-info {
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
}

.pro-detail-intro,
.attr-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.pro-detail-intro:last-child,
.attr-item:last-child {
  border-bottom: 0;
}

.pro-detail-intro span,
.attr-name {
  width: 100px;
  flex-shrink: 0;
  font-weight: 600;
  color: #444;
}

.attr-value,
.pro-detail-intro div {
  flex: 1;
  color: #222;
}

/* =========================
   INTRO
========================= */

.text-line-5 {
  line-height: 1.8;
  color: #555;
  font-size: 15px;
  margin-bottom: 25px;
}

/* =========================
   PRICE
========================= */

.price-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.price-detail {
  font-size: 36px;
  font-weight: 700;
  color: #e53935;
}

.price-box span {
  color: #888;
  font-size: 18px;
}

/* =========================
   DOWNLOAD
========================= */

.download-btn-product {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #333;
  transition: .3s;
}

.download-btn-product:hover {
  border-color: #f58220;
  color: #f58220;
}

/* =========================
   BUTTONS
========================= */

.product-action {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.muangay-btn,
.addcart-btn {
  flex: 1;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-size: 15px;
  font-weight: 600;

  transition: .3s;
}

.muangay-btn {
  background: var(--gradient);
  color: #fff;
}

.muangay-btn:hover {
  background: #e16d08;
}

.addcart-btn {
  background: #fff;
  color: #f58220;
  border: 1px solid #f58220;
}

.addcart-btn:hover {
  background: #f58220;
  color: #fff;
}

/* ==========trang dich vu====== */
.service-cat-item {
  height: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all .3s ease;
  margin-bottom: 20px;
}

.service-cat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.service-cat-item>a {
  display: block;
  overflow: hidden;
}

.service-cat-item img {
  width: 100%;
  display: block;
  transition: .5s;
}

.service-cat-item:hover img {
  transform: scale(1.05);
}

.service-cat-item h2,
.service-cat-item .homecat-intro {
  padding-left: 25px;
  padding-right: 25px;
}

.service-cat-item .homecat-intro {
  padding-bottom: 25px;
  line-height: 1.7;
  color: #666;
}

.service-cat-name {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}

.service-cat-name a {
  color: #111;
  text-decoration: none;
  transition: .3s;
}

.service-cat-name a:hover {
  color: #ff7a1a;
}

/* =======Trang tin tuc=========== */
/* Khối tin bên phải */
.box-news-left {
  padding: 20px;
  background: #fff;
}

/* Tiêu đề danh mục */
.box-news-left .title-left {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;

  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.box-news-left .title-left::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 50px;
  height: 2px;
  background: #b98a3d;
}

.newshot-wrapper,
.newslist,
.newsdetail {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 4px 8px rgba(248, 248, 248, 0.014);
  border-radius: 10px;
}

.newshot-big>a:first-child {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #f2f2f2;
}

.newshot-big img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.newshot-big:hover img {
  transform: scale(1.05);
}

.newshot-big--name {
  display: block;
  margin-top: 18px;
  color: var(--news-text);
  font-size: 22px;
  font-family: var(--fontBold);
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.25s ease;
}

.newshot-big--name:hover {
  color: var(--maincolor);
}

/* Danh mục và ngày đăng */

.newscat-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.newshot-cat {
  color: var(--news-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.newshot-cat:hover {
  color: var(--news-primary-dark);
}

.newscat-info span {
  position: relative;
  padding-left: 12px;
}

.newscat-info span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bbb;
  transform: translateY(-50%);
}

/* =========================
   TIN NHỎ BÊN PHẢI
========================= */

.newshot-list {
  row-gap: 26px;
}

.newshot-list a {
  display: block;
  color: var(--news-text);
  text-decoration: none;
}

.newshot-list a>img {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #f2f2f2;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.newshot-list a:hover>img {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}

.newshot-list a>span {
  display: block;
  margin-top: 11px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.newshot-list a:hover>span {
  color: var(--news-primary);
}

/* =========================
   DANH SÁCH TIN
========================= */

.newslist-wrapper {
  width: 100%;
}

.newslist {
  list-style: none;
  /* border-top: 1px solid var(--subcolor); */
}

.newslist>li {
  padding: 28px 0;
  border-bottom: 1px solid var(--subcolor);
  transition: background-color 0.25s ease;
}

.newsimg {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 9px;
  background: #f2f2f2;
}

.newsimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.newsimg:hover img {
  transform: scale(1.06);
}

.newsname {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}

.newsname a {
  color: var(--news-text);
  text-decoration: none;
  transition: color 0.25s ease;
}

.newsname a:hover {
  color: var(--news-primary);
}

.newscat-intro {
  margin-top: 14px;
  color: var(--news-muted);
  font-size: 16px;
  line-height: 1.75;
}

.newsother-item {
  background: #fff;
  margin: 10px 0;
  padding: 10px;
}

.newsother-name {
  font-family: var(--fontSemibold);
}

/* =======trang giới thiệu========== */
.menu-tab-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

.menu-tab {
  position: relative;
  display: block;
  padding: 14px 18px;

  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;

  background: #f5f5f5;
  border-left: 3px solid transparent;

  transition: all 0.3s ease;
}

.menu-tab:hover {
  color: #b98a3d;
  background: #f0ebe2;
}

.menu-tab.active {
  color: #fff;
  background: #b98a3d;
  border-left-color: #80602b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

@media (max-width: 767px) {
  .menu-tab-list {
    flex-direction: row;
    overflow-x: auto;
    margin-bottom: 25px;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .menu-tab-list::-webkit-scrollbar {
    display: none;
  }

  .menu-tab {
    flex: 0 0 auto;
    padding: 10px 16px;
    white-space: nowrap;
    border-left: 0;
    border-bottom: 3px solid transparent;
  }

  .menu-tab.active {
    border-bottom-color: #80602b;
  }
}

.about-section {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.about-content {
  margin: 10px;
}

/*===========menu sanpham header===== */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  z-index: 998;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body:has(.header-product-menu:hover)::before {
  opacity: 1;
  visibility: visible;
}

.header-product-menu {
  position: relative;
  z-index: 1000;
}

.header-product-menu>.menuleft {
  z-index: 1001;
}

.header-product-menu>.menuleft>li>ul {
  z-index: 1002;
}

/* Vùng danh mục sản phẩm trong header */
.header-product-menu {
  position: relative;
  z-index: 999;
}

/* Nút danh mục */
.header-product-menu .title-left {
  position: relative;
  display: flex;
  align-items: center;

  height: 48px;
  margin: 0;
  padding: 0 32px 0 42px;

  color: #fff;
  font-size: 14px;
  font-family: var(--fontSemibold);
  line-height: 1.3;
  text-transform: uppercase;

  background: #FA841D;
  cursor: pointer;
}

/* Icon ba gạch */
.header-product-menu .title-left::before {
  content: "\f0c9";
  position: absolute;
  top: 50%;
  left: 16px;

  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;

  transform: translateY(-50%);
}

/* Mũi tên xuống */
.header-product-menu .title-left::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 14px;

  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;

  transform: translateY(-50%);
  transition: transform 0.3s;
}

.header-product-menu:hover .title-left::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Menu cấp 1 */
.header-product-menu>.menuleft {
  position: absolute;
  top: 100%;
  left: 0;

  width: 260px;
  margin: 0;
  padding: 0;

  list-style: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 25px rgb(0 0 0 / 12%);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  transition:
    opacity 0.25s,
    visibility 0.25s,
    transform 0.25s;
}

.header-product-menu:hover>.menuleft {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mục cấp 1 */
.header-product-menu>.menuleft>li {
  position: static;
  list-style: none;
  border-bottom: 1px solid #ededed;
}

.header-product-menu>.menuleft>li:last-child {
  border-bottom: 0;
}

.header-product-menu>.menuleft>li>a {
  position: relative;
  display: flex;
  align-items: center;

  min-height: 46px;
  padding: 9px 38px 9px 18px;

  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.25s,
    background 0.25s,
    padding-left 0.25s;
}

.header-product-menu>.menuleft>li>a>i {
  position: absolute;
  right: 17px;

  color: #999;
  font-size: 10px;
}

.header-product-menu>.menuleft>li:hover>a,
.header-product-menu>.menuleft>li.actived>a {
  padding-left: 23px;
  color: #b98a3d;
  background: #f7f4ef;
}

/* Menu cấp 2 mở bên phải */
.header-product-menu>.menuleft>li>ul {
  position: absolute;
  top: -1px;
  left: 100%;

  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 0 24px;

  width: 850px;
  min-height: calc(100% + 2px);
  margin: 0;
  padding: 22px 25px;

  list-style: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 8px 8px 20px rgb(0 0 0 / 10%);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.2s,
    visibility 0.2s;
}

.header-product-menu>.menuleft>li:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Mục cấp 2 */
.header-product-menu>.menuleft>li>ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: unset;
}

.header-product-menu>.menuleft>li>ul>li>a {
  display: block;
  padding: 11px 4px;
  font-family: var(--fontSemibold);
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.25s,
    padding-left 0.25s;
}

.header-product-menu>.menuleft>li>ul>li>a img {
  margin-bottom: 20px;
}


.header-product-menu>.menuleft>li>ul>li:hover>a,
.header-product-menu>.menuleft>li>ul>li.actived>a {
  padding-left: 9px;
  color: #b98a3d;
}

@media (max-width: 767px) {
  .header-product-menu {
    display: none;
  }
}

/* Danh sách cấp 3 luôn hiển thị bên dưới */
.header-product-menu>.menuleft>li>ul>li>ul {
  position: static;
  display: block;

  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0 5px 10px;

  list-style: none;
  background: transparent;
  border: 0;
  box-shadow: none;

  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

/* Từng mục cấp 3 */
.header-product-menu>.menuleft>li>ul>li>ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.header-product-menu>.menuleft>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 4px 5px 4px 13px;

  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

/* Chấm nhỏ trước cấp 3 */
.header-product-menu>.menuleft>li>ul>li>ul>li>a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;

  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aaa;
}

/* Hover và active cấp 3 */
.header-product-menu>.menuleft>li>ul>li>ul>li:hover>a,
.header-product-menu>.menuleft>li>ul>li>ul>li.actived>a {
  padding-left: 17px;
  color: #b98a3d;
}

.header-product-menu>.menuleft>li>ul>li>ul>li:hover>a::before,
.header-product-menu>.menuleft>li>ul>li>ul>li.actived>a::before {
  background: #b98a3d;
}

/* ============trang tuyển dụng===== */
/* ===== TRANG TUYỂN DỤNG ===== */

.tuyendung-table {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.tuyendung-table .table-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Tiêu đề bảng */
.tuyendung-table .table-list th {
  padding: 16px 15px;

  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;

  background: #1f3b64;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tuyendung-table .table-list th:last-child {
  border-right: 0;
}

/* Nội dung bảng */
.tuyendung-table .table-list td {
  padding: 15px;

  color: #555;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;

  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.tuyendung-table .table-list td:last-child {
  border-right: 0;
}

.tuyendung-table .table-list tr:last-child td {
  border-bottom: 0;
}

/* Dòng xen kẽ */
.tuyendung-table .table-list tbody tr:nth-child(odd):not(:first-child) {
  background: #fafafa;
}

/* Hover từng tin tuyển dụng */
.tuyendung-table .table-list tbody tr:not(:first-child) {
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.tuyendung-table .table-list tbody tr:not(:first-child):hover {
  background: #f3f6fa;
  box-shadow: inset 4px 0 0 #1f3b64;
}

/* Căn giữa STT và số lượng */
.tuyendung-table .table-list th:nth-child(1),
.tuyendung-table .table-list td:nth-child(1),
.tuyendung-table .table-list th:nth-child(3),
.tuyendung-table .table-list td:nth-child(3) {
  text-align: center;
}

/* Tên vị trí tuyển dụng */
.tuyendung-table .news-name {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;

  transition: color 0.25s ease;
}

.tuyendung-table .news-name:hover {
  color: #b98a3d;
}

/* ===== CHI TIẾT TUYỂN DỤNG ===== */

.box-tuyendung {
  padding: 25px 30px;

  color: #555;
  font-size: 15px;
  line-height: 1.75;

  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
}

/* Tiêu đề từng khối */
.box-tuyendung-title {
  position: relative;

  margin: 0;
  padding: 0 0 12px 17px;

  color: #1f3b64;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;

  border-bottom: 1px solid #e5e5e5;
}

.box-tuyendung-title::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 15px;
  left: 0;

  width: 4px;
  background: #b98a3d;
  border-radius: 2px;
}

/* Nội dung bên trong */
.box-tuyendung p {
  margin: 0 0 12px;
}

.box-tuyendung p:last-child {
  margin-bottom: 0;
}

.box-tuyendung ul,
.box-tuyendung ol {
  margin: 10px 0 15px;
  padding-left: 22px;
}

.box-tuyendung li {
  margin-bottom: 7px;
}

.box-tuyendung li:last-child {
  margin-bottom: 0;
}

.box-tuyendung strong,
.box-tuyendung b {
  color: #222;
  font-weight: 600;
}

.box-tuyendung a:not(.btn-contact) {
  color: #1f3b64;
  text-decoration: none;
}

.box-tuyendung a:not(.btn-contact):hover {
  color: #b98a3d;
}

/* Nếu nội dung có bảng */
.box-tuyendung table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
}

.box-tuyendung table td,
.box-tuyendung table th {
  padding: 11px 14px;
  border: 1px solid #e5e5e5;
}

.box-tuyendung table th {
  color: #fff;
  font-weight: 600;
  text-align: left;
  background: #1f3b64;
}

/* Nút đăng ký ứng tuyển */
.btn-contact {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 190px;
  min-height: 48px;
  padding: 10px 28px;

  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;

  background: #1f3b64;
  border: 1px solid #1f3b64;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgb(31 59 100 / 18%);

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.btn-contact::after {
  content: "\f105";
  margin-left: 10px;

  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;

  transition: transform 0.25s ease;
}

.btn-contact:hover {
  color: #fff;
  background: #b98a3d;
  border-color: #b98a3d;
  box-shadow: 0 7px 18px rgb(185 138 61 / 25%);
  transform: translateY(-2px);
}

.btn-contact:hover::after {
  transform: translateX(4px);
}

/* Tin tuyển dụng khác */
.title-other-news {
  position: relative;

  margin: 0;
  padding-bottom: 12px;

  color: #1f3b64;
  font-size: 21px;
  font-weight: 700;

  border-bottom: 1px solid #e5e5e5;
}

.title-other-news::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 65px;
  height: 2px;
  background: #b98a3d;
}

.title-other-news a {
  color: inherit;
  text-decoration: none;
}

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

.other-article li {
  position: relative;
  padding: 11px 0 11px 18px;
  border-bottom: 1px solid #ececec;
}

.other-article li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;

  width: 5px;
  height: 5px;

  background: #b98a3d;
  border-radius: 50%;
}

.other-article .news-name {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

.other-article .news-name:hover {
  padding-left: 5px;
  color: #b98a3d;
}
