:root {
	--bs-body-font-family: Helvetica Neue, Arial, sans-serif;
	--bs-body-color: #292727;
	--bs-primary-rgb: 200, 16, 46;
	--bs-secondary-rgb: 0, 99, 62;
	--bs-border-color: #d0d0d0;
	--bs-light-rgb: 245, 247, 247;
	--c1: #c8102e;
	--c2: #C8C9C7;
}

b,
strong {
	font-weight: bold;
}

/* ------ header ------ */
#header.scroll {
	background-color: rgba(200, 16, 46, .95) !important;
}

#logo {
	transition: all 0.3s ease;
	width: 100px;
}

#header.scroll #logo {
	width: 88px;
}

#logo2 {
	width: 100px;
}

#logo3 {
	width: 150px;
}

@media (max-width:992px) {
	#logo {
		width: 80px
	}

	#logo3 {
		width: 110px
	}
}

@media (max-width:768px) {
	#logo2 {
		width: 80px
	}
}


/* ------ banner ------ */
#mainText {
	position: relative;
}

#mainText::after {
	background-color: var(--c1);
	clip-path: polygon(0 0, 100% 0%, 100% 30%, 0% 100%);
	content: "";
	height: 530px;
	left: 0;
	position: absolute;
	top: -130px;
	width: 100%;
	z-index: -1;
}

.mainH1 {
	bottom: 38px;
	left: 45px;
	width: calc(100% - 45px);
	z-index: 10;
}

.gradient {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	border-radius: 0 0 1rem 1rem;
	height: 160px;
	left: 0;
	position: absolute;
	width: 100%;
}

.animatedImage {
	animation: animateObjectPosition 8s infinite;
	height: 420px;
	object-position: top;
}

@keyframes animateObjectPosition {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

.cornerBanner {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 1.5rem 0 0 0;
	height: 210px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 210px;
	z-index: -1;
}

@media (max-width:576px) {
	.mainH1 {
		bottom: 18px;
		left: 25px;
	}

	#mainText::after {
		clip-path: polygon(0 0, 100% 0%, 100% 42%, 0% 100%);
		height: 330px;
	}

	.animatedImage {
		height: 240px
	}

	.cornerBanner {
		height: 140px;
		width: 140px;
	}
}


/* ------ navBar ------ */
#navBarMain .nav-link {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	padding: var(--bs-nav-link-padding-y) 1rem;
}

#navBarMain .navbar-nav {
	--bs-nav-link-color: var(--bs-body-color);
	font-weight: 600;
}

#navBarMain .navbar-nav .nav-link:hover {
	opacity: .84;
}

#navBarMain .navbar-nav .nav-link.active,
#navBarMain .navbar-nav .nav-link.show {
	border-bottom: 2px solid #fff;
	opacity: 1;
}

.navbar-toggler {
	border: 1px solid rgba(255, 255, 255, .8);
}

[data-bs-theme="dark"] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ------ btn ------ */
.btn {
	font-weight: 500;
}

.btn-primary {
	--bs-btn-bg: var(--c1);
	--bs-btn-border-color: var(--c1);
	--bs-btn-hover-bg: #b80f2a;
	--bs-btn-hover-border-color: #b80f2a;
	--bs-btn-active-bg: #b80f2a;
	--bs-btn-active-border-color: #b80f2a;
}

.btn-outline-primary {
	--bs-btn-color: var(--c1);
	--bs-btn-border-color: var(--c1);
	--bs-btn-hover-bg: var(--c1);
	--bs-btn-hover-border-color: var(--c1);
	--bs-btn-active-bg: var(--c1);
	--bs-btn-active-border-color: var(--c1);
	--bs-btn-disabled-color: var(--c1);
	--bs-btn-disabled-border-color: var(--c1);
}


/* ------ shadow ------ */
.shadow {
	box-shadow: 0 0 30px rgba(100, 100, 100, .2) !important;
}


/* ------ card ------ */
.card {
	--bs-card-border-radius: 1rem;
}


/* ------ border ------ */
.border-light {
	border-color: #e2e8e8 !important;
}


/* ------ misc ------ */
#wrapSection {
	position: relative;
}

#section1,
#section2,
#section3,
#section4,
#section5 {
	display: flow-root;
	position: relative;
}

.companyLogo {
	height: 100px;
	width: 240px;
}

