﻿.clearfix:after{
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.clearfix{
	display:inline-block;
}
.clearfix{
	display:block;
}
.clear{
	clear:both;
}
.news_rss{
	text-align:right;
	margin-bottom:8px;
}

.blog-slider{
	display:none;
}
.blog-slider.slick-slider{
	display:block;
}
.blog-slider.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.blog-slider.slick-slider img {
	max-width:100%; 
}

.blog-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.blog-slider .slick-list:focus {
	outline: none;
}

.blog-slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.blog-slider.slick-slider .slick-track,
.blog-slider.slick-slider .slick-list {
	-webkit-transform: ease translate3d(0, 0, 0);
	-moz-transform: ease translate3d(0, 0, 0);
	-ms-transform: ease translate3d(0, 0, 0);
	-o-transform: ease translate3d(0, 0, 0);
	transform: ease translate3d(0, 0, 0);
}

.blog-slider .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.blog-slider .slick-track:before,
.blog-slider .slick-track:after {
	display: table;
	content: '';
}

.blog-slider .slick-track:after {
	clear: both;
}

.blog-slider .slick-loading .slick-track {
	visibility: hidden;
}

.blog-slider .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 0 10px 0;
}
.blog-slider .slick-slide .pic{
    position: relative;
	display: block;
	margin-bottom: 20px;
    background-color: gray;
    border-radius: 10px;
    overflow: hidden;
}
.blog-slider .slick-slide .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.blog-slider .slick-slide .title{
	display: block;
	margin-bottom: 20px;
	color: #001e4a;
    font-size: 1.125rem;
    line-height: 1.2;
}
.blog-slider .slick-slide .title a{
	color: currentColor;
}
.blog-slider .slick-slide .title a:hover{
	color: var(--blog-accent);
}
.blog-slider .slick-slide .more{
	display: block;
	margin-bottom: 0;
	color: #001e4a;
	font-size: 1rem;
	line-height: 1;
}
.blog-slider .slick-slide .more:hover{
	color: var(--blog-accent);
}

.blog-slider [dir='rtl'] .slick-slide {
	float: right;
}

.blog-slider .slick-slide img {
	display: block;
}

.blog-slider .slick-slide.slick-loading img {
	display: none;
}

.blog-slider .slick-slide.dragging img {
	pointer-events: none;
}

.blog-slider .slick-initialized .slick-slide {
	display: block;
}

.blog-slider .slick-loading .slick-slide {
	visibility: hidden;
}

.blog-slider .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

 
.blog-slider .slick-prev,
.blog-slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	line-height:30px;
	margin-top: -15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background:#000;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}

.blog-slider .slick-prev:hover,
.blog-slider .slick-prev:focus,
.blog-slider .slick-next:hover,
.blog-slider .slick-next:focus {
	color: transparent;
	outline: none;
	background:#333;
}

.blog-slider .slick-prev:hover:before,
.blog-slider .slick-prev:focus:before,
.blog-slider .slick-next:hover:before,
.blog-slider .slick-next:focus:before {
	opacity: 1;
}

.blog-slider .slick-prev.slick-disabled:before,
.blog-slider .slick-next.slick-disabled:before {
	opacity: .25;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
	font-size: 14px;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog-slider .slick-prev {
	left: -20px;
}

.blog-slider [dir='rtl'] .slick-prev {
	right: -20px;
	left: auto;
}

.blog-slider .slick-prev:before {
	content: '';
	width:6px;
	height:6px;
	position:absolute;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	top:50%;
	left:50%;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin:-3px 0 0 -1px;
}

.blog-slider [dir='rtl'] .slick-prev:before {
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	margin:-3px 0 0 -5px;
}

.blog-slider .slick-next {
	right: -20px;
}

.blog-slider [dir='rtl'] .slick-next {
	right: auto;
	left: -20px;
}

.blog-slider .slick-next:before {
	content: '';
	width:6px;
	height:6px;
	position:absolute;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	top:50%;
	left:50%;
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	margin:-3px 0 0 -5px;
}
.blog-slider [dir='rtl'] .slick-next:before {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin:-3px 0 0 -1px;
}

/* Dots */

.blog-slider.slick-slider {
}
.blog-slider.slick-slider .slick-list{
	margin-left: -10px;
	margin-right: -10px;
}
.blog-slider .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:0;
	list-style: none;
	text-align: center;
}

