

/* Start:/local/templates/main/styles.css?1748780436779*/
body {
/*	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif; */
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
/*	font-family: 'Comfortaa', 'Helvetica Neue', Arial, sans-serif; */
	font-weight: bold;
}

h1, h2 {
	color: #000;
}

.text-italic {
	font-style: italic;
/*	font-family: "Montserrat", 'Helvetica Neue', Arial, sans-serif; */
}


.text-red {
	color: #d40000;
}

.line-height-08 {	line-height: 0.8; }
.line-height-09 {	line-height: 0.9; }
.line-height-10 {	line-height: 1.0; }
.line-height-11 {	line-height: 1.1; }
.line-height-12 {	line-height: 1.2; }
.line-height-13 {	line-height: 1.3; }
.line-height-14 {	line-height: 1.4; }
.line-height-15 {	line-height: 1.5; }

/* End */


/* Start:/local/templates/main/template_styles.css?175580605623743*/
/* @group Colors & fonts */

:root {
    --bs-primary: #d40000;
    --bs-gray-light: #edeeef;
    --bs-gray-light-2: #d5d6d7;
    --bs-gray-dark: #282c2f;
    --bs-gray-dark-2: #393b3f;
}


body {
	background-color: #fff;
	color: #000;
	overflow-x: hidden!important;
	overflow-y: scroll!important;
	width: 100vw;
	max-width: 100vw;
}

body > * {
	overflow: hidden;
}

.bg-gray-dark {
	background-color: var(--bs-gray-dark);
}

.bg-gray-dark-2 {
	background-color: var(--bs-gray-dark-2);
}

.bg-primary {
	background-color: var(--bs-primary)!important;
}

/* @end */

/* @group Common */

.horizontal-centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

.vertical-centered {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.vertical-centered-stretched {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width:992px) {
	.horizontal-centered-lg {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.vertical-centered-lg {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.vertical-centered-stretched-lg {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.img-shadow-lg {
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}
.img-shadow-sm,
.img-shadow-onhover-sm:hover {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.text-shadow {
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}

.background-img-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--bs-gray-light-2);
}

.divider {
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: var(--bs-gray-light-2);
}

.divider-05r {
    margin: 0.5rem auto;
}

.divider-1r {
    margin: 1rem auto;
}

.divider-2r {
    margin: 2rem auto;
}

.divider-05r2 {
    margin: 0.5rem auto;
    height: 2px;
}

.divider-1r2 {
    margin: 1rem auto;
    height: 2px;
}

.divider-2r2 {
    margin: 2rem auto;
    height: 2px;
}

.divider-30 {
    margin: 30px auto;
}

.divider-35 {
    margin: 35px auto;
}

.divider-40 {
    margin: 40px auto;
}

.divider + * {
    margin-top: 0;
}

.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #d40000;
    border-color: #d40000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c02e3c;
    border-color:#c02e3c;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e05966;
    border-color:#e05966;
}

.btn-outline-primary {
	color: #d40000;
	border-color: #d40000;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #d40000;
	border-color: #d40000;
}

.btn-outline-bold {
	border-width: 2px;
	font-weight: bold;
}

.btn-ltgray, .btn-ltgray:focus {
    color: #151515;
    background-color: var(--bs-gray-light);
    border-color: var(--bs-gray-light);
}

.btn-ltgray:hover, .btn-ltgray:active {
    color: #ffffff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.bg-gray-light {
    background-color: var(--bs-gray-light)!important;
}

.bg-red {
    background-color: var(--bs-primary);
}

/* @end */

/* @group Auth */

.page-signin .auth-wrapper,
.page-auth .auth-wrapper,
.page-resetpass .auth-wrapper {
	max-width: 500px;
}

/* @end */

/* @group Layout */

.content-section {
	margin-bottom: 3rem;
}

@media (max-width:767px) {
	.content-section {
		margin-bottom: 1.5rem;
	}
}

/* @end */

/* @group Top Navbar, menu */
body.cadbimweb {
	/* padding-top: 111px; */
}
.navbar {
  z-index:100;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  transition: all .3s ease;
}
.navbar.out {
	transform: translateY(-100%);
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--bs-primary);
}
.navbar-light .nav-item.active {
	background-color: rgba(0, 0, 0, 0.08);
}
.navbar-dark .nav-item.active {
	background-color: rgba(255, 255, 255, 0.1);
}
.navbar-light.fixed-top {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
	#top-navbar.navbar-expand-lg .navbar-nav {
		padding-top:1rem;
	}
	#top-navbar.navbar-expand-lg .navbar-nav li {
		text-align: center;
	}
}

