.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select,
.form-control,
.form-select,
input {
	height: 3.5rem;
	padding: 0 20px 0 20px;
	padding-right: 45px;
	border: 1px solid transparent;
	color: var(--body-color);
	background-color: #E9EFF6;
	border-radius: 5px;
	font-size: 1rem;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

textarea.form-control,
textarea {
	min-height: 9.4rem;
	padding-top: 1rem;
	padding-bottom: 1.05rem;
	border-radius: 5px;
}

.blog-detail-title {
	font-size: 38px;
	margin-bottom: 18px;
}

.blog-detail-list {
	margin-bottom: 15px;
}

.blog-detail-list li i {
	height: 13px;
	color: var(--brand-gold);
	margin-right: 5px;
}

.blog-detail-list li {
	color: #747474;
	font-size: 14px;
	margin-right: 15px;
}

.blog-detail-list li:first-child {
	padding: 5px 15px;
	background-color: var(--brand-gold);
	color: var(--white-color);
	font-size: 13px;
	font-weight: 500;
	border-radius: 4px;
	text-transform: uppercase;

}

.social li a i {
	height: 13px;
	color: white;
	width: 20px;
}

.social li a {
	padding: 6px 15px;
	background-color: #ea5b31;
	color: white;
	font-size: 14px;
	font-weight: 500;
}

.social li {
	margin-right: 15px;
}

.sidebar-box.tag-box ul li {
	position: relative;
	padding-left: 0px;
}

.sidebar-box {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px;
	border-radius: 20px;
	margin-bottom: 1rem;
	border: 1px solid #F5F5F5;
}

.sidebar-box h3 {
	font-size: 18px;
	padding: 18px 35px 16px 35px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

.sidebar-box ul {
	padding: 18px 35px 16px 35px;
}

.accordion-item {
	border-bottom: 1px solid #e5e7eb;
}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 0;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.accordion-header:hover {
	background-color: #f9fafb;
}

.accordion-content {
	padding-left: 0.5rem;
	padding-bottom: 0.75rem;
	color: #4b5563;
	transition: max-height 0.4s ease-in-out;
}

.accordion-content li {
	padding: 0.25rem 0.5rem;
}

.accordion-content li {
	padding: 0.25rem 0.5rem;
}

.accordion-content li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: var(--brand-gold);
	transition: width 0.3s ease;
}

.accordion-content li a:hover:after {
	width: 100%;
}

.place-go-to>ul {
	padding: 0 35px;
}

/* .sidebar-box ul li {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #5e5e5e;
} */

/* .sidebar-box ul li i {
	height: 15px;
	color: #ea5b31;
	position: absolute;
	left: 0;
} */

/* .sidebar-box ul li span {
	height: 20px;
	width: 20px;
	background-color: #e1e1e1;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: gray;
} */

.sidebar-box ul li a {
	font-size: 16px;
	color: #404040;
	margin-bottom: 10px;
}

.blog-related {
	gap: 20px;
	margin-bottom: 20px;
}

.blog-related-img img {
	width: 220px;
	border-radius: 10px;
}

.blog-related-content a h3 {
	font-size: 22px;
	margin-bottom: 10px;
	color: black;
}

.blog-related-content .contet p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.read-more {
	font-size: 14px;
	font-weight: 500;
	color: #ea5b31;
}

.blog-related_title {
	font-size: 40px;
}

.register {
	background-color: #0d2b07;
	padding: 30px 40px;
	border-radius: 10px;
	margin: 40px 0px;
}

.register form {
	background-color: #fff;
	border-radius: 15px;
	padding: 1rem 0;
	margin-top: 10px;
}

.register form button {
	height: 100%;
	background-color: #ea5b31;
	border: none;
	border-radius: 100px;
	color: white;
	font-size: 14px;
	padding: 10px 35px;
}

.register h3 {
	font-size: 22px;
	color: white;
}

.register p {
	color: white;
	padding: 0px;
	margin-top: 5px;
}

.register form input {
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 100px;
	font-size: 14px;
	padding: 0 20px;
	min-height: 2.5rem;
}

.news-related-box img {
	width: 100px;
	margin-right: 10px;
}

.news-related ul li {
	padding-left: 0px;
}

.news-related ul li h4 {
	font-size: 17px;
	font-weight: 400;
	color: black;
	margin-bottom: 5px;
}

.news-related ul li .date {
	color: #acacac;
	font-size: 14px;
}

.list-coments .card {
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 1px 8px;
	border-radius: 10px;
}

.list-coments .header {
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	gap: 1rem;
	background-color: #fff;
}

.list-coments .header .image {
	height: 4rem;
	width: 4rem;
	border-radius: 9999px;
	object-fit: cover;
	background-color: #d2d3d4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-coments .athour-coment span {
	font-size: 14px;
	font-weight: 600;
}

.list-coments .stars {
	display: flex;
	justify-content: left;
	gap: 0.125rem;
	color: rgba(34, 197, 94, 1);
}

.list-coments .stars i {
	height: 2rem;
	width: 1em;
	color: #f3ab31;
}

.list-coments .name {
	margin-top: 0.25rem;
	font-size: 14px;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(0, 0, 0);
}

.list-coments .tabcontent p {
	color: #333;
	font-size: 16px;
	padding-top: 5px;
}

.blog-detail-desc h1 {
	font-size: 22px;
}

@media (max-width: 992px) {
	.sidebar-box ul {
		padding: 15px;
	}

	.blog-related-img img {
		width: 100px;
		border-radius: unset;
	}

	.blog-related-content .content {
		display: none;
	}

	.blog-related-content a h3 {
		font-size: 1rem;
		font-weight: 400;
		color: black;
		margin-bottom: 5px;
	}

	.blog-related_title {
		font-size: 24px;
	}

	.blog-detail-title {
		font-size: 25px;
		margin-bottom: 18px;
	}

	.register form .register-name {
		margin: 0px 10px;
	}

	.register {
		padding: 20px 25px;
	}
}

@media (max-width: 786px) {
	.register form {
		display: block;
	}

	.register form input {
		width: 100%;
		margin-bottom: 10px !important;
	}

	.register form .register-name {
		margin: 0px 0px;
	}

	.register form button {
		width: 100%;
	}
}

@media (max-width: 586px) {
	.blog-detail-list {
		flex-wrap: wrap;
	}
}

.table-of-content {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	display: table;
	margin-bottom: 40px;
	padding: 15px 20px;
	position: relative;
	width: auto;
	min-width: 70%;
}

.tabel-control span {
	width: 2.2rem;
	height: 1.875rem;
	direction: ltr;
}

.table-of-content .table-title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
	text-transform: uppercase;
	display: block;
}

