<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page-wrapper {
  padding: 0 !important;
}
.header .header-main {
  background: rgba(0, 0, 0, 0.6);
}
.header-bg-container {
  display: none !important;
}
.header .header-main ul li a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header .header-main .header-inner {
    background: #142035;
  }
}

@media (min-width: 768px) {
  .header .header-main .container {
    max-width: 1380px;
  }
  .header {
    position: relative;
    margin-bottom: -85px;
    padding-top: 10px;
  }
}
/* Scrollbar tá»•ng thá»ƒ */
::-webkit-scrollbar {
  width: 8px; /* Äá»™ rá»™ng thanh cuá»™n dá»c */
  height: 8px; /* Äá»™ cao thanh cuá»™n ngang */
}

/* MÃ&nbsp;u ná»n cá»§a scrollbar */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* MÃ&nbsp;u cá»§a thanh trÆ°á»£t (nÃºt cuá»™n) */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Khi hover vÃ&nbsp;o thanh trÆ°á»£t */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@font-face {
  font-family: "NotoSans";
  src: url("fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("fonts/NotoSans-Thin.ttf") format("truetype");
  font-weight: 100; /* Thin thÆ°á»ng cÃ³ trá»ng lÆ°á»£ng lÃ&nbsp; 100 */
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("fonts/NotoSans-Italic.ttf") format("truetype");
  font-weight: 400; /* Regular trá»ng lÆ°á»£ng 400 */
  font-style: italic;
}


* {
  font-family: "NotoSans", sans-serif !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
</pre></body></html>