.check-top-menu-item {
	width: 9em;
	padding: 0.2125rem 0.5rem 0.5rem;
}

.check-bottom-menu-item {
	width: 9em;
	padding: 0.2125rem 0.5rem 0.5rem 0;
}

.web-bottom-menu-item {
	width: 10em;
	padding: 0rem 0.5rem 0.0rem 0;
	margin-top: -0.3rem;
}

.check-top-menu-item-check {
	width: 10.5em;
	padding: 0rem 0.5rem 0.5rem;
	margin-top: -0.3rem;
}

/* @end */

/* @group Footer */


footer {
	border-top: 1px solid #999; /* var(--bs-gray-light-2); */
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.dark-theme footer {
	border-top-color: #393b3f;
}

footer .row {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.socialnet {
	font-size: 1.5rem;
}

footer a {
	color: #eee;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .nav-link {
	padding: 0 1.5rem 0 0;
}

/* @end */

/* @group Home Page */

.mp-section { padding: 3rem 0; } /* OLD Value 8.25 */

@media (max-width:1199px) {
	.mp-section { padding: 3rem 0; } /* OLD Value 7 */
}
@media (max-width:991px) {
	.mp-section { padding: 2rem 0; } /* OLD Value 5 */
}
@media (max-width:767px) {
	.mp-section { padding: 2rem 0; } /* OLD Value 3.75 */
	footer {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (max-width:575px) {
}

.mp-section h1,
.mp-section h2 {
	text-align: center;
}

.feature-box {
	/*max-width: 340px; */
	margin-left: auto;
	margin-right: auto;
	border: 1px solid var(--bs-gray-light);
	text-align: center;
	cursor: default;
	padding: 2rem;
	border-radius: 0.5rem;
	background-color: var(--bs-gray-light);
	color: #000;
	transition: border 0.7s;
	box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.1), 1rem -1rem 1rem rgba(255, 255, 255, 0.5);
}
/*
.feature-box:hover {
	border-color: var(--bs-primary);	
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
*/
.feature-box .box-title {
	margin: 0 0 1rem;
}
.feature-box .box-icon {
	margin: 0 0 1rem;
}
.feature-box .box-icon img {
	max-width: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.feature-box .box-text {
	min-height: 75px;	
}

/*
#mp-whatwedo {
	background: url(/upload/static/mp01/blue_print_20v1.png) no-repeat 0 top;
	background-size: cover;
}
*/

.index-list {
	counter-reset: li;
}

.index-list li {
	position: relative;
	margin-bottom: 1.8rem;
}

.index-list li:last-child {
	margin-bottom: 0.8rem;
}

.index-list li p,
.index-list li div {
	padding-left: 6.2rem;
}

.index-list li p:before {
	content: counter(li, decimal-leading-zero) '.';
	counter-increment: li;
	position: absolute;
	display: inline-block;
	width: 5.6rem;
	text-align: left;
	font-size: 3.5rem;
	line-height: 2rem;
	font-weight: 500;
	color: #ddd;
	left: 0.5rem;
	top: 0.6rem;
}


.logo-stripe span {
	display: inline-block;
	padding: 0.5rem 2rem;
	font-size: 2rem;
}


@media (max-width:1199px) {
	.feature-box .box-text {
		min-height: 100px;	
	}
}

@media (max-width:991px) {
	.feature-box .box-text {
		min-height: 100px;	
	}
	.index-list li p,
	.index-list li div {
		padding-left: 5.5rem;
	}
	.index-list li p:before {
		width: 5.0rem;
		font-size: 3rem;
		line-height: 2rem;
		top: 0.4rem;
		color: #d0d0d0;
	}
}
@media (max-width:767px) {

	.feature-box {
		max-width: 80%;
	}
	.feature-box .box-text {
		min-height: 75px;	
	}

	.index-list li p,
	.index-list li div {
		padding-left: 4.7rem;
	}
	.index-list li p:before {
		width: 4.2rem;
		font-size: 2.5rem;
		line-height: 2rem;
		top: 0.3rem;
		color: #bbb;
	}
}

@media (max-width:575px) {
	.index-list li p,
	.index-list li div {
		padding-left: 3.8rem;
	}
	.index-list li p:before {
		width: 3.4rem;
		font-size: 2rem;
		line-height: 2rem;
		top: 0.1rem;
	}
}

@media (max-width:340px) {
	.feature-box {
		max-width: 90%;
	}
}

.logo-stripe > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-pricing {
    position: relative;
    overflow: hidden;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 15px 0;
	border: 1px solid #d5d7d8;
	transition: border 0.7s;
}

.box-pricing:hover {
	border-color: var(--bs-primary);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.box-pricing-single {
    position: relative;
    overflow: hidden;
    padding: 50px 15px 20px;
	border: 1px solid var(--bs-gray-light-2);
	transition: border 0.7s;
}

.box-pricing-single:hover,
.box-pricing:hover {
	border-color: var(--bs-primary);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.box-pricing .btn {
    border-radius: 0;
}

.box-pricing-popular .box-pricing-badge {
    display: inline-block;
}

.box-pricing-body {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.box-pricing-single .box-pricing-body {
    max-width: 100%;
    padding: 0 2rem;
}

.box-pricing-caption {
	text-align: center;
}
.box-pricing-single .box-pricing-caption {
	text-align: left;
}

.box-pricing-button {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.box-pricing-popular .box-pricing-button {
    margin-top: 60px;
}

.box-pricing-body li,
.box-pricing-body ul {
	color: var(--bs-primary);
}

.box-pricing-body ul {
	padding-left: 1.2rem;
}

.box-pricing-body li {
	margin-bottom: 0.5rem;
}

.box-pricing-caption .price .display-1,
.box-pricing-caption .price .display-2,
.box-pricing-caption .price .display-3 {
	font-weight: 500;
}

.box-pricing-list {
    text-align: left;
    list-style: none;
	padding: 0;
	margin: 0;
}

.box-pricing-list > li {
    text-indent: -25px;
    padding-left: 25px;
    color: #9b9b9b;
	text-align: -webkit-match-parent;
}

.box-pricing-list > li::before {
    position: relative;
    display: inline-block;
    content: '\f28a';
    left: 0;
    top: 0;
    width: 25px;
    font-size: 14px;
    line-height: 1;
    text-indent: 0;
    font-family: "bootstrap-icons";
    color: #9b9b9b;
}

.box-pricing-list > li.active {
    color: #151515;
}

.box-pricing-list > li.active::before {
    content: '\f26a';
    color: var(--bs-primary);
}

.box-pricing-list > li + li {
    margin-top: 14px;
}


* + .box-pricing-price {
    margin-top: 4px;
}

* + .box-pricing-time {
    margin-top: 6px;
}

* + .box-pricing-list {
    margin-top: 30px;
}

.divider + .box-pricing-list {
    margin-top: 0;
}

.box-pricing-divider + .box-pricing-list {
    margin-top: 0;
}


.quote-modern {
    position: relative;
    text-align: left;
    padding: 30px 15px;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}

.quote-modern::before {
    position: absolute;
    content: '';
    top: calc(100% - 10px);
    left: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 34px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

.quote-modern:hover {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.45));
}

.quote-modern-figure {
    display: inline-block;
}

.quote-modern-cite {
    font-weight: 400;
/*    letter-spacing: .075em; */
}
.quote-modern:hover .quote-modern-cite {
    color: var(--bs-primary);
}

.quote-modern-status {
    color: #666;
}

* + .quote-modern-status {
    margin-top: 0;
}

* + .quote-modern-text {
    margin-top: 12px;
}

@media (min-width: 576px) {
    .quote-modern {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) {
    .quote-modern {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .quote-modern {
        padding: 52px 45px 44px;
    }

    .quote-modern-custom {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1600px) {
    .quote-modern-custom {
        padding-left: 45px;
        padding-right: 45px;
    }
}


#mp-advantages .advantage {
	text-align: center;
	min-height: 220px;
	border-color: #f8f9fa;
	box-shadow: 16px 27px 49px 0px rgba( 0, 0, 0, 0.1);
	font-size: 1.25rem;
}

#mp-advantages .advantage:hover {
	border-bottom: 3px solid #d40000;
	box-shadow: 16px 27px 49px 0px rgba(0, 0, 0, 0.2);
}

#mp-advantages .advantage .card-body{
	padding: 2rem;
}

/** @section Responsive units */
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit > * {
    margin-bottom: 30px;
    margin-left: 20px;
}

.unit:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-spacing-xxs {
    margin-bottom: -8px;
    margin-left: -8px;
}

.unit-spacing-xxs > * {
    margin-bottom: 8px;
    margin-left: 8px;
}

.unit-spacing-xs {
    margin-bottom: -10px;
    margin-left: -12px;
}

.unit-spacing-xs > * {
    margin-bottom: 10px;
    margin-left: 12px;
}

.unit-spacing-sm {
    margin-bottom: -10px;
    margin-left: -16px;
}

.unit-spacing-sm > * {
    margin-bottom: 10px;
    margin-left: 16px;
}

.unit-spacing-md {
    margin-bottom: -20px;
    margin-left: -24px;
}

.unit-spacing-md > * {
    margin-bottom: 20px;
    margin-left: 24px;
}

.unit-spacing-lg {
    margin-bottom: -20px;
    margin-left: -30px;
}

.unit-spacing-lg > * {
    margin-bottom: 20px;
    margin-left: 30px;
}

.carousel-dark .carousel-indicators [data-bs-target].active {
	background-color: var(--bs-primary);
}

.testimonial-card {
    position: relative;
    overflow: hidden;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 5rem;
	border: 1px solid #d5d7d8;
	transition: border 0.7s;
}
.testimonial-card { min-height: 20rem; }
.testimonial-card .quote-modern-text { min-height: 7.8rem; }
@media (max-width:1199px) {
	.testimonial-card { min-height: 20rem; }
	.testimonial-card .quote-modern-text { min-height: 7.8rem; }
}
@media (max-width:991px) {
	.testimonial-card { min-height: 20rem; }
	.testimonial-card .quote-modern-text { min-height: 7.8rem; }
}
@media (max-width:767px) {
	.testimonial-card { min-height: 21rem; }
	.testimonial-card { padding: 2rem 3rem; }
	.testimonial-card .quote-modern-text { min-height: 9.5rem; }
}

@media (max-width:575px) {
	.testimonial-card { min-height: 24rem; }
	.testimonial-card { padding: 2rem 1.8rem; }
	.testimonial-card .quote-modern-text { min-height: 11.8rem; }
}

@media (max-width:412px) {
	.testimonial-card { min-height: 28rem; }
	.testimonial-card { padding: 2rem 1.6rem; }
	.testimonial-card .quote-modern-text { min-height: 13.0rem; }
}

@media (max-width:360px) {
	.testimonial-card { min-height: 33rem; }
	.testimonial-card { padding: 2rem 1.5rem; }
	.testimonial-card .quote-modern-text { min-height: 15.5rem; }
}

/* @end */

/* @group PopupPlayer, InlinePlayer */

.videoplayer-inline .click-receiver,
.popup-streaming-button .click-receiver {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.videoplayer-inline .click-receiver:after,
.popup-streaming-button .click-receiver:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8rem;
	height: 8rem;
	background: url(/upload/static/img/play_red.png?JHG45WRE8RE3DF) no-repeat center center;
	background-size: contain;
	transition: all 0.4s ease-in-out;
}

.popup-streaming-button .click-receiver.check3d:after {
	background: url(/upload/static/img/check.png) no-repeat center center;
	background-size: contain;
}
.popup-streaming-button .click-receiver:hover:after {
	width: 9rem;
	height: 9rem;
}
.popup-streaming-button .click-receiver.startonlinedemo-grid:after {
	background: url(/upload/static/img/play_red.png?JHG45WRE8RE3DF) no-repeat center center;
	background-size: contain;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0);
}

.videoplayer-inline .click-receiver:after,
.popup-streaming-button .click-receiver.startonlinedemo:after {
	background: url(/upload/static/img/play_red.png?JHG45WRE8RE3DF) no-repeat center center;
	background-size: contain;
	width: 14rem;
	height: 14rem;
	animation-duration: 2s;
	animation-name: startonlinepulse;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0);
}

.videoplayer-inline .click-receiver:hover:after,
.popup-streaming-button .click-receiver:hover:after {
	border-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 10px #fff, 0 0 20px #f90, 0 0 40px #f00;
}

@keyframes startonlinepulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	
	85% {
		transform: translate(-50%, -50%) scale(0.75);
	}
	
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}



@media (max-width:1199px) {
	.popup-streaming-button .click-receiver:after {
		width: 7.5rem;
		height:7.5rem;
	}
	
	.popup-streaming-button .click-receiver:hover:after {
		width: 8.5rem;
		height: 8.5rem;
	}
	.videoplayer-inline .click-receiver:after,
	.popup-streaming-button .click-receiver.startonlinedemo:after {
		width: 12rem;
		height: 12rem;
	}
}
@media (max-width:991px) {
	.popup-streaming-button .click-receiver:after {
		width: 7rem;
		height: 7rem;
	}
	
	.popup-streaming-button .click-receiver:hover:after {
		width: 8rem;
		height: 8rem;
	}
	.videoplayer-inline .click-receiver:after,
	.popup-streaming-button .click-receiver.startonlinedemo:after {
		width: 9rem;
		height: 9rem;
	}
}
@media (max-width:767px) {
	.popup-streaming-button .click-receiver:after {
		width: 5rem;
		height: 5rem;
	}
	
	.popup-streaming-button .click-receiver:hover:after {
		width: 6rem;
		height: 6rem;
	}
	.videoplayer-inline .click-receiver:after,
	.popup-streaming-button .click-receiver.startonlinedemo:after {
		width: 7rem;
		height: 7rem;
	}
}

.presenter.modal {
	top: 0;
	height: 100%;
}

.presenter .modal-body {
	padding: 0;
}

.presenter .modal-dialog {
	margin-top: 0px;
	margin-bottom: 0px;
}

.presenter .modal-fullwidth {
	max-width: 100%;
	margin:  0!important;
}

#fullscreenPlayerIframe {
	border-width: 0;
	border-style: none;
	width: 100%;
	height: 100vh;
}


/* @end */

/* @group Animation (animate 3) */

.anim-delay-1  {	animation-delay:  100ms; }
.anim-delay-2  {	animation-delay:  200ms; }
.anim-delay-3  {	animation-delay:  300ms; }
.anim-delay-4  {	animation-delay:  400ms; }
.anim-delay-5  {	animation-delay:  500ms; }
.anim-delay-6  {	animation-delay:  600ms; }
.anim-delay-7  {	animation-delay:  700ms; }
.anim-delay-8  {	animation-delay:  800ms; }
.anim-delay-9  {	animation-delay:  900ms; }
.anim-delay-10 {	animation-delay: 1000ms; }
.anim-delay-11 {	animation-delay: 1100ms; }
.anim-delay-12 {	animation-delay: 1200ms; }
.anim-delay-13 {	animation-delay: 1300ms; }
.anim-delay-14 {	animation-delay: 1400ms; }
.anim-delay-15 {	animation-delay: 1500ms; }
.anim-delay-16 {	animation-delay: 1600ms; }

.anim-from-left,
.anim-from-right,
.anim-fade-down,
.anim-fade-up,
.anim-fade,
.anim-bounce-right,
.anim-zoom-up,
.anim-zoom
{
	opacity: 0;
}
@media (max-width:768px) {
	.anim-from-left,
	.anim-from-right,
	.anim-fade-down,
	.anim-fade-up,
	.anim-fade,
	.anim-bounce-right,
	.anim-zoom-up,
	.anim-zoom
	{
		opacity: 1;
	}
}

/* @end */

/* @group B24 form */

.b24-form .b24-form-sign {
	display: none;
	opacity: 0;
}
.b24-form .b24-form-btn-block {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.b24-form .b24-form-btn {
	padding: 0 4rem;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.b24-form .b24-form-field-agreement a.b24-form-field-agreement-link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.b24-form .b24-form-field-agreement a.b24-form-field-agreement-link:hover {
	text-decoration: underline;
}

/* @end */

/* @group background-video */

#mp-intro.mp-section { 
	position: relative;
	width: 100vw;
	height: calc(80vh - 111px);
	overflow: hidden;
}

.mp-video-background {
	position: absolute;
	width: 100vw;
	height: calc(80vh - 111px);
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mp-video-background video {
	flex-grow: 0;
	margin: auto;
	display: block;
	/*object-fit: scale-down;*/
	height: 100%;
	width: auto;
}

.intro-carousel-container {
	
}

#mpIntroCarousel {
	position: absolute;
	width: 100%;
	height: calc(80vh - 111px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mpIntroCarousel .carousel-item {
	width: 100%;
	height: calc(80vh - 111px);
}

#check-intro-video .video-caption {
	position: absolute;
}

#check-intro-video .video-caption,
#mpIntroCarousel .carousel-caption {
	background-color: rgba(212, 0, 0, 0.85);
	color: #fff;
	bottom: 12%;
	left: 0;
	padding: 3rem 3rem;
	width: 70%;
	max-width: 620px;
	min-width: 250px;
	text-align: left;
}
#mpIntroCarousel .carousel-caption p {
	margin: 0;
	padding: 0;
}


@media (max-width:991px) {

	#mpIntroCarousel .carousel-caption {
		bottom: 10%;
		padding: 2.2rem 1.7rem;
	}
}

@media (max-width:767px) {
	
	#mp-intro.mp-section { height: calc(72vh - 111px);}
	.mp-video-background { height: calc(72vh - 111px);}
	#mpIntroCarousel { height: calc(72vh - 111px);}
	#mpIntroCarousel .carousel-item {height: calc(72vh - 111px);}

	#check-intro-video .video-caption,
	#mpIntroCarousel .carousel-caption {
		bottom: 10%;
		padding: 2.2rem 1.5rem;
		width: 78%;
	}
	#mpIntroCarousel .carousel-caption .h4 {
		font-size: 1.2rem;
	}
}

