:root {
  --maincolor: rgba(0, 0, 0, 1);
  --subcolor: rgba(255, 255, 255, 1);
  --textcolor: rgba(83, 83, 83, 1);
  --titlecolor: rgba(0, 36, 26, 1);
  --greencolor: rgba(3, 101, 85, 1);
  --btncolor: linear-gradient(90deg, #f0ba00 0%, #e6df0a 100%);
  --fontmain: AfacadFlux-Regular;
  --fontB: AfacadFlux-Bold;
  --fontLight: AfacadFlux-Light;
  --fontI: Lobster;
  --fontMedium: AfacadFlux-Medium;
  --fontSemiBold: AfacadFlux-SemiBold;
  --fontSVN: SVN;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: var(--fontmain);
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-weight: normal;
  color: #606060;
  scroll-behavior: smooth;
}

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

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

b,
strong {
  font-family: var(--fontB);
  font-weight: normal;
}

img {
  border: none;
  max-width: 100%;
  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-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 {
  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;
}
.header {
  /* position: absolute; */
  background: var(--greencolor);
  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;
  background: var(--greencolor);
  border-bottom: 1px solid #d3d2d2;
  z-index: 14;
}

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

.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-weight: normal;
  max-width: 1200px;

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

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

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

.nav > li > a {
  text-decoration: none;
  color: #fff;
  display: inherit;
  padding: 0 12px;
  font-size: 18px;
  font-family: var(--fontmain);
  /* font-weight: 600; */
  line-height: 85px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.nav > li > a:hover {
  background-color: rgba(255, 193, 7, 1);
  color: #0A2A43 !important;
}

.nav > li.active a {
  border-bottom: 1px solid rgba(255, 193, 7, 1);
  color: #ccc;
}

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

.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(--greencolor);
}
.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-image: url('/uploaded/banner/bg-footer.png');
  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: #fff;
  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-weight: 600;
  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;
  align-items: center;
  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;
  font-family: var(--fontmain);
  background-color: rgba(237, 237, 237, 1);
  transition: all 0.5s ease-in;
  padding: 5px 30px;
  position: relative;
  border-radius: 20px;
  color: var(--titlecolor);
}
.menutab-item a:before {
  content: '';
  width: 0%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.menutab-item.actived a {
  background-color: var(--greencolor);
  color: #fff;
}

/* .menutab-item.actived a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--greencolor);
  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: #ffffff;
  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 var(--greencolor);
}

.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(--greencolor);
  margin: 0 5px;
}

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

.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-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 15px;
  border-radius: 30px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(0, 36, 26, 1);
  background-color: rgba(255, 193, 7, 1);
  font-family: var(--fontMedium);
}
.btn-white {
  text-align: center;
  padding: 7px 25px;
  border-radius: 30px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(0, 36, 26, 1);
  background-color: #ffff;
  font-family: var(--fontB);
  border: 1px solid rgba(255, 193, 7, 1);
}
.btn-white:hover {
  background-color: rgba(255, 193, 7, 1);
}

.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: 36px;
  color: var(--maincolor);
  text-transform: uppercase;
  margin: 0px;
  font-weight: 500;
  font-family: var(--fontMedium);
}
/* .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: rgba(0, 36, 26, 1);
  font-family: var(--fontB);
  font-size: 24px;
  margin: 0px;
}

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

.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: 16px;
  display: flex;
  align-items: flex-start;
  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 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-end;
}
.footer-social li {
  list-style: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 40px;
  margin: 0px 5px;
}

.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 0.5s ease-in;
}
.footer-title {
  font-size: 20px;
  color: #fff;

  font-family: var(--fontB);
  /* 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;
}
/* HOME CHỦ ĐỀ */
/* .homechude-wraper {
  position: relative;
  background-image: url('/uploaded/pic-cat/item3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
} */

/* lớp phủ mờ để chữ dễ đọc */
/* .homechude-wraper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
} */

/* giữ nội dung nằm trên overlay */
.homechude-wraper .grid {
  position: relative;
  z-index: 2;
}

/* tiêu đề */
.homechude-wraper .homecat-title {
  font-size: 34px;
  font-family: var(--fontMedium);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* đoạn mô tả */
.homechude-wraper .homecat-intro {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 900px;
  margin: 0 auto;
}

/* nút vàng */
.btn-yellow {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-yellow:hover {
  background: #ffd633;
  transform: translateY(-2px);
}

/* HOME TOUR */
.hometour-wrapper {
  background-color: #fafafa;
}
.tour-name a,
.homenews-name a {
  color: rgba(0, 36, 26, 1);
  font-family: var(--fontMedium);
  font-size: 20px;
}
.tour-item,
.homenews-item {
  border: 1px solid #cccc;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.tour-item img,
.homenews-item img {
  border-radius: 10px 10px 0px 0px;
}
.tour-box,
.homenews-box {
  padding: 15px 30px;
}
.tour-list .cell-1-3 {
  margin-bottom: 30px;
}
/* HOME PROJECT (DU AN) */

.homeduan-title {
  position: relative;
  display: inline-block;
  font-family: var(--fontI);
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px 40px;
  background-image: url('/uploaded/du-an/Vector.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* FOOTER */
.subscribe-box {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}

.subscribe-box input {
  flex: 1;
  padding: 14px 18px;
  border: none;
  outline: none;
  font-size: 14px;
}

.subscribe-box input:first-child {
  border-right: 1px solid #ddd;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.subscribe-box button {
  background: linear-gradient(to right, #f8c300, #ffd700);
  color: #000;
  border: none;
  padding: 0 25px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  font-family: var(--fontB);
  transition: background 0.3s ease;
}

.subscribe-box button:hover {
  background: linear-gradient(to right, #ffd700, #ffcc00);
}
.subscribe-box input::placeholder {
  color: #888; /* đổi mã màu theo ý m, ví dụ #ccc hoặc #555 */
  opacity: 1; /* để chắc placeholder không bị mờ */
}
/* TRANG GIOI THIEU */
.catinfo-wrapper {
  background-image: url(/uploaded/pic-cat/pic-cat-gt.png);
  background-size: cover; /* Ảnh phủ kín vùng chứa */
  background-position: center bottom;
  background-repeat: no-repeat; /* Không lặp lại ảnh */
  padding-bottom: 100px;
}
.whyus-wrapper,
.faq-wrapper {
  background-image: url('/uploaded/gioi-thieu/Rectangle\ 44.png');
}
.whyus-item {
  border: 1px solid #cccc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 360px;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.whyus-item:hover {
  background-color: #4b5563;
  color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.whyus-item:hover .whyus-name,
.whyus-item:hover .whyus-title {
  color: #fff !important;
}
.list-whyus .cell-1-2 {
  margin-bottom: 20px;
}
.camket-item {
  text-align: center;
}
.toppage {
  background-color: rgba(1, 5, 4, 0.459);
}
.list-whyus .cell-1-2:nth-child(even) {
  transform: translateY(80px); /* nhích lên 15px, tùy chỉnh theo ý */
}
.tour-name.whyus-name {
  color: rgba(0, 36, 26, 1);
  font-family: var(--fontMedium);
  font-size: 20px;
}

/* TOUR CAT  */
.tourcat-item {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.tourcat-image {
  position: relative;
}

.tourcat-image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.tourcat-name {
  font-size: 24px;
  color: #fff;
  font-family: var(--fontMedium);
  text-transform: uppercase;
  margin: 0px 0 10px 0;
}

.tourcat-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  transition: height 0.4s ease;
  height: 80px; /* mặc định chỉ đủ chỗ cho tên */
  overflow: hidden;
  /* text-align: center; */
}

.tourcat-item:hover .tourcat-box {
  height: 80%; /* khi hover mở rộng toàn bộ */
  /* text-align: left; */
}
.tourcat-item:hover img {
  transform: scale(1.05);
}
.tourcat-item .tourcat-box .btn-white {
  background: var(--btncolor);
}
.tour-price {
  background-image: url(/uploaded/ico/bgr-tourname.png);
  color: #fff;
  font-size: 22px;
  background-repeat: no-repeat;
}
.tour-price span {
  margin-left: 15px;
}
.tour-gallery img {
  border-radius: 10px;
}
.tour-gallery .tour-next,
.tour-gallery .tour-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.tour-gallery .tour-next:hover,
.tour-gallery .tour-prev:hover {
  opacity: 1;
}
.tour-gallery .tour-next {
  right: 10px;
}

.tour-gallery .tour-prev {
  left: 10px;
}

/* form đặ tour  */
.custom-form-container {
  background: rgba(246, 246, 246, 1);
  border-radius: 10px;
  padding: 30px 40px;
  margin: 40px auto;
}

.custom-form-tripname {
  font-size: 18px;
  margin-bottom: 20px;
}

.custom-form-tripname span {
  color: #007a4d;
}

.custom-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-form-row input,
.custom-form-row select {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
  background: #fff;
}
select option {
  white-space: nowrap;
}

.custom-form-row input:focus,
.custom-form-row select:focus,
.custom-form-group textarea:focus {
  border-color: #007a4d;
  box-shadow: 0 0 0 2px rgba(0, 122, 77, 0.2);
}

.custom-form-group {
  display: flex;
  flex-direction: column;
}

.custom-form-group label {
  font-family: var(--fontB);
  font-size: 18px;
  color: var(--textcolor);
  margin-bottom: 8px;
}

.custom-form-group textarea {
  min-height: 120px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  resize: vertical;
  background: #fff;
}

.custom-form-action {
  text-align: left;
  margin-top: 10px;
}

.custom-form-btn {
  background: linear-gradient(90deg, #01463b 0%, #01826d 51.92%, #01796c 100%);

  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-form-btn:hover {
  background: #009f5e;
}
.custom-form input::placeholder,
.custom-form textarea::placeholder,
.custom-form select::placeholder {
  color: #888888; /* màu placeholder */
  opacity: 1; /* đảm bảo hiển thị rõ ràng */
}

.price-detail {
  background-color: rgba(255, 243, 206, 1);
}
.tour-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.right-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.308);
}

.price-title {
  font-family: var(--fontB);
  text-transform: uppercase;
  font-size: 18px;
  color: var(--titlecolor);
  margin-bottom: 12px;
  text-align: center;
}

.right-price {
  text-align: center;
  background-color: #fff3cd;
}

.right-price-value {
  font-size: 28px;
  color: #c44b25;
  font-weight: bold;
}

.right-price-note {
  font-size: 16px;
  padding-bottom: 10px;
  color: rgba(0, 36, 26, 1);
}

.right-box-action {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.right-box-title {
  font-family: var(--fontSemiBold);
  text-transform: uppercase;
  font-size: 20px;
  color: var(--titlecolor);

  text-align: unset;
  padding: 0 20px;
}
.right-box-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgba(255, 193, 7, 1);
  /* margin: 8px auto 0; */
}

.right-btn {
  display: block;
  color: var(--greencolor);
  font-family: var(--fontB);
  text-align: center;
  text-transform: uppercase;
  /* padding: 10px;
  margin-top: 8px; */
  text-decoration: none;
  font-size: 20px;
}
.right-box-action span {
  color: var(--titlecolor);
  font-family: var(--fontMedium);
  font-size: 20px;
}

.right-list {
  list-style: disc;
  padding-left: 30px;
}
.right-list li::marker {
  color: #ccc; /* màu xanh thương hiệu */
  font-size: 18px; /* to hơn một chút cho đẹp */
}

.right-list li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  margin: 0;
}

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

.right-list a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 5px;
  transition: all 0.3s ease;
  font-size: 15px;
}

.right-list a:hover {
  color: var(--greencolor); /* màu xanh của giao diện */
  padding-left: 15px; /* tạo hiệu ứng trượt nhẹ khi hover */
}
.right-box-qc img {
  border-radius: 5px;
}
.qc-name {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tocContent ul li {
  margin-left: 20px;
}

/* news other */

/* ==== Mỗi item ==== */
.newsothers .newsother-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.newsothers .newsother-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* ==== Hình ảnh ==== */
.newsothers .newsother-img {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.newsothers .newsother-img img {
  width: 100%;

  object-fit: cover;
  transition: transform 0.4s ease;
}

.newsothers .newsother-item:hover .newsother-img img {
  transform: scale(1.05);
}

/* ==== Tiêu đề ==== */
.newsothers .newsother-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 12px 15px 15px;
  line-height: 1.4;
  transition: color 0.3s, text-decoration 0.3s;
}

.newsothers .newsother-name:hover {
  color: var(--greencolor, #007a4d);
  text-decoration: underline;
}
.new_creatdate {
  width: fit-content;
  padding: 8px 20px;
  border-radius: 41px;
  background: linear-gradient(90deg, #f0ba00 0%, #e6df0a 100%);
  color: var(--maincolor);
  font-size: 14px;
  position: relative;
  margin-top: -35px;
  font-family: var(--fontmain);
}

.homenews-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px 15px;
  font-size: 14px;
  color: #555;
}

.homenews-meta i {
  margin-right: 5px;
}

.meta-author {
  color: var(--greencolor);
  font-weight: 500;
}

.meta-stats span {
  margin-left: 12px;
  color: #555;
}

.meta-stats i {
  color: var(--greencolor);
}

.frm-contact {
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background: #ffffff8f;
}

.frm-contact .line-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-size: 15px;
}

.frm-contact .line-title span {
  color: #e63946; /* màu đỏ cho dấu * */
}

.frm-contact .line-frm {
  margin-bottom: 15px;
}

.frm-contact .txt-contact {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
}

.frm-contact .txt-contact:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
}

.frm-contact .msgbox {
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  display: none;
}

/* Captcha input */
.frm-contact .imgCaptcha {
  border-left: 1px solid #ddd;
  border-radius: 0 8px 8px 0;
  padding: 2px;
  background: #f7f7f7;
}
.contact-wrapper {
  background-image: url(/uploaded/pic-cat/pic-cat-gt.png);
  background-position: center;
}
.value-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 112px;
}
.custom-form-row option {
  max-width: 300px;
}
.intro-list {
  padding-left: 20px;
}
.slide-box {
  position: absolute;
  right: 65%;
  color: #fff;
  top: 50%;
  z-index: 100;
}
.equal-box {
  position: relative;
  overflow: hidden;
  max-height: 212px; /* cố định chiều cao khối này */
  transition: max-height 0.4s ease;
}

.equal-box.expanded {
  max-height: 1000px; /* mở rộng khi click */
}

.toggle-btn {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  user-select: none;
}

.toggle-btn i {
  display: inline-block;
  transition: transform 0.3s;
}

.toggle-btn.active i {
  transform: rotate(180deg);
}
/* ------------------------ */
/* partner */
.partner-wrapper {
  background-color: #f8f9fa;
}

/* Mỗi item trong slider */
.partner-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* đồng nhất chiều cao logo */
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* reivew */
.review-list {
  position: relative;
}

.review-item {
  border-radius: 12px;
  background-color: #fff;
  padding: 25px 20px;
  text-align: center;
  font-family: var(--fontmain);
  transition: all 0.3s ease;
  color: #333;
  border: 1px solid #ccc;
}
.rate {
  color: #facc15; /* vàng nhạt kiểu du lịch */
  font-size: 18px;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}

.rate i {
  transition: transform 0.2s ease;
}

.rate i:hover {
  transform: scale(1.2);
  color: #fbbf24; /* vàng sáng hơn khi hover */
}
.review-item:hover {
  background-color: #f8fafc; /* nền sáng hơn nhẹ khi hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.review-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50px;
}

.review-box {
  line-height: 1.5;
  color: #333;
  text-align: left;
}

.review-box strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #222;
}
.tab-container {
  margin-top: 25px;
}

.tab-menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}

.tab-button {
  flex: 1;
  padding: 12px 15px;
  background: #f6f6f6;
  border: none;
  font-weight: 600;
  cursor: pointer;
  border-right: 1px dashed #ccc;
}

.tab-button:hover {
  background: #e9e9e9;
}

.tab-button.active {
  background: linear-gradient(90deg, #01463b 0%, #01826d 51.92%, #01796c 100%);
  border-radius: 5px;
  color: #fff;
  border: none;
}

.qc-home {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
}

/* Ảnh nền */
.qc-home .qc-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Lớp overlay gradient */
.qc-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(2, 66, 54, 0) 41.15%, #024236 100%);
  z-index: 1;
}

/* Box nội dung */
.qc-box {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 2;
}
.intro-toggle-box {
  position: relative;
  margin-bottom: 100px;

  border-radius: 4px;
}

/* nội dung rút gọn */
.intro-toggle-content {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* khi mở rộng */
.intro-toggle-content.expanded {
  max-height: none;
}

/* nút mũi tên */
.intro-toggle-btn {
  position: absolute;
  bottom: -10px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--greencolor);
  font-size: 16px;
  display: none; /* ẩn mặc định */
}

.intro-toggle-btn.active i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.article-item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd; /* viền nhẹ cho đẹp, có thể bỏ */
  margin: 0 auto;
}
/* --- FAQ Container --- */
.faq-category {
  /* margin-bottom: 40px; */
  padding: 10px 0;
}

.faq-catname {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  border-left: 4px solid #2a9d8f;
  padding-left: 10px;
}

/* --- FAQ Item --- */
.faq-item {
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* --- Question --- */
.faq-question {
  cursor: pointer;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--greencolor);
  font-family: var(--fontB);
  color: #fff;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #b5bbba;
  color: #000000;
}

.faq-title {
  flex: 1;
  margin-left: 8px;
}

.faq-icon {
  font-size: 1.2rem;
  color: #2a9d8f;
}

.faq-toggle {
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
  margin-left: 8px;
}
/* --- Answer (ẩn + hiệu ứng trượt mượt) --- */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  color: #444;
  line-height: 1.6;
  border-top: 1px solid #eee;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* --- Khi active --- */
.faq-item.active .faq-answer {
  max-height: 500px; /* tuỳ chiều cao nội dung */
  padding: 15px 20px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #2a9d8f;
}
.cell-1-10 img {
  opacity: 0.5;
}

.whyus-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  float: right;
}

/* thanh cuộn phàn giới thiêu chung ở trang giới thiệu  */
.intro-toggle-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
}

/* Tuỳ chỉnh thanh cuộn (WebKit – Chrome, Edge, Safari) */
.intro-toggle-content::-webkit-scrollbar {
  width: 6px;
}
.intro-toggle-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.intro-toggle-content::-webkit-scrollbar-thumb {
  background: var(--greencolor);
  border-radius: 10px;
}
.intro-toggle-content::-webkit-scrollbar-thumb:hover {
  background: #0a9e6d;
}
/* end thanh cuộn */
.tab-container {
  position: relative;
}

/* Giới hạn chiều cao cho nội dung tab */
.tab-content {
  max-height: 700px; /* chiều cao hiển thị — tùy m muốn */
  overflow-y: auto; /* bật thanh cuộn dọc khi nội dung dài */
  overflow-x: hidden; /* ẩn cuộn ngang */
  padding-right: 10px; /* chừa chỗ cho scrollbar */
  transition: opacity 0.3s ease;
}

/* Chỉ tab đang active mới hiển thị */
.tab-content {
  display: none;
  opacity: 0;
}
.tab-content.active {
  display: block;
  opacity: 1;
}

/* Style thanh cuộn cho đẹp */
.tab-content::-webkit-scrollbar {
  width: 6px;
}
.tab-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.tab-content::-webkit-scrollbar-thumb {
  background: var(--greencolor);
  border-radius: 10px;
}
.tab-content::-webkit-scrollbar-thumb:hover {
  background: #0a9e6d;
}
/* .homechude-inner .flex-container > .cell-1-3:nth-child(5) {
  margin-top: -125px;
}

.homechude-inner .flex-container > .cell-1-3:nth-child(7),
.homechude-inner .flex-container > .cell-1-3:nth-child(9) {
  margin-top: -130px;
}
.homechude-inner .flex-container > .cell-1-3:nth-child(4),
.homechude-inner .flex-container > .cell-1-3:nth-child(6) {
  margin-top: -5px;
}

} */
.homechude-inner .flex-container > .cell-1-3:nth-child(8) {
  margin-top: -5px;
