/* Header */
.axil-header .col-6 {
	overflow: hidden;
}
.axil-header .logo {
	padding: 10px 0;
}
.axil-header .logo a img {
	max-height: 56px;
}
.header .logo:before {
	content: "";
	position: absolute;
	left: -665px;
	top: -180px;
	width: 220px;
	height: 15px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: searchLights 1.5s ease-out 1s infinite;
	-o-animation: searchLights 1.5s ease-out 1s infinite;
	animation: searchLights 1.5s ease-out 1s infinite;
	z-index: 10;
}
.mainmenu-nav ul.mainmenu > li > a {
	color: var(--color-body);
	text-transform: uppercase;
}
@keyframes searchLights {
	0% {
		left: -100px;
		top: 0
	}

	to {
		left: 250px;
		top: 0
	}
}
@media only screen and (max-width: 1199px) {
	.axil-header.header-style-1 {
		padding: 0px 20px 0px 20px;
	}
}
@media (min-width: 576px) {
	.search-bar {
		display: flex !important;
		align-items: center;
		justify-content: end;
		gap: 15px;
	}
}

.mobile-search-wrapper {
	justify-content: flex-start;
	gap: 10px;
}

.popup-mobilemenu-area .inner .mobile-menu-top .mobile-close i {
	font-weight: 900;
}
.tab-viewmore {
	margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}