.table-of-content ul li::before {
	counter-increment: li;
	content: counters(li, ".") ".";
	padding-right: 3px;
}

.tabel-control {
	float: right;
	position: absolute;
	font-size: 16px;
	padding: 0;
	border: 1px solid #999191;
	border-radius: 5px;
	cursor: pointer;
	left: unset;
	width: 35px;
	z-index: 99;
	top: 15px;
	right: 15px;
}

.table-content ul li,
.table-content ul li a {
	font-size: 14px;
	color: #464646;
	margin-bottom: 5px;
}

.table-of-content.expanded {
	min-width: unset;
	padding: 10px;
}

.table-of-content.expanded .table-title {
	display: none;
}

.table-of-content.expanded .tabel-control {
	float: right;
	position: relative;
	font-size: 16px;
	padding: 0;
	border: 1px solid #999191;
	border-radius: 5px;
	cursor: pointer;
	left: unset;
	width: 35px;
	z-index: 99;
	top: 0px;
	right: 0px;
}

.content p {
	padding: 0 0 10px 0;
}

.form-tags {
	padding: 0.8rem;
}

.form-tags a {
	display: inline-block;
	border: none;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	padding: 11px 16px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: var(--smoke-color);
	color: var(--title-color);
	border-radius: 4px
}

.form-tags a:hover {
	background-color: var(--brand-gold);
	color: var(--white-color) !important
}

.form-tags a:nth-child(n+6) {
	display: none;
}

.ot-comment-form {
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 40px;
	position: relative;
	background-color: var(--smoke-color);
	border-radius: 10px
}

.ot-comment-form .row {
	--bs-gutter-x: 20px
}

.ot-comment-form input {
	height: 3rem;
}

.ot-comment-form input,
.ot-comment-form textarea {
	background-color: var(--white-color)
}

.ot-comment-form .blog-inner-title {
	margin-bottom: 5px
}

.ot-comment-form .form-title {
	margin-top: -0.35em
}

.ot-comment-form .form-title a#cancel-comment-reply-link {
	font-size: 0.7em;
	text-decoration: underline
}

.ot-comment-form .form-text {
	margin-bottom: 25px;
	font-size: 16px
}

.ot-comment-form {
	padding: 40px
}

