@charset "UTF-8";
/* ============================= */
/* ABSTRACTS (PHẢI ĐỂ TRÊN CÙNG) */
/* ============================= */
/* BREAKPOINT */
/* SPACING MAP (optional) */
/* TRANSITION */
:root {
  --header-height: 80px;
  /* ===== COLOR ===== */
  --color-primary: #0f79bf;
  --color-secondary: #ce9c3d;
  --color-third: #96d9ee;
  --color-four: #184785;
  --color-five: #00623a;
  --color-six: #2b9a81;
  --color-seven: #5417c9;
  --color-eight: #008855;
  --color-nine:#08b36c;
  --color-dark: #1a1a1a;
  --color-text: #333;
  --color-gray: #f5f7fa;
  --color-white: #ffffff;
  --color-black: #000000;
  /* ===== GRADIENT ===== */
  --gradient-main: linear-gradient(to right, #184785, #0f79bf);
  --gradient-1: linear-gradient(45deg, #0968b1, #004078);
  --gradient-2: linear-gradient(80deg, #1079bf, transparent);
  --gradient-3: linear-gradient(to bottom, #f2f5fa, #96d9ee);
  --gradient-4: linear-gradient(115deg, #ce9b3d65, transparent);
  /* ===== FONT ===== */
  --font-primary: "Inter";
  --font-fm-1: "Archivo SemiExpanded";
  --font-fm-2: "Archivo Expanded";
  --font-fm-3: "Unbounded";
  /* ===== FONT SIZE ===== */
  --fs-sm: 12px;
  --fs-base: 16px;
  --fs-md: 1.2rem;
  --fs-lg: 1.5rem;
  --fs-xl: 1.8rem;
  --fs-xxl: 2.5rem;
  --fs-xxxl: 5rem;
  /* ===== SPACING ===== */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-xxxl: 64px;
  /* ===== RADIUS ===== */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  /* ===== SHADOW ===== */
  --shadow-sm: 0 2px 6px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  /* ===== ICON SIZE ===== */
  --icon-xs: 12px;
  --icon-sm: 16px;
  --icon-md: 40px;
  --icon-lg: 60px;
  --icon-xl: 80px;
  --icon-xxl: 100px;
  --icon-xxll: 190px;
  --icon-xxxl: 260px;
  /* ===== IMAGE SIZE ===== */
  --img-sm: 120px;
  --img-md: 150px;
  --img-lg: 300px;
  --img-xl: 400px;
  /* ===== AVATAR ===== */
  --avatar-sm: 32px;
  --avatar-md: 48px;
  --avatar-lg: 64px;
}

/* ===== RESPONSIVE ===== */
/* ===== FLEX CENTER ===== */
@media (max-width: 1199.98px) {
  :root {
    --header-height: 60px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-xxl: 1.5rem;
    --fs-xl: 1.2rem;
    --fs-lg: 1rem;
    --icon-xxxl: 150px;
    --space-xl: 24px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-sm: 6px;
    --icon-xxll: 120px;
    --icon-xxl: 80px;
  }
}
/* ============================= */
/* BASE */
/* ============================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto !important;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: var(--color-primary);
}

ul, ol {
  list-style: none;
  padding: 0;
}

b {
  font-weight: bold;
}

@font-face {
  font-family: "Archivo Expanded";
  src: url("../fonts/ArchivoExpanded-Bold.woff2") format("woff2"), url("../fonts/ArchivoExpanded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Expanded";
  src: url("../fonts/ArchivoExpanded-Light.woff2") format("woff2"), url("../fonts/ArchivoExpanded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Expanded";
  src: url("../fonts/ArchivoExpanded-SemiBold.woff2") format("woff2"), url("../fonts/ArchivoExpanded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-Bold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-Light.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-MediumItalic.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-SemiBold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArchivoSemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-Thin.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Bold.woff2") format("woff2"), url("../fonts/Archivo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.woff2") format("woff2"), url("../fonts/Archivo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-SemiBold.woff2") format("woff2"), url("../fonts/Archivo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Italic.woff2") format("woff2"), url("../fonts/Inter18pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Light.woff2") format("woff2"), url("../fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-LightItalic.woff2") format("woff2"), url("../fonts/Inter18pt-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Light.woff2") format("woff2"), url("../fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-primary);
  font-size: var(--fs-base);
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-bg);
  overflow-x: hidden;
  overflow-y: auto;
}

/* selection */
::selection {
  background: var(--color-primary);
  color: #fff;
}

/* scrollbar (optional) */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: var(--space-md);
  line-height: 1.5;
}

h1 {
  font-size: var(--fs-xxl);
}

h2 {
  font-size: var(--fs-xl);
}

h3 {
  font-size: var(--fs-lg);
}

h5 {
  font-size: 1.2rem;
}

p {
  margin-bottom: var(--space-md);
  text-align: justify;
}

.text-muted {
  color: var(--color-gray);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: 700;
}

.container {
  position: relative;
  z-index: 1;
}

.text-center {
  text-align: center;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-third {
  color: var(--color-third) !important;
}

.text-four {
  color: var(--color-four) !important;
}

.text-five {
  color: var(--color-five) !important;
}

.text-six {
  color: var(--color-six) !important;
}

.text-seven {
  color: var(--color-seven) !important;
}

.text-eight {
  color: var(--color-eight) !important;
}

.text-nine {
  color: var(--color-nine) !important;
}

.text-gradient {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-1 {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-black {
  color: #000000;
}

.text-white {
  color: white !important;
}

.bg-primary {
  background: var(--color-primary) !important;
}

.bg-secondary {
  background: var(--color-secondary) !important;
}

.bg-third {
  background: var(--color-third) !important;
}

.bg-four {
  background: var(--color-four) !important;
}

.bg-eight {
  background: var(--color-eight) !important;
}

.bg-nine {
  background: var(--color-nine) !important;
}

.bg-gradient {
  background: var(--gradient-main) !important;
}

.bg-five-gradient {
  background: linear-gradient(to right, rgba(147, 210, 194, 0.1), white);
}

.bg-seven-gradient {
  background: linear-gradient(to bottom, rgba(84, 23, 201, 0.1), white);
}

.bg-nine-gradient {
  background: linear-gradient(to right, rgba(8, 179, 108, 0.1), #d7e9b8);
}

.border-bottom-primary {
  border-bottom: 1px solid var(--color-primary);
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.mw-90 {
  max-width: 90% !important;
}

.num {
  font-size: 3rem;
}

.line__1 {
  position: relative;
  border-bottom: 1px dotted var(--color-primary);
  margin: 1rem 0;
}
.line__1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 5px;
  background: var(--color-primary);
}

.line__2 {
  border-bottom: 1px dotted var(--color-primary);
  margin: 1rem 0;
}

.bg-bottom {
  padding-bottom: 25rem;
}
.bg-bottom > .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  mask-image: linear-gradient(to bottom, transparent, black 90%);
  z-index: 0;
}
.bg-bottom.no-mask > .bg {
  mask-image: initial;
  height: 100%;
}
.bg-bottom.no-padding {
  padding-bottom: var(--space-xl);
}
.bg-bottom.no-padding > .bg {
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .bg-bottom {
    padding-bottom: 15rem;
  }
}
.bg-bottom.type-1 {
  padding-bottom: 15rem;
}

.bg-opacity {
  padding-bottom: 5rem;
}
.bg-opacity > .bg {
  mask-image: linear-gradient(to bottom, transparent, black 90%);
  height: 100%;
  opacity: 0.3;
}

.list-num li {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}
.list-num .num {
  width: 30px;
  height: 30px;
  border: 4px solid var(--color-secondary);
  border-radius: 50%;
  display: inline-flex;
  color: var(--color-secondary);
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1rem;
  flex: none;
}

.fs-sm {
  font-size: var(--fs-sm);
}

.fs-base {
  font-size: var(--fs-base);
}

.fs-md {
  font-size: var(--fs-md);
}

.fs-lg {
  font-size: var(--fs-lg);
}

.fs-xl {
  font-size: var(--fs-xl);
}

.fs-xxl {
  font-size: var(--fs-xxl);
}

.fs-xxxl {
  font-size: var(--fs-xxxl);
}

/* ===== FONT ===== */
.fm-1 {
  font-family: var(--font-fm-1);
}

.fm-2 {
  font-family: var(--font-fm-2);
}

.fm-3 {
  font-family: var(--font-fm-3);
}

.radius-md {
  border-radius: var(--radius-md);
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.mt-1 {
  margin-top: var(--space-xs);
}

.mt-2 {
  margin-top: var(--space-sm);
}

.mt-3 {
  margin-top: var(--space-md);
}

.mt-4 {
  margin-top: var(--space-lg);
}

.mb-1 {
  margin-bottom: var(--space-xs);
}

.mb-2 {
  margin-bottom: var(--space-sm);
}

.mb-3 {
  margin-bottom: var(--space-md);
}

.mb-4 {
  margin-bottom: var(--space-lg);
}

.gap-1 {
  gap: var(--space-xs);
}

.gap-2 {
  gap: var(--space-sm);
}

.gap-3 {
  gap: var(--space-md);
}

.gap-4 {
  gap: var(--space-lg);
}

.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
}

body.auto {
  overflow-x: hidden;
  overflow-y: auto;
}

.header, .footer, .main, .go-top {
  visibility: hidden;
}

.header, .footer, .main, .go-top {
  animation: Start 1s steps(1, end) 0s 1 normal both;
}

.load-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  pointer-events: none;
}
.load-bg span:nth-child(1), .load-bg span:nth-child(2) {
  content: "";
  position: absolute;
  width: 100%;
  height: 50vh;
  background-color: white;
  transition: height 0.6s ease;
}
.load-bg span:nth-child(1) {
  left: 0;
  top: 0;
}
.load-bg span:nth-child(2) {
  left: 0;
  bottom: 0;
}

body.show .load-bg span:nth-child(1) {
  border-radius: 0 0 30% 30%;
}
body.show .load-bg span:nth-child(2) {
  border-radius: 30% 30% 0 0;
}
body.show .load-bg span:nth-child(1), body.show .load-bg span:nth-child(2) {
  height: 0;
}

.loadicon {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -9vw 0 0 -10vw;
  width: 20vw;
  height: 18vw;
  z-index: 99999;
}
.loadicon .text-1, .loadicon .text-2 {
  opacity: 0;
}

.loadicon-pic {
  background: url(../../assets/images/logos/logo.svg) no-repeat 50%/contain;
  opacity: 0;
  z-index: 1;
}

.en .loadicon-pic {
  background-image: url(../assets/images/logos/logo.svg);
}

.load-present, .loadicon-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.load-present {
  z-index: 0;
}

.stroke-line {
  fill-opacity: 0;
  stroke: var(--color-primary);
  stroke-miterlimit: 10;
  stroke-width: 0.5;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.stroke-line.color-1 {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}
.stroke-line.color-2 {
  fill: var(--color-secondary);
  stroke: var(--color-secondary);
}
.stroke-line.color-3 {
  fill: none;
  stroke: #58595b;
}
.stroke-line.color-4 {
  fill: none;
  stroke: #fff200;
}

.loadered .stroke-line {
  animation-name: DrawStroke;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: linear;
}

.loadicon.show .stroke-line {
  transition: all 1s ease;
  fill-opacity: 1;
  stroke-opacity: 0;
}

.load-text {
  opacity: 0;
}

.loadicon.show .loadicon-pic {
  animation: fadeIn;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 760px) {
  .loadicon {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60vw;
    height: 20vw;
    margin: -10vw 0 0 -30vw;
  }
}
/* PADDING */
.p-md {
  padding: var(--space-md);
}

.p-lg {
  padding: var(--space-lg);
}

/* FLEX */
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-none {
  flex: none;
}

.w-100 {
  width: 100%;
}

.main {
  overflow: hidden;
}

.form-select {
  text-transform: uppercase;
}

.form-control {
  position: relative;
  text-transform: uppercase;
}
.form-control::after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  color: #02160e;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#svg_gradient {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.bg-lottie-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%; /* tăng lên */
  height: 120%;
  transform: translate(-50%, -50%);
}

.bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: flex;
  align-items: center;
}
.bg.mask-top {
  mask-image: linear-gradient(to bottom, transparent, black 90%);
}
.bg.mask-bottom {
  mask-image: linear-gradient(to top, transparent, black 90%);
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.max-height-none {
  max-height: none !important;
}

.bg-light {
  position: relative;
  background: rgba(0, 0, 0, 0.04);
}

.bg-secondary-light {
  background: rgba(206, 156, 61, 0.1);
}

.bg-light-opacity {
  background-color: #fffcd6;
}

.lead {
  margin-bottom: 1rem;
  background: linear-gradient(to bottom, #1079bf, #7bd0e3);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.lead p {
  color: white;
  font-weight: 400;
  font-family: var(--font-fm-1);
  margin-bottom: 0;
}
.lead .bg {
  z-index: 1;
}
.lead .bg img {
  height: 100%;
  object-fit: cover;
}
.lead .inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 2rem 2.5rem;
}
.lead .object {
  position: absolute;
}
.lead .object.object-1 {
  top: 5%;
  width: 15%;
  right: 0%;
  opacity: 0.5;
}
.lead .object.object-2 {
  top: -5%;
  width: 15%;
  left: 2%;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: var(--fs-base);
  }
}
@media (max-width: 991.98px) {
  .lead .inner {
    padding: 1rem;
  }
}

.list-item {
  margin-bottom: 1rem;
}
.list-item > li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
  text-align: justify;
}
.list-item > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--color-primary);
  width: var(--space-sm);
  height: var(--space-sm);
  border-radius: 50%;
}
.list-item .list-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
.list-item .list-item > li::before {
  background: url(../../assets/images/icons/icon-list-item.svg);
}

.list-icon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.list-icon li {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.list-icon li .icon .inner img {
  transform: rotate(96deg);
}
.list-icon li .text {
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
  padding: 0.5rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.list-icon li .text::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: var(--color-secondary);
  border-radius: 50%;
}
.list-icon li .text::after {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background: var(--color-secondary);
}
.list-icon li .text p {
  margin-bottom: 0;
}
.list-icon.no__rotate li .icon .inner img {
  transform: rotate(0);
}
@media (max-width: 767.98px) {
  .list-icon li {
    flex-direction: column;
  }
  .list-icon li .text {
    padding: 1rem;
  }
  .list-icon li .text::before {
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
  .list-icon li .text::after {
    top: -1rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.list-icon-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list-icon-1 li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.list-icon-1 li .text p {
  text-align: left;
  font-weight: bold;
}

p.list-item {
  padding-left: 25px;
  position: relative;
  margin-bottom: 0.5rem;
  text-align: justify;
}
p.list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--color-primary);
  width: var(--space-sm);
  height: var(--space-sm);
  border-radius: 50%;
}

p.list-item-child {
  padding-left: 50px;
  position: relative;
  margin-bottom: 0.5rem;
  text-align: justify;
}
p.list-item-child::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 8px;
  background: url(../../assets/images/icons/icon-list-item.svg);
  width: var(--space-sm);
  height: var(--space-sm);
  border-radius: 50%;
}

.fix-scroll {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.5rem;
}

@media (min-width: 1200px) {
  .fix-scroll::-webkit-scrollbar {
    width: 0.1875rem;
  }
  .fix-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .fix-scroll::-webkit-scrollbar-thumb {
    background: rgba(15, 121, 191, 0.6);
  }
  .fix-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
  }
}
.outer-nav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
  background-color: #e2e2e2;
  z-index: 4;
}
.outer-nav.second {
  top: -100px;
  left: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  background-color: #e5eaf5;
  padding: 5px 0;
}
.outer-nav.second.fixed {
  pointer-events: auto;
  opacity: 1;
  top: var(--header-height);
  z-index: 10;
}
.outer-nav.second .sub-nav li {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #ddd;
}
.outer-nav.second .sub-nav li.active-color a, .outer-nav.second .sub-nav li.current a {
  background-color: var(--color-primary);
  color: #fff;
  pointer-events: none;
}
.outer-nav.second .sub-nav a {
  font-size: 12px;
  padding: 10px 15px;
  margin: 0;
  background-color: #fff;
}
.outer-nav:not(.second) {
  padding: 20px 0;
}
.outer-nav:not(.second).fixed {
  pointer-events: none;
  opacity: 0;
}

.sub-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.sub-nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sub-nav ul {
  white-space: nowrap;
  margin-bottom: 0;
}
.sub-nav li {
  position: relative;
  display: inline-block;
  margin: 0 -2px;
}
.sub-nav a {
  display: block;
  padding: 12px 15px;
  text-transform: uppercase;
  margin: 0 1px;
  font-weight: bold;
  font-size: 12px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: var(--color-text);
}

.wheel {
  border: 1px solid var(--color-secondary);
  width: 30px;
  transition: opacity 0.3s ease-in-out;
  height: 54px;
  position: fixed;
  left: 45px;
  bottom: 40px;
  border-radius: 50px;
  opacity: 0;
  z-index: 20;
}
.wheel.show {
  opacity: 0.8;
}
.wheel.show::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-secondary);
  width: 5px;
  height: 10px;
  border-radius: 10px;
  animation: trackBallSlide 3s linear infinite;
}
.wheel.inner {
  bottom: 100px;
}
.wheel::before {
  content: " ";
  width: 1px;
  height: 35px;
  background-color: var(--color-secondary);
  top: -47px;
  left: 50%;
  position: absolute;
}

