/* page */

.blog-banner img {
	width: 100%;
}

.blog-banner {
	position: relative;
}

.banner-info {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	transform: translateX(-50%);
	padding: 16px 24px;
	text-align: center;
	width: max-content;
	max-width: 100vw;
}

.banner-info span {
	color: #DC4732;
	font-size: 11px;
}

.banner-info p {
	font-size: 18px;
	font-family: 'HelveticaNeue';
	font-weight: 500;
}

.banner-info a {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.page-menu {
	border-bottom: 1px solid #f3f3f3;
	padding-top: 24px;
}

.blog-menu li a {
	font-size: 18px;
	font-family: 'HelveticaNeue';
	color: #6f6f6f;
	padding: 8px 16px 6px;
	display: inline-block;
}

.blog-menu {
	display: flex;
	width: max-content;
	max-width: 100vw;
	margin: 0 auto;
	gap: 46px;
}

.blog-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0 16px;
}
.blog-grid .item-article {
	width: calc(100% /3);
	padding: 16px 8px;
}
.blog-grid .item-article img {
	width: 100%;
}


.article-info {
	padding-top: 16px;
}
.art-info__time {
	font-size: 12px;
	font-family: 'HelveticaNeue';
	color: #6f6f6f;
}
.art-info__blog {
	font-size: 11px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.art-info__title {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 400;
}

.slider-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 100px 24px;
}


.owl-carousel button.owl-dot {
	background: #000 ;
	display: inline-flex;
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	opacity: 0.25;
	transition: all ease-in-out 200ms;
}

.owl-carousel button.owl-dot span{
	background: #fff ;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active, .owl-carousel button.owl-dot:hover  {
	border-color: #fff;
	opacity: 1;
}

.owl-nav {
	position: absolute;
	top: 30%;
	left: -85px;
	right: -85px;
	display: flex;
	justify-content: space-between;
}

.owl-prev {
	transform: rotate(180deg);
}

.owl-nav .disabled {
	opacity: 0.25;
}

.owl-nav button {
	outline: 0;
	border: 0;
	transition: all ease-in-out 200ms;
}
.owl-nav button:hover {
	opacity: 1;
}
.owl-carousel .owl-stage-outer {
	padding-bottom: 16px;
}
.slider-section {
	background: #000;
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 24px 0;
}
.slider-header {
	padding:24px 0 16px;
}
.slider-header .title a {
	color: #fff;
	background: #000;
	z-index: 2;
	position: relative;
	display: inline-block;
	padding:  0 16px;
	font-family: 'HelveticaNeue';
}

.slider-header .title {
	text-align: center;
	position: relative;
	margin: 0;
	padding: 16px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'HelveticaNeue';
}

.slider-header .title:after {
	content: '';
	position: absolute;
	left: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background: #fff;
	opacity: 0.25;
}


.blog-slider .art-info__blog {
	color: #dc4732;
}

.blog-slider .art-info__title a {
	color: #fff;
}

.blog-slider .art-info__title {
	font-size: 14px;
	font-family: 'HelveticaNeue';
	margin: 0;
}

.blog-slider .art-info__time {
	display: none;
}

.blog-slider .article-image img {
	aspect-ratio: 5 / 4;
	object-fit: cover;
}


.loadmore {
	border: 1px solid #f3f3f3;
	border-left:0;
	border-right:0;
	padding: 11px;
	text-align: center;
}