.blog-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.blog-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	padding:0;
	outline: none;
	border:1px solid #001e4a;
	background:transparent;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}


.blog-slider .slick-dots li button:hover,
.blog-slider .slick-dots li button:focus,
.blog-slider .slick-dots li.slick-active button{
	outline: none;
	background:#001e4a;
}
.blog-slider .slick-center{
	z-index: 1000;
}
.blog-slider .slick-center:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid #001e4a;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	opacity:0.5;
}

@media only screen and (min-width: 1200px) {
	.blog-slider .slick-prev {
		left: -20px;
	}
	.blog-slider .slick-next {
		right: -20px;
	}
	.blog-slider [dir='rtl'] .slick-prev {
		right: -20px;
		left: auto;
	}
	.blog-slider [dir='rtl'] .slick-next {
		left: -20px;
		right: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.blog-slider .slick-prev {
		left: -15px;
	}
	.blog-slider .slick-next {
		right: -15px;
	}
	.blog-slider [dir='rtl'] .slick-prev {
		right: -15px;
		left: auto;
	}
	.blog-slider [dir='rtl'] .slick-next {
		left: -15px;
		right: auto;
	}

}
@media only screen and (max-width: 767px) {
	.blog-slider .slick-prev {
		left: -0px;
	}
	.blog-slider .slick-next {
		right: -0px;
	}
	.blog-slider [dir='rtl'] .slick-prev {
		right: -0px;
		left: auto;
	}
	.blog-slider [dir='rtl'] .slick-next {
		left: -0px;
		right: auto;
	}

}

.blog-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}
.blog-video.ratio1{
    padding-bottom: 56.25%;
}
.blog-video.ratio2{
    padding-bottom: 75%;
}
.blog-video.ratio3{
    padding-bottom: 50%;
}
.blog-video.ratio4{
    padding-bottom: 100%;
}
.blog-video iframe,
.blog-video object,
.blog-video embed,
.blog-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* blog-page 分页 */
.blog-page{
	margin-top: 60px;
}
.blog-page .pager{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

	font-size: 1.25rem;
	line-height: calc( 28 / 20 );
}
.blog-page .total,
.blog-page .first,
.blog-page .previous{
	
}
.blog-page .last {

}
.blog-page .total{
	display: none;
}


.blog-page a,
.blog-page span{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #F7F4F1;
	line-height: 18px;
	padding: 5px 10px;
	margin: 0 0 0;
	color: #909193;
	transition: all ease-in 200ms;
	font-size: 0.875rem;
	border-radius: 54px;
	min-width: 32px;
	background-color: #F7F4F1;
}
.blog-page .previous.button,
.blog-page .previous.disabled{
	font-size: 0;
	position: relative;
	width: 32px;
	padding: 0 !important;
	text-align: center;
}
.blog-page .previous.button:before,
.blog-page .previous.disabled:before{
	content: "";
	width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  background: transparent; 
  transform: rotate(-45deg); 
  margin-right: -5px;
}
.blog-page .next.disabled,
.blog-page .next.button{
	font-size: 0;
	position: relative;
	width: 32px;
	padding: 0 !important;
	text-align: center;
}
.blog-page .next.disabled:before,
.blog-page .next.button:before{
	content: "";
	width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  background: transparent; 
  transform: rotate(135deg); 
  margin-right: 5px;
}
.blog-page .index.active{
	color: #292F36 !important;
}
.blog-page .pager > *:not(.index){
	padding: 5px 20px;
	color: #909193;
	background-color: #F7F4F1;
}

.blog-page a:hover,
.blog-page span,
.blog-page .index.disabled{
	border-color: #F4F0EC;
	color: #909193;
	text-decoration:none;
}
.blog-page .pager > *:not(.index):hover,
.blog-page .pager > *:not(.index).disabled{
	background-color: #F4F0EC;
	color: #292F36;
}
.blog-page a:hover{
	color: #292F36;
}
.blog-page .disabled{
    pointer-events: none;
    cursor: default;
}