@keyframes trackBallSlide {
  0%, 100%, 30%, 60% {
    opacity: 1;
    transform: translateY(-12px);
  }
  15%, 50% {
    opacity: 0;
    transform: translateY(8px);
  }
}
.go-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-third);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
  pointer-events: none;
}
.go-top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1199.91px) {
  .wheel {
    display: none;
  }
  .outer-nav {
    padding: 10px;
  }
  .outer-nav.second.fixed {
    top: 60px;
  }
  .outer-nav.second.fixed .sub-nav {
    width: 100%;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sub-nav {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    float: none;
    text-align: center;
  }
  .sub-nav ul {
    display: block;
  }
  .sub-nav li a {
    font-size: 12px;
    padding: 12px;
  }
  body.show .load-bg span:nth-child(1), body.show .load-bg span:nth-child(2) {
    border-radius: 0;
  }
}
section {
  position: relative;
  padding: var(--space-xl) 0;
  overflow: hidden;
}

.section {
  position: relative;
  padding: var(--space-xl) 0;
}
@media (max-width: 767.98px) {
  .section {
    padding: var(--space-xxl) 0;
  }
}

/* section spacing helper */
.section + .section {
  margin-top: var(--space-lg);
}

/* main layout */
/* page không có banner */
.page-hero .main {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .page-hero .main {
    padding-top: var(--header-height);
  }
}

.page--no-hero .main {
  padding-top: var(--header-height);
}

/* ============================= */
/* COMPONENTS */
/* ============================= */
.accordion {
  margin-bottom: 1rem;
}
.accordion__panel {
  border-bottom: 1px solid var(--color-secondary);
}
.accordion__panel.active .accordion__title::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.accordion__panel:not(.show) .accordion__content {
  display: none;
}
.accordion__title {
  font-weight: 600;
  color: var(--color-primary);
  position: relative;
  font-size: var(--fs-base);
  cursor: pointer;
  padding: var(--space-md) 2rem var(--space-md) 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
}
.accordion__title h5 {
  margin-bottom: 0;
}
.accordion__title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 0.2rem);
  right: 1rem;
  width: 14px;
  height: 14px;
}
.accordion__title[aria-expanded=true]::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.accordion__title .icon-title {
  display: flex;
  align-items: center;
  flex: none;
  gap: 0.5rem;
}
.accordion__content {
  padding-bottom: var(--space-md);
  padding-right: var(--space-md);
  padding-left: var(--space-md);
}
.accordion.type__1 .icon {
  overflow: hidden;
  height: 60px;
  width: 160px;
  flex-grow: 0;
}
.accordion.type__1 .icon .bg {
  position: relative;
}
.accordion.type__1 .icon .bg::before, .accordion.type__1 .icon .bg::after {
  border-radius: 8px;
}
.accordion.type__1 .icon .bg::after {
  background: linear-gradient(45deg, #f2d490, #bb8a33);
}
.accordion.type__1 .icon .inner {
  left: -21%;
  top: -40%;
  height: auto;
}
.accordion.type__1 .icon .inner img {
  max-width: 65%;
  transform: rotate(95deg);
}
.accordion.type__1 .text {
  padding: 1rem 0.5rem;
  flex-grow: 1;
  border-radius: 8px;
  color: black;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accordion.accordion__icon .accordion__panel {
  background: linear-gradient(to left, rgba(206, 156, 61, 0.2), white);
}
.accordion.accordion__icon .accordion__panel img {
  transition: 0.3s all ease-in-out;
}
.accordion.icon__rotate .icon .inner img {
  transform: rotate(96deg);
}
.accordion.icon__rotate .accordion__panel:hover .icon .inner img, .accordion.icon__rotate .accordion__panel.active .icon .inner img {
  transform: rotate(6deg);
}
.accordion.no__uppercase .accordion__title {
  text-transform: initial;
}
.accordion.icon__small .icon .inner img {
  max-height: 50%;
}
@media (max-width: 767.98px) {
  .accordion__title .icon-title {
    flex-direction: column;
  }
  .accordion__title .icon-title .icon--sm {
    transform: rotate(90deg);
  }
  .accordion__title h5 {
    font-size: 1rem;
  }
  .accordion.type__1 .icon {
    height: 50px;
    width: 60px;
  }
  .accordion.type__1 .icon .inner {
    left: 5%;
    top: 5%;
  }
}

.item-mobile .accordion__panel {
  border-top: 1px solid var(--color-border);
}
.item-mobile .accordion__panel:last-child {
  border-bottom: 1px solid var(--color-border);
}
.item-mobile .accordion__title {
  font-weight: 600;
  color: var(--color-primary);
  font-size: var(--fs-sm);
  padding: var(--space-md) 0 var(--space-md) var(--space-md);
}
.item-mobile .accordion__title::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  left: 0;
  right: auto;
  font-size: 12px;
  color: var(--color-text);
  transform: translateY(-50%);
}
.item-mobile .accordion__panel.active .accordion__title::after {
  content: "\f077";
}
.item-mobile .accordion__text {
  font-size: var(--fs-sm);
  color: var(--color-text);
  padding-bottom: var(--space-md);
}
.item-mobile .accordion__text ul {
  padding-left: var(--space-md);
}
.item-mobile .accordion__text ul li {
  display: flex;
  padding: var(--space-sm) 0;
}
.item-mobile .accordion__text ul li small {
  width: 40%;
  font-weight: 600;
  color: var(--color-text);
  padding-right: var(--space-sm);
}
.item-mobile .accordion__text ul li .content {
  width: 60%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.btn--pill {
  border-radius: 999px;
}
.btn--download {
  padding: var(--space-sm) var(--space-xl);
  background: var(--gradient-main);
  color: #fff;
}
.btn--download .icon {
  margin-left: var(--space-sm);
  width: var(--icon-sm);
}
.btn--download:hover {
  opacity: 0.9;
  color: #fff;
}

.view-detail {
  font-family: inherit;
  font-size: 1rem;
  background: var(--gradient-main);
  color: white;
  padding: 0.8em 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
}

.view-detail:hover {
  transform: translateY(-3px);
  color: white;
}

.view-detail:active {
  transform: scale(0.95);
}

.view-detail span {
  display: block;
  transition: all 0.3s;
}

.view-detail svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

.view-detail .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

.view-detail:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

.view-detail:hover svg {
  transform: rotate(45deg);
}

.link-detail {
  display: block;
  font-weight: bold;
  color: var(--color-secondary);
  font-family: var(--font-fm-1);
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
}
.link-detail:hover {
  color: var(--color-primary);
}
.link-detail:hover i {
  margin-left: 0.5rem;
}

.button-download {
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.75em 1em;
  padding-right: 1.25em;
  color: #fff;
  font-weight: 700;
  border-radius: 2em;
  font-size: 1rem;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(var(--color-third), 0.7);
  transition: transform 0.3s;
  background: var(--gradient-main);
}
.button-download .button__icon {
  width: 1.5em;
  height: 1.5em;
}
.button-download:hover {
  border-color: #f4f5f2;
  color: var(--color-white) !important;
}
.button-download:active {
  transform: scale(0.98);
  box-shadow: 0 0.5em 1.5em -0.5em rgba(var(--color-third), 0.7);
}

.card {
  background: transparent;
  border-radius: var(--radius-xs);
  padding: var(--space-md);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--color-text);
}
.card .title {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  gap: 1rem;
}
.card .title h5 {
  margin-bottom: 0;
}
.card .text .fix-scroll {
  height: 200px;
}
.card .text .list-item {
  margin-bottom: 0;
}
.card .text .list-item li:last-child {
  margin-bottom: 0;
}
.card .text p:last-child {
  margin-bottom: 0;
}
.card:hover {
  background: rgba(255, 255, 255, 0.5);
}
.card:hover .icon-plus {
  box-shadow: 0 0 10px rgba(255, 251, 0, 0.5);
  background-color: var(--color-primary);
}
.card:hover .icon-plus::before {
  border-color: rgba(138, 0, 0, 0.2);
}

.card-num {
  padding-left: 2rem;
  position: relative;
}
.card-num::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 16px;
  height: 16px;
  background: var(--color-four);
  border-radius: 50%;
}
.card-num::after {
  content: "";
  left: 8px;
  top: 0;
  height: 100%;
  position: absolute;
  border-left: 2px solid var(--color-four);
}

.number {
  font-size: var(--fs-xxl);
  color: var(--color-four);
  font-family: var(--font-fm-1);
}

.card-1 {
  display: flex;
  gap: 1rem;
  border: 2px solid var(--color-third);
  padding: 1rem;
  border-radius: 8px;
  align-items: center;
  min-height: 150px;
}
.card-1 .text {
  flex-grow: 1;
}
.card-1 .text .fix-scroll {
  height: 78px;
}
.card-1 .text p:last-child {
  margin-bottom: 0;
}
.card-1.type__1 .text .fix-scroll {
  height: var(--icon-xxxl);
}
.card-1.type__2 .text .fix-scroll {
  height: var(--img-md);
}
@media (max-width: 991.98px) {
  .card-1 {
    flex-direction: column;
    align-items: center;
  }
  .card-1 .text .fix-scroll {
    height: 120px;
  }
}

.list-card-border {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.list-card-border::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 0;
  width: 6px;
  background: #f2d490;
  height: 100%;
}
@media (max-width: 991.98px) {
  .list-card-border::before {
    left: calc(50% - 3px);
  }
}

.card-3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.card-3 .inner h3 {
  text-align: center;
}
@media (max-width: 991.98px) {
  .card-3 {
    flex-direction: column;
    padding: 1rem;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
    background: white;
  }
}