.ot-comment-form .form-group {
	margin-bottom: 20px;
	position: relative;
}

.ot-comment-form .form-group>i {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 1rem;
	font-size: 16px;
	color: #93a5be;
	right: calc((20px / 2) + 20px);
}

.ot-comment-form textarea {
	background-color: var(--white-color);
}

.ot-comment-form .ot-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--brand-gold);
	color: var(--white-color);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 1rem;
	border-radius: 5px;
}

.ot-comment-form .ot-btn:hover::before {
	height: 560%;
}

.ot-comment-form .ot-btn:before {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 600%;
	background-color: #1B4D31;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
	transform: translateX(-50%) translateY(-50%) rotate(60deg);
	z-index: -1;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
}

.ot-comment-form .ot-btn:hover {
	color: var(--white-color);
	transition: all ease 0.4s;
}

@media (min-width: 1300px) {
	.ot-comment-form {
		margin-right: 10px
	}
}

@media (max-width: 1399px) {
	.ot-comment-form {
		padding: 40px 20px
	}
}

@media (max-width: 991px) {
	.ot-comment-form {
		padding: 40px
	}
}

@media (max-width: 767px) {
	.ot-comment-form {
		padding: 40px 20px;
		--blog-space-x: 20px
	}
}



/* / */

.th-comments-wrap:has(#wp-temp-form-div) {
	padding: 0;
	box-shadow: none;
	display: none
}

.th-comments-wrap {
	border-radius: 0px
}

.th-comments-wrap {
	margin-top: var(--blog-space-y, 40px);
	margin-bottom: 30px
}

.th-comments-wrap.style2 .th-post-comment {
	border: 1px solid #E1E4E5;
	margin-bottom: 24px
}

.th-comments-wrap.style2 .children {
	margin-left: 0
}

.th-comments-wrap.style2 .commented-wrapp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
	gap: 10px 0;
	margin-bottom: 22px
}

.th-comments-wrap.style2 .commented-wrapp span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: var(--body-color);
	font-family: var(--body-font);
	position: relative;
	line-height: normal
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child) {
	padding-right: 16px;
	margin-right: 16px
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child):after {
	content: "";
	height: 10px;
	width: 1px;
	background-color: var(--body-color);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px
}

.th-comments-wrap.style2 .commented-wrapp span i {
	color: #FFA944
}

.th-comments-wrap.style2 .reply_and_edit i {
	color: #999999;
	font-size: 24px
}

.th-comments-wrap.style2 ul.comment-list .th-comment-item:last-child>.th-post-comment {
	border-bottom: 1px solid #E1E4E5
}

.th-comments-wrap .description p:last-child {
	margin-bottom: -0.5em
}

.th-comments-wrap .comment-respond {
	margin: 30px 0
}

.th-comments-wrap pre {
	background: #ededed;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}

.th-comments-wrap li {
	margin: 0
}

.th-comments-wrap .th-post-comment {
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding: 1rem;
	position: relative;
	background: var(--white-color);
	border-radius: 8px
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
	margin-bottom: 1rem
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
	margin-bottom: 0
}

.th-comments-wrap ul.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: -30px
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
	margin-bottom: 0
}

.th-comments-wrap .comment-avater {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	margin-right: 20px;
	overflow: hidden
}

.th-comments-wrap .comment-avater img {
	width: 100%
}

.th-comments-wrap .comment-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: -6px;
	position: relative
}

.th-comments-wrap .commented-on {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 24px;
	font-family: var(--body-font);
	color: var(--body-color);
	margin-bottom: 0
}

.th-comments-wrap .commented-on i {
	color: var(--theme-color);
	margin-right: 7px;
	font-size: 0.9rem
}

.th-comments-wrap .name {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px
}

.th-comments-wrap .comment-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.th-comments-wrap .text {
	margin-bottom: -0.4rem
}

.th-comments-wrap .children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
	margin-top: 0px;
	margin-bottom: -0.46em;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

@media (max-width: 575px) {
	.th-comments-wrap .reply_and_edit {
		position: relative;
		margin-top: 12px
	}
}

.th-comments-wrap .reply_and_edit a {
	margin-right: 10px
}

.th-comments-wrap .reply_and_edit a:last-child {
	margin-right: 0
}

.th-comments-wrap .reply-btn {
	font-weight: 500;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	display: inline-block;
	color: var(--title-color);
	text-transform: uppercase
}

.th-comments-wrap .reply-btn i {
	margin-right: 7px
}

.th-comments-wrap .star-rating {
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 80px
}