/* OSP VN Website - Theme Color Overrides
 * Primary: #00AEEF (cyan blue)
 * Secondary: #0B203F (dark navy)
 */

:root {
    --osp-primary: #00aeef;
    --osp-secondary: #0b203f;
    --osp-accent: #00aeef;
    --osp-header-bg: #ffffff;
    --theme-color2: #2fc4fa;
    --theme-color: #00aeef;
}

/* Button overrides */
.th-btn,
.th-btn.btn-fw {
    background-color: #0b203f;
}

/* .th-btn:hover {
    background-color: #0099d4;
} */

/* Header background */
.header-area,
.th-header {
    background-color: var(--osp-header-bg);
}

/* Footer background */
.footer-wrapper,
.footer-area {
    background-color: var(--osp-secondary);
}

/* Link color overrides */
a {
    color: var(--osp-primary);
}

a:hover {
    color: #0099d4;
}

/* Icon button */
.icon-btn {
    background-color: var(--osp-primary);
}

/* Newsletter form button */
.newsletter-form .th-btn {
    background-color: var(--osp-primary);
}