.card-2 {
  display: flex;
  gap: 1rem;
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.card-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-2);
  opacity: 0.1;
  z-index: -1;
}
.card-2 .icon {
  margin-top: 1rem;
}
.card-2 .title {
  background: linear-gradient(to right, transparent, #b8eeff, transparent);
  color: var(--color-primary);
  padding: 1rem;
}
.card-2 .fix-scroll {
  height: 128px;
}
@media (max-width: 991.98px) {
  .card-2 {
    flex-direction: column;
    align-items: center;
  }
  .card-2 .text .fix-scroll {
    height: 120px;
  }
  .card-2 .text .title {
    padding: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
  }
}

.card-4 {
  display: flex;
  position: relative;
}
.card-4 .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-4 .text {
  width: calc(100% - var(--icon-xxl) / 2);
  margin-left: auto;
  padding: 2rem calc(var(--icon-xxl) / 2 + 1rem);
  border-radius: 8px;
  background: linear-gradient(to right, rgba(147, 210, 194, 0.1), white);
}
.card-4 .text p:last-child {
  margin-bottom: 0;
}
.card-4.type-1 .text {
  width: calc(100% - var(--icon-xl) / 2);
  padding: 1rem calc(var(--icon-xl) / 2 + 1rem);
  min-height: var(--icon-xxl);
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .card-4 {
    flex-direction: column;
  }
  .card-4 .icon {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .card-4 .text {
    width: 100%;
    padding: calc(var(--icon-xxl) + 1rem) 1rem 1rem 1rem;
  }
  .card-4 .text .title {
    text-align: center;
  }
  .card-4.type-1 .text {
    width: 100%;
    padding: calc(var(--icon-xl) / 2 + 4rem) 1rem 1rem 1rem;
    min-height: var(--icon-xxl);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .card-4.type-1 .fix-scroll {
    height: 144px;
  }
}

.card-5 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-5 .text .fix-scroll {
  height: 192px;
}

.card-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-6 .icon {
  z-index: 2;
}
.card-6 .icon .inner {
  flex-direction: column;
  color: white;
}
.card-6 .text {
  position: relative;
  margin-top: -50px;
  padding: 4rem 2rem 3rem;
  flex-grow: 1;
}
.card-6 .text .fix-scroll {
  height: 112px;
  position: relative;
  z-index: 2;
}
.card-6 .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff8ea;
  border: 1px solid #ce9c3d;
  border-radius: 8px;
  z-index: 1;
}
.card-6 .text::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(206, 156, 61, 0.2);
  border-radius: 8px;
  z-index: 0;
}

.card-7 {
  display: flex;
  gap: 1rem;
  background: linear-gradient(to bottom, rgba(206, 156, 61, 0.2), white);
}
.card-7 .num-icon .num {
  background: linear-gradient(to bottom, #f2d490, #bb8a33);
  color: white;
  text-align: center;
  padding: 1rem 0 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.card-7 .text {
  padding: 1rem;
}
.card-7 .text .title {
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 0.5rem;
}
.card-7 .text {
  flex-grow: 1;
}
.card-7 .text .fix-scroll {
  height: 120px;
}
@media (max-width: 767.98px) {
  .card-7 {
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }
  .card-7 .num-icon {
    display: flex;
    gap: 1rem;
  }
  .card-7 .num-icon .num {
    padding: 0rem 2rem;
    margin-bottom: 0;
  }
}

.card-8 {
  display: flex;
}
.card-8 .icon-title {
  padding: 1rem;
  width: 35%;
  border-top: 2px solid #ce9c3d;
  background: linear-gradient(to bottom, rgba(206, 156, 61, 0.2), white);
}
.card-8 .text {
  width: calc(65% - 1rem);
  flex-grow: 1;
  border-top: 1px solid #ce9c3d;
  padding: 1rem 1.5rem;
}
.card-8.type-1 {
  flex-direction: column;
}
.card-8.type-1 .icon-title, .card-8.type-1 .text {
  width: 100%;
}
.card-8.type-1 .text {
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .card-8 {
    flex-direction: column;
  }
  .card-8 .icon-title, .card-8 .text {
    width: 100%;
  }
  .card-8 .text {
    padding: 1rem 0;
  }
}

.card-9 {
  background: transparent;
  border-radius: var(--radius-xs);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-md);
  color: var(--color-text);
  position: relative;
  overflow: hidden;
}
.card-9::after {
  content: "";
  padding-top: 80%;
  display: block;
}
.card-9 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--space-lg);
  gap: 0.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.card-9 .content .text {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card-9 h4 {
  margin-bottom: 0;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 1.2rem;
}
.card-9:hover {
  background: rgba(206, 156, 61, 0.1);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.card-num-1 {
  position: relative;
}
.card-num-1 .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-num-1 .text {
  border: 1px solid #ce9c3d;
  border-radius: 16px;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  width: calc(100% - var(--icon-lg) / 2);
  margin-left: auto;
}
.card-num-1 .text .fix-scroll {
  height: 120px;
}
.card-10 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  background: linear-gradient(to bottom, rgba(206, 156, 61, 0.2), white);
  border: 1px solid #ce9c3d;
  border-radius: 8px;
  padding: 2rem 3rem 1rem 3rem;
}
.card-10 .title-num {
  position: absolute;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.card-10 .title-num .icon {
  border: 3px solid white;
  border-radius: 50%;
}
.card-10 .title-num .text {
  margin-left: -1rem;
}
.card-10 > .text {
  padding: 1rem;
}
.card-10 > .text .title {
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 0.5rem;
}
.card-10 > .text {
  flex-grow: 1;
}
.card-10 > .text .fix-scroll {
  height: 120px;
}

.card-14 {
  background: transparent;
  border-radius: var(--radius-xs);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-md);
  color: var(--color-text);
  position: relative;
  overflow: hidden;
}
.card-14::after {
  content: "";
  padding-top: 30%;
  display: none;
}
.card-14 .content {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1.5rem;
  gap: 1rem;
}
.card-14 .content .text, .card-14 .content .img {
  width: calc(50% - 1rem);
}
.card-14 .content .img {
  position: relative;
  min-height: 406px;
}
.card-14 .content .text {
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.card-14 .content .text .fix-scroll {
  margin-bottom: 1rem;
}
.card-14:hover {
  background: rgba(var(--color-primary), 0.5);
}
@media (max-width: 991.98px) {
  .card-14::after {
    padding-top: 100%;
    display: block;
  }
  .card-14 .content {
    position: absolute;
    flex-direction: column;
  }
  .card-14 .content .text, .card-14 .content .img {
    width: 100%;
  }
  .card-14 .content .text {
    position: relative;
    padding: 0;
    flex-grow: 1;
    overflow: hidden;
  }
  .card-14 .content .img {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .card-14::after {
    padding-top: 150%;
  }
}

.card-11 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  background: rgba(206, 156, 61, 0.2);
  border-top: 1px solid #ce9c3d;
  margin-top: 20px;
}
.card-11 .icon {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
.card-11 .title {
  background: rgba(206, 156, 61, 0.2);
  padding: 3rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  margin-bottom: 0;
}
.card-11 > .text {
  padding: 1rem;
  flex-grow: 1;
}
.card-11 > .text .fix-scroll {
  height: 210px;
}

.card-13 {
  border: 2px solid var(--color-nine);
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}

.modal-body {
  padding: 6rem 2rem 2rem 2rem;
}
.modal-body .modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .modal-body {
    padding: 4rem 1rem 1rem 1rem;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 1rem;
}
.swiper-container img {
  width: auto;
}

.swiper-pagination-bullet-active {
  background: var(--color-secondary);
}

.swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: calc(50% - 30px);
  z-index: 11;
  display: block;
  border-radius: 50%;
  box-shadow: 0 17px 80px -7px rgba(14, 63, 39, 0.3);
  background-image: unset !important;
  left: -2rem;
}
.swiper-button-prev::after, .swiper-button-next::after {
  color: var(--color-primary);
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: initial;
}

.swiper-button-next {
  right: -2rem;
  left: unset;
}
.swiper-button-next:after {
  content: "\f061";
}

.swiper-pagination {
  position: relative;
  margin-top: 0.5rem;
}

.chartBox__canvas {
  position: relative;
}
.chartBox__canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chartBox__canvas::after {
  content: "";
  display: block;
  padding-top: 110%;
}

@media (min-width: 768px) {
  .chartBox__canvas::after {
    padding-top: 90%;
  }
}
@media (min-width: 992px) {
  .chartBox__canvas::after {
    padding-top: 70%;
  }
}
.item-highlight.secondary .img-pattern .bg::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
  background: var(--color-secondary);
  opacity: 0.7;
  z-index: 1;
  border-radius: 50%;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: none;
}
.icon .bg {
  z-index: 0;
}
.icon .inner {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon .inner img {
  max-width: 60%;
  max-height: 80%;
}
.icon svg, .icon img {
  max-width: 100%;
  max-height: 100%;
}
.icon .icon-plus {
  right: 0rem;
  bottom: 0.5rem;
}
.icon--sm {
  width: var(--icon-sm);
  height: var(--icon-sm);
}
.icon--md {
  width: var(--icon-md);
  height: var(--icon-md);
}
.icon--lg {
  width: var(--icon-lg);
  height: var(--icon-lg);
}
.icon--xl {
  width: var(--icon-xl);
  height: var(--icon-xl);
}
.icon--xxl {
  width: var(--icon-xxl);
  height: var(--icon-xxl);
}
.icon--xxll {
  width: var(--icon-xxll);
  height: var(--icon-xxll);
}
.icon--xxxl {
  width: var(--icon-xxxl);
  height: var(--icon-xxxl);
}
.icon:hover .icon-plus {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  background-color: var(--color-primary);
}
.icon:hover .icon-plus::before {
  border-color: rgba(0, 0, 0, 0.2);
}
.icon.round-line {
  border: 1px solid var(--color-secondary);
  background: #f7f0e4;
  border-radius: 50%;
}
.icon.radius {
  border-radius: 8px;
  border: 2px solid #a27300;
  background: #ce9c3d;
}
.icon.round {
  background: linear-gradient(to bottom, #f2d490, #bb8a33);
  border-radius: 50%;
}
.icon.no-bg .inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.icon.no-bg .inner img {
  max-width: 100%;
  max-height: 100%;
}
.icon.h-auto .bg {
  position: relative;
}
@media (max-width: 767.98px) {
  .icon--xxxl .inner h5 {
    font-size: 0.8rem;
  }
  .icon--xxll .icon--md {
    width: 30px;
    height: 30px;
  }
}

.icon-plus {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: #b0b0b0 url(../../assets/images/icons/icon-plus.svg) no-repeat center center/contain;
  z-index: 4;
}
.icon-plus::before {
  content: "";
  width: 40px;
  height: 40px;
  left: -5px;
  top: -5px;
  position: absolute;
  border: 7px solid #b0b0b0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .icon-plus {
    width: 20px;
    height: 20px;
  }
  .icon-plus::before {
    width: 30px;
    height: 30px;
  }
}

.icon-gradient .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 156, 60, 0.1);
  border-radius: 50%;
}
.icon-gradient .bg::after {
  content: "";
  position: absolute;
  left: 2%;
  top: 2%;
  width: 98%;
  height: 98%;
  background: linear-gradient(-45deg, #f2d490, #bb8a33);
  border-radius: 50%;
}
.icon-gradient .inner {
  text-align: center;
  color: white;
}

.img-pattern {
  position: relative;
  flex: none;
}
.img-pattern .bg {
  position: relative;
  z-index: 0;
}
.img-pattern .inner {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
}
.img-pattern .inner h5 {
  margin-bottom: 0;
}
.img-pattern .inner img {
  transition: 0.3s all ease-in-out;
}

.img {
  display: flex;
  width: 100%;
  height: auto;
  flex: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img--contain {
  object-fit: contain;
}
.img--sm {
  width: var(--img-sm);
  height: var(--img-sm);
}
.img--md {
  height: var(--img-md);
  width: var(--img-md);
}
.img--lg {
  width: var(--img-lg);
  max-height: var(--img-lg);
}
.img--xl {
  width: var(--img-xl);
  height: var(--img-xl);
}
.img img {
  max-height: 100%;
}
.img--max-height {
  max-height: var(--img-lg);
}

.img-quote img {
  margin-bottom: 1rem;
  border-radius: 8px;
}
.img-quote p {
  font-style: italic;
  padding-left: 0;
  position: relative;
}
.img-quote p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 25px;
  height: 20px;
}
.img-quote p:last-child {
  margin-bottom: 0;
}

.sec-cta .item-menu {
  width: 100%;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .sec-cta .item-menu {
    gap: 0.5rem;
  }
  .sec-cta .item-menu .icon {
    width: 60px;
    height: 60px;
  }
  .sec-cta .item-menu .text::before {
    width: 60px;
  }
}

.item-leadership {
  cursor: pointer;
}
.item-leadership .img {
  position: relative;
  overflow: hidden;
  margin: 0 auto 1rem;
  transition: all 0.5s ease-in-out;
}
.item-leadership .img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-leadership .img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--gradient-4);
}
.item-leadership .img .inner {
  position: absolute;
  width: 100%;
  height: 95%;
  left: 0%;
  top: 5%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.item-leadership .img .inner img {
  width: auto;
  max-height: 95%;
  height: 95%;
  transition: 0.3s all ease-in-out;
}
.item-leadership .img .icon-plus {
  right: 1.5rem;
  bottom: 1.5rem;
}
.item-leadership .text {
  text-align: center;
  border-top: 1px solid var(--color-primary);
  position: relative;
  padding-top: 1rem;
  flex-grow: 1;
}
.item-leadership .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5px;
  width: 100px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 4px;
}
.item-leadership .text .title {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.item-leadership .text .position {
  font-weight: 400;
}
.item-leadership .text .position span {
  font-style: italic;
  font-weight: 300;
  display: block;
}
.item-leadership:hover img {
  transform: scale(1.1);
}
.item-leadership:hover .icon-plus {
  box-shadow: 0 0 10px rgba(255, 251, 0, 0.5);
  background-color: var(--color-secondary);
}
.item-leadership:hover .icon-plus::before {
  border-color: rgba(138, 0, 0, 0.2);
}

.item-message {
  margin-bottom: 2.5rem;
  position: relative;
  margin-top: 2.5rem;
  z-index: 3;
}
.item-message .line {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  pointer-events: none;
}
.item-message .inner {
  padding: 0 4rem;
}
.item-message .inner .box-img {
  text-align: right;
  position: relative;
}
.item-message .inner .box-img .bg-img {
  position: absolute;
  left: -10%;
  top: -32%;
  z-index: 0;
  opacity: 0.4;
  width: 133%;
  pointer-events: none;
}
.item-message .inner .box-img .bg-img img {
  width: 100%;
  animation: rungring2 5s linear infinite;
  mask-image: linear-gradient(transparent, black, transparent);
}
.item-message .inner .box-img .bg-img #khung {
  animation: rungring3 5s linear infinite;
}
.item-message .inner .box-img .bg-img #tron-to {
  animation: rungring2 5s linear infinite;
}
.item-message .inner .box-img .bg-img #tron-nho {
  animation: rungring1 5s linear infinite;
}
.item-message .inner .box-img .inner-img {
  z-index: 1;
  position: relative;
  text-align: right;
}
.item-message .inner .box-img .inner-img img {
  display: inline-block;
}
.item-message .inner .box-text .item-quote__title {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .item-message {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .item-message .line {
    bottom: -18px;
  }
  .item-message .inner {
    padding: 0;
  }
  .item-message .inner .box-img .inner-img {
    text-align: center;
  }
  .item-message .inner .box-img img {
    width: 60%;
  }
  .item-message .inner .box-text .item-quote__title {
    font-size: 1rem;
  }
  .item-message .inner .box-text .item-quote__title div {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .item-message .line {
    bottom: -10px;
  }
}

.item-event {
  display: flex;
}
.item-event .img,
.item-event .text {
  width: 50%;
}
.item-event > .img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.item-event > .img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.item-event > .text h5 {
  position: relative;
  padding-bottom: var(--space-sm);
  display: block;
  width: 100%;
  color: var(--color-secondary);
}
.item-event > .text {
  position: relative;
}
.item-event > .text .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.item-event > .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--color-third);
  mask: linear-gradient(to left, black, black, transparent);
  pointer-events: none;
}
.item-event.no-img > .img {
  display: none;
  aspect-ratio: 4/3;
}
.item-event.no-img > .text {
  width: 100%;
}
.item-event.no-img > .text .inner {
  position: relative;
}
@media (max-width: 1199.98px) {
  .item-event {
    flex-wrap: wrap;
  }
  .item-event > .img, .item-event > .text {
    width: 100%;
  }
  .item-event > .text::before {
    mask: linear-gradient(to top, black, black, transparent);
  }
  .item-event > .text::after {
    display: block;
    content: "";
    padding-top: 50%;
  }
}
@media (max-width: 991.98px) {
  .item-event.no-img > .img {
    display: block;
  }
  .item-event.no-img > .text .inner {
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .item-event > .text::after {
    padding-top: 90%;
  }
}

.item-award {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.item-award .img {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.item-award .img img {
  max-height: 300px;
}
.item-award .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--color-primary);
}
.item-number {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.item-number .title {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-secondary);
  font-family: var(--font-fm-1);
}
.item-number h3 {
  font-size: 4rem;
  margin-bottom: 0;
  font-family: var(--font-fm-3);
  font-weight: 300;
  color: var(--color-third);
  line-height: 1;
}
.item-number .num {
  font-size: 4rem;
  color: var(--color-third);
  font-weight: 300;
}
.item-number .des {
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  gap: 0.5rem;
  font-family: var(--font-fm-1);
}
.item-number .unit {
  font-size: var(--fs-md);
  margin-left: 0.5rem;
  display: inline-block;
  color: var(--color-black);
}

.item-vission {
  position: relative;
}
.item-vission::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--gradient-3);
  opacity: 3;
  z-index: -1;
}
.item-vission .text {
  padding-left: calc(100px + 2rem);
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .item-vission .text {
    padding-left: 1rem;
  }
}