.tab-viewmore i {
	font-size: 14px;
}
/* Post Latest Stories */
.storie-post {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.storie-post img {
	width: 100%;
	border-radius: 16px!important;
	object-fit: cover;
	height: 100% !important;
}

.storie-post .content-wrapper {
	background-image: linear-gradient(
		to top,
		hsla(0, 0%, 7%, 0.8) 0%, 
		hsla(0, 0%, 7%, 0) 100%
		);
	position: absolute;
	padding: 2rem;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	display: flex;
	align-items: flex-end;
}
.storie-post .content-storie-post {
	padding-bottom: 2rem;
}
.storie-post .content-storie-post p {
	margin: 0;
	color: #ffffff;
}
.storie-post .content-storie-post .storie-category {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .05em;
	max-width: max-content;
}
.storie-post .content-storie-post h3 {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.3;
	color: #ffffff;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.storie-post .content-storie-post .post-meta-list li{
	color: #ffffff;
	font-size: 14px;
}
.storie-post .content-storie-post .storie-excerpt {
	font-size: 16px;
	margin-top: 1rem;
}
.post-latest-stories {
	padding: 0;
	margin: 0;
}

.post-latest-stories li{
	margin-top: 0
}
.post-latest-stories li article{
	height: 140px;
	padding: 1rem;
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #F0F7FC;
	border: 1px solid #E0EEFA;
	border-radius: 10px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.post-latest-stories li article:last-child {
	margin-bottom: 0;
}
.post-latest-stories li .article-img {
	flex-shrink: 0;
	margin-right: 20px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
}
.post-latest-stories li a {
	color:  var(--color-body);
}

.post-latest-stories li .article-img img {
	height: 100%!important;
	width: 100%;
	object-fit: cover;
}
.wrapper-storie-post .axil-slick-arrow {
	bottom: -60px!important;
}

.axil-slick-arrow .slide-arrow {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.axil-slick-arrow .slide-arrow i{
	font-size: 18px;
}

.qb-section .section-title {
	margin-bottom: 0;
}
.qb-section .btn-outline-primary {
	border-radius: 9999px;
	border-width: 1px;
	opacity: 1;
	border-color: rgb(194 194 194);
	padding: .5rem 1.25rem;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	color: #000000;
}
.qb-section .btn-outline-primary:last-child {
	margin-right: 0!important;
}
.qb-section .btn-outline-primary:hover {
	color: #ffffff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

/* Category List Carousel */
h2.title {
	margin-bottom: 0;
}

/* Grid style two */
.half-carousel .card {
	width: 340px; /* Set a fixed width for each card */
	margin-right: 2rem;
	margin-bottom: 20px;
	border:none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
.half-carousel .card a {
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
}
.half-carousel .card img{
	width: 100%;
	display: block;
	border-bottom: 1px solid #eee;
	border-radius:10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 250px;
	object-fit: cover;
}

.half-carousel .card .card-body {
	padding: 20px;
	min-height: 200px;
}

.half-carousel .card .card-body .card-title {
	line-height: 1.2em;
}
.half-carousel .card ul.post-meta-list li {
	font-size: 14px;
	padding: 5px 0
}
.half-carousel .card .card-body .card-text {
	line-height: 1.4em;
	font-size: 16px;
}


/* Single Page Post */
.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
	margin-top: 10px;
}
.post-content .axil-breadcrumb li a,
.post-content .axil-breadcrumb li.item-current span {
	color: #ffffff;
}
.post-content .axil-breadcrumb li.separator::after {
	background: #ffffff;
}
.banner-single-post.post-formate.post-standard .post-content {
	padding: 40px 60px;
}
.widget-title {
	text-transform: uppercase;
}
ul li {
	color: #000000;
}
.content-block .post-content .title a {
	transition: var(--transition);
}
.content-block:hover .post-content .title a {
	background-size: 0;
	color: var(--color-primary);
}
.wp-video {
	margin-bottom: 20px;
    width: 100% !important;
}
.wp-video-shortcode {
	width: 100%;
}
.post-layout-3 {
	height: 550px;
}
.post-layout-3::before {
	opacity: 0.8;
}
.banner-single-post .axil-breadcrumb {
    margin-top: 0;
}
.banner-single-post .breadcrumb-wrapper li,
.post-content .axil-breadcrumb li a, .post-content .axil-breadcrumb li.item-current span {
    font-size: 13px;
}
ul.post-meta-list li {
	font-size: 14px;
}
.banner-single-post.post-formate.post-standard .post-content ul.post-meta-list li {
    color: #ffffff;
}
/* Main category post */
.featured-posts-section {
    margin-top: 50px;
}
.featured-posts-section .card-img-top {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.featured-posts-section .content-wrap {
    background: linear-gradient(transparent 35%, var(--grad-color, rgba(0, 0, 0, 0.7)) 100%);
    opacity: 0.9;
    z-index: 2;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.featured-posts-section .card:hover .card-img-top {
    transform: scale(1.06);
}

.featured-posts-section .card:hover .card-body {
    opacity: 1;
}
.featured-posts-section .badge {
    font-size: 0.875rem;
    padding: 0.5em 1em;
    background-color: var(--primary-color, #007bff);
    color: #fff;
}

.featured-posts-section .card-title a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.featured-posts-section .card-title a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.featured-posts-section .card-text {
    color: #ddd;
    font-size: 0.875rem;
}
.featured-posts-section .col-lg-4 .card {
    max-height: 235px;
}

.featured-posts-section .col-lg-8 .card {
    max-height: 482px;
}
.post-stories .post-thumbnail a img,
.storie-post  img,
.post-latest-stories li .article-img img {
	transition: 0.5s;
}
.post-stories:hover .post-thumbnail a img,
.storie-post:hover img,
.post-latest-stories article:hover img {
	transform: scale(1.1);
}

.axil-single-widget, .widget-sidebar {
	background: none;
	padding: 0;
}
.post-pagination {
	padding-bottom: 30px;
}
.content-block.post-list-view .post-content {
	border: none;
}
.content-block.post-list-view:hover .post-content {
    box-shadow: none;
    background: none;
    border: none;
}
.content-block.post-list-view {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .06);
    border-radius: 10px;
}
.content-block.post-list-view .post-thumbnail {
	height: 215px;
	margin-right: 0;
}
.content-block.post-list-view .post-content .post-meta-wrapper {
	margin: 10px 0;
}
.content-block.post-list-view .post-content .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
}
.post-content .post-cat .post-cat-list a {
    background-color: var(--color-primary);
    font-weight: 600;
    letter-spacing: 0.06em;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.post-content .post-cat .post-cat-list a.hover-flip-item-wrapper span::after {
    color: #ffffff!important;
}

.hover-flip-item span:after, .hover-flip-item span:before {
    color: #ffffff;
}
.reply .hover-flip-item span:after {
	color: var(--color-heading);;
}
.post-content .post-cat .post-cat-list {
	margin: 0;
}
.content-block.post-list-view .post-content .excerpt {
    color: #474747;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
}
.content-block.post-list-view .post-thumbnail .post-cat {
	position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    font-weight: 500;
}
.content-block.post-list-view .post-thumbnail .post-cat .post-cat-list {
	height: auto!important;
}
.content-block a.hover-flip-item-wrapper {
	display: flex!important;
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 10px;
    color: #ffffff;
    padding: 7px 11px;
    font-size: 12px;
}
.content-block a.hover-flip-item-wrapper:before {
	border-radius: 100%;
    content: "";
    display: inline-block !important;
    height: 6px;
    margin-right: 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 6px;
    z-index: 2;
    border: 1px solid #ffffff;
}
.content-block a.hover-flip-item-wrapper:hover:before {
    background-color: #ffffff;
}
.card-body .post-cat {
	max-width: max-content;
	margin-bottom: 15px;
}
.featured-posts-section .post-meta-list li {
	color: #ffffff;
}
#post-wrapper #loading-icon {
    margin-bottom: 20px;
}
/* Single services post */
.service-info {
	background-color: #8BC34A;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	border-radius: 5px;
	color: #ffffff;
}

.service-info .star-ratings-css {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 25px;
	width: 125px;
	margin-top: -12px;
	position: relative;
	padding: 0;
	text-shadow: 0px 1px 0 #a2a2a2;
	overflow: hidden;
	display: inline-table;
}
.service-info .star-ratings-css-top {
	color: #e7711b;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100px;
}
.service-info .star-ratings-css-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}
.service-info a {
	color: #ffffff;
}
.services-search-widget #services-search-input {
	width: 100%;
	border: 1px solid #DDD;
	padding: 8px;
	font-size: 16px
	font-weight: normal;
}
#services-filters .form-check {
	padding-left: 0;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 8px;
}
#services-filters .form-check label {
	cursor: pointer;
	line-height: 1;
	font-size: 16px;
	display: inline-block;
	padding-left: 0;
}
#services-filters .form-check label:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	vertical-align: bottom;
	background-color: #fff;
	border: 1px solid #05073C;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: transparent;
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	top:0;
	position: relative;
}

