﻿/**
	Common
*/
.xBlog_list .svg-icon,
.Blog_detail .svg-icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: middle;
}

/* xBlog-playButton */
.xBlog-playButton {
	width: 90px;
	height: 90px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	background-color: var(--AccentColor);
}

.xBlog-playButton .icon {
	background-color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	border-radius: 50%;
	position: static !important;
}

.xBlog-playButton::before,
.xBlog-playButton::after,
.xBlog-playButton .icon::after {
	content: "";
	background-color: inherit;
	opacity: 0.15;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border-radius: 50%;
	animation: xBlog-playButton 2s infinite;
	z-index: -1;
}

.xBlog-playButton::after {
	animation-delay: 200ms;
}

.xBlog-playButton .icon::after {
	animation-delay: 400ms;
}

@keyframes xBlog-playButton {
	0% {
		opacity: .5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
}

/* blog-page */
/* blog-page */
.xBlog-Bvimaritime-01-list .blog-page,
.xBlog-Bvimaritime-01-detail .blog-page {
	margin-top: 60px;
}

.xBlog-Bvimaritime-01-list .blog-page .pager,
.xBlog-Bvimaritime-01-detail .blog-page .pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.xBlog-Bvimaritime-01-list .blog-page .total,
.xBlog-Bvimaritime-01-list .blog-page .previous,
.xBlog-Bvimaritime-01-detail .blog-page .total,
.xBlog-Bvimaritime-01-detail .blog-page .first,
.xBlog-Bvimaritime-01-detail .blog-page .previous {
	display: none;
}

.xBlog-Bvimaritime-01-list .blog-page a,
.xBlog-Bvimaritime-01-list .blog-page span,
.xBlog-Bvimaritime-01-detail .blog-page a,
.xBlog-Bvimaritime-01-detail .blog-page span {
	display: inline-block;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	padding: 5px 15px;
	margin: 0 6px 6px 0;
	color: #000066;
	transition: all ease-in 200ms;
	font-family: "Raleway";
}

.xBlog-Bvimaritime-01-list .blog-page a,
.xBlog-Bvimaritime-01-list .blog-page a:link,
.xBlog-Bvimaritime-01-list .blog-page a:active,
.xBlog-Bvimaritime-01-list .blog-page a:visited,
.xBlog-Bvimaritime-01-detail .blog-page a,
.xBlog-Bvimaritime-01-detail .blog-page a:link,
.xBlog-Bvimaritime-01-detail .blog-page a:active,
.xBlog-Bvimaritime-01-detail .blog-page a:visited {
	color: #000066;
	transition: all ease-in 200ms;
}

.xBlog-Bvimaritime-01-list .blog-page a:hover,
.xBlog-Bvimaritime-01-list .blog-page span:hover,
.xBlog-Bvimaritime-01-list .blog-page .index.disabled,
.xBlog-Bvimaritime-01-detail .blog-page a:hover,
.xBlog-Bvimaritime-01-detail .blog-page span:hover,
.xBlog-Bvimaritime-01-detail .blog-page .index.disabled {
	border-color: var(--accent-color);
	background-color: var(--accent-color);
	color: #fff;
	text-decoration: none;
}

.xBlog-Bvimaritime-01-list .blog-page em,
.xBlog-Bvimaritime-01-list .blog-page i,
.xBlog-Bvimaritime-01-detail .blog-page em,
.xBlog-Bvimaritime-01-detail .blog-page i {
	font-style: normal;
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
}

.xBlog-Bvimaritime-01-list .blog-page .disabled,
.xBlog-Bvimaritime-01-detail .blog-page .disabled {
	pointer-events: none;
	cursor: default;
	border-color: #d2d2d2;
	color: #d2d2d2;
}

.list-linkbox a,
.list-linkbox a:link,
.list-linkbox a:active,
.list-linkbox a:visited {
	color: #FFF;
}

.list-linkbox a:hover {
	text-indent: inherit;
}

/**
	xBlog Search
*/
.xBlog-Bvimaritime-01-search {
	--AccentColor: #4cb846;
}

.xBlog-Bvimaritime-01-search {
	position: relative;
}

.xBlog-Bvimaritime-01-search .xblog_search_button {
	position: absolute;
	width: 80px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: 0 !important;
	border: none;
}

.xBlog-Bvimaritime-01-search .xblog_search_input {
	position: relative;
	margin-bottom: 50px;
}

.xBlog-Bvimaritime-01-search .xblog_search_input::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--AccentColor);
	border-radius: 3px;
	pointer-events: none;
	opacity: 0.02;
}