.item-partner {
  aspect-ratio: 0.85;
}
.item-partner .bg {
  position: relative;
}
.item-partner .inner {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.items.list-1 {
  row-gap: 20px;
}
.items.list-1 .item {
  width: 100%;
}
.items.list-2 {
  gap: 1rem;
}
.items.list-2 .item {
  width: calc(50% - 0.5rem);
}
.items.list-2.has-num {
  gap: 2rem;
}
.items.list-2.has-num .item {
  width: calc(50% - 1rem);
}
.items.list-3 {
  gap: 20px;
}
.items.list-3 .item {
  width: calc(33% - 30px);
}
.items.list-4 {
  gap: 20px;
}
.items.list-4 .item {
  width: calc(25% - 15px);
}
.items.list-5 {
  gap: 10px;
}
.items.list-5 .item {
  width: calc(20% - 10px);
}
.items.list-up {
  align-items: flex-end;
}
.items.list-up .item:nth-child(1) {
  width: 25%;
}
.items.list-up .item:nth-child(2) {
  width: 35%;
}
.items.list-up .item:nth-child(3) {
  width: 40%;
}
@media (max-width: 991.98px) {
  .items.list-2 .item {
    width: 100%;
  }
  .items.list-2.has-num .item {
    width: 100%;
  }
  .items.list-3 .item {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .items {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .items.list-4, .items.list-5 {
    gap: 20px;
  }
  .items.list-4 .item, .items.list-5 .item {
    width: calc(33% - 20px);
  }
}
@media (max-width: 992px) {
  .items.list-3 {
    gap: 40px;
  }
  .items.list-3 .item {
    width: calc(50% - 20px);
  }
  .items.list-4 {
    gap: 40px;
  }
  .items.list-4 .item {
    width: calc(50% - 20px);
  }
  .items.list-5 {
    gap: 10px;
  }
  .items.list-5 .item {
    width: calc(50% - 10px);
  }
  .items.list-up {
    gap: 40px;
  }
  .items.list-up .item {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767.98px) {
  .other-items {
    display: block;
    gap: 0;
  }
  .items {
    display: block;
  }
  .items.list-2 {
    row-gap: 20px;
  }
  .items.list-2 .item {
    width: 100%;
  }
  .items.list-3 {
    row-gap: 20px;
  }
  .items.list-3 .item {
    width: 100% !important;
  }
  .items.list-4 {
    row-gap: 20px;
  }
  .items.list-4 .item {
    width: 100%;
  }
  .items.list-5 {
    row-gap: 10px;
  }
  .items.list-5 .item {
    width: 100%;
  }
  .items.list-up {
    row-gap: 20px;
  }
  .items.list-up .item {
    width: 100% !important;
  }
}
.item-content-slide-num .item__title {
  font-family: var(--font-fm-1);
  margin-bottom: 0;
}
.item-content-slide-num .item__title .f-title {
  margin-bottom: 0;
}

.item-content-slide-num .item__text p {
  font-family: var(--font-fm-1);
}

@media (min-width: 992px) {
  .item-content-slide-num {
    display: flex;
    flex-wrap: wrap;
  }
  .item-content-slide-num.none {
    pointer-events: none;
  }
  .item-content-slide-num .item {
    position: relative;
    z-index: 2;
    padding: 1.875rem 1.25rem;
    height: 21.875rem;
    overflow: hidden;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .item-content-slide-num .item {
    height: 25rem;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .item-content-slide-num .item {
    padding: 3.375rem 1.875rem;
    height: 33.4375rem;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .item-content-slide-num .item__numberShow, .item-content-slide-num .item__number {
    font-family: var(--font-fm-1);
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .item-content-slide-num .item__numberShow, .item-content-slide-num .item__number {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .item-content-slide-num .item__numberShow, .item-content-slide-num .item__number {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: var(--width);
    height: var(--height);
    opacity: 0;
    visibility: hidden;
  }
  .item-content-slide-num .item__title {
    max-width: 90%;
  }
  .item-content-slide-num .item__title .f-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__title {
    max-width: 80%;
  }
  .item-content-slide-num .item__title .f-subtitle {
    font-size: 0.8125rem;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .item-content-slide-num .item__title {
    max-width: 80%;
  }
  .item-content-slide-num .item__title .f-subtitle {
    font-size: 0.8125rem;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__title {
    max-width: 70%;
  }
}
@media (min-width: 1366px) {
  .item-content-slide-num .item__title {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__title {
    max-width: 80%;
  }
  .item-content-slide-num .item__title .f-subtitle {
    font-size: 0.9375rem;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .item-content-slide-num .item__title {
    max-width: 80%;
  }
  .item-content-slide-num .item__title .f-subtitle {
    font-size: 0.9375rem;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__text {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 40%;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item__text {
    max-width: 60%;
  }
  .item-content-slide-num .item__text p {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .item-content-slide-num .item-1 {
    background-color: #F47920;
  }
  .item-content-slide-num .item-2 {
    background-color: #F58636;
  }
  .item-content-slide-num .item-3 {
    background-color: #F6934C;
  }
  .item-content-slide-num .item-4 {
    background-color: #F7A162;
  }
  .item-content-slide-num .item-5 {
    background-color: #F8AE79;
  }
  .item-content-slide-num .item-6 {
    background-color: #F9BC8F;
  }
  .item-content-slide-num .item-7 {
    background-color: #fbc49c;
  }
  .item-content-slide-num .item.show {
    flex-grow: 1;
  }
  .item-content-slide-num .item.show .item__body {
    opacity: 1;
    visibility: visible;
  }
  .item-content-slide-num .item.active {
    background: linear-gradient(180deg, #f47920 0%, #FF9446 100%);
  }
  .item-content-slide-num .item__sharp {
    position: absolute;
    bottom: -1.875rem;
    left: -1.25rem;
    z-index: -1;
    max-width: 61%;
  }
  .item-content-slide-num .item__sharp img {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .item-content-slide-num .item__sharp {
    bottom: -3.375rem;
    left: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  .item-content-slide-num .item__body {
    display: none;
  }
  .item-content-slide-num .item.active {
    background: var(--gradient-main);
  }
  .item-content-slide-num .item.show .item__body {
    display: block;
  }
  .item-content-slide-num .item.show .item__numberShow {
    visibility: hidden;
  }
  .item-content-slide-num .item.show .item__number {
    visibility: visible;
  }
  .item-content-slide-num .item.show .item__sharp {
    opacity: 1;
  }
  .item-content-slide-num .item__numberShow, .item-content-slide-num .item__number {
    display: block;
    font-family: var(--font-fm-1);
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
  }
  .item-content-slide-num .item__numberShow {
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 0 3.125rem;
  }
  .item-content-slide-num .item__body {
    position: relative;
    z-index: 2;
    display: none;
    padding: 2.5rem 3.125rem;
    padding-top: 2.5rem;
    margin-top: -5.5rem;
  }
  .item-content-slide-num .item__number {
    opacity: 0.8;
    margin-bottom: 0.625rem;
    visibility: hidden;
  }
  .item-content-slide-num .item__title .f-subtitle {
    display: none;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 1.0625rem;
  }
  .item-content-slide-num .item__text {
    color: rgba(255, 255, 255, 0.9);
  }
  .item-content-slide-num .item-1 {
    background-color: var(--color-primary);
  }
  .item-content-slide-num .item-2 {
    background-color: rgba(244, 120, 32, 0.8980392157);
  }
  .item-content-slide-num .item-3 {
    background-color: rgba(244, 120, 32, 0.8274509804);
  }
  .item-content-slide-num .item-4 {
    background-color: rgba(244, 120, 32, 0.7294117647);
  }
  .item-content-slide-num .item-5 {
    background-color: rgba(244, 120, 32, 0.6117647059);
  }
  .item-content-slide-num .item-6 {
    background-color: rgba(244, 120, 32, 0.4980392157);
  }
  .item-content-slide-num .item-7 {
    background-color: rgba(244, 120, 32, 0.3058823529);
  }
  .item-content-slide-num .item__sharp {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
  }
  .item-content-slide-num .item__sharp img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item-content-slide-num .item__sharp {
    right: auto;
    left: 0;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .item-content-slide-num .item__numberShow {
    height: 4.5rem;
    padding: 0 1.875rem;
  }
  .item-content-slide-num .item__body {
    display: none;
    padding: 1.5625rem 1.875rem;
    padding-top: 1.75rem;
    margin-top: -4.5rem;
  }
  .item-content-slide-num .item__title .f-title {
    font-size: 1.2rem;
  }
  .item-content-slide-num .item__title .f-title br {
    display: none;
  }
}
.quote {
  color: var(--color-secondary);
  text-transform: uppercase;
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
}
.quote .text h4 span {
  font-size: 4rem;
}
.quote .img {
  width: var(--icon-xxl);
}
.quote .img-1 {
  width: var(--icon-xxl);
  transform: rotate(-180deg);
}
@media (max-width: 1400px) {
  .quote .img, .quote .img-1 {
    width: var(--icon-xl);
  }
  .quote .text h4 span {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .quote .text h4 span {
    font-size: 2rem;
  }
}

.item__title {
  font-size: var(--fs-xxl);
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: var(--font-fm-1);
}
@media (max-width: 576px) {
  .item__title {
    margin-bottom: 1rem;
  }
}

.item__title__bg {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.item__title__bg .bg {
  position: relative;
}
.item__title__bg .bg img {
  height: 80px;
}
.item__title__bg .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  font-family: var(--font-fm-1);
  color: white;
}
.item__title__bg .inner h3 {
  font-size: 2rem;
}

.item__title__1 {
  font-size: var(--fs-xl);
  color: var(--color-primary);
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1rem;
}

.item__title__2 {
  font-size: var(--fs-lg);
  color: var(--color-secondary);
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1rem;
}

.title__icon {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  position: relative;
}
.title__icon .icon {
  flex: none;
}
.title__icon .text {
  margin-top: 1rem;
  flex: 1;
  background: var(--gradient-2);
  padding: 0.5rem 2rem;
  margin-left: -1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.title__icon .text h5 {
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: var(--font-primary);
  color: white;
}

.title-num {
  display: flex;
  align-items: center;
}
.title-num .text {
  background: linear-gradient(to right, #f2d490, #bb8a33);
  border-radius: 8px;
  flex-grow: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  color: white;
}

.title__line {
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 2px solid var(--color-primary);
  font-weight: bold;
}
.title__line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 5px;
  background: var(--color-primary);
}

.title-gradient {
  background: linear-gradient(to right, rgba(162, 115, 0, 0.1), white);
  border-top: 1px solid #a27300;
  border-radius: 12px;
  border-top-right-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.title-gradient .title {
  background: linear-gradient(to right, #a27300, #f2d490);
  width: 200px;
  color: white;
  padding: 1rem 1rem;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
}
.title-gradient .title p {
  text-align: center;
}
.title-gradient .text {
  padding: 0 1rem;
  font-weight: 600;
  flex: 1;
}
@media (max-width: 991.98px) {
  .title-gradient .title {
    width: initial;
  }
}

.title-gradient-1 {
  padding: 0.5rem 2rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: linear-gradient(to right, #d7e9b8, #08b36c);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: bold;
  color: white;
}
.title-gradient-1.type-1 {
  background: linear-gradient(to right, #f1f7e7, transparent);
  color: var(--color-eight);
  text-transform: initial;
  display: block;
}

.title-flex {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.title-flex .images {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.title-flex .text {
  flex-grow: 1;
}
.title-flex .text h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .title-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-flex .text h3 {
    margin-bottom: 0;
  }
}

.tabs {
  display: flex;
  gap: var(--space-md);
  border-bottom: none;
}
.tabs .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-md);
  font-size: var(--fs-base);
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  background: rgba(186, 140, 52, 0.2);
  color: var(--color-secondary);
  transition: all 0.3s ease;
  cursor: pointer;
}
.tabs .nav-link.active, .tabs .nav-link:hover {
  background: var(--gradient-main);
  color: #fff;
}
.tabs.tab-1 .nav-link {
  background: rgba(255, 255, 255, 0.2);
}
.tabs.tab-1 .nav-link.active, .tabs.tab-1 .nav-link:hover {
  background: var(--gradient-main);
  color: #fff;
}
@media (max-width: 767.98px) {
  .tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.table {
  width: 100%;
  margin-bottom: var(--space-md);
  border-spacing: 0;
  overflow: hidden;
}
.table th,
.table td {
  padding: var(--space-sm);
  text-align: left;
}
.table th {
  font-weight: bold;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-primary);
  vertical-align: middle;
}
.table td {
  border-bottom: 1px dotted var(--color-primary);
}
.table .bg-press td {
  background: #e5f5f8;
  font-weight: bold;
}
.table.has-stt th:nth-child(1), .table.has-stt td:nth-child(1) {
  width: 50px;
  text-align: center;
}
.table.table-fill {
  border-collapse: separate;
}
.table.table-fill th {
  background: var(--color-eight);
  border: none;
  color: white;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
.table.table-gradient th {
  background: linear-gradient(to left, #9fd29a, #08b36c);
  border: none;
  color: white;
}
.table.vertical__align__middle th, .table.vertical__align__middle td {
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .table {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .table-responsive {
    overflow: auto;
    max-height: 600px;
  }
  .table-responsive .table {
    width: 700px;
    overflow: auto;
  }
  .table-responsive .table th:nth-child(1), .table-responsive .table td:nth-child(1) {
    width: 25%;
    position: sticky;
    left: 0;
    background: white;
    box-shadow: var(--shadow-sm);
  }
  .table-responsive .table th:nth-child(1)[rowspan], .table-responsive .table td:nth-child(1)[rowspan] {
    z-index: 7 !important;
  }
  .table-responsive .table th[rowspan], .table-responsive .table td[rowspan] {
    z-index: 6 !important;
  }
  .table-responsive .table th:nth-child(1) {
    z-index: 6;
  }
  .table-responsive .table td:nth-child(1) {
    z-index: 5;
  }
  .table-responsive .table tr:nth-child(2) th {
    top: 36px;
  }
  .table-responsive .table tr:nth-child(2) th:nth-child(1) {
    z-index: 4;
  }
  .table-responsive .table th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 4;
  }
  .table-responsive .table.has-stt th:nth-child(1), .table-responsive .table.has-stt td:nth-child(1) {
    width: 50px;
    background: white;
  }
  .table-responsive .table.has-stt th:nth-child(2), .table-responsive .table.has-stt td:nth-child(2) {
    width: 25%;
    position: sticky;
    left: 50px;
    background: white;
  }
  .table-responsive .table.has-stt tr:nth-child(1) th:nth-child(1), .table-responsive .table.has-stt tr:nth-child(1) th:nth-child(2) {
    z-index: 6;
  }
  .table-responsive .table.has-stt tr:nth-child(2) th {
    z-index: 5;
  }
  .table-responsive .table.has-stt td:nth-child(1) {
    z-index: 5;
  }
  .table-responsive .table.small th:nth-child(1), .table-responsive .table.small td:nth-child(1) {
    width: 15%;
  }
  .table-responsive .table.small.has-stt th:nth-child(1), .table-responsive .table.small.has-stt td:nth-child(1) {
    width: 50px;
  }
  .table-responsive .table.small.has-stt th:nth-child(2), .table-responsive .table.small.has-stt td:nth-child(2) {
    width: 15%;
  }
  .table-responsive .table.table-gradient th {
    background: linear-gradient(to left, #9fd29a, #08b36c);
  }
  .table-responsive .table.table-gradient td:nth-child(1) {
    background: white;
  }
  .table-responsive .table.table-fill th {
    background: var(--color-eight) !important;
    border-color: var(--color-eight);
  }
  .table-responsive .table.table-fill td:nth-child(1) {
    background: white;
  }
  .table-responsive.type-1 .table {
    width: 1000px;
  }
}

.owl-carousel {
  overflow: hidden;
}

.box-owl {
  margin-right: -1.5625rem;
  border-top: 1px solid var(--color-third);
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .box-owl {
    margin-left: -1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .box-owl {
    margin-right: calc(-3vw - 0.9375rem);
    margin-top: 4.375rem;
  }
}
@media (min-width: 992px) {
  .box-owl {
    margin-right: calc(-4vw - 0.9375rem);
    margin-top: 5.9375rem;
  }
}
@media (min-width: 1200px) {
  .box-owl {
    margin-right: calc(-11vw - 1.5rem);
  }
}
.box-owl {
  margin-right: -1.5625rem;
  position: relative;
}

@media (max-width: 767.98px) {
  .box-owl {
    margin-left: -1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .box-owl {
    margin-right: calc(-3vw - 0.9375rem);
  }
}
@media (min-width: 992px) {
  .box-owl {
    margin-right: calc(-4vw - 0.9375rem);
  }
}
@media (min-width: 1200px) {
  .box-owl {
    margin-right: calc(-11vw - 1.5rem);
  }
}
.box-owl .owl-nav {
  position: absolute;
  top: -0.625rem;
  left: 0;
  transform: translateY(-100%);
}

.box-owl .owl-nav .owl-prev, .box-owl .owl-nav .owl-next {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 2.5rem;
  color: var(--color-secondary);
  line-height: 1;
}

.box-owl .owl-nav .owl-prev.disabled, .box-owl .owl-nav .owl-next.disabled {
  opacity: 0.6;
}

.box-owl .owl-nav .owl-prev {
  margin-right: 0.625rem;
}

@media (max-width: 767.98px) {
  .box-owl .owl-stage-outer {
    overflow: visible;
  }
}
.box-owl .item {
  position: relative;
}

@media (min-width: 768px) {
  .box-owl .item {
    width: 55vw;
  }
}
@media (min-width: 992px) {
  .box-owl .item {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .box-owl .item {
    width: 30vw;
  }
}
@media (min-width: 1500px) {
  .box-owl .item {
    width: 23vw;
  }
}
.box-owl .item:after {
  content: "";
  display: block;
  padding-top: 80%;
}

@media (min-width: 768px) {
  .box-owl .item:after {
    padding-top: 98%;
  }
}
@media (min-width: 1200px) {
  .box-owl .item:after {
    padding-top: 105%;
  }
}
@media (min-width: 1500px) {
  .box-owl .item:after {
    padding-top: 109%;
  }
}
.box-owl .item__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.75rem 0;
  border-right: 1px solid var(--color-third);
}

.box-owl .item__inner .f-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .box-owl .item__inner .f-body {
    transform: translateY(8.75rem);
    transition: all 0.3s ease;
  }
  .box-owl .item__inner .f-body .f-body__text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .box-owl .item__inner:hover .f-body {
    transform: translateY(0);
  }
  .box-owl .item__inner:hover .f-body .f-body__text {
    opacity: 1;
    visibility: visible;
  }
}
.box-owl .item__inner h4 {
  font-size: 1.25rem;
  color: var(--color-third);
  font-weight: 700;
  letter-spacing: -1px;
  max-width: 90%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.box-owl .item__inner .f-body__text {
  position: relative;
  padding-right: 0.3125rem;
  padding-top: 0.9375rem;
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}

@media (min-width: 768px) {
  .box-owl .item__inner .f-body__text {
    font-size: 0.875rem;
  }
}
.box-owl .item__inner .f-body__text .fix-scroll {
  margin: 0;
  padding-right: 1.25rem;
  overflow: hidden;
  overflow-y: auto;
}

.box-owl .item__inner .f-body__text .fix-scroll::-webkit-scrollbar {
  width: 0.3125rem;
  border-radius: 0.3125rem;
}

.box-owl .item__inner .f-body__text .fix-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.3125rem;
}

.box-owl .item__inner .f-body__text .fix-scroll::-webkit-scrollbar-thumb {
  background: var(--color-secondary);
  opacity: 0.6;
  border-radius: 0.3125rem;
}

.box-owl .item__inner .f-body__text .fix-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

@media (min-width: 768px) {
  .box-owl .item__inner {
    padding: 2.1875rem 0;
  }
  .box-owl .item__inner h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .box-owl .item__inner {
    padding: 2.5rem 0;
  }
  .box-owl .item__inner h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .box-owl .item__inner {
    padding: 3.4375rem 0;
  }
  .box-owl .item__inner h4 {
    font-size: 1.5rem;
  }
}
.item-content-tab-num.tab-3 .item-content__content .f-circle {
  width: 58%;
}

@media (min-width: 768px) {
  .item-content-tab-num.tab-3 .item-content__content .f-circle {
    width: 36%;
  }
  .item-content-tab-num.tab-3 .item-content__content .f-circle-2 {
    left: 32%;
  }
  .item-content-tab-num.tab-3 .item-content__content .f-circle-3 {
    left: 64%;
  }
}
.item-content-tab-num .item-title {
  margin-bottom: 2.125rem;
}

@media (min-width: 768px) {
  .item-content-tab-num .item-title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .item-content-tab-num .item-title {
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .item-content-tab-num .item-title {
    margin-right: -1.625rem;
  }
}
.item-content-tab-num .item-title__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  color: #838383;
  text-transform: uppercase;
}

@media (min-width: 1500px) {
  .item-content-tab-num .item-title__subtitle {
    font-size: 0.9375rem;
  }
}
.item-content-tab-num .item-title__title {
  font-family: "SF Pro Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.0625rem;
  color: #155EB2;
}

@media (min-width: 1200px) {
  .item-content-tab-num .item-title__title {
    font-size: 1.75rem;
  }
}
.item-content-tab-num .item-content__content {
  position: relative;
}

.item-content-tab-num .item-content__content .f-circle {
  width: 48%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  z-index: 3;
}

.item-content-tab-num .item-content__content .f-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-content-tab-num .item-content__content .f-circle .f-circle__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.item-content-tab-num .item-content__content .f-circle .f-circle__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}

.item-content-tab-num .item-content__content .f-circle .f-circle__icon .f-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.item-content-tab-num .item-content__content .f-circle .f-circle__icon span {
  position: absolute;
  z-index: 2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.item-content-tab-num .item-content__content .f-circle .f-circle__title {
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .item-content-tab-num .item-content__content .f-circle .f-circle__title {
    font-size: 1.0625rem;
  }
}
.item-content-tab-num .item-content__content .f-circle.active {
  border-color: transparent;
  background: var(--gradient-main);
  z-index: 3;
  pointer-events: none;
}

.item-content-tab-num .item-content__content .f-circle.active .f-circle__icon .f-1 {
  opacity: 0;
  visibility: hidden;
}

.item-content-tab-num .item-content__content .f-circle.active .f-circle__icon .f-2 {
  opacity: 1;
  visibility: visible;
}

.item-content-tab-num .item-content__content .f-circle.active .f-circle__title {
  color: #fff;
}

.item-content-tab-num .item-content__content .f-circle-2, .item-content-tab-num .item-content__content .f-circle-3, .item-content-tab-num .item-content__content .f-circle-4 {
  position: absolute;
  top: 0;
}

.item-content-tab-num .item-content__content .f-circle-2 {
  left: 22%;
  z-index: 2;
}

.item-content-tab-num .item-content__content .f-circle-3 {
  left: 42%;
  z-index: 1;
}

.item-content-tab-num .item-content__content .f-circle-4 {
  left: 62%;
  z-index: 0;
}

@media (min-width: 768px) {
  .item-content-tab-num .item-content__content .f-circle {
    width: 28%;
  }
  .item-content-tab-num .item-content__content .f-circle-2 {
    left: 25%;
  }
  .item-content-tab-num .item-content__content .f-circle-3 {
    left: 50%;
  }
  .item-content-tab-num .item-content__content .f-circle-4 {
    left: 75%;
  }
}
.item-content-tab-num .item-content__tab {
  border-top: 1px solid #DADADA;
  padding-top: 1.875rem;
  margin-top: 2.1875rem;
}

@media (min-width: 1200px) {
  .item-content-tab-num .item-content__tab {
    padding-top: 1.875rem;
    margin-top: 3.125rem;
  }
}
.item-content-tab-num .item-content__tab .panel {
  font-size: 0.875rem;
}

.item-content-tab-num .item-content__tab .panel:not(.show) {
  display: none;
}

.item-content-tab-num .item-content__tab .panel.show {
  animation: fadeIn 0.3s ease;
}

.item-content-tab-num .item-content__tab .panel h4 {
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .item-content-tab-num .item-content__tab .panel {
    font-size: 1rem;
  }
  .item-content-tab-num .item-content__tab .panel h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .item-content-tab-num .item-content__content .f-circle {
    width: 39%;
  }
  .item-content-tab-num .item-content__content .f-circle .f-circle__title {
    font-size: 0.8rem;
  }
}
@media (max-width: 374.98px) {
  .item-content-tab-num .item-content__content .f-circle .f-circle__title {
    font-size: 0.5rem;
  }
}
@media (min-width: 992px) {
  .tab-many {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-many.none {
    pointer-events: none;
  }
  .tab-many .item {
    position: relative;
    z-index: 2;
    padding: 1.875rem 1.25rem;
    height: 21.875rem;
    overflow: hidden;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .tab-many .item {
    height: 25rem;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .tab-many .item {
    padding: 3.375rem 1.875rem;
    height: 33.4375rem;
  }
}
@media (min-width: 992px) {
  .tab-many .item__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .tab-many .item__numberShow, .tab-many .item__number {
    font-family: var(--font-1);
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .tab-many .item__numberShow, .tab-many .item__number {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .tab-many .item__numberShow, .tab-many .item__number {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .tab-many .item__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: var(--width);
    height: var(--height);
    opacity: 0;
    visibility: hidden;
  }
  .tab-many .item__title {
    max-width: 90%;
  }
  .tab-many .item__title .f-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }
  .tab-many .item__title .f-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .tab-many .item__title {
    max-width: 80%;
  }
  .tab-many .item__title .f-subtitle {
    font-size: 0.8125rem;
  }
  .tab-many .item__title .f-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .tab-many .item__title {
    max-width: 80%;
  }
  .tab-many .item__title .f-subtitle {
    font-size: 0.8125rem;
  }
  .tab-many .item__title .f-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .tab-many .item__title {
    max-width: 70%;
  }
}
@media (min-width: 1366px) {
  .tab-many .item__title {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .tab-many .item__title {
    max-width: 80%;
  }
  .tab-many .item__title .f-subtitle {
    font-size: 0.9375rem;
  }
  .tab-many .item__title .f-title {
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .tab-many .item__title {
    max-width: 80%;
  }
  .tab-many .item__title .f-subtitle {
    font-size: 0.9375rem;
  }
  .tab-many .item__title .f-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .tab-many .item__text {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 40%;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .tab-many .item__text {
    max-width: 60%;
  }
  .tab-many .item__text p {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .tab-many .item-1 {
    background-color: #F47920;
  }
  .tab-many .item-2 {
    background-color: #F58636;
  }
  .tab-many .item-3 {
    background-color: #F6934C;
  }
  .tab-many .item-4 {
    background-color: #F7A162;
  }
  .tab-many .item-5 {
    background-color: #F8AE79;
  }
  .tab-many .item-6 {
    background-color: #F9BC8F;
  }
  .tab-many .item-7 {
    background-color: #fbc49c;
  }
  .tab-many .item.show {
    flex-grow: 1;
  }
  .tab-many .item.show .item__body {
    opacity: 1;
    visibility: visible;
  }
  .tab-many .item.active {
    background: linear-gradient(180deg, #f47920 0%, #FF9446 100%);
  }
  .tab-many .item__sharp {
    position: absolute;
    bottom: -1.875rem;
    left: -1.25rem;
    z-index: -1;
    max-width: 61%;
  }
  .tab-many .item__sharp img {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .tab-many .item__sharp {
    bottom: -3.375rem;
    left: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  .tab-many .item__body {
    display: none;
  }
  .tab-many .item.active {
    background: linear-gradient(180deg, var(--color-primary) 0%, rgba(244, 120, 32, 0.3058823529) 100%);
  }
  .tab-many .item.show .item__body {
    display: block;
  }
  .tab-many .item.show .item__numberShow {
    visibility: hidden;
  }
  .tab-many .item.show .item__number {
    visibility: visible;
  }
  .tab-many .item.show .item__sharp {
    opacity: 1;
  }
  .tab-many .item__numberShow, .tab-many .item__number {
    display: block;
    font-family: var(--font-1);
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
  }
  .tab-many .item__numberShow {
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 0 3.125rem;
  }
  .tab-many .item__body {
    position: relative;
    z-index: 2;
    display: none;
    padding: 2.5rem 3.125rem;
    padding-top: 2.5rem;
    margin-top: -5.5rem;
  }
  .tab-many .item__number {
    opacity: 0.8;
    margin-bottom: 0.625rem;
    visibility: hidden;
  }
  .tab-many .item__title .f-subtitle {
    display: none;
  }
  .tab-many .item__title .f-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 1.0625rem;
  }
  .tab-many .item__text {
    color: rgba(255, 255, 255, 0.9);
  }
  .tab-many .item-1 {
    background-color: var(--color-primary);
  }
  .tab-many .item-2 {
    background-color: rgba(244, 120, 32, 0.8980392157);
  }
  .tab-many .item-3 {
    background-color: rgba(244, 120, 32, 0.8274509804);
  }
  .tab-many .item-4 {
    background-color: rgba(244, 120, 32, 0.7294117647);
  }
  .tab-many .item-5 {
    background-color: rgba(244, 120, 32, 0.6117647059);
  }
  .tab-many .item-6 {
    background-color: rgba(244, 120, 32, 0.4980392157);
  }
  .tab-many .item-7 {
    background-color: rgba(244, 120, 32, 0.3058823529);
  }
  .tab-many .item__sharp {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
  }
  .tab-many .item__sharp img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tab-many .item__sharp {
    right: auto;
    left: 0;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .tab-many .item__numberShow {
    height: 4.5rem;
    padding: 0 1.875rem;
  }
  .tab-many .item__body {
    display: none;
    padding: 1.5625rem 1.875rem;
    padding-top: 1.75rem;
    margin-top: -4.5rem;
  }
  .tab-many .item__title .f-title {
    font-size: 1.2rem;
  }
  .tab-many .item__title .f-title br {
    display: none;
  }
}
/* ============================= */
/* EFFECTS */
/* ============================= */
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@keyframes Start {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes aniWidth {
  0% {
    transform: scale3d(0, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleLarge2 {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__scaleLarge {
  -webkit-animation-name: scaleLarge2;
  animation-name: scaleLarge2;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes Preloader {
  to {
    transform: rotate(360deg);
  }
}
@keyframes DrawStroke {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes DrawPlay {
  0% {
    stroke-dashoffset: 2800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes DrawPlay1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes move1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}
@keyframes move2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes may-bay {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-200%, -300%);
  }
  100% {
    transform: translate(-200%, -300%);
  }
}
@keyframes chart-ngang {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadein, .fadeindown, .fadeinup, .fadeoff, .fadeon, .fadeout, .goleft, .goright {
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadein {
  animation-name: fadeIn;
}

.fade-In {
  animation-name: fadeIn;
}

.fade-Out {
  animation-name: fadeOut;
}

.fadein {
  animation-name: fadeIn;
}

.fadeout {
  animation-name: fadeOut;
}

.move1 {
  animation: move1 10s ease-in-out infinite;
}

.move2 {
  animation: move2 10s ease-in-out infinite;
}

@keyframes circle360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Start {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.js-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.js-reveal.revealed {
  opacity: 1;
  transform: none;
}

/* ============================= */
/* LAYOUT */
/* ============================= */
.header {
  position: fixed;
  height: auto;
  text-align: center;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}
.header::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 0;
  left: 0;
  height: var(--header-height);
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.logo {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 290px;
  height: 60px;
  min-width: 100px;
  min-height: 60px;
  z-index: 30;
}
.logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logos/logo.svg) no-repeat 50%/contain;
}

.en .logo::after {
  background: url(../images/logos/logo-en.svg) no-repeat 50%/contain;
}

.navigation {
  width: 100%;
  top: 0;
  height: 100%;
  position: fixed;
  text-align: right;
  right: 0;
  margin: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  backface-visibility: hidden;
  z-index: 100;
}
.navigation::before, .navigation::after {
  content: "";
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.navigation .nav {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px;
  padding: 5rem 2rem 2rem;
  z-index: 30;
}
.navigation .nav ul {
  position: relative;
  vertical-align: middle;
}
.navigation .nav ul li.current {
  pointer-events: none;
}
.navigation .nav ul li a {
  position: relative;
}
.navigation.show {
  transform: none;
}
.navigation.show .item-menu:nth-child(1) {
  animation-delay: 0.3s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(2) {
  animation-delay: 0.4s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(3) {
  animation-delay: 0.5s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(4) {
  animation-delay: 0.6s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(5) {
  animation-delay: 0.7s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(6) {
  animation-delay: 0.8s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(7) {
  animation-delay: 0.9s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(8) {
  animation-delay: 1s;
  pointer-events: all;
}
.navigation.show .item-menu:nth-child(9) {
  animation-delay: 1.1s;
  pointer-events: all;
}
.navigation.show .item-menu {
  animation-name: goLeft;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.navigation.show .box-text-menu {
  animation-name: fadeIn;
  animation-delay: 0.5s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.item-menu {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
  opacity: 0;
}
.item-menu .icon {
  flex: none;
}
.item-menu .icon .img__icon {
  background: linear-gradient(180deg, #FFF100 0%, #62BB46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 900;
}
.item-menu .icon .img__icon img {
  max-height: 60%;
}
.item-menu .icon .inner {
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}
.item-menu .icon .inner img {
  width: auto;
  max-width: 65%;
  max-height: 65%;
}
.item-menu .text {
  width: calc(100% - 100px);
  border-bottom: 1px solid var(--color-primary);
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  flex: 1;
}
.item-menu .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--color-primary);
  width: 80px;
  height: 3px;
  transition: 0.3s all ease-in-out;
}
.item-menu .text h5 {
  color: var(--color-primary);
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  margin-bottom: 0;
}
.item-menu:hover .text::before {
  width: 100%;
}
.item-menu.c1 .text {
  border-bottom: 1px solid var(--color-primary);
}
.item-menu.c1 .text::before {
  background-color: var(--color-primary);
}
.item-menu.c1 .text h5 {
  color: var(--color-primary);
}
.item-menu.c2 .text {
  border-bottom: 1px solid var(--color-secondary);
}
.item-menu.c2 .text::before {
  background-color: var(--color-secondary);
}
.item-menu.c2 .text h5 {
  color: var(--color-secondary);
}
.item-menu.c3 .text {
  border-bottom: 1px solid var(--color-five);
}
.item-menu.c3 .text::before {
  background-color: var(--color-five);
}
.item-menu.c3 .text h5 {
  color: var(--color-five);
}
.item-menu.c4 .text {
  border-bottom: 1px solid var(--color-seven);
}
.item-menu.c4 .text::before {
  background-color: var(--color-seven);
}
.item-menu.c4 .text h5 {
  color: var(--color-seven);
}
.item-menu.c5 .text {
  border-bottom: 1px solid var(--color-nine);
}
.item-menu.c5 .text::before {
  background-color: var(--color-nine);
}
.item-menu.c5 .text h5 {
  color: var(--color-nine);
}

.item-menu-cus .text {
  width: 100%;
}

.text-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 25px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}
.text-menu span {
  border-left: 1px solid var(--color-primary);
  margin-left: 5px;
  padding-left: 5px;
}

.box-text-menu {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.5rem;
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.box-text-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, transparent, #184785, #184785, #1079bf);
}
.box-text-menu lottie-player {
  width: 100%;
  height: auto;
  margin-right: -5%;
}
.box-text-menu .inner {
  position: relative;
}
.box-text-menu .inner .text {
  font-family: var(--font-fm-1);
  text-align: left;
  color: white;
  text-transform: uppercase;
}
.box-text-menu .inner .text h3 {
  margin-bottom: 0;
  font-size: 2rem;
}
@media (min-width: 1400px) {
  .box-text-menu .inner .text h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .box-text-menu {
    display: none;
  }
}

.right-header {
  position: absolute;
  width: auto;
  height: auto;
  right: 110px;
  top: 16px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.link-home {
  display: inline-block;
  vertical-align: middle;
}
.link-home a {
  position: relative;
  display: block;
  width: 30px;
  padding: 5px 0;
  text-align: center;
}

.language {
  vertical-align: middle;
  display: inline-block;
}
.language li {
  position: relative;
  display: inline-block;
}
.language li a {
  text-indent: -9999px;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 0 10px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.language li a.vn {
  background: url(../images/language/vietnam.svg) no-repeat 50%/contain;
}
.language li a.en {
  background: url(../images/language/united.svg) no-repeat 50%/contain;
}

.nav-click {
  position: fixed;
  top: 17px;
  right: 40px;
  width: 45px;
  z-index: 999;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out;
}
.nav-click svg g {
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}
.nav-click.active .line-1 {
  transform: translateX(-10px) rotate(45deg);
}
.nav-click.active .line-3 {
  transform: translate(-10px, -10px) rotate(-45deg);
}
.nav-click.active .line-2 {
  opacity: 0;
}
.nav-click.active .tron {
  opacity: 0;
}

.overlay-menu {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 30;
}
.overlay-menu.show {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .header.hide::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1500px) {
  .item-menu {
    margin-bottom: 0.5rem;
  }
  .navigation .nav {
    padding: 5vw 2rem 2vw;
  }
}
@media screen and (max-width: 1199.91px) {
  .header {
    height: var(--header-height);
    border-bottom: 1px solid var(--color-primary);
    z-index: 20;
  }
  .header::before {
    background-color: white;
    opacity: 1;
    height: var(--header-height);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    z-index: 5;
  }
  .logo {
    top: 15px;
    width: 180px;
    height: 35px;
    min-height: inherit;
    min-width: inherit;
    padding: 5px 0;
    /* background-color: #fff; */
    /* border-radius: 0 0 10px 10px; */
    transition: all 0.5s ease-in-out;
    /* border: 1px solid hsla(0, 0%, 63%, 0.2); */
    z-index: 110;
  }
  .text-menu {
    top: 20px;
    font-size: 16px;
    z-index: 5;
  }
  .right-header {
    top: 5px;
    right: 80px;
    z-index: 20;
  }
  .nav-click {
    top: 10px;
    right: 20px;
  }
  .overlay-menu {
    height: calc(100% - 60px);
    top: 60px;
    left: auto;
    right: 0;
    z-index: 80;
  }
  .navigation {
    height: calc(100% - 60px);
    top: 60px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation::before, .navigation::after {
    display: none;
  }
  .navigation .nav {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 992.91px) {
  .text-menu {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .item-menu .icon {
    width: 80px;
    height: 80px;
  }
  .item-menu .icon .img__icon {
    font-size: 2rem;
  }
  .item-menu .text h5 {
    font-size: 1rem;
  }
  .logo {
    width: 155px;
    height: 35px;
  }
  .right-header {
    right: 70px;
    top: 12px;
  }
  .button-download {
    padding: 0.5rem;
  }
  .button-download .text {
    display: none;
  }
}
.footer {
  position: relative;
  overflow: hidden;
}

.info__f ul {
  display: flex;
  flex-wrap: wrap;
}
.info__f ul li {
  margin-bottom: 1rem;
  position: relative;
}
.info__f ul li.address::before {
  background-image: url(../images/layout/footer/address.svg);
}
.info__f ul li.phone::before {
  background-image: url(../images/layout/footer/phone.svg);
}
.info__f ul li.fax {
  width: 50%;
}
.info__f ul li.fax::before {
  background-image: url(../images/layout/footer/phone2_footer_icon.svg);
}
.info__f ul li.hotline {
  width: 50%;
}
.info__f ul li.hotline::before {
  background-image: url(../images/layout/footer/hotline.svg);
}
.info__f ul li.email::before {
  background-image: url(../images/layout/footer/email_contact_footer_icon.svg);
}
.info__f ul li {
  padding-left: 30px;
  color: black;
}
.info__f ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.info__f ul li:last-child {
  margin-bottom: 0;
}

.social {
  display: block;
  text-align: left;
}
.social ul {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 0;
}
.social li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.social a {
  color: var(--color-primary);
}
.social a:hover img:hover {
  transform: scale(1.1);
}
.social img {
  width: 44px;
  height: 44px;
  transition: 0.3s all ease-in-out;
}

.foreground {
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke-width: 2;
  transform-origin: 50% 50%;
}

@media screen and (min-width: 1200px) {
  .foreground {
    transition: stroke-dashoffset 0.6s ease-in-out;
  }
  .social li a:hover {
    color: var(--color-primary);
  }
  .social li a:hover .foreground {
    stroke-dashoffset: 0;
  }
}
.footer .footer__bottom {
  background: url(../images/layout/footer/bg-footer.jpg) no-repeat center/cover;
  padding: 4rem 4rem 2rem;
  position: relative;
  overflow: hidden;
}
.footer .footer__bottom h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.footer .footer__bottom .row {
  margin-bottom: 2rem;
}
.footer .footer__bottom .inner {
  position: relative;
  z-index: 2;
}
.footer .footer__bottom .logo__f {
  width: 20rem;
  height: 10rem;
  position: relative;
}
.footer .footer__bottom .logo__f::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logos/logo.svg) no-repeat 50%/contain;
}
.footer .footer__bottom .name__f {
  color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .footer__bottom .footer__left {
  position: relative;
}
.footer .footer__bottom .footer__left .bg {
  position: absolute;
  left: -24%;
  width: 100%;
  top: -25%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .footer .footer__bottom .bg {
    left: 0;
    top: auto;
    bottom: 0;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .footer .footer__bottom .logo__f {
    width: 15rem;
    height: 8rem;
  }
  .footer .footer__bottom {
    padding: 2rem 1rem;
  }
  .footer .footer__bottom h3 {
    font-size: 1.21rem;
    margin-bottom: 1rem;
  }
  .footer .footer__bottom .row {
    margin-bottom: 1rem;
  }
}
.menu {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 38px;
  z-index: 999;
  color: #fff;
  background: transparent;
  display: none;
}
@media (min-width: 64rem) {
  .menu {
    display: block;
  }
}
.menu .bg {
  width: 100%;
  height: auto;
  position: relative;
}
.menu .bg.top {
  translate: 0 1px;
  transform: none;
}
.menu .bg.bottom {
  translate: 0 -1px;
  scale: 1 -1;
}
.menu .list {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #006;
  margin-bottom: 0;
}
.menu .list .item {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  position: relative;
}
.menu .list .item .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  color: #555;
}
.menu .list .item .link .icon {
  aspect-ratio: 1;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .list .item .link .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 17px;
}
.menu .list .item .link .label {
  display: none;
}
.menu .list .item.active > .link, .menu .list .item:hover a {
  background: #f60;
}
.menu .list .item:hover .sub {
  visibility: visible;
  opacity: 1;
}
.menu .list .item .sub {
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  background: #eee;
  padding-bottom: 8px;
  color: #555;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu .list .item .sub .sub-title {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(to right, #f60, #f90);
}
.menu .list .item .sub .sub-link {
  display: block;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: normal;
  color: #555;
  background: transparent !important;
  transition: color 0.3s;
}
.menu .list .item .sub .sub-link:hover {
  color: #f60;
}
.menu .list .item .sub .sub-link.active {
  font-weight: bold;
  color: #f60;
}

.video-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-hero {
  padding: 0;
}
.sec-hero .box-text {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 45%;
}
.sec-hero .box-text .slogan h3 {
  font-family: var(--font-fm-1);
  font-size: 2.5rem;
  margin-bottom: 0;
  color: var(--color-primary);
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.sec-hero .box-text .slogan h3::after {
  content: "";
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 1s all ease-in-out;
}
.sec-hero .box-text .slogan h4 {
  font-family: var(--font-fm-1);
  font-size: 1.5rem;
  margin-bottom: 0;
  color: var(--color-primary);
  font-weight: 300;
  font-style: italic;
}
.sec-hero .box-text .slogan h3 > span,
.sec-hero .box-text .slogan h4 > span {
  display: inline-block;
}
.sec-hero .box-text .slogan h3 > span > span,
.sec-hero .box-text .slogan h4 > span > span {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sec-hero .box-text .slogan h3 > span > span.move,
.sec-hero .box-text .slogan h4 > span > span.move {
  opacity: 1;
}
.sec-hero .box-text .title {
  display: flex;
  gap: 1rem;
}
.sec-hero .box-text .title .number {
  width: var(--icon-xl);
  height: var(--icon-xl);
  color: #fff;
  background: var(--color-primary);
  font-family: var(--font-fm-3);
  font-weight: bold;
  font-weight: normal;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
}
.sec-hero .box-text .title .name {
  display: flex;
  align-items: center;
}
.sec-hero .box-text .title .name p {
  font-family: var(--font-fm-3);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: left;
}
.sec-hero.right .box-text {
  left: auto;
  right: 8%;
}
.sec-hero.center .box-text {
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 3%;
  text-align: center;
}
.sec-hero.show .box-text .slogan h3::after {
  width: 100%;
}
@media (min-width: 1400px) {
  .sec-hero {
    height: 100vh;
  }
  .sec-hero .box-text .slogan h3,
  .sec-hero .box-text .slogan h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-hero .box-text {
    width: 60%;
  }
  .sec-hero .box-text .slogan h3,
  .sec-hero .box-text .slogan h4 {
    font-size: 1.3rem;
  }
  .sec-hero .box-text .title .name p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .sec-hero .box-text {
    width: 58%;
    right: auto;
    bottom: 5%;
    top: auto;
    left: 42%;
    padding: 0 1rem;
  }
  .sec-hero .box-text .slogan h3,
  .sec-hero .box-text .slogan h4 {
    font-size: 1rem;
    text-align: left;
  }
  .sec-hero .box-text .title {
    justify-content: center;
  }
  .sec-hero .box-text .title .name p {
    font-size: 1rem;
  }
  .sec-hero.center .box-text {
    top: auto;
    bottom: 5%;
  }
}

@media (max-width: 767.98px) {
  #chapter1-page .sec-hero .box-text {
    bottom: 15%;
  }
}

#chapter2-page .sec-hero .box-text .slogan h3 {
  color: var(--color-secondary);
}
#chapter2-page .sec-hero .box-text .slogan h3::after {
  background: var(--color-secondary);
}
#chapter2-page .sec-hero .box-text .slogan h4 {
  color: var(--color-secondary);
}

#chapter3-page .sec-hero .box-text .slogan h3 {
  color: var(--color-six);
}
#chapter3-page .sec-hero .box-text .slogan h3::after {
  background: var(--color-six);
}
#chapter3-page .sec-hero .box-text .slogan h4 {
  color: var(--color-six);
}

#chapter4-page .sec-hero .box-text .slogan h3 {
  color: var(--color-seven);
}
#chapter4-page .sec-hero .box-text .slogan h3::after {
  background: var(--color-seven);
}
#chapter4-page .sec-hero .box-text .slogan h4 {
  color: var(--color-seven);
}

#chapter5-page .sec-hero .box-text .slogan h3 {
  color: var(--color-eight);
}
#chapter5-page .sec-hero .box-text .slogan h3::after {
  background: var(--color-eight);
}
#chapter5-page .sec-hero .box-text .slogan h4 {
  color: var(--color-eight);
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  height: 100vh;
  background: var(--color-white);
  box-shadow: var(--shadow-md);
  padding: var(--space-md);
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.sidebar a {
  padding: 10px 14px;
  border-radius: var(--radius-md);
  transition: 0.2s;
}
.sidebar a:hover {
  background: var(--color-gray);
}

/* ============================= */
/* SECTIONS */
/* ============================= */
.table-ptthtc th, .table-ptthtc td {
  text-align: right;
}
.table-ptthtc th:nth-child(1), .table-ptthtc td:nth-child(1) {
  text-align: left;
}

.table-vimo th, .table-vimo td {
  text-align: center;
}
.table-vimo th:nth-child(1), .table-vimo td:nth-child(1) {
  text-align: left;
}

.table-kehoachkd th, .table-kehoachkd td {
  text-align: right;
}
.table-kehoachkd th:nth-child(2), .table-kehoachkd td:nth-child(2) {
  text-align: left;
}

.download {
  background: linear-gradient(135deg, #0d6efd, #3d8bfd);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.sec-environment .bg-sharp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-environment .item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.sec-environment .item-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-environment .item-circle:hover {
  z-index: 5 !important;
}
.sec-environment .item-circle:hover .item-circle__inner .f-body {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.sec-environment .item-circle__inner {
  position: absolute;
  width: 87%;
  height: 87%;
  border-radius: 50%;
  overflow: hidden;
}
.sec-environment .item-circle__inner .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-environment .item-circle__inner .f-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: var(--color-white);
  padding: 14%;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sec-environment .item-circle__inner .f-body h3 {
  font-size: 1.1875rem;
  color: inherit;
  margin-bottom: 0.3125rem;
  color: var(--color-secondary);
}
.sec-environment .item-circle__inner .f-body p {
  margin-bottom: 0.5rem;
}
.sec-environment .item-circle__inner .f-body ul {
  margin-bottom: 0.5rem;
}
.sec-environment .item-circle__inner .f-body .fix-scroll {
  max-height: 60%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.3125rem;
  margin-right: -0.3125rem;
}
.sec-environment .item-circle__inner .f-body .fix-scroll::-webkit-scrollbar {
  width: 0.25rem;
  border-radius: 0.3125rem;
}
.sec-environment .item-circle__inner .f-body .fix-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.3125rem;
}
.sec-environment .item-circle__inner .f-body .fix-scroll::-webkit-scrollbar-thumb {
  background: rgba(14, 99, 175, 0.4);
  border-radius: 0.3125rem;
}
.sec-environment .item-circle__inner .f-body .fix-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary);
}
.sec-environment .item-pc {
  position: relative;
}
.sec-environment .item-pc img {
  width: 100%;
}
.sec-environment .item-pc .item-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
.sec-environment .item-pc .item-panel .panel {
  position: relative;
}
.sec-environment .item-pc .item-panel .panel:not(.show) {
  display: none;
}
.sec-environment .item-pc .item-panel .panel .item-circle {
  width: 34.5%;
}
.sec-environment .item-pc .item-panel .panel .item-circle-2 {
  position: absolute;
  top: 0;
  left: 21.5%;
  z-index: 2;
}
.sec-environment .item-pc .item-panel .panel .item-circle-3 {
  position: absolute;
  top: 0;
  left: 44%;
  z-index: 1;
}
.sec-environment .item-pc .item-panel .panel .item-circle-4 {
  position: absolute;
  top: 0;
  left: 65.5%;
  z-index: 1;
}
.sec-environment .item-pc .item-panel .panel .item-circle-1 {
  z-index: 3;
}
.sec-environment .item-pc .item-panel .panel.show {
  animation: fadeIn 0.3s ease;
}
.sec-environment .item-pc.fix-3 .item-panel .panel .item-circle-1 {
  z-index: 1;
}
.sec-environment .item-pc.fix-3 .item-panel .panel .item-circle-2 {
  z-index: 2;
}
.sec-environment .item-mb__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.sec-environment .item-mb__nav a {
  display: block;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  padding: 0 0.5625rem;
  opacity: 0.5;
}
.sec-environment .item-mb__nav a p {
  margin: 0;
  padding-top: 0.3125rem;
}
.sec-environment .item-mb__nav a.active {
  opacity: 1;
}
.sec-environment .item-mb__panel .panel:not(.show) {
  display: none;
}
.sec-environment .item-mb__panel .panel.show {
  animation: fadeIn 0.3s ease;
}
.sec-environment .item-mb__panel .item-circle__inner {
  width: 100%;
  height: 100%;
}
.sec-environment .item-mb__panel .item-circle__inner .f-body {
  font-size: 0.75rem;
}
.sec-environment .item-mb__panel .item-circle__inner .f-body h3 {
  font-size: 0.875rem;
}
.sec-environment .item-mb__panel .owl-dots {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-environment .item-mb__panel .owl-dots .owl-dot {
  margin: 0;
  padding: 0;
  width: 1.875rem;
  border-radius: 0;
  height: 0.1875rem;
  background-color: var(--color-gray);
}
.sec-environment .item-mb__panel .owl-dots .owl-dot.active {
  background-color: var(--color-primary);
}
.sec-environment .item-foot {
  margin-top: 3.75rem;
}

@media (min-width: 992px) {
  .sec-environment .item-pc:not(.fix) .item-circle.active {
    z-index: 5 !important;
  }
  .sec-environment .item-pc:not(.fix) .item-circle.active .item-circle__inner .f-body {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sec-environment .item-foot {
    margin-top: 5rem;
  }
}
@media (min-width: 1500px) {
  .sec-environment .item-pc .item-circle__nav li a {
    font-size: 1.5625rem;
  }
  .sec-environment .item-foot {
    margin-top: 7.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-environment .item-circle__inner .f-body {
    font-size: 0.6875rem;
  }
  .sec-environment .item-circle__inner .f-body h3 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .sec-environment .item-circle__inner .f-body {
    font-size: 0.75rem;
  }
  .sec-environment .item-circle__inner .f-body h3 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-environment .item-pc .item-circle__nav li a {
    font-size: 1.375rem;
  }
}
.sec-esg {
  padding: 20rem 0;
}

.list-report li {
  border-bottom: 1px solid #bebebe;
  padding: 0.5rem 0;
}
.list-report li p {
  margin-bottom: 0;
}

.item-sign-finance .img {
  height: 200px;
  display: flex;
  align-items: center;
}
.item-sign-finance .img img {
  width: auto;
  max-height: 100%;
}

.sec-bctcChart__tab .tab-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .sec-bctcChart__tab .tab-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .sec-bctcChart__tab .tab-header {
    margin-bottom: -1px;
  }
}
.sec-bctcChart__tab .tab-header .btn-link {
  font-family: "SF Pro Text", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-primary);
}

.sec-bctcChart__tab .tab-header .btn-link svg {
  vertical-align: 1px;
}

.sec-bctcChart__tab .tab-header .btn-link svg path {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.sec-bctcChart__tab .tab-header .btn-link:hover {
  color: var(--color-secondary);
}

.sec-bctcChart__tab .tab-header .btn-link:hover svg path {
  fill: var(--color-secondary);
  stroke: var(--color-secondary);
}

@media (max-width: 991.98px) {
  .sec-bctcChart__tab .tab-header .btn-link {
    float: right;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .sec-bctcChart__tab .tab-header .btn-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.sec-bctcChart__tab .nav-fix-mobile {
  position: relative;
}

@media (min-width: 992px) {
  .sec-bctcChart__tab .nav-fix-mobile {
    padding-right: 210px;
  }
}
.sec-bctcChart__tab .nav-fix-mobile:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #E6E6E6;
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs::-webkit-scrollbar {
  display: none;
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item {
  display: inline-block;
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item:not(:last-child) {
  margin-right: 20px;
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item a {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  border-top: 0;
  color: #696969;
  padding: 10px 0;
  padding-right: 10px;
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item a:hover {
  color: var(--color-primary);
}

.sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item a.active {
  border-color: var(--color-primary);
  background: var(--gradient-main);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item a {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .sec-bctcChart__responsive {
    overflow: hidden;
    overflow-x: auto;
  }
  .sec-bctcChart__responsive .sec-bctcChart__table {
    width: 1200px;
  }
}
.sec-bctcChart__table {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.1px;
  color: #000000;
}

.sec-bctcChart__table .item__title__1-fix {
  color: var(--color-primary);
  font-weight: bold;
  text-transform: uppercase;
}

.sec-bctcChart__table .item-header {
  background: #F5F5F5;
  font-weight: normal;
  line-height: 1.2;
}

.sec-bctcChart__table .item-header .td {
  display: inline-block;
  font-family: "SF Pro Display", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #7D7D7D;
}

.sec-bctcChart__table .tr {
  display: flex;
  flex-wrap: wrap;
}

.sec-bctcChart__table .td-1,
.sec-bctcChart__table .td-2,
.sec-bctcChart__table .td-3,
.sec-bctcChart__table .td-4,
.sec-bctcChart__table .td-5 {
  padding: 15px 15px 15px 20px;
}

.sec-bctcChart__table .td-1 {
  width: 40%;
}

.sec-bctcChart__table .td-2 {
  width: 10%;
}

.sec-bctcChart__table .td-3 {
  width: 10%;
}

.sec-bctcChart__table .td-4,
.sec-bctcChart__table .td-5 {
  width: 25%;
}

.sec-bctcChart__table .f-label {
  display: none;
}

.sec-bctcChart__table .accordion__header {
  font-weight: 600;
}

@media (min-width: 768px) {
  .sec-bctcChart__table .accordion__header {
    color: var(--color-secondary);
  }
}
.sec-bctcChart__table .accordion__content {
  padding: 0;
}

.sec-bctcChart__table .accordion__title {
  font-family: inherit;
  font-size: inherit;
  color: var(--color-text);
  font-weight: bold;
  padding: 0;
  display: block;
  text-transform: initial;
}

.sec-bctcChart__table .accordion__title:after {
  display: none;
}

.sec-bctcChart__table .accordion__title[data-bs-toggle=collapse] .td-1 b {
  position: relative;
}

.sec-bctcChart__table .accordion__title[data-bs-toggle=collapse] .td-1 b:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
}

.sec-bctcChart__table .accordion__title[data-bs-toggle=collapse][aria-expanded=true] .td-1 b:before {
  content: "\f0d8";
}

.sec-bctcChart__table .accordion__item .accordion__item:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header {
    color: #000;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header .td-1 {
    padding-left: 50px;
  }
  .sec-bctcChart__table .accordion__item > .accordion__content .td-1 {
    padding-left: 30px;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__content .td-1 {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .sec-bctcChart__table .accordion__item .accordion__content .tr-fix-2 .td {
    font-size: 15px;
  }
  .sec-bctcChart__table .accordion__item .accordion__content .tr-fix-3 .td {
    font-size: 15px;
  }
  .sec-bctcChart__table .accordion__item .accordion__content .tr-fix-2 .td-1 {
    padding-left: 40px;
  }
  .sec-bctcChart__table .accordion__item .accordion__content .tr-fix-3 .td-1 {
    padding-left: 60px;
  }
}
.sec-bctcChart__table .accordion__item .accordion__item .accordion__content .tr-fix-2 .td-1 {
  padding-left: 80px;
}

.sec-bctcChart__table .accordion__item .accordion__item .accordion__content .tr-fix-3 .td-1 {
  padding-left: 100px;
}

.sec-bctcChart__table #accordion-kqkinhdoanh .accordion__title {
  cursor: pointer;
}

.sec-bctcChart__table #accordion-kqkinhdoanh .accordion__item .accordion__header {
  padding-left: 0;
}

.sec-bctcChart__table .item-total {
  color: var(--color-primary);
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
}

.sec-bctcChart__table .item-total .td-1 {
  text-transform: uppercase;
  padding-left: 5px;
}

@media (max-width: 767.98px) {
  .sec-bctcChart__table .item-total .tr {
    padding: 10px 20px;
  }
  .sec-bctcChart__table .item-total .td-1 {
    margin-bottom: 10px;
  }
  .sec-bctcChart__table .item-total .f-label {
    color: #A8A8A8;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .sec-bctcChart__table {
    font-size: 12px;
    line-height: 1.3;
  }
  .sec-bctcChart__table .f-label {
    display: block;
  }
  .sec-bctcChart__table .item-header {
    display: none;
  }
  .sec-bctcChart__table .tr {
    flex-direction: column;
  }
  .sec-bctcChart__table .tr .td-1,
  .sec-bctcChart__table .tr .td-2,
  .sec-bctcChart__table .tr .td-3,
  .sec-bctcChart__table .tr .td-4,
  .sec-bctcChart__table .tr .td-5 {
    display: flex;
    width: 100%;
    padding: 6px 0;
  }
  .sec-bctcChart__table .tr .td-1 .f-label,
  .sec-bctcChart__table .tr .td-2 .f-label,
  .sec-bctcChart__table .tr .td-3 .f-label,
  .sec-bctcChart__table .tr .td-4 .f-label,
  .sec-bctcChart__table .tr .td-5 .f-label {
    width: 45%;
  }
  .sec-bctcChart__table .accordion__item .accordion__header {
    padding-left: 30px;
    color: var(--color-secondary);
  }
  .sec-bctcChart__table .accordion__item .accordion__header .f-label {
    color: #A8A8A8;
  }
  .sec-bctcChart__table .accordion__item .accordion__header .td-2 {
    margin-top: 10px;
  }
  .sec-bctcChart__table .accordion__item .accordion__title[aria-expanded=true] .tr-sub .td-2,
  .sec-bctcChart__table .accordion__item .accordion__title[aria-expanded=true] .tr-sub .td-3,
  .sec-bctcChart__table .accordion__item .accordion__title[aria-expanded=true] .tr-sub .td-4 {
    display: flex;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header {
    padding-left: 45px;
    color: #2E2E2E;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header .f-label {
    color: #A8A8A8;
    font-weight: 500;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header .tr-sub-1 .td-2,
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header .tr-sub-1 .td-3,
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__header .tr-sub-1 .td-4 {
    display: none;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__title[aria-expanded=true] .tr-sub-1 .td-2,
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__title[aria-expanded=true] .tr-sub-1 .td-3,
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__title[aria-expanded=true] .tr-sub-1 .td-4 {
    display: flex;
  }
  .sec-bctcChart__table .accordion__item .tr-list .tr {
    padding: 10px 0;
    padding-left: 45px;
    font-weight: 600;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__content .tr-fix-2 .td-1 {
    padding-left: 0;
  }
  .sec-bctcChart__table .accordion__item .accordion__item .accordion__content .tr-fix-3 .td-1 {
    padding-left: 0;
  }
  .sec-bctcChart__table .accordion__item .tr-list .tr.tr-fix-2 {
    padding-left: 60px;
  }
  .sec-bctcChart__table .accordion__item .tr-list .tr.tr-fix-3 {
    padding-left: 80px;
  }
  .sec-bctcChart__table .accordion__item .tr-list .tr .f-label {
    color: #A8A8A8;
    font-weight: 500;
  }
  .sec-bctcChart__table .accordion__item .tr-list .tr .td-1 {
    margin-bottom: 10px;
  }
  .sec-bctcChart__table .accordion__title {
    padding: 13px 0;
  }
}
@media (min-width: 768px) {
  .sec-bctcChart__table .td-2,
  .sec-bctcChart__table .td-3 {
    text-align: center;
  }
  .sec-bctcChart__table .td-4,
  .sec-bctcChart__table .td-5 {
    text-align: right;
  }
  .sec-bctcChart__table .tr-fix-2, .sec-bctcChart__table .tr-fix-3 {
    color: #6A6A6A;
  }
}
@media (min-width: 768px) {
  #bctcChart-tab-1 .sec-bctcChart__table .td-3,
  #bctcChart-tab-1 .sec-bctcChart__table .td-4,
  #bctcChart-tab-3 .sec-bctcChart__table .td-3,
  #bctcChart-tab-3 .sec-bctcChart__table .td-4 {
    width: 25%;
    text-align: right;
  }
}
#bctcChart-tab-1 .sec-bctcChart__table .item-title-fix .tr .td {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  color: var(--color-primary);
  padding-top: 25px;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #bctcChart-tab-1 .sec-bctcChart__table .item-title-fix .tr .td {
    font-size: 1.125rem;
  }
}
@media (min-width: 1500px) {
  #bctcChart-tab-1 .sec-bctcChart__table .item-title-fix .tr .td {
    font-size: 1.25rem;
  }
}
#bctcChart-tab-2 .sec-bctcChart__table .item-total .td-1 {
  text-transform: initial;
}

@media (min-width: 768px) {
  #bctcChart-tab-2 .sec-bctcChart__table .td-1 {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .sec-bctcChart__tab .nav-fix-mobile .nav-tabs .nav-item a br {
    display: block;
  }
  .sec-bctcChart__responsive .item__title__1 {
    padding: 13px 0;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .no-detail .td-2, .no-detail .td-3, .no-detail .td-4 {
    display: none !important;
  }
}
.table-highlight th, .table-highlight td {
  text-align: right;
}
.table-highlight th:nth-child(1), .table-highlight td:nth-child(1) {
  text-align: left;
}

.sec-highlight .bg {
  height: 30%;
}

.list__info {
  border-top: 4px solid var(--color-third);
  border-bottom: 4px solid var(--color-third);
}
.list__info > li {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.list__info > li > .name {
  width: 30%;
  font-weight: 600;
}
.list__info > li > .text {
  width: 70%;
}
.list__info > li {
  position: relative;
}
@media (max-width: 767.98px) {
  .list__info > li {
    flex-direction: column;
    border-bottom: 1px solid white;
  }
  .list__info > li > .name {
    width: 100%;
  }
  .list__info > li > .text {
    width: 100%;
  }
}

.sec-info .box-text {
  padding: 3rem 1rem;
  color: white;
  background: var(--gradient-main);
  border-radius: 1rem;
  height: 100%;
}

.modal-leadership .modal-body {
  padding: 1rem;
}
.modal-leadership .item-leadership .img::after {
  padding-top: 50%;
}
.modal-leadership .item-leadership .text {
  border: none;
}
.modal-leadership .item-leadership .text::before {
  display: none;
}
.modal-leadership .item-leadership .text p {
  margin-bottom: 0;
}
.sec-message .bg {
  background: linear-gradient(to bottom, #184785 60%, #1079bf);
}
.sec-message.tgd .bg {
  background: linear-gradient(to bottom, #08b36c 60%, #d7e9b8);
}
.sec-message.tgd .item-quote__title div::after {
  background-color: var(--color-nine);
}
.sec-message.tgd .object.object-1 {
  bottom: -8%;
  width: 150%;
  left: -26%;
  opacity: 0.3;
}
.sec-message.tgd .object.object-1 #khung {
  animation: rungring3 10s linear infinite;
}
.sec-message.tgd .object.object-1 #tron-to {
  animation: rungring2 20s linear infinite;
}
.sec-message.tgd .object.object-1 #tron-nho {
  animation: rungring1 10s linear infinite forwards;
}
.sec-message {
  color: white;
}
.sec-message .item__title {
  color: white;
  font-size: 1.8rem;
}
.sec-message .item-quote__title div {
  position: relative;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: auto;
  font-weight: 300;
  text-align: justify;
}
.sec-message .item-quote__title div::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color-four);
  opacity: 0.8;
  pointer-events: none;
  transition: all 1s linear;
}
.sec-message .item-quote__title div.active::after {
  transform: translateX(100%);
}
.sec-message .item-message-content {
  text-align: justify;
}
.sec-message .object {
  position: absolute;
}
.sec-message .object.object-1 {
  bottom: -1%;
  width: 25%;
  left: -9%;
  opacity: 0.4;
}
.sec-message .object.object-1 img {
  width: 100%;
  animation: rungring2 5s linear infinite;
}
.sec-message .object.object-2 {
  top: -5%;
  width: 35%;
  left: -10%;
  opacity: 0.4;
}
.sec-message .object.object-2 img {
  animation: rungring1 5s linear reverse infinite;
}

.sec-message-bottom {
  padding-bottom: 10rem;
}
.sec-message-bottom .object {
  position: absolute;
}
.sec-message-bottom .object.object-1 {
  bottom: -5%;
  width: 35%;
  right: 0%;
  opacity: 0.4;
}
.sec-message-bottom .item-sign-mes path,
.sec-message-bottom .item-sign-mes line {
  fill: none;
  stroke: #2E3091;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
}
.sec-message-bottom .item-sign-mes.effect path {
  animation-name: DrawStroke1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.sec-message-bottom .item-sign-mes.effect path:nth-child(2) {
  animation-delay: 0.8s;
  animation-duration: 0.5s;
}
.sec-message-bottom .item-sign-mes.effect path:nth-child(3) {
  animation-delay: 1.3s;
  animation-duration: 1s;
}
.sec-message-bottom .item-sign-mes.effect line {
  animation-name: DrawStroke1;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@media (max-width: 991.98px) {
  .sec-message-bottom {
    padding-bottom: 5rem;
  }
  .sec-message-bottom .object.object-1 {
    bottom: 0;
    width: 60%;
  }
}

@keyframes DrawStroke1 {
  0% {
    stroke-dashoffset: 1800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rungring1 {
  50% {
    transform: translateY(-6%);
  }
}
@keyframes rungring2 {
  50% {
    transform: translateY(6%) rotate(10deg);
  }
}
@keyframes rungring3 {
  50% {
    transform: translateY(5%);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-network {
  border-spacing: 3px;
  border-collapse: separate;
}
.table-network th {
  background: transparent;
  color: black;
  border: none;
  border-bottom: 2px solid var(--color-secondary) !important;
}
.table-network td {
  border-color: var(--color-secondary);
  vertical-align: middle;
}
.table-network th:nth-child(2), .table-network th:nth-child(3), .table-network td:nth-child(2), .table-network td:nth-child(3) {
  text-align: center;
}
.table-network th:nth-child(2) span, .table-network th:nth-child(3) span, .table-network td:nth-child(2) span, .table-network td:nth-child(3) span {
  font-weight: bold;
  color: var(--color-four);
  font-size: var(--fs-lg);
}

.sec-network .box-text {
  background: rgba(123, 208, 227, 0.2588235294);
  border: 2px solid var(--color-third);
  border-radius: 8px;
  padding: 1rem;
}

.sec-report-business .bg, .sec-solution .bg {
  bottom: 0;
  top: auto;
  height: auto;
}
.sec-report-business .table tr th, .sec-solution .table tr th {
  text-align: right;
}
.sec-report-business .table tr th:nth-child(1), .sec-solution .table tr th:nth-child(1) {
  text-align: left;
}
.sec-report-business .table tr td:nth-child(2), .sec-report-business .table tr td:nth-child(4), .sec-solution .table tr td:nth-child(2), .sec-solution .table tr td:nth-child(4) {
  background: #faf2de;
  color: black;
  text-align: right;
}
.sec-report-business .table tr td:nth-child(3), .sec-solution .table tr td:nth-child(3) {
  color: black;
  text-align: right;
}
.sec-report-business .table tr th:nth-child(1), .sec-report-business .table tr td:nth-child(1), .sec-solution .table tr th:nth-child(1), .sec-solution .table tr td:nth-child(1) {
  width: 50%;
}

.sec-report-result .box-img {
  position: relative;
}
.sec-report-result .box-img .inner {
  text-align: center;
}
.sec-report-result .box-img .inner img {
  display: inline-block;
  max-width: 80%;
}

.sec-timeline .timeline .timeline-list-wrapper {
  margin-bottom: 1.5rem;
  position: relative;
  height: 100px;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list {
  width: 86%;
  height: 150px;
  margin: 0 auto;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .swiper-wrapper {
  padding: 0;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .timeline-item {
  height: 100px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .timeline-item span {
  float: left;
  height: 3.5rem;
  display: flex;
  cursor: pointer;
  color: #bdbdbd;
  text-align: center;
  flex-direction: column-reverse;
  justify-content: end;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .timeline-item span::before {
  bottom: -2px;
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bdbdbd;
  font-size: 1.25rem;
  position: absolute;
  z-index: 2;
  left: calc(50% - 11px);
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .timeline-item span::after {
  bottom: 0;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  z-index: 1;
  left: calc(50% - 15px);
  background-color: #fff;
  border-radius: 50%;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .timeline-item.current-timeline span {
  color: var(--color-primary);
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  background: linear-gradient(to right, rgba(242, 213, 144, 0.3058823529), rgba(187, 137, 51, 0.3843137255));
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-list .timeline-item.current-timeline span:before {
  color: var(--color-secondary);
  bottom: -6px;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-nav .timeline-nav__btn {
  top: 0.75rem;
  outline: 0;
  z-index: 1;
  width: 3.75rem;
  border: none;
  height: 3.75rem;
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-nav .timeline-nav__btn.disabled:after {
  color: rgba(0, 0, 0, 0.4) !important;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-nav .timeline-nav__prev {
  left: 0;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-nav .timeline-nav__prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  color: #02160e;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-nav .timeline-nav__next {
  right: 0;
}
.sec-timeline .timeline .timeline-list-wrapper .timeline-nav .timeline-nav__next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #02160e;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-timeline .timeline .timeline-list-wrapper::after {
  width: 100%;
  content: "";
  border-bottom: 1px var(--color-secondary) dotted;
  position: absolute;
  bottom: 0.875rem;
}
.sec-timeline .timeline .timeline-item-content-wrapper {
  padding: 2.25rem;
  min-height: 15rem;
  position: relative;
  border: 1px dotted var(--color-secondary);
  overflow: hidden;
}
.sec-timeline .timeline .timeline-item-content-wrapper .timeline-item-content-list {
  position: relative;
}
.sec-timeline .timeline .timeline-item-content-wrapper .timeline-item-content-list .timeline-item-content {
  display: none;
}
@media (max-width: 767.98px) {
  .sec-timeline .timeline .timeline-item-content-wrapper {
    padding: 1rem;
  }
}

.sec-vission {
  padding-bottom: 25rem;
}

.sec-target {
  padding-bottom: 20rem;
}
.sec-target .bg {
  height: 50%;
}

.sec-share {
  padding-bottom: 25rem;
}
.sec-share .bg {
  height: 60%;
  bottom: 0;
  top: auto;
}
.sec-share .box-text {
  background: var(--gradient-3);
  border-top-right-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
  padding: var(--space-xl);
  font-weight: 500;
  box-shadow: var(--shadow-md);
}
.sec-share .box-text p {
  text-align: left;
}
.sec-share .box-text p:last-child {
  margin-bottom: 0;
}

.sec-partner .swiper-slide:nth-child(odd) .bg {
  transform: rotate(-180deg);
}
.sec-partner .swiper-slide:nth-child(odd) .inner {
  left: 40%;
}

.sec-shareholder-structure .object {
  position: absolute;
  top: 10%;
  width: 30%;
  left: -15%;
  opacity: 0.3;
  transform: rotate(0);
  animation: rungring1 10s linear infinite forwards;
}
.sec-shareholder-structure .box-text {
  padding: 2rem 3rem;
  border-radius: 1rem;
  background: white;
}
.sec-shareholder-structure .box-text td {
  border-color: var(--color-secondary);
}

.sec-activities-bod .img-bod .item {
  cursor: pointer;
}
.sec-activities-bod .img-bod .item path {
  transition: 0.3s all ease-in-out;
}
.sec-activities-bod .img-bod .item:hover .hover path {
  fill: #0db14b !important;
}

.sec-information-division .object {
  position: absolute;
  right: 0;
  top: 10%;
  width: 50%;
}
.sec-information-division .object img {
  width: 100%;
}
@media (min-width: 1400px) {
  .sec-information-division .object {
    top: 5%;
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .sec-information-division .object {
    width: 100%;
    top: 0;
    position: relative;
  }
  .sec-information-division {
    display: flex;
    flex-direction: column;
  }
  .sec-information-division .object {
    order: 2;
  }
  .sec-information-division .container {
    order: 1;
  }
}

.sec-risk .img-svg .item {
  cursor: pointer;
}
.sec-risk .img-svg .item path {
  transition: 0.3s all ease-in-out;
}
.sec-risk .img-svg .item:hover > path {
  fill: var(--color-secondary) !important;
}
.sec-risk .img-svg .item:hover > g path {
  fill: white !important;
}

#chapter2-page .item__title {
  color: #a27300;
}
#chapter2-page .item__title__1 {
  color: var(--color-secondary);
}
#chapter2-page .swiper-pagination-bullet-active {
  background: var(--color-secondary);
}
#chapter2-page .table th {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
#chapter2-page .table td {
  border-color: var(--color-secondary);
}
#chapter2-page .table .bg-press td {
  background: #fbf6ef;
}
#chapter2-page .lead {
  background: linear-gradient(to right, rgba(206, 156, 61, 0.2), white);
}
#chapter2-page .lead p {
  font-weight: 600;
  color: #000000;
}
#chapter2-page .lead .object.object-2 {
  top: -5%;
  width: 40%;
  left: -20%;
  opacity: 0.3;
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  #chapter2-page .lead .object.object-2 {
    top: 50%;
  }
}
#chapter2-page .view-detail {
  background: linear-gradient(to right, #a27300, #f2d490);
}
#chapter2-page .view-detail:hover {
  color: #a27300;
}
#chapter2-page .tabs .nav-link.active, #chapter2-page .tabs .nav-link:hover {
  background: linear-gradient(to right, #a27300, #f2d490);
}
#chapter2-page .item-leadership .text {
  border-color: #a27300;
}
#chapter2-page .item-leadership .text::before {
  background: #a27300;
}
#chapter2-page .list-item > li::before, #chapter2-page .list-item::before {
  background: var(--color-secondary);
}
#chapter2-page .box-owl {
  border-color: var(--color-secondary);
}
#chapter2-page .box-owl .item__inner {
  border-color: var(--color-secondary);
}
#chapter2-page .box-owl .item__inner h4 {
  color: var(--color-secondary);
}
#chapter2-page a:hover {
  color: var(--color-secondary);
}
#chapter2-page .line__1 {
  border-color: var(--color-secondary);
}
#chapter2-page .line__1::before {
  background: var(--color-secondary);
}
#chapter2-page .item-content-tab-num .item-content__content .f-circle.active {
  background: linear-gradient(to right, #a27300, #f2d490);
}
#chapter2-page .card-1 {
  border-color: var(--color-secondary);
}
#chapter2-page .swiper-button-prev::after, #chapter2-page .swiper-button-next::after {
  color: var(--color-secondary);
}
#chapter2-page .accordion__title {
  color: var(--color-secondary);
}
#chapter2-page .link-detail:hover {
  color: #a27300;
}
@media (min-width: 1200px) {
  #chapter2-page .fix-scroll::-webkit-scrollbar-thumb {
    background: rgba(162, 115, 0, 0.6);
  }
  #chapter2-page .fix-scroll::-webkit-scrollbar-thumb:hover {
    background: #a27300;
  }
}

#chapter3-page .item__title {
  color: var(--color-five);
}
#chapter3-page .item__title__1 {
  color: #048a69;
}
#chapter3-page .title-gradient {
  background: linear-gradient(to right, rgba(0, 98, 51, 0.1), white);
  border-color: var(--color-five);
}
#chapter3-page .title-gradient .title {
  background: linear-gradient(-102deg, #006233, #93d2c2);
}
#chapter3-page .box-owl .owl-nav .owl-prev, #chapter3-page .box-owl .owl-nav .owl-next {
  color: var(--color-five);
}
#chapter3-page .tabs .nav-link {
  color: var(--color-white);
  background: linear-gradient(to right, #1379bf, #7bd0e3);
}
#chapter3-page .tabs .nav-link.active, #chapter3-page .tabs .nav-link:hover {
  background: linear-gradient(to right, #7bd0e3, #1379bf);
}
#chapter3-page .table th {
  color: var(--color-five);
  border-color: var(--color-five);
}
#chapter3-page .table td {
  border-color: var(--color-five);
}
#chapter3-page .table .bg-press td {
  background: #fbf6ef;
}
#chapter3-page .swiper-pagination-bullet-active {
  background: var(--color-five);
}
#chapter3-page .lead {
  background: linear-gradient(-102deg, #006233, #93d2c2);
}
#chapter3-page .lead .object.object-2 {
  top: -5%;
  width: 40%;
  left: -20%;
  opacity: 0.3;
  transform: rotate(90deg);
}
#chapter3-page .view-detail {
  background: linear-gradient(to right, #006233, #93d2c2);
}
#chapter3-page .view-detail:hover {
  color: #006233;
}
#chapter3-page .link-detail {
  color: var(--color-five);
}
#chapter3-page .tabs .nav-link.active, #chapter3-page .tabs .nav-link:hover {
  background: linear-gradient(to right, #006233, #93d2c2);
}
#chapter3-page .item-leadership .text {
  border-color: #006233;
}
#chapter3-page .item-leadership .text::before {
  background: #006233;
}
#chapter3-page .list-item > li::before, #chapter3-page .list-item::before {
  background: var(--color-five);
}
#chapter3-page .box-owl {
  border-color: var(--color-five);
}
#chapter3-page .box-owl .item__inner {
  border-color: var(--color-five);
}
#chapter3-page .box-owl .item__inner h4 {
  color: var(--color-five);
}
#chapter3-page a:hover {
  color: var(--color-five);
}
#chapter3-page .line__1 {
  border-color: var(--color-five);
}
#chapter3-page .line__1::before {
  background: var(--color-five);
}
#chapter3-page .item-content-tab-num .item-content__content .f-circle.active {
  background: linear-gradient(to right, #006233, #93d2c2);
}
#chapter3-page .card-1 {
  border-color: var(--color-five);
}
#chapter3-page .card-9:hover {
  background: rgba(0, 98, 51, 0.1);
}
#chapter3-page .list-card-border::before {
  background: var(--color-five);
}
#chapter3-page .swiper-button-prev::after, #chapter3-page .swiper-button-next::after {
  color: var(--color-five);
}
#chapter3-page .accordion__title {
  color: var(--color-five);
}
#chapter3-page .link-detail:hover {
  color: #006233;
}
#chapter3-page .list-icon li .text {
  border-color: var(--color-five);
}
#chapter3-page .list-icon li .text::before {
  background: var(--color-five);
}
#chapter3-page .list-icon li .text::after {
  background: var(--color-five);
}
#chapter3-page .accordion.accordion__icon .accordion__panel {
  background: linear-gradient(to left, rgba(4, 138, 105, 0.2), white);
}
#chapter3-page .accordion__panel {
  border-color: var(--color-five);
}
#chapter3-page .item-number .title {
  color: black;
}
#chapter3-page .item-number h3, #chapter3-page .item-number .num {
  color: #048a69;
}
@media (min-width: 1200px) {
  #chapter3-page .fix-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 98, 51, 0.6);
  }
  #chapter3-page .fix-scroll::-webkit-scrollbar-thumb:hover {
    background: #006233;
  }
}
#chapter3-page .icon-gradient .bg::before {
  background: linear-gradient(-45deg, white, rgba(0, 98, 51, 0.1));
}
#chapter3-page .icon-gradient .bg::after {
  background: rgba(0, 98, 51, 0.1);
}

#chapter4-page .item__title {
  color: var(--color-seven);
}
#chapter4-page .item__title__1 {
  color: #9491c7;
}
#chapter4-page .table th {
  color: var(--color-seven);
  border-color: var(--color-seven);
}
#chapter4-page .table td {
  border-color: var(--color-seven);
}
#chapter4-page .table .bg-press td {
  background: #fbf6ef;
}
#chapter4-page .swiper-pagination-bullet-active {
  background: var(--color-seven);
}
#chapter4-page .lead {
  background: linear-gradient(-102deg, #5417c9, #9491c7);
}
#chapter4-page .lead .object.object-2 {
  top: -5%;
  width: 40%;
  left: -20%;
  opacity: 0.3;
  transform: rotate(90deg);
}
#chapter4-page .view-detail {
  background: linear-gradient(to right, #5417c9, #9491c7);
}
#chapter4-page .view-detail:hover {
  color: #5417c9;
}
#chapter4-page .link-detail {
  color: var(--color-seven);
}
#chapter4-page .tabs .nav-link {
  color: var(--color-seven);
  background: linear-gradient(to bottom, rgba(84, 23, 201, 0.1), white);
}
#chapter4-page .tabs .nav-link.active, #chapter4-page .tabs .nav-link:hover {
  color: white;
  background: linear-gradient(to right, #9491c7, #5417c9);
}
#chapter4-page .item-leadership .text {
  border-color: #5417c9;
}
#chapter4-page .item-leadership .text::before {
  background: #5417c9;
}
#chapter4-page .list-item > li::before, #chapter4-page .list-item::before {
  background: var(--color-seven);
}
#chapter4-page .box-owl {
  border-color: var(--color-seven);
}
#chapter4-page .box-owl .item__inner {
  border-color: var(--color-seven);
}
#chapter4-page .box-owl .item__inner h4 {
  color: var(--color-seven);
}
#chapter4-page a:hover {
  color: var(--color-seven);
}
#chapter4-page .line__1 {
  border-color: var(--color-seven);
}
#chapter4-page .line__1::before {
  background: var(--color-seven);
}
#chapter4-page .item-content-tab-num .item-content__content .f-circle.active {
  background: linear-gradient(to right, #5417c9, #9491c7);
}
#chapter4-page .card-1 {
  border-color: var(--color-seven);
}
#chapter4-page .swiper-button-prev::after, #chapter4-page .swiper-button-next::after {
  color: var(--color-seven);
}
#chapter4-page .accordion__title {
  color: var(--color-seven);
}
#chapter4-page .link-detail:hover {
  color: #5417c9;
}
#chapter4-page .list-icon li .text {
  border-color: var(--color-seven);
}
#chapter4-page .list-icon li .text::before {
  background: var(--color-seven);
}
#chapter4-page .list-icon li .text::after {
  background: var(--color-seven);
}
#chapter4-page .accordion.accordion__icon .accordion__panel {
  background: linear-gradient(to left, rgba(229, 234, 246, 0.2), white);
}
#chapter4-page .accordion__panel {
  border-color: var(--color-seven);
}
#chapter4-page .item-number .title {
  color: black;
}
#chapter4-page .item-number h3, #chapter4-page .item-number .num {
  color: #9491c7;
}
#chapter4-page .card-4 .text {
  background: linear-gradient(to right, #e5eaf6, white);
}
@media (min-width: 1200px) {
  #chapter4-page .fix-scroll::-webkit-scrollbar-thumb {
    background: rgba(84, 23, 201, 0.6);
  }
  #chapter4-page .fix-scroll::-webkit-scrollbar-thumb:hover {
    background: #5417c9;
  }
}

