/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2022 | 19:30:52 */
html, body {
	height: 100%;
}

.page-id-20 > .wp-site-blocks {
	max-width: 960px;
	margin: 1em auto;
	height: 100%;
	display: flex;
}

.page-id-20 > .wp-site-blocks > main {
	margin: auto 0;
	width: 100%;
}

.wp-site-blocks > header {
	background: #484D6DD6;
	border-radius: .8em;
	margin-top: 256px;
}

.wp-site-blocks > main {
	background: #EFE9F4;
	border-radius: .8em;
	padding: 2em;
}

.page-template {
	background-image: url(https://caro-et-tuan.michivi.com/wp-content/uploads/2022/05/top-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.page-template.page-template-wp-custom-template-full-screen-home-page {
	background-image: url(https://caro-et-tuan.michivi.com/wp-content/uploads/2022/05/home-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.page-template-wp-custom-template-full-screen-home-page > .wp-site-blocks > main {
	background: transparent;
}

.home-frame > .wp-block-cover__gradient-background ,
.home-frame > .wp-block-cover__image-background {
	border-radius: 2em;
	border: 1px solid #fff;
}

.home-cta a {
	transition: background-color 0.5s ease;
	background: #2A628FB2;
	border: #FFFFFFB2 .2em solid;
	border-radius: 2em;
	display: inline-block;
	padding: .4em 1.2em;
	text-decoration: none;
	animation: home-cta-blinking 1s alternate infinite;
}
.home-cta > a:hover,
.home-cta > a:focus {
	background: #3E92CC;
	border-color: #FFF;
	animation: none;
}

@keyframes home-cta-blinking {
  from {border-color: #FFFFFF00;}
  to {border-color: #FFFFFFB2;}
}

.page-search-section {
	background: transparent;
}

.current-menu-item {
	font-weight: bold;
}