@media (max-width:575px) {
	
	#mp-intro.mp-section { height: calc(80vh - 111px);}
	.mp-video-background { height: calc(80vh - 111px);}
	#mpIntroCarousel { height: calc(80vh - 111px);}
	#mpIntroCarousel .carousel-item {height: calc(80vh - 111px);}

	#check-intro-video .video-caption,
	#mpIntroCarousel .carousel-caption {
		bottom: 8%;
		padding: 2rem 1.1rem;
		width: 85%;
	}
	#mpIntroCarousel .carousel-caption .h4 {
		font-size: 1.0rem;
	}
}

.img-fit-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* @end */

/* @group FAQ */

#FAQaccordion .accordion-button {
	font-weight: 700;
}
#FAQaccordion .accordion-button:not(.collapsed) {
	color: #000;
	background-color: var(--bs-gray-light-2);
}
#FAQaccordion .accordion-body {
	background-color: #f9fafb;
}
/*
#FAQaccordion .accordion-button::after {
	width: 2.25rem;
	padding-left: 1rem;
	background-position: right;
}
*/
/* @end */

/* @group Cookies Message */

#gdpr-cookie-message #gdpr-cookie-accept {
	padding: 0.5rem 2rem;
}

/* @end */

p a {
	color: #000;!important;
	text-decoration: none;
}
p a:hover {
	color:#666;
	text-decoration: underline;
}
.news-detail {
	padding: 0.5rem;
	border: 0px solid var(--bs-gray-light);
	border-radius: 0.5rem;
	color: #000;
	transition: border 0.7s;
/*	box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.1), 1rem -1rem 1rem rgba(255, 255, 255, 0.5);*/
}
.news-detail img {
	float: left;
	margin-bottom: 1rem;
}
.news-detail-list {
	background-color:#edeeef;
	padding: 0.5rem;
	border: 1px solid var(--bs-gray-light);
	border-radius: 0.5rem;
	color: #000;
	transition: border 0.7s;
	box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.1), 1rem -1rem 1rem rgba(255, 255, 255, 0.5);
}
.copyright {
	margin-left:-1.3rem;
}
@media (max-width:767px){
.copyright {
	margin-top:1.2rem;
}	
}
/*for button close */
button.btn-picture {
	width: 3.5rem;
	font-size: 2.5rem;
	border: 0px none transparent;
	background-color: transparent;
	cursor: pointer;
	margin: 0;
	padding: 0.25rem;
}
.button-i .bi {
	color: #39f;
}
.button-i:hover .bi {
	color: #fff;
}

.button-x .bi  {
	color: #f00;
}
.button-x:hover .bi {
	color: #fff;
}
/* End */
/* /local/templates/main/styles.css?1748780436779 */
/* /local/templates/main/template_styles.css?175580605623743 */
