@media (min-width: 1280px) {
	.container {
		max-width: 1600px;
	}
}

body {
	min-height: 75rem;
	padding-top: 4.5rem;
	background: #202634;
	flex-direction: column!important;
	height: 100%!important;
	display: flex!important;
}

main {
	flex-shrink: 0!important;
}

footer {
	margin: 20px 0 0;
	text-align: center;
	clear: both;
	background: #fff;
	border-top: 1px solid #dee2e6;
	color: #FFFFFF;
	padding: 1rem;
}

a {
	cursor: pointer;
	text-decoration:none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

.back-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	font-size: 25px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
}

.back-top:hover {
	background-color: #a3a3a3;
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.ribbon {
	position: relative;
	overflow: hidden;
}
.ribbon .wrapper {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -60px;
	right: -60px;
	transform: rotate(45deg);
}
.ribbon .wrapper span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 120px;
	text-align: center;
}

.vditor-reset blockquote {
	background-color: ghostwhite;
	padding: 10px!important;
}
.vditor-reset h3 {
	text-align: center;
	color: white;
	background-color: rgb(128, 128, 255);
	padding: 10px!important;
	border-radius: 5px;
}
.vditor-reset img {
	margin-bottom: 10px;
}

.vditor-reset div>p {
	font-size: 24px;
}

.iframe__video {
	height: 800px;
	width: 100%;
}

.modal-xl {
    --bs-modal-width: 1434px;
}