.xBlog-Bvimaritime-01-search .xblog_search_input::after {
	content: '';
	position: absolute;
	inset: 0;
	border: 1px solid var(--AccentColor);
	border-radius: 3px;
	pointer-events: none;
	opacity: 0.2;
	display: none;
}

.xBlog-Bvimaritime-01-search .xblog_search_input:focus-within::after {
	opacity: 1;
}

.xBlog-Bvimaritime-01-search .NormalTextBox {
	position: relative;
	display: block;
	width: 100% !important;
	height: 80px;
	margin: 0px;
	padding: 10px 80px 10px 32px;
	font-size: 22px;
	line-height: 1.5;
	border: none;
	outline: none;
	box-sizing: border-box;
	background-color: transparent;
	background-color: #CD2929;
	color: #fff;
	font-family: "Raleway";
}

.xBlog-Bvimaritime-01-search .xblog_search_button {
	margin-top: 15px;
	color: #fff;
}

.xBlog-Bvimaritime-01-search .CommandButton {
	width: 80px;
	height: 100%;
	position: relative;
	border: none;
	background-color: transparent;
	font-size: 0;
}

.xBlog-Bvimaritime-01-search .xblog_search_button:before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	border: 2px solid currentColor;
	border-radius: 50%;
	z-index: 1;
}

.xBlog-Bvimaritime-01-search .xblog_search_button:after {
	content: "";
	width: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 8px 0 0 3px;
	border-bottom: 2px solid currentColor;
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}


/**
	Blog Subscription
*/
.DnnModule-DNNGOxBlogSubscription {
	--form-FieldSize: 14px;
	--form-FieldPaddingH: 10px;
	--form-FieldPaddingV: 11px;

	--form-FieldColor: #555555;
	--form-FieldBorderColor: #c8c8c8;
	--form-FieldBgColor: rgba(255, 255, 255, 1);
	--form-ButtonColor: #1E5C63;
	--form-ButtonHoverColor: #c22d2b;

	--form-FieldHoverColor: var(--form-FieldColor);
	--form-FieldBorderHoverColor: rgba(76, 78, 100, 0.42);
	--form-FieldBgHoverColor: var(--form-FieldBgColor);
}
.DnnModule-DNNGOxBlogSubscription .ModDNNGOxBlogSubscriptionC > span{
	color: #fff;
}
.DnnModule-DNNGOxBlogSubscription input[type="text"] {
	outline: none;
	box-shadow: none;
	background-color: transparent;
	width: 100%;
	padding: var(--form-FieldPaddingV) var(--form-FieldPaddingH);
	line-height: 1.45;
	font-size: var(--form-FieldSize);
	background: transparent;
	border: none;
	outline: none;
	height: auto;
	appearance: none;
	border-radius: 3px;
	color: var(--form-FieldColor);
	border: 1px solid var(--form-FieldBorderColor);
	background-color: var(--form-FieldBgColor);
	transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
}

.DnnModule-DNNGOxBlogSubscription input[type="text"]:hover {
	background-color: var(--form-FieldBgHoverColor);
	border-color: var(--form-FieldBorderHoverColor);
	color: var(--form-FieldHoverColor);
}

.DnnModule-DNNGOxBlogSubscription .validationEngineContainer {
	position: relative;
}

.DnnModule-DNNGOxBlogSubscription .validationEngineContainer>div {
	margin-bottom: 16px;
}

.DnnModule-DNNGOxBlogSubscription .validationEngineContainer>.formErrorWCAG {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}

.DnnModule-DNNGOxBlogSubscription .name_field,
.DnnModule-DNNGOxBlogSubscription .email_field {
	margin: 0 0 8px;
	color: #102039;
	font-size: 0.875rem;
	line-height: calc(24 / 14);
}

