:root {
  --maincolor: #1E335C;
  --subcolor: #ffffff;
  --textcolor: #2C2C2C;
  --gradient: linear-gradient(90deg, #364185 0%, #009D48 100%);
  --fontMain: "Barlow-Regular", sans-serif;
  --fontB: "Barlow-Bold", sans-serif;
  --fontSemiBold: "Barlow-SemiBold", sans-serif;
  --fontMedium: "Barlow-Medium", sans-serif;
}

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

html,
body {

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

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

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

.toppage {
  background: #fff;
}

.toppage-container {
  min-height: 118px;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.header-logo a {
  display: inline-block;
}

.header-logo img {
  display: block;
  width: auto;
  max-width: 165px;
  max-height: 105px;
  object-fit: contain;
}

.header-company {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding-left: 20px;
}

.header-company-line {
  flex: 0 0 1px;
  width: 1px;
  height: 88px;
  margin-right: 27px;
  background: #8191b1;
}

.header-company-content {
  min-width: 0;
}

.header-company-name {
  color: var(--maincolor);
  font-size: 27px;
  line-height: 1.25;
  font-family: var(--fontB);
  text-transform: uppercase;
  white-space: nowrap;
}

.header-company-slogan {
  margin-top: 2px;

  display: inline-block;

  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  font-family: "UTM-Alpine-KT", cursive;
  font-size: 31px;
  line-height: 1.2;
  font-style: italic;
}

.header-search {
  width: 100%;
  padding-left: 20px;
}

.header-search form {
  display: flex;
  width: 100%;
  height: 44px;
  overflow: hidden;
  border: 1px solid #8ca0c1;
  border-radius: 10px;
  background: #fff;
}

.header-search-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 15px;
  border: 0;
  outline: none;
  background: transparent;
  color: #26376e;
  font-family: inherit;
  font-size: 16px;
}

.header-search-input::placeholder {
  color: #26376e;
  opacity: 1;
}

.header-search-button {
  flex: 0 0 67px;
  width: 67px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(90deg,
      #303273 0%,
      #087a5f 58%,
      #00a34c 100%);
  transition: opacity 0.25s ease;
}

.header-search-button:hover {
  opacity: 0.88;
}

.header-language {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-language a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 52px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.header-language a:hover {
  color: #fff;
  opacity: 0.75;
}

.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: var(--gradient);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

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

.header {
  position: relative;
  z-index: 100;
  background: linear-gradient(90deg,
      #303273 0%,
      #12655f 52%,
      #00a34c 100%);
}

/* .header .grid {
  position: relative;
} */

.header .flex-container {
  min-height: 52px;
}

.menubar {
  width: 100%;
}

.menubar>ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menubar>ul>li {
  position: relative;
  margin: 0;
  padding: 0;
}

.menubar>ul>li>a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 29px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.menubar>ul>li>a:hover,
.menubar>ul>li.active>a,
.menubar>ul>li.selected>a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Icon dropdown nếu menu của mày có ul con */

.menubar>ul>li:has(ul)>a::after {
  content: "\f107";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
}

/* Menu cấp 2 */

.menubar ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  width: 250px;
  margin: 0;
  /* padding: 8px 0; */
  list-style: none;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.menubar ul li:hover>ul {
  display: block;
}

.menubar ul ul li {
  position: relative;
}

.menubar ul ul li a {
  display: block;
  padding: 10px 18px;
  color: #26376e;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.menubar ul ul li a:hover {
  color: #00984a;
  background: #f2f5f6;
}

/* Menu cấp 3 bung sang bên phải */
.menubar ul ul ul {
  top: 0;
  left: 100%;
}

/* Mũi tên menu cấp 2 có menu cấp 3 */
.menubar ul ul>li:has(> ul)>a {
  position: relative;
  padding-right: 35px;
}

.menubar ul ul>li:has(> ul)>a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
}

.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 .grid {

  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

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

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(121, 121, 121, 1);
  font-family: var(--fontMedium);
  text-align: center;
}

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

.crumb a:last-of-type {
  color: rgba(121, 121, 121, 1);

}


/*  */

.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: var(--maincolor);
  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(--fontSemiBold);
  text-transform: uppercase;
  color: var(--maincolor);
  border-radius: 10px;
  border: 1px solid var(--maincolor);
  transition: all .5s ease-in;
  padding: 15px 15px;
  position: relative;

}

.menutab-item a:hover {
  background: var(--gradient);
  color: #fff;
  border: 1px solid transparent;
}

.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: #fff;
  /* background-color: var(--subcolor); */
  border: 1px solid #fff;
  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(--fontB);
  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 rgba(96, 151, 178, 1);
}


.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 25px;
  border: 1px solid transparent;
  border-radius: 10px;
  width: fit-content;
  background: var(--gradient);
  font-family: var(--fontMain);
  color: #fff;
}

.btn-xemthem:hover {
  background: var(--maincolor);
}

.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 var(--maincolor)
}