#services-filters input[type="checkbox"]:checked + label:before {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}

#services-filters .form-check label:after {
	display: none;
}
#services-filters h5 {
	font-weight: 500;
	margin: 20px 0 15px 0;
	font-size: 18px;
	text-transform: capitalize;
}
.service-item h3{
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.service-item {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
	border:none;
	border-radius: 10px;
}
.service-item img {
	border-radius: 10px!important;
	border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
	height: 200px!important;
}

.service-item p {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 6px;
}

.services-search-widget #load-more-btn,
.load-more-container #load-more {
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 10px 45px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.services-search-widget svg.loading {
	display: block;
	margin: 0 auto;
}
#search-results-count {
	font-size: 16px;
	color: #4e4e4e;
}
.slick-slide.service-card {
    margin-right: 2rem;
}

.service-card a {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.service-card img {
    width: 100%;
    height: 255px!important;
    object-fit: cover;
}

.service-card .card-body {
    margin: 2rem;
    padding: 0;
    min-height: 160px;
}

#related-services-slider .service-card .card-body {
    min-height: auto;
}

.service-card .card-title {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.2;
}

.service-card .card-text {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.4;
}
/* Bookmark */
.header-bookmark,
.header-bookmark-sm {
	position: relative;
	display: inline-block;
}
.mobile-search-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.bookmark-icon,
.bookmark-icon-sm {
	position: relative;
	font-size: 20px;
	cursor: pointer;

}