.DnnModule-DNNGOxBlogSubscription input[type="submit"] {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	width: 100%;
	height: 60px;
	padding: 0 25px;
	margin: 0 0 0;
	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: 53px;
	transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-webkit-appearance: none;
	appearance: none;
	min-width: 150px;
	color: #FFF;
	font-family: var(--family2);
	font-weight: 500;
	background: var(--form-ButtonColor);
	border: none;
	border-radius: 0;
}

.DnnModule-DNNGOxBlogSubscription input[type="submit"]:hover {
	background: var(--form-ButtonHoverColor);
	transition: color ease-in 300ms, background-color ease-in 300ms;
}

.DnnModule-DNNGOxBlogSubscription .confirm-div {
	position: relative;
	padding-left: 20px;
}

.DnnModule-DNNGOxBlogSubscription .confirm-div input {
	position: absolute;
	top: 4px;
	left: 0;
}



/**
	Article list
*/
.xBlog-Bvimaritime-01-list {
	--AccentColor: #4cb846;
}

.xBlog-Bvimaritime-01-list {
	display: flex;
	flex-direction: column;
}

/* page_meta */
.xBlog-Bvimaritime-01-list .xBlog-info .news_rss {
	text-align: right;
	margin-bottom: 8px;
}

.xBlog-Bvimaritime-01-list .xBlog-info .page_meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px 5px;
}

.xBlog-Bvimaritime-01-list .xBlog-info .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;
}

.xBlog-Bvimaritime-01-list .xBlog-info .author_info .thum {
	width: 120px;
}

.xBlog-Bvimaritime-01-list .xBlog-info .author_info .thum img {
	max-width: 100%;
}