.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: 34px;
  text-transform: uppercase;
  color: var(--maincolor);
  font-family: var(--fontB);
  position: relative;
  text-transform: uppercase;
  margin: 0px;

}

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

/* .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-bottom: solid 1px rgba(99, 195, 160, 1);
  padding: 10px 0px;
  /* width: fit-content; */
}

.menu-footer a {
  font-size: 18px;
  color: #FFF;
  padding: 0 20px;
  /* margin-right: 20px; */
  font-family: var(--fontMain);
  text-decoration: none;
  border-right: 1px solid #fff;
}

.menu-footer a:last-child {
  border: none;
}


.footer {
  background-image: url(/uploaded/pic-cat/bg-ft.jpg);
  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: 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-end;
  gap: 12px;
}

.footer-social span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .3s;
}

.footer-social a:hover {
  transform: translateY(-2px);
}


/* Bộ Công Thương */
/* .footer-social img {
  display: block;
  height: 36px;
  width: auto;
} */

.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(--fontB);
  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: leftv;
  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);

} */

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

.menufooter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}


/*===========home=========== */
.info-wrapper {
  position: relative;
  background: url("/uploaded/pic-cat/bg-gt.png") center bottom / 100% 100% no-repeat;
  /* padding: 70px 0 100px; */
}

/* =========================
   KHỐI LĨNH VỰC HOẠT ĐỘNG
========================= */

.linhvuc-wrapper {
  position: relative;
  overflow: hidden;
  background: url("/uploaded/pic-cat/bg-service.png") center bottom / 100% auto no-repeat;
}

/* =========================
   TIÊU ĐỀ
========================= */

.linhvuc-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.linhvuc-heading-content {
  flex: 1;
}

.linhvuc-view-all {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(120deg, #363786 0%, #028b5b 100%);
  transition: 0.3s ease;
}

.linhvuc-view-all:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(23, 67, 103, 0.22);
}


/* =========================
   SWIPER
========================= */


.linhvuc-swiper .swiper-slide {
  display: flex;
  align-items: center;
  opacity: 0.85;
  transform: scale(0.88) !important;
  transition:
    transform 0.55s ease,
    opacity 0.55s ease;
}

.linhvuc-swiper .swiper-slide-active {
  z-index: 5;
  opacity: 1;
  transform: scale(1) !important;
}


/* =========================
   ITEM
========================= */

.linhvuc-item {
  position: relative;
  overflow: hidden;
  transition:
    background 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}


/* =========================
   ẢNH
========================= */

.linhvuc-image,
.core-value-item {
  position: relative;
  overflow: hidden;
  /* -webkit-mask: url("/uploaded/ico/khung2.png") center / 100% 100% no-repeat; */
  mask: url("/uploaded/ico/khung4.png") center / 100% 100% no-repeat;
}

.linhvuc-image::after,
.core-value-item::after {
  content: "";
  position: absolute;
  inset: 0;

  background: url("/uploaded/ico/khung2.png") center / 100% 100% no-repeat;

  z-index: 2;
  pointer-events: none;
}

/* .linhvuc-item:hover .linhvuc-image img {
  transform: scale(1.06);
} */


/* =========================
   NỘI DUNG
========================= */

.linhvuc-content {

  margin-top: -245px;
  padding: 300px 20px 75px;
  color: #fff;
  text-align: center;
  background: url("/uploaded/ico/khung1.png") center / 100% 100% no-repeat;
}




.linhvuc-name {
  margin: 0 0 12px;
  color: #243c61;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.linhvuc-description {
  color: #454545;
  /* font-size: 15px; */
  line-height: 1.7;
  transition: color 0.4s ease;
}

