<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* === MÃ€U Ná»€N CHUNG &amp; VÄ‚N Báº¢N === */
body {
  background-color: #f9fbff; /* ná»n dá»‹u máº¯t */
  color: #333333;            /* chá»¯ xÃ¡m Ä‘áº­m dá»… Ä‘á»c */
  font-family: 'Roboto', sans-serif;
}

/* === TIÃŠU Äá»€ === */
h1, h2, h3, h4, h5, h6 {
  color: #003366;
  font-weight: 700;
}

/* === NÃšT Gá»ŒI NGAY === */
.btn-call, .call-now-button, .hotline-btn {
  background-color: #ff6600;
  color: white !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.btn-call:hover,
.call-now-button:hover,
.hotline-btn:hover {
  background-color: #e65c00;
}

/* === NÃšT ZALO CHAT === */
.btn-zalo {
  background-color: #008ee6;
  color: white !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
}

.btn-zalo:hover {
  background-color: #0077cc;
}

/* === HEADER / MENU === */
.header-wrapper,
.header,
.nav-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.nav &gt; li &gt; a {
  color: #003366;
}

.nav &gt; li &gt; a:hover {
  color: #ff6600;
}

/* === PHáº¦N Gáº&nbsp;CH Ná»”I Báº¬T / KHUNG THÃ”NG BÃO === */
.notice,
.highlight-box {
  background-color: #fff7e6;
  color: #333333;
  padding: 16px;
  border-left: 4px solid #ff6600;
  border-radius: 6px;
}
</pre></body></html>