.list-linkbox a,
.list-linkbox a:link,
.list-linkbox a:active, 
.list-linkbox a:visited{
	color:#FFF;
}
.list-linkbox a:hover{
	text-indent:inherit;
}

/* page_meta */
.francini-BlogGrid_01 .page_meta{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px 5px;
}
.francini-BlogGrid_01 .author_info{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px 5px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.francini-BlogGrid_01 .author_info .thum{
	width: 120px;
}
.francini-BlogGrid_01 .author_info .thum img{
	max-width: 100%;
}

/* blog-list */

.francini-BlogGrid_01 .BlogGrid_box{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
	text-align: initial;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item{
	display: flex;
	flex-direction: column;
	padding: 18px 18px 36px;
	border: 2px solid #E7E7E7;
	border-radius: 50px;
	overflow: hidden;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .pic{
	position: relative;
	margin-bottom: 25px;
	background-color: gray;
	border-radius: 38px 38px 0 0;
	overflow: hidden;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .pic a,
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content{
	flex-grow: 1;
	display: flex;
	flex-direction: column;

    padding: 0 0 0;
	border-top: none;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .date{
	margin-bottom: 14px;
	color: var(--blog-accent);
	font-size: 0.9375rem;
	line-height: calc( 26 / 15 );
display: none;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .date svg{
	width: 1em;
	height: 1em;
	fill: var(--blog-accent);
	margin-top: -4px;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title{
	margin: 0 0 10px;
	font-size: 1.25rem;
    font-weight: 400;
    line-height: calc( 32 / 20s );
    letter-spacing: 0.02em;
	font-family: var(--fontFamily-Poppins);
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title a{
	color: currentColor;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title a:hover{
	color: var(--blog-accent);
	text-decoration: underline;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .summary{
	margin-bottom: 25px;
	font-size: 1.125rem;
	line-height: calc( 26 / 18 );
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.button-001{
	margin: 0 0 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	font-size: 1rem;
	line-height: calc( 28 / 16 );
	font-weight: 600;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.button-001 .svg_link{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-size: 16px;
    line-height: 1;
    background: #F4F0EC;
    border-radius: 52px;
    transition: all ease 300ms;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.button-001:hover .svg_link{
	background-color: #292F36;
	color: #fff;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.button-001 .svg_link svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.francini-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content p:last-child{
	margin-bottom: 0;
}


/*blog-detail*/
.francini_BlogDetail_01{
	position: relative;
	margin: 0 auto;
	text-align: left;
}

.francini_BlogDetail_01 .article-detail{
	display: flex;
	flex-direction: column;
}
.francini_BlogDetail_01 .article-detail .detail-manage{
	margin-bottom: 20px;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-title{
	margin: 0 0 0;
	font-size: 0;
    line-height: 0;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-title .title{
	margin: 0 0 13px;
	color: var(--h4-color);
    font-family: "Cinzel";
    font-weight: 400;
    font-size: var(--fontTitle-04);
    line-height: 1.1;
    letter-spacing: 0;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;

    color: var(--blog-accent);
    font-size: 1.25rem;
    line-height: calc( 28 / 20 );
margin-bottom: 20px;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-info svg{
	width: 1em;
	height: 1em;
	fill:currentColor;
	margin-top: -4px;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-info .info-date,
.francini_BlogDetail_01 .article-detail .detail-manage .detail-info .info-link a.goUrl{
	display: flex;
	gap: 10px;
	color: currentColor;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-info .info-date {
visibility: hidden;

}

.francini_BlogDetail_01 .article-detail .detail-manage .detail-info a{
	color: var(--link-color) !important;
}
.francini_BlogDetail_01 .article-detail .detail-manage .detail-info a:hover{
    color: var(--link-hover-color) !important;
}
@media only screen and (max-width:991.98px) {
	.francini_BlogDetail_01 .article-detail .detail-manage .detail-title .title{
		font-size: 2.6rem;
	}
}
@media only screen and (max-width:575.98px) {
	.francini_BlogDetail_01 .article-detail .detail-manage .detail-title .title{
		font-size: 2.3rem;
	}
}

.francini_BlogDetail_01 .article-detail .detail-images{
	position: relative;
	display: flex;
    flex-direction: column;
	margin: 0 0 30px;
    padding: 20px 20px 20px;
    border: 2px solid #E7E7E7;
    border-radius: 50px;
    overflow: hidden;
}
.francini_BlogDetail_01 .article-detail .detail-images .pic{
	position: relative;
    background-color: gray;
    border-radius: 39px;
    overflow: hidden;
}
.francini_BlogDetail_01 .article-detail .detail-images img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.francini_BlogDetail_01 .article-detail .detail-content {
	color: #001e4a;

}
.francini_BlogDetail_01 .article-detail .detail-content h1 {
    color: #001e4a;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: 0;
}
.francini_BlogDetail_01 .article-detail .detail-content h2 {
	color: #001e4a;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: 0;
}
.francini_BlogDetail_01 .article-detail .detail-content h3 {
    color: #001e4a;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: 0;
}
.francini_BlogDetail_01 .article-detail .detail-content h4 {
    color: #001e4a;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: 0;
}
.francini_BlogDetail_01 .article-detail .detail-content h5 {
    color: #001e4a;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.4;
    letter-spacing: 0;
}
.francini_BlogDetail_01 .article-detail .detail-content h6 {
    color: #001e4a;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
}
@media only screen and (min-width: 576px) {
    .francini_BlogDetail_01 .article-detail .detail-content h1{
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 992px) {
    .francini_BlogDetail_01 .article-detail .detail-content h1 {
        font-size: 3rem;
        line-height: 1.2;
    }
    .francini_BlogDetail_01 .article-detail .detail-content h3 {
        font-size: 2rem;
    }
}
.francini_BlogDetail_01 .article-detail .detail-content h1,
.francini_BlogDetail_01 .article-detail .detail-content h2,
.francini_BlogDetail_01 .article-detail .detail-content h3,
.francini_BlogDetail_01 .article-detail .detail-content h4,
.francini_BlogDetail_01 .article-detail .detail-content h5,
.francini_BlogDetail_01 .article-detail .detail-content h6{
	margin-bottom: 20px;
}
.francini_BlogDetail_01 .article-detail .detail-content h1:not(:first-child),
.francini_BlogDetail_01 .article-detail .detail-content h2:not(:first-child),
.francini_BlogDetail_01 .article-detail .detail-content h3:not(:first-child),
.francini_BlogDetail_01 .article-detail .detail-content h4:not(:first-child),
.francini_BlogDetail_01 .article-detail .detail-content h5:not(:first-child),
.francini_BlogDetail_01 .article-detail .detail-content h6:not(:first-child){
	margin-top: 75px;
}
@media only screen and (max-width: 991.98px) {
	.francini_BlogDetail_01 .article-detail .detail-content h1:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h2:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h3:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h4:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h5:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h6:not(:first-child){
		margin-top: calc( 75px * 0.8 );
	}
}
@media only screen and (max-width: 767.98px) {
	.francini_BlogDetail_01 .article-detail .detail-content h1:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h2:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h3:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h4:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h5:not(:first-child),
	.francini_BlogDetail_01 .article-detail .detail-content h6:not(:first-child){
		margin-top: calc( 75px * 0.6 );
	}
}

.francini_BlogDetail_01 .article-detail .detail-content p{
	margin-bottom: 30px;
	font-family: inherit !important;
}
.francini_BlogDetail_01 .article-detail .detail-content img{
	max-width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
}
.francini_BlogDetail_01 .article-detail .detail-content .socialLink a svg {
    width: 5rem;
    height: 5rem;
    fill: var(--button-color);
    transition: 440ms all ease-in;
}
.francini_BlogDetail_01 .article-detail .detail-content .socialLink a{
	border-bottom: 1px solid #15222b;
	border-radius: 10px;
	transition: 250ms all;
	display: inline-block;
	padding: 0 !important;
	transition: 250ms all;
}
.francini_BlogDetail_01 .article-detail .detail-content .socialLink a:first-child{
	margin-right: 1rem;
}
.francini_BlogDetail_01 .article-detail .detail-content .socialLink a:hover{
	background-color: #15222b;
}
.francini_BlogDetail_01 .article-detail .detail-content .socialLink a:hover svg {
    fill: white;
    transition: 440ms all ease-in;
}
.francini_BlogDetail_01 .article-detail .detail-content .blog-content h2 +  h3{
	margin-top: 0 !important;
}
.francini_BlogDetail_01 .article-detail .detail-content hr{
	margin-top: 40px;
	margin-bottom: 40px;
}
.francini_BlogDetail_01 .article-detail .detail-content ul{
    margin: 0 0 0 30px;
    padding: 0;
	font-size: 1.375rem;
	line-height: calc( 40 / 22 );
}
.francini_BlogDetail_01 .article-detail .detail-content ul li{
	position: relative;
	list-style: none;
	margin: 0 0 16px;
}
.francini_BlogDetail_01 .article-detail .detail-content ul li::before{
	content: '';
	position: absolute;
    top: 7px;
	left: -30px;
	display: block;
	width: 15px;
	height: 25px;
	background-image: url('./images/ul-arrow-01.png');
}
.francini_BlogDetail_01 .article-detail .detail-content iframe{
	max-width: 100%;
}
.francini_BlogDetail_01 .article-detail .detail-content a{
	color: var(--link-color);
    text-decoration: underline;
}
.francini_BlogDetail_01 .article-detail .detail-content a:hover{
	text-decoration: none;
	color: var(--link-hover-color);
}

.francini_BlogDetail_01 .article-detail .detail-data{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 25px;
	color: var(--blog-accent);;
	font-size: 1.125rem;
	line-height: calc( 28 / 18 );
}
.francini_BlogDetail_01 .article-detail .detail-data .icon{
	display: inline-flex;
	margin-right: 8px;
	line-height: 1;
	vertical-align: middle;
}
.francini_BlogDetail_01 .article-detail .detail-data svg{
    margin-top: -5px;
	width: 1em;
    height: 1em;
    fill: var(--blog-accent);
}
.francini_BlogDetail_01 .article-detail .detail-data a{
	color: var(--link-color);
}
.francini_BlogDetail_01 .article-detail .detail-data a:hover{
	text-decoration: none;
	color: var(--link-hover-color);
}



/* article-RelatedList */
.francini_BlogDetail_01 .article-RelatedList{
	position: relative;
}
.francini_BlogDetail_01 .article-RelatedList .detail-heading {
	margin-bottom: 20px;
    color: #001e4a;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0;
}
@media only screen and (min-width: 576px) {
	.francini_BlogDetail_01 .article-RelatedList .detail-heading {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 992px) {
	.francini_BlogDetail_01 .article-RelatedList .detail-heading {
        font-size: 3rem;
        line-height: 1.4;
    }
}
.francini_BlogDetail_01 .article-RelatedList{
	margin-top: 75px;
	padding-bottom: 75px;
}
@media only screen and (max-width: 991.98px) {
	.francini_BlogDetail_01 .article-RelatedList{
		margin-top: calc( 75px * 0.8 );
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767.98px) {
	.francini_BlogDetail_01 .article-RelatedList{
		margin-top: calc( 75px * 0.6 );
	}
}

/*blog search*/
.xblog_search {
	position:relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.xblog_search .NormalTextBox{
	display: block;
	width: 100% !important;
	height: 70px;
	padding: 0 35px;
	color: #000;
	font-size: 20px;
	line-height: 1;
	border-radius: 70px;
	border: none;
	box-shadow: 0 0 35px -10px rgba(33, 39, 53,0.2);
	background-color: #fff;
}
.xblog_search .NormalTextBox::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #a4a8b2; 
} 
.xblog_search .NormalTextBox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #a4a8b2; 
} 
.xblog_search .NormalTextBox::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #a4a8b2; 
} 
.xblog_search .NormalTextBox:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #a4a8b2; 
} 
.xblog_search .CommandButton{
	position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 69px;
    height: 69px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -webkit-appearance: none;
    appearance: none;
}
.xblog_search .CommandButton{
	width: 100%;
    background: rgb(48,96,235);
    background: linear-gradient(90deg, rgba(48,96,235,1) 0%, rgba(34,85,214,1) 17%, rgba(13,68,181,1) 33%, rgba(0,55,155,1) 62%, rgba(0,45,134,1) 100%);
    color: #fff !important;
    font-size: 1.8030625rem;
    padding-left: 40px;
    padding-right: 40px;
    transition: 0.5s;
    background-size: 200% auto;
}
.xblog_search .CommandButton:hover{
    background-position: right center;
}
@media only screen and (max-width:767px) {
	.xblog_search .CommandButton{
        font-size: 1rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.xblog_search .CommandButton{
        font-size: 1.2rem !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
	.xblog_search .CommandButton{
        font-size: 1.2rem;
        height: 59px;
        line-height: 59px;
    }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
	.xblog_search .CommandButton{
        font-size: 1.2rem;
        height: 59px;
        line-height: 59px;
    }
}


/*formError*/
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	/*width: 150px;*/
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


@media (max-width: 767px) {
	.news_list .post_thum,
	.news_detail .post_thum{
		float:none!important;	
	}
	.news_list .post_thum img,
	.news_detail .post_thum img{
		width:auto!important;
		max-width:100%!important;	
	}	
}

.DnnModule-DNNGOxBlogSubscription input[type="text"]{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display: inline-block;
    margin: 0px;
    padding: 11px 50px 11px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #15222b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
	border: 0;
    border-bottom: 1px solid #E1E1E1;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	width:100%!important;
	outline:none;	
}
.DnnModule-DNNGOxBlogSubscription .validationEngineContainer> div{
	margin-bottom:30px;
}
.DnnModule-DNNGOxBlogSubscription .validationEngineContainer> .xblog_Subscription_btn{
	padding-top: 20px;
}
.DnnModule-DNNGOxBlogSubscription .name_field,
.DnnModule-DNNGOxBlogSubscription .email_field{
	font-size:14px;
	color:#333;
	margin-bottom:8px;	
	display: none;
}
.DnnModule-DNNGOxBlogSubscription input[type="submit"]{
	padding:7px 25px;
	margin:0 0 8px;
    background-color: #15222B;
    color: #FFF;
    border:none;
	font-family: "Cinzel";
	font-size: 1.625rem;
	line-height: calc( 48 / 26);
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border: 2px solid #15222B;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
}
.DnnModule-DNNGOxBlogSubscription input[type="submit"]:hover{
    background-color: transparent;
	color: #15222B;
}
.DnnModule-DNNGOxBlogSubscription .confirm-div{
	position: relative;
	padding-left: 20px;
}
.DnnModule-DNNGOxBlogSubscription .confirm-div input{
	position: absolute;
	top: 4px;
	left: 0;;
}


.detail-info .post_rating{
	display: inline-block;
	vertical-align: middle;
}
.detail-info .post_rating > .rating,
.detail-info .post_rating > .ratingText,
.detail-info .post_rating > .datasSent,
.detail-info .post_rating > .serverResponse{
	display: inline-block;
}
.detail-info .sep:last-child{
	display: none;
}


@media (min-width:1600px) {
	.DnnModule-DNNGOxBlogSubscription input[type="submit"]{
		padding:7px 62px;
	}
}
.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.loading-spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.detail-relatedlist .swiper-container{
	overflow: hidden !important;
}
.detail-relatedlist .itembox .title{
	margin: 0 0 10px;
	font-size: 1.5rem;
	line-height: 1.15;
}
.detail-relatedlist  .itembox .svg_link{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 1;
    background: #F4F0EC;
    border-radius: 32px;
    transition: all ease 300ms;
}
.detail-relatedlist .itembox .svg_link svg{
	width: 1em;
    height: 1em;
    fill: currentColor;
}
.detail-relatedlist .itembox .more{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 1.25rem;
	line-height: 1.5;
}
.detail-relatedlist .itembox{
	display: none;
}
.detail-relatedlist .swiper-wrapper .itembox{
	display: block;
}