.linhvuc-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 11px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;

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

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease,
    color 0.3s ease,
    background-color 0.3s ease;
}

.linhvuc-detail:hover {
  color: #243c61;
  background-color: #fff;
}


/* =========================
   ITEM ACTIVE Ở GIỮA
========================= */

.linhvuc-swiper .swiper-slide-active .linhvuc-item {
  transform: scale(1) !important;
}

.linhvuc-swiper .swiper-slide-active .linhvuc-item .linhvuc-content {
  background: url("/uploaded/ico/khung3.png") center / 100% 100% no-repeat;
}

.linhvuc-swiper .swiper-slide-active .linhvuc-name,
.linhvuc-swiper .swiper-slide-active .linhvuc-description {
  color: #fff;
}

.linhvuc-swiper .swiper-slide-active .linhvuc-detail {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* =========================
   NÚT PREV / NEXT
========================= */

.slide-button {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  background-color: #50b977;
  box-shadow: 0 5px 15px rgba(24, 59, 82, 0.2);
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.slide-button:hover {
  background-color: #253e64;
}

.linhvuc-prev {
  left: 31.5%;
}

.linhvuc-next {
  right: 31.5%;
}

.infoHot-wapper {
  background: url("/uploaded/pic-cat/bg-conso.jpg") center bottom / 100% auto no-repeat;
}

.infoHot-item {
  color: #fff;
  margin-bottom: 20px;
}

.infoHot-content {
  font-family: var(--fontB);
  font-size: 44px;
}

.album-next {
  right: 0px;
}

.donvi-wrapper {
  background: url('/uploaded/pic-cat/bg-donvi.jpg') center center/cover no-repeat;
}

.donvi-item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);

}

/* .donvi-image{
  padding: 10px;
} */
.donvi-image {
  border-radius: 10px;
  overflow: hidden;
}

.news-wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.news-heading {
  max-width: 700px;
}

.news-main-row {
  align-items: stretch;
}

/* =========================
   TIN LỚN BÊN TRÁI
========================= */

.news-big-item {
  position: relative;
  height: 100%;
  /* min-height: 500px; */
  /* overflow: hidden; */
  border-radius: 10px;
  background: #102c52;
}

.news-big-image {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.news-big-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
}

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

.news-big-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 35%,
      rgba(5, 25, 50, 0.35) 60%,
      rgba(5, 25, 50, 0.95) 100%);
}

.news-big-content {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  color: #fff;
}

.news-createdate {
  margin-bottom: 0px;
  color: #858b95;
  font-size: 13px;
  line-height: 1.4;
}

.news-big-content .news-createdate {
  color: rgba(255, 255, 255, 0.85);
}

.news-big-name {
  max-width: 90%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.news-big-name a {
  color: #fff;
  font-family: var(--fontMedium);
  text-decoration: none;
}

.news-view-detail {
  position: absolute;
  right: -26px;
  bottom: -26px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 7px 12px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: var(--gradient);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
}

.news-view-detail:hover {
  border-color: #0b9d5b;
  background: #0b9d5b;
  color: #fff;
}

/* =========================
   SLIDER TIN NHỎ
========================= */

.news-slider-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 20px;
}

.news-home-swiper {
  width: 100%;
  overflow: hidden;
}

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

.news-home-swiper .swiper-slide {
  height: auto;
}

.news-home-item {
  height: 100%;
}

.news-home-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
  /* aspect-ratio: 5 / 3; */
}

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

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

.news-image-button {
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 7px 11px;
  border: 2px solid #fff;
  border-radius: 8px 0 8px 0;
  background: var(--gradient);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s ease;
}

.news-home-image:hover .news-image-button {
  background: var(--maincolor);
}

.news-home-content {
  padding-top: 12px;
}

.news-home-name {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.news-home-name a {
  overflow: hidden;
  color: var(--maincolor);
  font-family: var(--fontMedium);
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-home-name a:hover {
  color: #0a9c59;
}

/* =========================
   ĐIỀU KHIỂN SLIDER
========================= */

.news-slider-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.news-slider-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.news-slider-button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #62c184;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.news-slider-button:hover {
  background: #173b76;
}

.news-slider-button.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

.news-home-pagination {
  position: static;
  display: flex;
  align-items: center;
  width: auto !important;
}

.news-home-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px !important;
  border-radius: 50%;
  background: #b6d4ff;
  opacity: 1;
  transition: 0.3s ease;
}

