@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}
@supports (-webkit-touch-callout: none) {
  html {
    min-height: -webkit-fill-available;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto Flex";
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
}

main {
  padding-top: 84px;
  flex: 1;
}
@media (max-width: 1199.98px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  main {
    padding-top: 68px;
  }
}

a,
img,
button,
input,
label,
textarea,
select {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.line-break {
  display: -webkit-box;
  -webkit-line-clamp: var(--max-line-clamp, 2);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 999px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.heading-lv1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0057ff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .heading-lv1 {
    font-size: 3rem;
  }
}

.heading-lv2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0057ff;
  white-space: nowrap;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .heading-lv2 {
    font-size: 3rem;
  }
}

.heading-lv3 {
  color: #0057ff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.desc {
  color: var(--color-desc, #000);
  font-family: "Roboto Flex";
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  --max-line-clamp: 6;
}
@media (max-width: 1199.98px) {
  .desc {
    line-height: 1.5;
    font-weight: 500;
  }
}

.icon {
  display: inline-block;
  width: var(--width-icon, 14px);
  height: var(--width-icon, 14px);
  transition: transform 0.4s ease-in-out;
}
.icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .icon {
    width: calc(var(--width-icon, 14px) - 3px);
    height: calc(var(--width-icon, 14px) - 3px);
  }
}

.more {
  display: flex;
  justify-content: end;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 9px;
  color: var(--color-more, #131936);
  font-family: Roboto;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.8;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .more {
    justify-content: start;
    padding: 8px 12px !important;
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .more {
    justify-content: start;
    padding: 4px 6px !important;
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .more {
    justify-content: start;
    padding: 2px 4px !important;
    font-size: 1.4rem;
  }
}
.more:hover {
  color: var(--hover-color-more, #ccc);
}
.more:hover .icon {
  transform: translateX(4px);
}

.wrapper__title {
  align-items: center;
}
@media (max-width: 1199.98px) {
  .wrapper__title {
    flex-direction: column;
    align-items: start;
  }
}
.wrapper__title .more {
  padding: 0 !important;
}

.separate {
  width: 100%;
  margin: 40px auto;
  border: 1px solid #333;
  border-radius: 99999px;
}

.btn-more {
  display: block;
  padding: 8px 24px;
  margin-inline: auto;
  margin-top: 40px;
  color: #FEFEFE;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-transform: capitalize;
}

.info__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info__item {
  display: flex;
  /* hoặc 16px nếu bạn thích thoáng */
  gap: 30px;
  align-items: baseline;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}
.info__label {
  font-weight: 600;
  text-transform: capitalize;
  min-width: var(--width-info-label, 140px);
}
.info__value {
  flex: 1;
}

.hello {
  display: flex;
}
.hello__hi {
  display: flex;
}

.container {
  padding: 0 20px;
}

.project__row {
  display: flex;
}

header {
  display: flex;
  position: fixed;
  z-index: 111;
  top: -30px;
  left: 0;
  right: 0;
  padding-top: 30px;
  opacity: 7;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
@media (max-width: 991.98px) {
  header {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  header {
    top: -10px;
  }
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .top-bar {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .top-bar {
    padding-bottom: 18px;
  }
}

.logo-wrapper {
  width: 161px;
}
@media (max-width: 991.98px) {
  .logo-wrapper {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 120px;
  }
}
.logo-wrapper a,
.logo-wrapper img {
  width: 100%;
}

.navbar__list {
  display: flex;
  gap: 24px;
}
.navbar__item {
  color: #131936;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  text-transform: capitalize;
  cursor: pointer;
}
.navbar__link {
  position: relative;
  color: #1f1717;
  text-decoration: none;
  padding: 4px 21px;
}
.navbar__link:hover {
  color: #0057ff;
  opacity: 0.9;
  transition: text-shadow 0.3s ease;
}
.navbar__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 18px;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #0057ff;
  border-radius: 8px;
  transition: width 0.5s, color 0.3s;
}
.navbar__link:hover::before {
  width: 68%;
}
@media (max-width: 576px) {
  .navbar__link {
    display: none !important;
  }
}
.navbar__link.active {
  color: #0057ff;
}
.navbar__link.active::before {
  width: 68%;
  background-color: #0057ff;
}

/* Hiện nút burger (sidebar toggle) */
.sidebar-toggle {
  display: block;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #003462;
  z-index: 1101;
  /* hơn cả header để dễ click */
}

.header .body {
  position: relative;
  justify-content: left;
  /* logo canh giữa */
}

/* Sidebar (ẩn mặc định) */
.sidebar {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  z-index: 1100;
  overflow-y: auto;
  padding: 20px 0;
}
.sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000;
  padding: 32px 15px 15px;
  font-size: 2.1rem;
  font-weight: 600;
}
.sidebar__link:hover {
  color: #2275fc;
  opacity: 0.7;
}
.sidebar .item__content {
  display: inline-block;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
}
.sidebar .item__content:hover {
  color: #2275fc;
  opacity: 0.7;
}
.sidebar .item {
  border-bottom: 1px solid #ccc;
}
.sidebar a {
  text-decoration: none;
}
.sidebar.active {
  left: 0;
}
@media (max-width: 767.98px) {
  .sidebar {
    left: -250px;
    width: 250px;
  }
}

.click {
  background: rgba(35, 119, 252, 0.1);
  color: #2275fc !important;
}

.dropdown-item.active {
  color: #2275fc;
}

.menu {
  display: none;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  height: auto;
  overflow: hidden;
  pointer-events: none;
}

.menu.open {
  display: block;
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
  height: auto;
}

/* Overlay mờ */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1050;
  height: 100vh;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.dropdown-item {
  display: flex;
  justify-content: center;
  text-align: start;
  padding: 12px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}
.dropdown-item:hover {
  color: #2275fc;
  opacity: 0.7;
}

.footer {
  color: #fff;
  padding: 40px 0;
  margin-top: auto;
  display: block;
  background: linear-gradient(90deg, #0057FF 0%, #131936 100%);
}
.footer::selection {
  background-color: black;
  color: white;
}
.footer__right {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1199.98px) {
  .footer__right {
    align-items: center;
  }
}
.footer__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__info-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  align-self: flex-start;
}
.footer__address {
  flex: 1;
}
.footer__copyright {
  color: #CCECFF;
  font-feature-settings: "liga" off;
  font-family: Inter;
  font-size: 2rem;
  line-height: 1.4;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .footer__logo {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .footer__logo {
    margin-top: 40px;
  }
}

.breadcrumb {
  background-color: #e5eeff;
  color: #1c2231;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.breadcrumb__item {
  cursor: pointer;
  padding: 24px 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.breadcrumb__item:last-of-type {
  color: #0057ff;
  flex: 1;
}
@media (max-width: 1199.98px) {
  .breadcrumb__item {
    display: none;
  }
  .breadcrumb__item:last-of-type {
    display: block;
    padding: 18px 6px;
  }
}
.breadcrumb__separate {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .breadcrumb__separate {
    display: none;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translate(-50%, -120%);
  }
}
@keyframes textReveal {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.slider {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100vw;
}

.slides {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
}
.slides img {
  width: 100vw;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #333;
}

.about {
  background-image: url("../../assets/img/bgc-about.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 64px 0;
}
.about__image {
  position: relative;
  aspect-ratio: 16/9;
  width: 600px;
  height: 602px;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .about__image {
    width: 500px;
    height: 502px;
  }
}
@media (max-width: 575.98px) {
  .about__image {
    width: 330px;
    height: 362px;
    margin-inline: auto;
  }
}
@media (max-width: 330px) {
  .about__image {
    width: 100%;
    height: 262px;
  }
}
.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  object-fit: cover;
  object-position: center center;
}
.about__title {
  margin-bottom: 34px;
}

.commitment {
  padding: 64px 0;
  background-color: #f3f6ff;
}
.commitment__item {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  --color-desc: #131936;
}
@media (max-width: 1399.98px) {
  .commitment__item {
    align-items: center;
    text-align: center;
  }
}
.commitment__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}
.commitment__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 50px;
  text-align: start;
  color: #0057ff;
  --max-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .commitment__title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
}
.commitment__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 72px;
}
@media (max-width: 1199.98px) {
  .commitment__desc {
    max-width: 600px;
  }
}

.project {
  padding: 64px 0;
  --color-more: #fff;
  --max-line-clamp: 1;
}
.project__row {
  display: flex;
}
.project__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .project__list {
    gap: 30px;
  }
}
.project__item {
  position: relative;
  aspect-ratio: 3/1;
  border-radius: 6px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .project__item {
    aspect-ratio: 3/1.2;
  }
}
@media (max-width: 767.98px) {
  .project__item {
    aspect-ratio: 3/1.5;
  }
}
.project__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.project__info {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 40px 35px;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(19, 25, 54, 0) 0%, rgba(19, 25, 54, 0.25) 60%, #131936 100%);
}
@media (max-width: 1199.98px) {
  .project__info {
    padding: 100px 10px 16px;
  }
}
.project__info button {
  position: relative;
  z-index: 3;
}
.project__title {
  font-family: Roboto;
  font-size: 3.2rem;
  font-weight: 700;
  max-width: 900px;
}
@media (max-width: 1399.98px) {
  .project__title {
    font-size: 2.2rem;
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .project__title {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .project__title {
    font-size: 2rem;
    max-width: 300px;
  }
}
.project__desc {
  max-width: 700px;
  font-weight: 400;
  line-height: 1.9;
  --max-line-clamp: 1;
}
.project__desc .line-break {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .project__desc {
    max-width: 350px;
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .project__desc {
    max-width: 340px;
    font-size: 1.4rem;
  }
}
.project__location {
  font-size: 1.6rem;
  line-height: 3.04rem;
}
@media (max-width: 767.98px) {
  .project__location {
    font-size: 1.6rem;
  }
}
.project .btn .more {
  padding: 2px 4px !important;
  color: #fff;
}

.news {
  padding: 64px 0;
  background-color: var(--bgc-news, #e6eeff);
}
@media (max-width: 575.98px) {
  .news {
    padding: 30px 0;
  }
}
.news__list {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .news__list {
    margin-top: 25px;
  }
}
.news__item {
  padding: 0 !important;
  border-radius: 8px;
  border: 1px solid rgba(19, 25, 54, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.news__item:hover {
  transform: translateY(-10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.news__image {
  position: relative;
  padding-top: 64.2857%;
  border-top-left-radius: 8px;
  overflow: hidden;
}
.news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  padding: 20px 16px;
}
@media (max-width: 1199.98px) {
  .news__info {
    gap: 30px;
  }
}
.news__day {
  color: #303030;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.news__title {
  color: #131936;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  height: 44px;
}
@media (max-width: 1199.98px) {
  .news__title {
    height: 54px;
    font-size: 2.3rem;
  }
}
.news .more {
  padding-left: 0;
}

.contact {
  padding: 40px 0 64px;
}
.contact__title {
  font-size: 2.4rem;
  margin-bottom: 24px;
  color: #3c54ee;
  line-height: 1.5;
  font-weight: 700;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.contact-form__input, .contact-form__textarea {
  font-size: 1.6rem;
  padding: 12px 16px;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #B3B3B3;
}
.contact-form__textarea {
  resize: none;
  height: 128px;
}

/* Modal styles */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}
.custom-modal__header {
  padding: 12px 16px;
  font-weight: 700;
  font-size: 2.4rem;
  background-color: #0057ff;
}
.custom-modal__body {
  padding: 20px;
  color: #352f2f;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.custom-modal__content {
  border-radius: 12px;
  width: 500px;
  height: 200px;
  background-color: white;
  text-align: start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .custom-modal__content {
    width: 400px;
    height: 200px;
  }
}

.custom-modal__content button {
  display: block;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 1.8rem;
  background-color: #0057ff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.project-detail {
  margin: 40px 0 64px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.project-detail__title {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .project-detail__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .project-detail__description h3 {
    margin-top: 40px;
  }
}

.detail__info {
  margin-bottom: 40px;
}

.detail__stat-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.detail__stat-list {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.detail__stat-item {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.detail__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.detail__text p {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.detail__image {
  aspect-ratio: 16/9;
}
.detail__image-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.detail__image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 14/8;
}
.detail__image-item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.news-detail p, .news-detail ul li, .news-detail ol li {
  color: #0057ff;
  font-family: "Roboto Flex";
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  --max-line-clamp: 6;
}
@media (max-width: 1199.98px) {
  .news-detail p, .news-detail ul li, .news-detail ol li {
    line-height: 1.5;
    font-weight: 500;
  }
}

.news-detail {
  margin: 20px 0 64px;
}
.news-detail ol {
  list-style: none;
  counter-reset: custom-counter;
}
.news-detail ol li {
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.news-detail ol li::before {
  content: counter(custom-counter) ", ";
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
  /* màu số */
  font-weight: bold;
}
.news-detail ul {
  list-style-type: disc;
  list-style-position: inside;
}
.news-detail ul li {
  color: #000000;
}
.news-detail p {
  color: #000000;
  text-align: start;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.news-detail p + .news-detail p {
  margin-bottom: 40px;
}

.about-page {
  padding: 40px 0 64px;
}
.about-page__inner {
  background-image: url("../../assets/img/bgc-about.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.about-page .commitment__title {
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