/* blog-list */
.xBlog-Bvimaritime-01-list .blog-list {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 0px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .ratio1 {
	padding-bottom: 56.25%;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .ratio2 {
	padding-bottom: 75%;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .ratio3 {
	padding-bottom: 50%;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .ratio4 {
	padding-bottom: 100%;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media {
	position: relative;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-featured {
	padding-bottom: calc(var(--FeaturedImageHeight)/var(--FeaturedImageWidth) * 100%);
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-featured img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-gallery {
	position: relative;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video {
	position: relative;
	z-index: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video .posterImage {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video .posterImage::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: 0.6;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video .posterImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video .posterImage .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	background-color: var(--AccentColor);
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video video,
.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio {
	position: relative;
	z-index: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio .posterImage {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio .posterImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio .posterImage .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	background-color: var(--AccentColor);
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio .posterImage .play-button .icon {
	position: absolute !important;
	inset: 0;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio .posterImage .play-button.is-active .icon:first-child {
	display: none;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio .posterImage .play-button:not(.is-active) .icon:last-child {
	display: none;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-media .media-audio canvas {
	position: absolute;
	inset: auto 30px 30px;
	width: calc(100% - 60px);
	height: 60px;
	z-index: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main {
	padding: 19px;
	display: flex;
	flex-flow: column;
	flex-grow: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 19px;
	overflow: hidden;

	font-size: 0.875rem;
	line-height: calc(24 / 14);
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-info .info-item {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #555;
}
.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-info .info-item a:hover{
	color: var(--accent-color2);
}
.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-info .info-item::before {
	content: '';
	position: absolute;
	top: 4px;
    bottom: 7px;
	left: -8px;
	width: 1px;
	background-color: currentColor;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-info .info-item .svg-icon {
	margin-right: 10px;
	color: #EA1826;
	font-size: 1.25rem;
	line-height: 1;
	display: none;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	align-items:flex-start;
}
.xBlog-Bvimaritime-01-list .blog-list .list-item:first-child .item-main .item-content{
	align-items: flex-start;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .description {
	font-size: 16px;
	color: #666;
	line-height: calc(28/16);
	flex-grow: 1;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .title {
	margin: 0 0 15px;
	font-size: 1.4375rem;
	line-height: 1.2;
	color: var(--accent-color);
	font-weight: normal;
	text-transform: inherit;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .title a {
	color: currentColor;

}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .title a:hover {
	color: #CD2929;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .description:empty {
	display: none;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .description p:last-child {
	margin-bottom: 0;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .item-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
	padding: 0px 30px;
	min-width: 150px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1;
	background-color: var(--AccentColor);
	transition: all ease-in-out 300ms;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .item-btn svg {
	display: none;
}

.xBlog-Bvimaritime-01-list .blog-list .list-item .item-main .item-content .item-btn:hover {
	background-color: #CD2929;
}


.xBlog-Bvimaritime-01-list .pager {
	font-size: 0;
	text-align: center;
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.xBlog-Bvimaritime-01-list .pager span,
.xBlog-Bvimaritime-01-list .pager a {
	font-size: 20px;
	color: var(--AccentColor);
	width: 41px;
	height: 40px;
	border: 1px solid var(--AccentColor);
	border-radius: 0px;
	line-height: 37px;
	position: relative;
	padding: 0;
	margin: 0;
}

.xBlog-Bvimaritime-01-list .pager a:first-child,
.xBlog-Bvimaritime-01-list .pager span:first-child {
	display: none;
}

.xBlog-Bvimaritime-01-list .pager span:last-child,
.xBlog-Bvimaritime-01-list .pager a:last-child {
	display: none;
}

.xBlog-Bvimaritime-01-list .pager span.disabled {}

.xBlog-Bvimaritime-01-list .pager span.disabled:nth-child(2),
.xBlog-Bvimaritime-01-list .pager a:nth-child(2) {
	font-size: 0;

}

.xBlog-Bvimaritime-01-list .pager span.disabled:nth-last-child(2),
.xBlog-Bvimaritime-01-list .pager span.disabled:nth-child(2) {
	background-color: #666;
	color: #fff;
	border-color: #666;
}

.xBlog-Bvimaritime-01-list .pager span.disabled:nth-child(2):before,
.xBlog-Bvimaritime-01-list .pager a:nth-child(2):before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	margin: -4px 0 0 -1px;
}

.xBlog-Bvimaritime-01-list .pager a.button:nth-last-child(2),
.xBlog-Bvimaritime-01-list .pager span.disabled:nth-last-child(2) {
	font-size: 0;
}

.xBlog-Bvimaritime-01-list .pager a.button:nth-last-child(2):before,
.xBlog-Bvimaritime-01-list .pager span.disabled:nth-last-child(2):before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: -4px 0 0 -6px;
}

/**
	Article detail
*/
.detail_title_box .detail-content .title{
	text-transform: inherit;
}
.detail_title_box .detail-content .detail-main .detail-info{
	margin-bottom: 0;
	justify-content: center;
}
.detail_title_box .detail-content{
	background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
 	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-bottom: 0px;
	width: 60%;
	transform: translateY(-50%);
}
.detail_title_box .media-featured{
	padding-top: calc(14% + 27px);
	padding-bottom: calc(14% + 27px);
	position: relative;
	overflow: hidden;
	min-height: 588.375px;
	border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}
.detail_title_box .media-featured img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
.xBlog-Bvimaritime-01-detail {
	--AccentColor: #4cb846;
}

.xBlog-Bvimaritime-01-detail {
	position: relative;
	display: flex;
	flex-direction: column;
}

.xBlog-Bvimaritime-01-detail .ratio1 {
	padding-bottom: 56.25%;
}

.xBlog-Bvimaritime-01-detail .ratio2 {
	padding-bottom: 75%;
}

.xBlog-Bvimaritime-01-detail .ratio3 {
	padding-bottom: 50%;
}

.xBlog-Bvimaritime-01-detail .ratio4 {
	padding-bottom: 100%;
}

.xBlog-Bvimaritime-01-detail .detail-media {
	position: relative;
	margin-bottom: 0px;
	min-height: 110px;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-featured img {
	width: 100%;
	height: auto;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-gallery {
	position: relative;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-video {
	position: relative;
	z-index: 1;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-video .posterImage {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-video .posterImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-video .posterImage .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	background-color: var(--AccentColor);
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.xBlog-Bvimaritime-01-detail .detail-media .media-video video,
.xBlog-Bvimaritime-01-detail .detail-media .media-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio {
	position: relative;
	z-index: 1;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio .posterImage {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio .posterImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio .posterImage .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	background-color: var(--AccentColor);
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio .posterImage .play-button .icon {
	position: absolute !important;
	inset: 0;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio .posterImage .play-button.is-active .icon:first-child {
	display: none;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio .posterImage .play-button:not(.is-active) .icon:last-child {
	display: none;
}

.xBlog-Bvimaritime-01-detail .detail-media .media-audio canvas {
	position: absolute;
	inset: auto 30px 30px;
	width: calc(100% - 60px);
	height: 60px;
	z-index: 1;
}

.xBlog-Bvimaritime-01-detail .detail-main {}

.xBlog-Bvimaritime-01-detail .detail-main .detail-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 35px;
	overflow: hidden;
	color: #666;
	font-size: 15px;
	line-height: calc(24 / 14);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-info .info-item {
	position: relative;
	display: flex;
	align-items: center;
}
.xBlog-Bvimaritime-01-detail .detail-main .detail-info .info-item a:hover{
	color: var(--accent-color2);
}
.xBlog-Bvimaritime-01-detail .detail-main .detail-info .info-item + .info-item::before {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 7px;
	left: -8px;
	width: 1px;
	background-color: #d1d1d1;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-info .info-item .svg-icon {
	margin-right: 10px;
	color: #EA1826;
	font-size: 1.25rem;
	line-height: 1;
	display: none;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content {
	position: relative;
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
	padding-top: 0px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content h1 a {
	color: #fff;
	font-size: 22px;
	background-color: #000066;
	display: inline-block;
	padding: 0 20px;
	height: 67px;
	line-height: 67px;
	transition: all ease-in-out 300ms;
	font-weight: 500;
	margin-top: 30px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content h1 a:hover {
	background-color: #CD2929;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .title {
	margin: 0 0 26px;
	font-size: 24px;
	line-height: 1.2;
	color: #031538;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content.detail-title>.title {
	margin: 0 0 26px;
	font-size: 32px;
	line-height: 1.2;
	color: #031538;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .title a {
	color: currentColor;
	pointer-events: none;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .title .news_edit a {
	pointer-events: all;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description:empty {
	display: none;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description p {
	margin-bottom: 26px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description p:last-child {
	margin-bottom: 0;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description img {
	max-width: 100%;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description ul {
	margin: 0;
	padding: 0 0 26px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description ul li {
	position: relative;
	margin-bottom: 10px;
	list-style: none;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description ul li {
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description ul li:last-child {
	margin-bottom: 0;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #CD2929;
	border-radius: 50%;
	transform: translateY(-3px);
	flex: 0 0 6px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-content .description .bot_line {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 45px;
	margin-bottom: 45px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-block {
	margin-top: 30px;
	padding-top: 30px;

}

.xBlog-Bvimaritime-01-detail .detail-main .detail-block .detail-heading {
	margin: 0 0 20px;
	font-size: 1.5625rem;
	line-height: 1.2;
	color: #1c1c4b;
	text-align: center;
	font-weight: bold;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare.social-sharing {
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare.social-sharing>div {
		flex-flow: column;
	}
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare.social-sharing>div {

	border-radius: 0;
	justify-content: center;
	padding: 20px 25px;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare>div {
	display: flex;
	align-items: center;
	column-gap: 15px;
	font-size: 1.125rem;
	line-height: calc(24 / 18);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare>div strong {
	flex-shrink: 0;
	color: #000000;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare .TagsBox div {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 0;
	line-height: 0;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare .TagsBox div a {
	display: inline-block;
	padding: 7px 15px;
	color: #102039;
	font-size: 0.9375rem;
	line-height: 1.6;
	background-color: #f0efef;
	border-radius: 3px;
	transition: all ease-in-out 300ms;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-TagsShare .TagsBox div a:hover {
	color: #fff;
	background-color: var(--AccentColor);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author {
	position: relative;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox {
	display: flex;
	align-items: center;
	gap: 15px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-portrait {
	flex-shrink: 0;
	align-self: flex-start;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-right {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-right .title {
	margin: 0 0 0;
	font-size: 1.25rem;
	line-height: 1.3;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-right .description {
	color: #555;
	font-size: 1rem;
	line-height: 1.625;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-right .description p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox {
		flex-wrap: wrap;
	}

	.xBlog-Bvimaritime-01-detail .detail-main .detail-Author .AuthorBox .author-right {
		width: 100%;
	}
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext {
	position: relative;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNextBox {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: nowrap;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main>div {
	flex: 1;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item .pic {
	flex-shrink: 0;
	align-self: flex-start;
	width: 88px;
	height: 88px;
	aspect-ratio: 1 / 1;
	border-radius: 3px;
	overflow: hidden;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item .content {
	flex-grow: 1;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item .content .title {
	margin: 0 0 0;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: calc(24 / 18);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item .content .title a {
	color: currentColor;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item .content .title a:hover {
	color: var(--AccentColor);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item:nth-child(odd) {
	flex-direction: row;
	text-align: left;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main .item:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-Btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px 30px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-Btn>a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	color: #102039;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: calc(22 / 18);
	background-color: #f0efef;
	border-radius: 3px;
	transition: all ease-in-out 300ms;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-Btn>a:hover {
	color: #fff;
	background-color: var(--AccentColor);
}

@media only screen and (max-width: 991.98px) {
	.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main {
		flex-wrap: wrap;
		gap: 20px;
	}

	.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main>div {
		width: 100%;
		flex-basis: 100%;
	}

	.xBlog-Bvimaritime-01-detail .detail-main .detail-PreviousNext .PreviousNext-main>div:empty {
		display: none;
	}
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation {
	position: relative;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox {
	display: flex;
	flex-direction: column;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick {
	margin-bottom: 20px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px 15px;
	border-radius: 0px;
	position: relative;
	margin: 15px 0;
	height: auto;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .relation_item {
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-flow: column;
	height: calc(100% - 15px);
	border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .pic {
	flex-shrink: 0;
	align-self: flex-start;
	width: 100%;
	height: auto;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	padding-bottom: calc(var(--FeaturedImageHeight) / var(--FeaturedImageWidth) * 100%);
	background-color: #555;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;

}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content {
	flex-grow: 1;
	padding: 19px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .detail-info {
	margin-bottom: 19px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .title {
	margin: 0 0 0;
	font-size: 24px;
	font-weight: 600;
	line-height: calc(24 / 18);
	color: var(--accent-color);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .title {
	line-height: 1.3;
	max-height: calc(2em * 1.3);
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .title a {
	color: currentColor;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .title a:hover {
	color: #CD2929;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .description {
	margin-top: 10px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .item .content .description p:last-child {
	margin-bottom: 0;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick:has(.slick-dots) {
	margin-bottom: 0;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .slick-dots {
	position: relative;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin: 20px 0 0;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .slick-dots li {
	margin: 0 0 0;
	width: 10px;
	height: 10px;
	transition: width ease-in 300ms;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .slick-dots li.slick-active {
	width: 30px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .slick-dots li button {
	width: 100%;
	height: 100%;
	color: #102039;
	background: currentColor;
	border: none;
	border-radius: 10px;
	outline: none;
	backface-visibility: hidden;
	cursor: pointer;
	transition: color ease-in 300ms;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .blog-slick .slick-dots li.slick-active button {
	color: var(--AccentColor);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .slick-Btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px 30px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .slick-Btn>div {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	color: #102039;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: calc(22 / 18);
	background-color: #f0efef;
	border-radius: 3px;
	transition: all ease-in-out 300ms;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Relation .RelationBox .slick-Btn>div:hover {
	color: #fff;
	background-color: var(--AccentColor);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox {
	position: relative;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .Comment-list,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .Comment-list .Comment-item {
	position: relative;
	display: flex;
	flex-direction: column;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-main,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-main {
	display: flex;
	gap: 15px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e4e4e4;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-main {
	margin-left: 50px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .Comment-item:last-child .post-main:last-child,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .Comment-item:last-child .reply-main:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-portrait,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-portrait {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-portrait img,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-content,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-content {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-info,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-btn {
	position: relative;
	display: inline-flex;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	background-color: #102039;
	border-radius: 4px;
	transition: all ease 300ms;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-btn .svg-icon {
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translate3d(0, -50%, 0);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-btn a {
	padding: 10px 18px 10px calc(18px + 1rem + 10px);
	color: currentColor;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-btn:hover {
	background-color: var(--AccentColor);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .info-box .title,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-box .title {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .info-box .date,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-box .date {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #787878;
	font-size: 0.9375rem;
	line-height: calc(26 / 15);
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-description,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-description {
	color: #555;
	font-size: 1rem;
	line-height: 1.625;
}

.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-description p:last-child,
.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-description p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {

	.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-main,
	.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-main {
		flex-wrap: wrap;
	}

	.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-main {
		margin-left: 30px;
	}

	.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .post-content,
	.xBlog-Bvimaritime-01-detail .detail-main .detail-Comment .CommentBox .reply-content {
		width: 100%;
	}
}


#comment_form .leave-formlist {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: 0;
}

#comment_form .leave-formlist input[type="text"],
#comment_form .leave-formlist input[type="email"],
#comment_form .leave-formlist textarea {
	box-sizing: border-box;
	padding: 10px 10px;
	margin: 0;
	border: 1px solid #f2f4f8;
	background-color: #f2f4f8;
	color: #7a8595;
	font-size: 1rem;
	line-height: 1.5;
	transition: all ease-in 200ms;
	box-shadow: none;
	width: 100% !important;
	display: inline-block;
}

#comment_form .leave-formlist li {
	padding: 0px 10px 10px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	box-sizing: border-box;
}

#comment_form .leave-formlist li:has(.CommandButton) {
	padding-top: 20px;
}

#comment_form .leave-formlist li:last-child {
	padding-bottom: 0;
}

#comment_form .leave-formlist .awaiting-msg {
	display: block;
}

#comment_form .leave-formlist input[type="submit"] {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	font-weight: 600;
	height: 53px;
	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: 53px;
	transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-webkit-appearance: none;
	appearance: none;



	padding-bottom: 2px;
	min-width: 150px;
	color: #FFF;
	font-family: var(--family2);
	font-weight: 400;
	background: var(--button-color1, #da2e29);
	border: none;
	border-radius: 3px;
}

#comment_form .leave-formlist input[type="submit"]:hover {
	background: var(--button-hover-color1, #c71813);
	transition: color ease-in 300ms, background-color ease-in 300ms;
}

@media only screen and (max-width: 767.98px) {
	#comment_form .leave-formlist li {
		width: 100% !important;
	}
}

#comment_form .errorMsg {
	display: none;
	overflow: hidden;
}

#comment_form .errorMsg span {
	padding: 8px 16px;
	display: inline-block;
	background-color: #fff2f2;
	color: #e03d3d;
	font-size: 0.875rem;
	line-height: 1.428571;
	margin: 5px 0 0;
	border-radius: 4px;
}

#comment_form .error {
	border-color: #e03d3d;
}




.xBlog-Bvimaritime-01-list .blog-list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 20px;

}
.xBlog-Bvimaritime-01-list .blog-list .list-item:first-child{
	grid-column: 1 / 4;
	flex-flow: row;
}
.xBlog-Bvimaritime-01-list .blog-list .list-item:first-child .item-media{
	flex: 0 0 45%;
	background-color: #C2C2C2;
}
.xBlog-Bvimaritime-01-list .blog-list .list-item{
	border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}




/*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: 1200px) {
	.detail_title_box .detail-content{
		width: 90%;
	}
	.detail_title_box .media-featured{
		min-height: 500px !important;
	}
}
@media (max-width: 991px) {
	.detail_title_box .detail-content{
		transform: translateY(-30%);
	}
	.xBlog-Bvimaritime-01-list .blog-list .list-item{
		display: block !important;
	}
	.xBlog-Bvimaritime-01-list .blog-list{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.DnnModule-DNNGOxBlogSubscription input[type="submit"]{
		min-width: inherit;
		padding: 0;
	}
	.xBlog-Bvimaritime-01-list .blog-list .list-item:first-child{
		grid-column: 1 / 1 !important;
	}
	.detail_title_box .detail-content{
		width: 90%;
	}
	.detail_title_box .media-featured{
		min-height: 400px !important;
	}
}