.news-home-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 20px;
  background: #62c184;
}

/* .news-view-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 8px;
  background: #223d76;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
}

.news-view-all:hover {
  background: #0a9c59;
  color: #fff;
} */
/* ===========trang giới thiệu=========== */

.core-value-item {
  padding: 90px 50px;
  background: #fff;
}

.service-wrapper {
  background: url("/uploaded/pic-cat/lvhd-bg.jpg") center/cover no-repeat;
}

.service-list {
  align-items: stretch;
}

.service-list>[class*="cell-"] {
  display: flex;
  padding: 0 5px;
}

/* Cột giới thiệu */

.service-heading {
  width: 100%;
  padding: 50px 25px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-intro {
  /* max-width: 220px; */
  color: #555;
  line-height: 1.7;
  text-align: justify;
}

/* Thẻ lĩnh vực */

.service-item {
  position: relative;
  width: 100%;
  min-height: 350px;
  padding: 25px 10px 12px;
  background: #fff;
  border-top: 3px solid #168f72;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 8px rgba(24, 45, 76, 0.15);
  overflow: hidden;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  height: 1px;
  background: #dce8ef;
}

.service-icon {
  position: relative;
  z-index: 1;
  height: 72px;
  display: flex;
  align-items: flex-start;
}

.service-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.service-content {
  padding-top: 8px;
}

.service-label {
  margin-bottom: 2px;
  color: #7896c2;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-name {
  min-height: 48px;
  margin: 0 0 10px;
  color: var(--maincolor);
  font-size: 40px;
  line-height: 1.15;
  font-family: var(--fontSemiBold);
  text-transform: uppercase;
}

.service-image {
  height: 130px;
  border-radius: 7px;
  overflow: hidden;
}

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

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

.leader-wrapper {
  background: url('/uploaded/pic-cat/bg_leader.jpg');
  color: #FFF;
}

.leader-title {
  color: #fff;
}

.leader-intro {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

/* Tiêu đề từng nhóm */
.leader-group-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-group-heading::before,
.leader-group-heading::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(128, 221, 155, 0.55);
}

.leader-group-heading span {
  position: relative;
  flex: 0 0 auto;
  min-width: 280px;
  padding: 10px 30px;
  color: #1e335c;
  background: #fff;
  border-radius: 25px 0 25px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.leader-group-heading span::before,
.leader-group-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #71d28c;
  border-radius: 50%;
  transform: translateY(-50%);
}

.leader-group-heading span::before {
  left: -3px;
}

.leader-group-heading span::after {
  right: -3px;
}

/* Card chung */
.leader-card {
  width: 100%;
  text-align: center;
}




.leader-image img {
  border-radius: 10px;
  overflow: hidden;
}

.leader-name {
  margin: 13px 0 5px;
  color: #fff;
  /* font-size: 18px; */
  line-height: 1.35;
  font-family: var(--fontB);
  text-transform: uppercase;
}

.leader-position {
  min-height: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
}


.leader-main {
  display: flex;
  justify-content: center;
}

.leader-card-main {
  position: relative;
  overflow: hidden;
  width: 30%;
  border-radius: 10px;
  /* background: #fff; */
}



.leader-info {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
}

.leader-list>div {
  padding: 12px;
}

.infonew-wrapper {
  background: url('/uploaded/pic-cat/inf-new.jpg') center/cover no-repeat;
}



/* Danh sách nội dung bên phải */
.info-news-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.info-news-item {

  padding: 40px;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 7px;
  box-shadow: 0 3px 12px rgba(20, 40, 75, 0.08);
}

.info-news-item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.info-news-name {
  margin: 0;
  color: var(--maincolor);
  font-size: 20px;
  line-height: 1.3;
}

.info-news-content {
  line-height: 1.6;
}

.info-news-content p {
  margin: 0;
}

.core-value-wrapper {
  background: url('/uploaded/pic-cat/giatricotloi.png');
}

.core-value-title {
  color: #fff;

}


.core-value-list {
  align-items: center;
  margin: 0 -12px;
}

.history-heading {
  max-width: 800px;
  text-align: center;
  margin: auto;
}

/* Lớp viền lục giác */



.core-value-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 14px;
}


.core-value-name {
  margin: 0 0 12px;
  color: var(--maincolor);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
}