.loadmore-btn {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

@media(max-width: 767px){
	.banner-info span {
		font-size: 9px;
	}

	.banner-info p {
		font-size: 16px;
		text-transform: uppercase;
	}

	.banner-info a {
		font-size: 14px;
		gap: 8px;
	}

	.blog-menu li a {
		font-size: 13px;
	}

	.blog-menu {
		gap: 0;
		justify-content: center;
	}

	.blog-grid .item-article {
		width: 100%;
		padding: 16px 0;
	}

	.blog-grid .item-article img {
		aspect-ratio: 9 /5;
		object-fit: cover;
	}
	.art-info__blog {
		font-size: 9px;
	}

	.art-info__title {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.art-info__time {
		font-size: 10px;
	}

	.banner-info {
		max-width: 80vw;
		bottom: 16px;
		padding: 15px 24px 21px;
	}
	.slider-container {
		padding: 0 0 24px;
	}
	.blog-slider .owl-stage {
		padding-left: 16px !important;
	}
	.blog-slider .art-info__title {
		font-size: 11px;
	}
	.page-blog .main-blog-list {
		padding-top: 24px;
	}
}


/* blog */


.list-article {
	display: flex;
	padding: 0 16px 30px;
	flex-wrap: wrap;
}

.list-article .item-article {
	width: calc( 100% / 6);
	padding: 16px 8px;
}

.page-header {
	text-align: center;
	padding: 40px 0;
}

.page-header h1 {
	font-size: 36px;
	font-family: 'HelveticaNeue';
	font-weight: 500;
	margin-bottom: 8px;
	color: #0f0f0f;
}

.page-header span {
	font-size: 13px;
	color: #6f6f6f;
}
.page-breaker h4 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'HelveticaNeue';
	text-transform: uppercase;
	margin: 0;
	padding: 0 16px;
	position: relative;
	z-index: 2;
	background: #fff;
	display: inline-block

}

.page-breaker {
	padding: 16px 0;
	position: relative;
	text-align: center;

}

.page-breaker::after {
	content: '';
	position: absolute;
	height: 1px;
	left: 32px;
	right: 32px;
	background: #e2e2e2;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.list-article .article-image img {
	aspect-ratio: 17 / 6;
	object-fit: cover;
}

@media(max-width: 767px){
	.list-article .article-image img {
		aspect-ratio: 17 / 6;
		object-fit: cover;
	}

	.list-article .item-article {
		width: 50%;
	}

	.list-article {
		padding: 0 8px 16px;
	}

	.page-breaker h4 {
		font-size: 11px;
	}

	.loadmore-btn {
		font-size: 14px;
	}
}

/* article */
.article-background img {
	width: 100%;
}

.article-container {
	max-width: 1300px;
	margin: auto;
	margin-top: -100px;
	position: relative;
	padding: 0px 32px;
}

.article-heading>p {
	color: #eb0d0d;
	margin-bottom: 8px;
	font-size: 16px;
	text-transform: uppercase;
}

.article-heading h1 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'HelveticaNeue';
	margin: 0;
}

.article-post-meta {
	padding-top: 32px;
}

.article-post-meta .author {
	font-size: 13px;
	color: #23bc60;
	margin: 0;
}

.article-post-meta .date {
	font-size: 13px;
	color: #6f6f6f;
}

.article-heading {
	padding: 40px 32px;
	background: #fff;
}
.article-body {
	padding: 40px 32px;
}
.table-content-fixed, .table-content-button, .table-title {
	display: none;
}

.table-of-contents>ul {
	padding-left: 64px;
}

.table-of-contents {
	border: 1px solid #000;
	padding: 16px ;
	width: calc(100% - 64px);
	margin: auto;
	padding-bottom: 0;
}
.table-of-contents>ul li a {
	display: block;
}

.table-of-contents>ul>li::before {
	content: counter(list-item, decimal-leading-zero) ".";
	position: absolute;
	counter-increment: list-item;
	left: -64px;
	color: #DC4732;
	font-size: 14px;
	font-family: 'HelveticaNeue';
}

.table-of-contents>ul>li {
	position: relative;
	font-size: 13px;
	padding-bottom: 16px;
	text-decoration: underline;
}
.table-of-contents>ul>li>ul {
	display: none;
}

@media(max-width: 767px){
	.article-background img {
		aspect-ratio: 7 / 6;
		object-fit: cover;
	}

	.article-container {
		padding: 0px 16px;
	}

	.article-heading {
		padding: 40px 16px;
	}

	.article-heading>p {
		font-size: 11px;
	}

	.article-post-meta .author {
		font-size: 11px;
	}

	.article-post-meta .date {
		font-size: 10px;
	}

	.article-body {
		padding: 40px 24px;
	}
	.table-of-contents {
		width: calc(100% - 48px);
	}
}