.imgList {
	aspect-ratio: 204 / 204;
}

.cornerList {
	border-right: 2px solid #d9e0e0;
	border-bottom: 2px solid #d9e0e0;
	border-radius: 0 0 100% 0;
	height: calc(50% + 10px);
	right: -10px;
	position: absolute;
	bottom: -10px;
	width: calc(50% + 10px);
}

.editText p:last-child {
	margin-bottom: 0;
}

.titleLine::after {
	color: var(--c1);
	content: "—";
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
}

#bniLog {
	bottom: -70px;
	position: absolute;
	right: -80px;
	z-index: -1;
}

#bniLog svg {
	width: 1100px;
}

#novaq {
	width: 120px;
}

.shadowFc {
	box-shadow: 0 0 50px rgba(50, 50, 50, .12);
}

@media (max-width:992px) {
	#wrapSection {
		position: static
	}
}

@media (max-width:768px) {
	.companyLogo {
		height: 80px;
		width: 170px;
	}
}


/* ------ form ------ */
.form-label {
	margin-bottom: .3rem;
}

.form-control {
	padding: .5rem .8rem;
}

.form-control:focus {
	border-color: #5e5b5b;
	box-shadow: 0 0 0 .25rem rgba(41, 39, 39, .1);
}


/* ------ section2 ------ */
#section2 {
	background-image: url(../img/background.jpg);
	background-position: center;
	background-size: cover;
}


/* ------ profile ------ */
.profileW {
	max-width: 992px !important;
}

.wrapProfile {
	max-width: 389px;
}

.profileImg {
	min-height: 340px;
	object-position: center;
}

#mainH2 h2::after {
	color: var(--c1);
	content: "—";
	display: block;
	font-weight: 400;
}

.cornerProfile {
	background-color: var(--c1);
	border-radius: 1.5rem 0 0 0;
	border-radius: 1.5rem 1rem 1rem 1rem;
	height: 90%;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 90%;
	z-index: -1;
}


/* ------ btTop ------ */
.btTop {
	background-color: var(--c1);
	border: none;
	border-radius: 6px 0 0 6px;
	bottom: 12%;
	color: #fff;
	display: none;
	font-size: 1rem;
	height: 36px;
	line-height: 35px;
	outline: none;
	position: fixed;
	right: 0;
	text-align: center;
	transition: all 0.3s ease;
	width: 36px;
	z-index: 1040;
}

.btTop:hover {
	background-color: var(--bs-body-color);
	color: #fff;
}


/* ------ mainText ------ */
.mainText p+h2,
.mainText p+h3,
.mainText p+h4,
.mainText ul+h2,
.mainText table+h2 {
	margin-top: 2.7rem;
}

.mainText .h3+.h4 {
	margin-top: 1.8rem;
}

.mainText .h3 {
	font-size: 1.9rem;
}

.mainText figure {
	max-width: 100%;
}

.mainText figure img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.mainText figcaption {
	font-size: .875em;
	font-style: italic;
	margin-top: .3rem;
}

.mainText .embed-container {
	margin-bottom: 1rem;
}

.mainText .embed-container+h2,
.mainText .embed-container+h3,
.mainText .embed-container+h4 {
	margin-top: 2rem;
}

.mainText a {
	color: var(--c1);
	font-weight: 500;
}

.mainText a:hover {
	color: var(--bs-body-color);
}

.mainText ul {
	list-style: none;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 .5rem;
}

.mainText>ul:last-child {
	margin: 0;
}

.mainText ul li {
	padding: 2px 0 2px 20px;
	position: relative;
}

.mainText ul li::before {
	content: "\f111";
	color: var(--c1);
	font: var(--fa-font-solid);
	font-size: .5rem;
	left: 0;
	position: absolute;
	top: 13px;
}

.mainText .list-group li::before {
	top: 18px;
}

.mainText .text-right {
	text-align: right;
}

.mainText figure.table {
	overflow-x: auto;
}

.mainText table {
	--bs-table-bg: transparent;
	width: 100%;
}

@media (max-width:1200px) {
	.mainText figure img {
		left: 0;
	}
}

@media (max-width:768px) {
	.mainText ul {
		margin: 0 0 .8rem 0;
	}

	.mainText .w-50 {
		width: 100% !important
	}

	.mainText .h3+.h4 {
		margin-top: 1.3rem
	}
}