/* ==============================
   TIMELINE LỊCH SỬ
============================== */

.history-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--maincolor) #e9edf4;
  -webkit-overflow-scrolling: touch;
}

.history-list.flex-container {
  position: relative;
  flex-wrap: nowrap;
  margin: 0;
}

/*
 * Không chia lại width.
 * Chiều rộng lấy từ hệ thống cell-1-6.
 */
.history-list>.cell-1-6 {
  position: relative;
  flex-shrink: 0;
}

/* Đường timeline nằm giữa */
.history-list::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 230px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7189bc;
}

/* Khung của từng mốc */
.history-item {
  position: relative;
  width: 100%;
  height: 480px;
}

/* ==============================
   NỘI DUNG
============================== */

/*
 * Mặc định item lẻ:
 * intro trên, content dưới.
 */
.history-content {
  position: absolute;
  z-index: 2;
  top: 260px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 25px);
  transform: translateX(-50%);
  text-align: center;
}

.history-date {
  color: var(--textcolor);
  font-family: var(--fontMedium);
  font-size: 18px;
  line-height: 1.4;
}

.history-description {
  color: var(--maincolor);
  font-family: var(--fontSemiBold);
  font-size: 15px;
  line-height: 1.8;
}

/* ==============================
   ĐIỂM VÀ ĐƯỜNG NỐI
============================== */

.history-point {
  position: absolute;
  z-index: 3;
  top: 222px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #35498b;
  transform: translateX(-50%);
}

/* Mặc định đường nối hướng lên */
.history-point::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 2px;
  height: 54px;
  background: #35498b;
  transform: translateX(-50%);
}

/* ==============================
   KHỐI NĂM
============================== */

.history-year {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 150px;
  height: 170px;
  transform: translateX(-50%);
  filter: drop-shadow(5px 7px 0 rgba(30, 51, 92, 0.28));
}

/* Viền ngoài lục giác */
.history-year::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: linear-gradient(145deg,
      #b9e3d6 0%,
      #f4ffff 45%,
      #759eaa 100%);
  clip-path: polygon(50% 0,
      93% 25%,
      93% 75%,
      50% 100%,
      7% 75%,
      7% 25%);
}

/* Nền bên trong lục giác */
.history-year-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #fff;
  text-align: center;
  background: linear-gradient(155deg,
      #02a66e 5%,
      #008c73 43%,
      #25327c 88%);
  clip-path: polygon(50% 0,
      93% 25%,
      93% 75%,
      50% 100%,
      7% 75%,
      7% 25%);
}

.history-year-inner span {
  font-size: 43px;
  line-height: 1;
  font-family: var(--fontSemiBold);
}

/* ==============================
   ITEM CHẴN: ĐẢO BỐ CỤC
============================== */

/*
 * Item chẵn:
 * content trên, intro dưới.
 */
.history-list>.cell-1-6:nth-child(even) .history-content {
  top: 45px;
  flex-direction: column-reverse;
}

/* Đưa khối năm xuống dưới */
.history-list>.cell-1-6:nth-child(even) .history-year {
  top: 270px;
}

/* Đổi đường nối sang hướng xuống */
.history-list>.cell-1-6:nth-child(even) .history-point::before {
  top: 9px;
  bottom: auto;
}

/* ==============================
   THANH CUỘN
============================== */

.history-scroll::-webkit-scrollbar {
  height: 6px;
}

.history-scroll::-webkit-scrollbar-track {
  background: #e9edf4;
}

.history-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--maincolor);
}

.history-scroll::-webkit-scrollbar-thumb:hover {
  background: #35498b;
}

.sodotochuc-wrapper {
  background: url('/uploaded/pic-cat/sdtc.jpg') center center/cover no-repeat;

}

.list-duan {
  background: url('/uploaded/gioi-thieu/quandiemphatrien.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

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

.duan-item {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  padding: 42px 38px;
  color: #fff;

}

/* Item trên bên phải */

.list-duan>.cell-1-2:nth-child(2) .duan-item {
  padding-bottom: 80px;
  padding-left: 90px;
  border-radius: 10px 10px 10px 145px;
  text-align: right;
}


/* Item dưới bên phải */

.list-duan>.cell-1-2:nth-child(4) .duan-item {
  padding-top: 40px;
  padding-left: 90px;
  border-radius: 145px 10px 10px 10px;
  text-align: right;
}

/* =========================
   ICON
========================= */

.duan-item>img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  object-fit: contain;
}

/* Icon của hai item bên phải */

.list-duan>.cell-1-2:nth-child(even) .duan-item>img {
  margin-right: 0;
  margin-left: auto;
}


.duan-item h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-family: var(--fontB);
}