.bookmark-icon .bookmark-count,
.bookmark-icon-sm .bookmark-count {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: red;
	color: #ffffff;
	border-radius: 50%;
	padding: 2px 5px;
	font-size: 12px;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bookmark-dropdown {
	display: none;
	position: absolute;
	right: -50px;
	background-color: white;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	min-height: 195px;
	width: 375px;
	z-index: 10;
	margin-right: -1px;
	top: calc(100% - 5px);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	border-radius: 10px;
}

.bookmark-list {
	height: 100%;
	padding: 15px;
}

.bookmark-list p {
	padding: 60px 0;
	margin-bottom: 0;
	text-align: center;
}

.bookmark-item {
	display: flex;
	align-items: center;
}

.bookmark-item:not(:last-child) {
	margin-bottom: 15px;
}

.bookmark-item .bookmark-img {
	height: 80px;
	max-height: 80px;
	max-width: 80px;
	min-height: 80px;
	min-width: 80px;
	width: 80px;
	position: relative;
}

.bookmark-item .bookmark-img img {
	border-radius: 10px;
}

.bookmark-item img {
	object-fit: cover;
	height: auto;
	width: 100%;
}

.bookmark-item h4 {
	margin: 0;
	font-size: 14px;
}

.remove-bookmark {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	height: 25px;
	left: 5px;
	top: 5px;
	width: 25px;
	position: absolute;
	border-radius: 100px;
	z-index: 50;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.bookmark-item:hover .remove-bookmark {
	opacity: 1;
}

.remove-bookmark i {
	font-size: 13px;
	font-weight: normal;
}

.remove-bookmark:hover {
	background-color: rgba(0,0,0,0.7);
}

.bookmark-button {
	background: none;
	cursor: pointer;
	border: 1px solid #ffffff;
	height: 35px;
	max-height: 35px;
	max-width: 35px;
	min-height: 35px;
	min-width: 35px;
	width: 35px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bookmark-button:hover {
	border: 1px solid hsla(0, 0%, 100%, .4);
}

.bookmark-button i {
	color: #ffffff;
	font-size: 16px;
}

.bookmark-button i.fas {
	color: #ffffff; /* Màu cho biểu tượng đã bookmark */
}

.bookmark-button:hover i {
	color: #ffffff; /* Màu khi hover */
}
.axil-section-gapBottom .bookmark-button i {
	color: #666666;
}
.axil-section-gapBottom .bookmark-button {
	border: none;
}

.axil-section-gapBottom .bookmark-button:hover {
	border: none;
}

.axil-section-gapBottom .bookmark-button:hover i {
	color: #000000;
}

.axil-section-gapBottom .bookmark-button i.fas {
	color: #000000;
}

.pagination-header {
	display: flex;
	justify-content: space-between; /* Đặt tiêu đề và phân trang trên cùng 1 hàng */
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(152, 152, 152, 0.2);
	padding: 15px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagination-horizontal {
	min-width: 55px;
	text-align: center;
	pointer-events: none;
	font-size: 14px;
}

.pagination button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	background-color: rgba(152, 152, 152, 0.2);
	border-radius: 100px;
	height: 25px;
	min-width: 25px;
	width: 25px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.pagination button:hover {
	background-color: var(--color-primary);
	color: #ffffff;
}

.pagination button i {
	font-size: 12px;
	font-weight: normal;
}
.pagination-horizontal span {
	margin: 0 4px;
}

.see-all-bookmarks {
	padding: 5px 15px;
	text-align: center;
	border-top: 1px solid rgba(152, 152, 152, 0.2);
	font-size: 16px;
}

.see-all-bookmarks a {
	color: var(--color-body);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}

.see-all-bookmarks:hover a {
	color: var(--color-primary);
}

.bookmark-dropdown .pagination-header h6 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.bookmark-dropdown .pagination button:disabled {
	color: #ccc;
	cursor: not-allowed;
	background: transparent;
}
.loading-icon-container {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	left: -3px;
}
.loader {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	vertical-align: middle;
	fill: #ffffff;
	opacity: .5;
}
.axil-section-gapBottom .loader {
	fill: #000000;
}
body.active-dark-mode .bookmark-dropdown {
	background: #212121;
}
@media (max-width: 480px) {
	.bookmark-dropdown {
		right: 0;
		left: -40px;
	}
}
/* User bookmarks page */

.bookmark-item-grid {
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.2s;
	position: relative;
}

.bookmark-item-grid:hover {
	transform: translateY(-5px); /* Hiệu ứng hover */
}

.bookmark-img-grid {
	position: relative;
}

.bookmark-img-grid .bookmark-category {
	left: 30px;
	position: absolute;
	top: 30px;
	background-color: var(--color-primary);
	border-radius: 10px;
	color: #ffffff;
	padding: 7px 11px;
}

.bookmark-img-grid .bookmark-category:before {
	border: 1px solid #ffffff;
}

.bookmark-img-grid .bookmark-category:hover:before {
	background-color: #ffffff;
}

.bookmark-img-grid img {
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.bookmark-item-grid h4 {
	font-size: 16px;
	margin: 10px;
}


.bookmark-content {
	padding: 0 10px;
}
.entry-content .all_items_item_inner {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
	margin-bottom: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bookmark-category {
	font-size: 12px;
	color: var(--color-primary);
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 500;
}
.bookmark-category:before {
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 6px;
	margin-right: 5px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	width: 6px;
	z-index: 2;
	border: 1px solid var(--color-primary);
}
.bookmark-category:hover:before{
	background-color: var(--color-primary);
}
.bookmark-item-grid .post-content {
	padding: 20px;
}

.bookmark-item-grid h4 {
	font-size: 16px;
	margin: 10px 0;
}

.bookmark-item-grid .bookmark-excerpt {
	font-size: 14px;
	color: #777;
	margin-bottom: 0;
}

/* Custom Post with Elementor */
.post-grid-one-update .axil-video-post-area.axil-section-gap {
	padding: 30px 0;
}

.post-grid-one-update  .content-block.post-default .post-content {
	margin-top: 20px;
}

.large-post-style {
	position: relative;
	z-index: 1;
	color: #fff;
	min-width: -moz-fit-content;
	min-width: fit-content;
	max-width: 75vw;
	border-radius: .75rem;
	background-color: #eee;
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.large-post-style a:not(h4 a) {
	display: block;
	background: linear-gradient(-180deg, transparent 50%, rgba(0, 0, 0, .49) 100%);
	position: relative;
	overflow: hidden;
	border-radius: .75rem;
	max-width: 75vw;
}

.large-post-style a img {
	width: 370px;
	height: 518px;
	object-fit: cover;
	position: relative;
	z-index: -1;
}
.large-post-style .item-text-wrapper {
	position: absolute;
	width: 100%;
	bottom: 5.5rem;
}
.large-post-style .item-text-wrapper h4 {
	width: 90%;
	margin: auto auto 0;
	margin-top: .5rem;
	text-align: center;
	color: #ffffff;
	line-height: 1.2em;
	font-weight: 500;
}
.content-block.large-post-style img {
	transition: 0.5s;
}
.content-block.large-post-style:hover img {
	transform: scale(1.1);
}
/* Slick slider arrows custom style */
.slick-prev, .slick-next {
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	border: none;
	font-size: 1.5rem;
	height: 40px;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.slick-prev:hover, .slick-next:hover {
	background-color: #444;
}

/* Keep the arrows centered */
.slider-arrows {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	gap: 10px;
	justify-content:left;
	align-content:center;
}

.card,
.latest-event .wrap-card {
	border-radius: 10px;
}
.card img,
.latest-event .wrap-card img {
	transition: 0.5s;
}
.card a,
.latest-event .wrap-card {
	overflow: hidden;
}
.card:hover img,
.latest-event .wrap-card:hover img {
	transform: scale(1.1);
}
.half-carousel .slick-list  {
	overflow: visible;
	-webkit-clip-path: inset(0 -100% 0 0);
	clip-path: inset(0 -100% 0 0);
}
/* Set the height of the images */
.slick-slider .card img {
	width: 100%;
	object-fit: cover;
}

body:not(.single) .main-content {
	overflow-x: hidden; /* Prevent horizontal scroll on the body */
}

.axil-categories-list-carousel .header {
	margin-bottom: 20px;
	position: relative;
}

.axil-categories-list-carousel .header h1 {
	font-weight: 800;
	font-size: 3rem;
	margin: 5px -5px 15px;
}

.axil-categories-list-carousel .header span {
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #471aa0;
}

.axil-categories-list-carousel .header p {
	max-width: min(40ch, 100% - 2rem);
	line-height: 1.6;
	color: #565656;
	margin-bottom: 0;
}

/* Container for slick arrows */
.slick-arrows {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
}

.slick-arrow {
	border: 0 none;
	width: auto;
	outline: none;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 1px solid #878787;
	border-radius: 100%;
	z-index: 2;
	color: #000000;
	font-size: 25px;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

.slider .item {
	width: 100%;
	height: 400px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 20px; /* Add spacing between items */
}

.slick-slide:last-child {
	margin-right: 0;
}

.slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 28px 25px;
	color: #fff;
	background: linear-gradient(
		0deg,
		#020024 0%,
		#000032a1 3%,
		#17d9ff00 100%
		);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.slider .overlay span {
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 60px;
	padding: 10px 20px;
	display: inline-block;
}

.slider .overlay h2 {
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 2rem;
}
.slider .overlay p {
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
.item img {
	transition: 0.5s;
}

.item:hover img {
	transform: scale(1.1);
}

/* Ensure correct spacing inside slick-track */
.categories-activation1 .slick-track {
	display: flex;
}


/* Tan hoa */
.tanhoanews-postbox .big-post{
	margin-top: 50px;
}
.tanhoanews-postbox .big-post img{
	border-radius: 20px;
}
.tanhoanews-postbox .tanhoanew-postlist{
	border: 1px solid #838383;
	padding: 50px 15px 20px;
}
.tanhoanews-postbox .tanhoanew-postlist .tanhoanew-postlist__item{
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-bottom: 35px;
}
.tanhoanew-postlist .tanhoanew-postlist__thumb img{
	min-width: 135px;
	border-radius: 10px;
	height: 135px;
	object-fit: cover;
}
.tanhoanew-postlist .tanhoanew-postlist__content h4{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 12px;
	color: #fff;
}
.tanhoanew-postlist .tanhoanew-postlist__content h4 a{
	color: #fff;
}
.tanhoanew-postlist .tanhoanew-postlist__content p{
	color: #D0C8C8;
}
.tanhoanew-postlist .tanhoanew-postlist__loadmore{
	width: 100%;
	display: block;
	padding: 20px;
	text-align: center;
}
.tanhoanew-postlist .tanhoanew-postlist__loadmore i{
	width: 30px;
	height: 30px;
	font-size: 50px;
	color: #ffffff;
}
.tanhoanew-postlist .tanhoanew-postlist__loadmore i::before, .tanhoanew-postlist .tanhoanew-postlist__loadmore i::after{
	border-color: #999;
}
.hidden-mobile {
	display: none;
}

.hidden-desktop {
	display: none;
}

.hidden-desktop-fx {
	display: none;
}

.tanhoanews-postbox .slick-arrows-container {
	text-align: center;
}
.tanhoanews-postbox .slick-arrow i {
	color: #ffffff;
}

/* Travel Product */
.travel-product-filter__controll{
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.travel-product-filter__controll li{
	margin: 0;
	text-align: center;
	border: 2px solid #999;
	border-radius: 15px;
	font-size: 24px;
	line-height: 1.7;
	cursor: pointer;
	color: #221D1D;
	font-family: 'Bai Jamjuree';
	font-weight: 500;
	background: #fff;
	transition: linear all .1s;
}
.travel-product-filter__controll li.on, .travel-product-filter__controll li:hover{
	background: #1D2C7B;
	border-color: #1D2C7B;
	color: #fff;
}
.travel-product-filter__grid{
	text-align: center;
}
.travel-product-filter__grid .travel-product-filter__wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	padding: 80px 30px;
	text-align: center;
}
.travel-product-filter__grid .travel-product-filter__loadmore{
	color: #fff;
	background: #1D2C7B;
	font-size: 26px;
	font-family: 'Bai Jamjuree';
	line-height: 1;
	padding: 8px 32px;
	border-radius: 10px;
	border: 2px solid #1D2C7B;
	transition: linear all .1s;
}
.travel-product-filter__grid .travel-product-filter__loadmore:hover{
	background: #fff;
	color: #1D2C7B;
}
.travel-product-filter__grid .travel-product-filter__item .travel-product-filter__featured img{
	border-radius: 10px;
	max-height: 270px;
	width: 100%;
}
.travel-product-filter__grid .travel-product-filter__item{
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: left;
}
.travel-product-filter__grid .travel-product-filter__content{
	position: relative;
	border: 2px solid #bfbfbf;
	border-radius: 5px;
	padding: 10px 15px;
}
.travel-product-filter__grid .travel-product-filter__content h4{
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	color: #1C1919;
	padding-right: 25px;
}
.travel-product-filter__grid .travel-product-filter__content .travel-product-filter__description{
	font-family: 'Bai Jamjuree';
	font-size: 20px;
	color: #1C1919;
}
.travel-product-filter__grid .travel-product-filter__content .travel-product-filter__blankurl{
	position: absolute;
	top: 8px;
	right: 5px;
}
.travel-product-filter__footer{
	text-align: center;
}

.qb-hide {
	display: none !important;
}
/* Đảm bảo rằng phần tử loading được căn giữa trong vùng bao bọc */
.travel-product-filter__wrap .loading {
	position: absolute;
	top: 50%;  /* Căn giữa theo trục Y */
	left: 50%; /* Căn giữa theo trục X */
	transform: translate(-50%, -50%);  /* Di chuyển phần tử về chính giữa */
	display: inline-block;
}

.travel-product-filter__wrap {
	position: relative; /* Thiết lập vị trí tương đối để căn chỉnh phần tử con */
	min-height: 200px;  /* Đảm bảo chiều cao đủ lớn để chứa loading icon */
}

/* Single Post */
.banner-single-post.post-formate .content-block .post-thumbnail img {
	width: 100%;
	object-fit: cover;
	height: 445px;
}
.related-post .post-cat {
    width: max-content;
    position: absolute;
    top: 30px;
    left: 30px;
}
#comment-list .comment-title {
	line-height: 25px;
    font-size: 16px;
    margin-bottom: 0 !important;
}
/* Footer */
.axil-footer-area.axil-default-footer {
    background-color: #0F0F11;
}
.axil-default-footer .footer-mainmenu {
    padding: 50px 0 50px 0;
}
.axil-footer-area .footer-widget-item {
    margin-bottom: 0px;
}
.footer-mainmenu .widget_text p {
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.axil-default-footer .footer-top {
    display: none;
}
.content-block.post-medium {
    align-content: center;
}
.footer-widget-item h5,
.footer-widget-item .content-block a,
.footer-widget-item ul:not(.social-icon) li a {
    color: #ffffff!important;
}

.footer-widget-item h5:hover,
.footer-widget-item .content-block a:hover,
.footer-widget-item ul:not(.social-icon) li a:hover {
    color: var(--color-primary)!important;
}
ul.social-icon {
	margin-top: 20px;
}
/* Sticky social and sidebar */
.sidebar-inner, .sticky-social {
    position: sticky;
    top: 30px;
    z-index: 7;
    transition: top .2s ease;
    will-change: top;
}
.post_sw {
    -webkit-flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    text-align: center;
}
.axil-more-stories-area {
    position: relative; /* Footer should be positioned relatively to stop sticky */
}
.post_content_w {
    width: 100%;
    display: flex;
    gap: 30px; 
}
.axil-post-details {
    width: 90%;
    max-width: 100%;
    flex-grow: 1;
    display: block;
    text-align: justify;
}
.qb-share {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}
.qb-share span:first-child {
	font-size: 20px;
}
.qb-share span:last-child {
	font-size: 16px;
    font-weight: 500;
}
.sticky-social .social-button {
    display: block;
    margin: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.sticky-social .social-button i {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}

.sticky-social .social-button:hover {
    transform: scale(1.1);
}

.sticky-social .social-button.facebook { background-color: #3b5998; color: #fff; }
.sticky-social .social-button.twitter { background-color: #00acee; color: #fff; }
.sticky-social .social-button.pinterest { background-color: #E60023; color: #fff; }
.sticky-social .social-button.linkedin { background-color: #0077b5; color: #fff; }
.sticky-social .social-button.whatsapp { background-color: #25D366; color: #fff; }
/* Reading bar */
progress {
  width: 100%;
  position: fixed;
  height: 5px;
  appearance: none;
  background-color: transparent;
  border: none;
  z-index: 10
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
 	background-color: var(--color-primary);
    background-image: linear-gradient(to right, rgb(122,220,180) 0%, rgb(0,208,130) 100%);
}

progress::-moz-progress-bar {
  	background-color: var(--color-primary);
    background-image: linear-gradient(to right, rgb(122,220,180) 0%, rgb(0,208,130) 100%);
}
@media only screen and (max-width: 1366px) {
	.travel-product-filter__grid .travel-product-filter__item .travel-product-filter__featured img {
		border-radius: 10px;
		object-fit: cover;
		width: 100%;
		height: 270px;
	}
	/*.travel-product-filter__featured{
		max-height: 220px;
	}*/
	.travel-product-filter__grid .travel-product-filter__wrap{
		gap: 40px;
	}
	.mainmenu-nav ul.mainmenu > li > a {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1200px){
	.travel-product-filter__controll li{
		font-size: 20px;
	}
	.travel-product-filter__grid .travel-product-filter__wrap{
		padding: 30px 0;

	}
	.travel-product-filter__grid .travel-product-filter__loadmore{
		font-size: 18px;
	}

}

@media only screen and (max-width: 1106px){
	.travel-product-filter__controll li{
		font-size: 20px;
	}
	.travel-product-filter__grid .travel-product-filter__wrap {
		gap: 30px;
		padding: 40px 20px;
	}
}
@media (max-width: 991px){
	.scrollmenu.menu-tab {
		display: block;
		background: transparent;
		overflow-y: hidden;
		overflow-x: scroll;
		width: 100%;
		position: relative;
		z-index: 2;
		margin: 0;
	}
	.scrollmenu.menu-tab .axil-tab-button {
		display: block;
		overflow: hidden;
		margin: 12px 0 10px 5px;
		background: #fff;
		width: 1000px;
	}
	.scrollmenu .axil-tab-button .nav-item {
		display: inline-block;
	}
	.scrollmenu.menu-tab::-webkit-scrollbar-thumb {
		background-color: #dddddd;
		border-radius: 10px;
	}

	.scrollmenu.menu-tab::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
}
@media only screen and (max-width: 820px){
	.wrapper-storie-post .col-lg-7 {
		margin-bottom: 20px;
	}
	.banner-single-post.post-formate .content-block .post-thumbnail img {
		height: auto;
	}
}


@media only screen and (max-width: 768px){
	.tanhoanew-postlist .tanhoanew-postlist__thumb img{
		width: 100%;
	}
	.tanhoanews-postbox .tanhoanew-postlist .tanhoanew-postlist__item{
		flex-direction: column;
		margin-bottom: 25px;
	}
	.tanhoanews-postbox .tanhoanew-postlist {
		padding: 20px 10px 15px;
	}
	.travel-product-filter__controll {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.travel-product-filter__grid .travel-product-filter__wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
		padding: 30px 0px;
	}
	.travel-product-filter__grid .travel-product-filter__content h4, .travel-product-filter__grid .travel-product-filter__loadmore {
		font-size: 18px;
	}
	.travel-product-filter__grid .travel-product-filter__content .travel-product-filter__description {
		font-size: 16px;
	}
	.travel-product-filter__grid .travel-product-filter__item .travel-product-filter__featured img {
		max-height: 290px;
		width: 100%;
		object-fit: cover;
	}
	.travel-product-filter__controll li {
		font-size: 20px;
	}
	.travel-product-filter__grid .travel-product-filter__item {
		gap: 5px;
	}
	.travel-product-filter__grid .travel-product-filter__content {
		margin-top: 80px;
	}
	.hidden-mobile {
		display: block;
	}
	.storie-post .content-storie-post .storie-excerpt {
		display: none;
	}
	.storie-post .content-storie-post h3 {
		font-size: 16px;
	}
	.storie-post .content-storie-post {
		padding-bottom: 0rem;
	}
	.axil-categories-list-carousel .header {
		margin-bottom: 0;
	}
	.slick-arrows {
		margin-bottom: 20px;
	}
	.axil-categories-list-carousel .slider .item {
		margin-right: 0;
	}
	.slider-arrows {
		justify-content: right;
	}
	.half-carousel .card {
		margin-left: 0.4em;
	}
	.copyright-area .copyright-left {
		justify-content: center;
	}
	.copyright-area .col-lg-4.col-sm-12 {
		display: flex;
    	justify-content: center;
	}
	.footer-mainmenu .widget_text p {
		line-height: 2rem;
    	margin-bottom: 0;
	}
	.post_sw {
		display: none;
	}
	.main-content {
		overflow: hidden;
	}
	.post-layout-3 {
        padding: 20px;
    }
    .post-layout-3::before {
		opacity: 0.5;
	}
}
@media (min-width: 769px) {
	.hidden-desktop {
		display: block;
	}
	.hidden-desktop-fx {
		display: flex;
		justify-content: end;
	}
}
/* Responsive adjustments */
@media (max-width: 600px) {
	.axil-categories-list-carousel h1 .tanhoanew-postlist {
		font-size: 2.5rem;
	}
	/*	.slider .item {
			height: 320px;
	}*/
}
@media only screen and (max-width: 480px){
	.travel-product-filter__grid .travel-product-filter__content {
		margin-top: 50px;
	}
	.banner-single-post.post-formate.post-standard .post-content {
		padding: 0px;
		padding-bottom: 20px;
	}
	.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
		margin-bottom: 0;
		border:none;
		padding-bottom: 0;
	}
	.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper .social-share-transparent {
		padding-bottom: 0;
	}
	.banner-single-post .breadcrumb-wrapper {
    	display: none;
	}
}