#chapter5-page .item__title {
  color: var(--color-eight);
}
#chapter5-page .item__title__1 {
  color: #00a89d;
}
#chapter5-page .lead {
  background: linear-gradient(to left, #9fd29a, #08b36c);
}
#chapter5-page .swiper-pagination-bullet-active {
  background: var(--color-eight);
}
#chapter5-page .table th {
  color: var(--color-eight);
  border-color: var(--color-eight);
}
#chapter5-page .table td {
  border-color: var(--color-eight);
}
#chapter5-page .table.table-fill th {
  color: white;
}
#chapter5-page .table.table-gradient th {
  color: white;
}
#chapter5-page .table td {
  border-bottom: 1px dotted var(--color-eight);
}
#chapter5-page .view-detail {
  background: linear-gradient(to right, #08b36c, #9fd29a);
}
#chapter5-page .view-detail:hover {
  background: linear-gradient(to right, #9fd29a, #08b36c);
}
#chapter5-page .link-detail {
  color: var(--color-eight);
}
#chapter5-page .tabs .nav-link.active, #chapter5-page .tabs .nav-link:hover {
  background: linear-gradient(to right, #08b36c, transparent);
}
#chapter5-page .item-leadership .text {
  border-color: #08b36c;
}
#chapter5-page .item-leadership .text::before {
  background: #08b36c;
}
#chapter5-page .list-item > li::before, #chapter5-page .list-item::before {
  background: var(--color-eight);
}
#chapter5-page .box-owl {
  border-color: var(--color-eight);
}
#chapter5-page .box-owl .item__inner {
  border-color: var(--color-eight);
}
#chapter5-page .box-owl .item__inner h4 {
  color: var(--color-eight);
}
#chapter5-page a:hover {
  color: var(--color-eight);
}
#chapter5-page .line__1 {
  border-color: var(--color-eight);
}
#chapter5-page .line__1::before {
  background: var(--color-eight);
}
#chapter5-page .item-content-tab-num .item-content__content .f-circle.active {
  background: linear-gradient(to right, #08b36c, transparent);
}
#chapter5-page .card-1 {
  border-color: var(--color-eight);
}
#chapter5-page .swiper-button-prev::after, #chapter5-page .swiper-button-next::after {
  color: var(--color-eight);
}
#chapter5-page .accordion__title {
  color: var(--color-eight);
}
#chapter5-page .link-detail:hover {
  color: #08b36c;
}
#chapter5-page .list-icon li .text {
  border-color: var(--color-eight);
}
#chapter5-page .list-icon li .text::before {
  background: var(--color-eight);
}
#chapter5-page .list-icon li .text::after {
  background: var(--color-eight);
}
#chapter5-page .accordion.accordion__icon .accordion__panel {
  background: linear-gradient(to left, rgba(8, 179, 108, 0.2), white);
}
#chapter5-page .accordion__panel {
  border-color: var(--color-eight);
}
#chapter5-page .modal-body .modal-close {
  background: var(--color-eight);
}
@media (min-width: 1200px) {
  #chapter5-page .fix-scroll::-webkit-scrollbar-thumb {
    background: rgba(8, 179, 108, 0.6);
  }
  #chapter5-page .fix-scroll::-webkit-scrollbar-thumb:hover {
    background: #08b36c;
  }
}/*# sourceMappingURL=theme.css.map */