.duan-item p {
  max-width: 245px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.6;
}

/*============Trang đơn vị thành viên========== */
.donvi-page {
  background: url('/uploaded/pic-cat/nền.png') center center / cover no-repeat;
}

.donvi-list {
  justify-content: center !important;
}


/* =========================
   POPUP ĐƠN VỊ
========================= */

.donvi-item {
  cursor: pointer;
}

.donvi-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.donvi-popup.active {
  opacity: 1;
  visibility: visible;
}

.donvi-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* box chính */
.donvi-popup-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 980px;

  padding: 35px 40px;

  border-radius: 6px;

  background:
    linear-gradient(110deg,
      #2f4386 0%,
      #176b78 45%,
      #00a64f 100%);

  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);

  transform: scale(0.95);
  transition: 0.3s ease;
}

.donvi-popup.active .donvi-popup-content {
  transform: scale(1);
}


/* =========================
   CLOSE
========================= */

.donvi-popup-close {
  position: absolute;

  top: 8px;
  right: 8px;

  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.3);
  color: #fff;

  cursor: pointer;

  z-index: 5;

  font-size: 15px;

  transition: 0.2s;
}

.donvi-popup-close:hover {
  background: #fff;
  color: var(--maincolor);
}


/* =========================
   INNER
========================= */

.donvi-popup-inner {
  align-items: center;
}


/* =========================
   ẢNH / LOGO
========================= */

.donvi-popup-image {
  padding-right: 35px;
}

.donvi-popup-image img {
  display: block;

  width: 100%;
  max-width: 330px;

  margin: auto;

  object-fit: contain;
}


/* =========================
   CONTENT
========================= */

.donvi-popup-info {
  color: #fff;
}

.donvi-popup-name {
  margin: 0 0 15px;

  color: #fff;

  font-size: 24px;
  line-height: 1.4;

  font-weight: 700;

  text-transform: uppercase;
}

.donvi-popup-content-text {
  color: #fff;

  font-size: 15px;
  line-height: 1.7;
}


/* text HTML trong content */
.donvi-popup-content-text p {
  margin: 0 0 10px;
}

.donvi-popup-content-text h3,
.donvi-popup-content-text h4 {
  color: #fff;

  font-size: 16px;
  font-weight: 700;

  margin: 15px 0 8px;

  text-transform: uppercase;
}

.donvi-popup-content-text ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.donvi-popup-content-text li {
  margin-bottom: 4px;
}


/* đường kẻ giống mẫu */
.donvi-popup-content-text hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);

  margin: 12px 0;
}


