:root {
    --vt-primary: 188, 0, 1;
    --vt-primary-from: 211, 16, 39;
    --vt-primary-to: 234, 56, 77;
    --vt-secondary: 131, 146, 171;
    --vt-secondary-hover: 84, 91, 98;
    --vt-success: 130, 214, 22;
    --vt-warning: 251, 207, 51;
    --vt-danger: 234, 6, 6;
    --vt-dark: 11, 19, 71;
    --vt-info: 23, 193, 232;
    --vt-light: 233, 236, 239;
    --vt-border-color: 222, 226, 230;
    --vt-bg-opacity: 1;
    --vt-title-color: #1b215b;
    --vt-icon-color: #00337C;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1a235b;
    font-weight: 400;
    text-transform: none !important;
}
.headerpage1{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.title {
    margin-top: 30px;
    margin-bottom: 25px;
}
.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
    font-weight: 700;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.title, .title a, .card-title, .card-title a, .info-title, .info-title a, .footer-brand, .footer-brand a, .footer-big h5, .footer-big h5 a, .footer-big h4, .footer-big h4 a, .media .media-heading, .media .media-heading a {
    color: var(--vt-title-color);
}
.primary {
    color: #c10105;
}
.btn {
    text-transform: none !important;
    font-size: 18px;
    padding: 8px 24px;
}
.btn-primary{
	background-color: #c10105;
	border-color: #c10105;
}
.btn.btn-outline-rose {
    color: #d21128;
    background-color: transparent;
    border-color: #d21128;
    box-shadow: none;
    border: 2px solid;
}
.text-primary, .text-rose {
    color: rgb(var(--vt-primary)) !important;
}
.fw-bolder {
    font-weight: 700 !important;
}
h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.55em;
    margin-bottom: 15px;
}
.btn-menu, .menu-mb, .btn-close {
    display: none;
}
