@import "bootstrap-common.css";

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
}

a {
    color: #666;
    text-decoration: none;
    hide-focus: expression(this.hideFocus=true);
    outline: none;
}

a:visited {
}

a:hover {
    color: #c50c11;
}

.xuan-bg {
    background: url("../image/verion-bg.png") no-repeat;
    background-size: cover;
}