/* chống scroll body */
body.popup-open {
  overflow: hidden;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .donvi-popup {
    padding: 15px;
  }

  .donvi-popup-content {
    padding: 35px 20px 25px;

    max-height: 90vh;
    overflow-y: auto;
  }

  .donvi-popup-inner {
    display: block;
  }

  .donvi-popup-image {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .donvi-popup-image img {
    max-width: 220px;
  }

  .donvi-popup-name {
    font-size: 19px;
  }

  .donvi-popup-content-text {
    font-size: 14px;
  }
}

/* ================TRANG LĨNH VỰC HOẠT ĐỘNG================= */
.service-cat-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service-cat-content {
  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: 70px;
  overflow: hidden;
  text-align: center;
}

.service-cat-item:hover .service-cat-content {
  height: 58%;
  background: var(--gradient);
}


.quick-contact-form {
  position: relative;


  padding: 42px 46px 33px;
  background:
    linear-gradient(120deg,
      #143a92 0%,
      #084f91 42%,
      #008b68 73%,
      #00a55d 100%);
  color: #fff;
  overflow: hidden;
}




.quick-contact-head {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 22px;
}

.quick-contact-head h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}

.quick-contact-intro {
  max-width: 590px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}


/* =========================
   FORM
========================= */

.quick-contact-form form {
  position: relative;
  z-index: 2;
}

.quick-contact-row {
  margin-left: -5px;
  margin-right: -5px;
}

.quick-contact-row>[class*="cell-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.quick-contact-form input,
.quick-contact-form textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: #fff;
  color: #28354c;
  font-family: inherit;
  font-size: 16px;
  border-radius: 5px;
}

.quick-contact-form input {
  height: 45px;
  padding: 0 14px;
}

.quick-contact-form textarea {
  height: 96px;
  padding: 12px 20px;
  resize: none;
}

.quick-contact-form input::placeholder,
.quick-contact-form textarea::placeholder {
  color: #364157;
  opacity: 1;
}


/* =========================
   BUTTON
========================= */

.quick-contact-submit {
  text-align: center;
  margin-top: 10px;
}

.quick-contact-submit button {
  min-width: 247px;
  height: 46px;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: linear-gradient(90deg, #ff7044 0%, #ffb326 100%);
  color: #fff;
  font-size: 22px;
  font-family: var(--fontSemiBold);
  cursor: pointer;
  transition: all 0.3s ease;
}

.quick-contact-submit button:hover {
  transform: translateY(-2px);
}

/* =============trang tin tức=============== */


.newshot-item {
  background: var(--gradient);
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}

.newshot-content {
  padding: 20px;
}

.newshot-badge {
  width: fit-content;

  margin-bottom: 12px;
  padding: 7px 12px;

  background: #f4a340;

  color: #fff;

  border-radius: 2px;

  text-transform: uppercase;
}

.newshot-name {
  font-family: var(--fontSemiBold);
  font-size: 24px;
}

.title-left {
  font-family: var(--fontSemiBold);
  text-transform: uppercase;
  color: #fff;
  background: var(--gradient);
  text-align: center;
  font-size: 28px;
  padding: 5px;
  border-radius: 10px 10px 0 0;
}

/* ========trang tuyển dụng========= */
.recruitment-box {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: #fff;
}

.recruitment-title {
  background: #079b4c;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 20px;
}

.recruitment-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #d7d7d7;
}

.recruitment-item:last-child {
  border-bottom: 0;
}

.recruitment-name {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 12px 24px;

  color: #333;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.recruitment-action {
  width: 176px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-left: 1px solid #d7d7d7;
  padding: 10px 14px;
}

.recruitment-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-width: 126px;
  min-height: 36px;

  padding: 7px 13px;

  border: 1px solid #4b8bd3;
  border-radius: 12px;

  color: #4b8bd3;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;

  transition: all 0.3s ease;
}

.recruitment-detail i {
  font-size: 12px;
}

.recruitment-detail:hover {
  background: linear-gradient(90deg, #243d78 0%, #00a651 100%);
  border-color: transparent;
  color: #fff;
}


.tuyendung-intro h2 {
  color: var(--maincolor);
  margin-bottom: 30px;
}

.tuyendung-intro h3 {
  position: relative;
  color: var(--maincolor);
  margin: 10px 15px;
}

.tuyendung-intro h3::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);

  width: 22px;
  height: 25px;

  background-color: rgba(0, 157, 72, 1);

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L4 5v6c0 5.1 3.4 9.8 8 11 4.6-1.2 8-5.9 8-11V5l-8-3zm-1.2 14.2-3.5-3.5 1.4-1.4 2.1 2.1 4.5-4.5 1.4 1.4-5.9 5.9z'/%3E%3C/svg%3E") center / contain no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L4 5v6c0 5.1 3.4 9.8 8 11 4.6-1.2 8-5.9 8-11V5l-8-3zm-1.2 14.2-3.5-3.5 1.4-1.4 2.1 2.1 4.5-4.5 1.4 1.4-5.9 5.9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ========trang dự án====== */
.duan-card {
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 36.67%, #F3F4F6 100%);

  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}



/* phần nội dung */
.duan-detail {
  padding: 28px 30px 30px;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}

/* tiêu đề */
.duan-detail--title {
  font-family: var(--fontSemiBold);
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1e335c;
}


/* đường kẻ dưới tiêu đề */
.duan-detail--title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;
  background: #cbd3df;
}

.duan-card:hover .duan-detail {
  background: var(--gradient);
  color: #fff;
}

.duan-card:hover .duan-detail--title {
  color: #fff;
}

.duan-card:hover .btn-xemthem {
  background: transparent;
  border: 1px solid #fff;
}
