﻿/* ----------------------------------------------------------------
	Canvas: Demo News
	Version: 1.1
-----------------------------------------------------------------*/

/* Customized Colors */
:root {
	--cnvs-themecolor: #FF8600;
	--cnvs-themecolor-rgb: 255, 134, 0;
	--cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-secondary-font: var(--cnvs-body-font);
	--cnvs-color-travel: #6F42C1;
	--cnvs-color-tech: #007BFF;
	--cnvs-color-fashion: #E83E8C;
	--cnvs-color-sports: #DC3545;
	--cnvs-color-lifestyle: #13A774;
	--cnvs-color-food: #17A2B8;
	--cnvs-color-market: #FFC107;
	--cnvs-color-light: #F8F9FA;
	--cnvs-color-dark: #343A40;
	--text-large: 1.25rem;
	--text-medium: 1rem;
	--text-small: 0.875rem;
	--text-tiny: 0.75rem;
	--color-white: #ffffff;
	--color-primary-p10: #1a38b4;
	--color-primary-p99: #f9fbff;
	--color-secondary-10s: #22005d;
	--color-neutral-variant-80: #c9c5c6;
	--color-red-a-100: #b3261e;
	--color-text-primary: #333333;
	--color-text-surface-n10: #1d1b20;
	--color-border-primary: #c9c5c6;
	/* define component color */
	--color-bg-default: var(--color-white);
	--color-bg-secondary: var(--color-primary-p99);
	--color-text-dropdown: var(--color-primary-p10);
	--color-nav-text: var(--color-primary-p10);
	--color-nav-text-hover: var(--color-white);
	--color-button-primary: var(--color-white);
	--color-bg-button-primary: var(--color-primary-p10);
	--color-button-hover-primary: var(--color-primary-p10);
	--color-bg-button-hover-primary: var(--color-white);
	--color-button-outline-primary: var(--color-primary-p10);
	--color-bg-button-outline-primary: var(--color-primary-p99);
	--color-button-outline-hover-primary: var(--color-primary-p10);
	--color-bg-button-outline-hover-primary: var(--color-white);
	--color-input-placeholder: var(--color-neutral-variant-80);
	--color-bg-box: var(--color-primary-p99);
}

#header {
	/*--cnvs-primary-menu-font-size: 0.75rem;*/
	--cnvs-primary-menu-tt: uppercase;
	/*--cnvs-primary-menu-font-weight: 600;*/
	--cnvs-primary-menu-font-weight: 700;
	--cnvs-primary-menu-font-size: 0.875rem;
	--cnvs-primary-menu-submenu-font-size: 0.8125rem;
	--cnvs-primary-menu-font: 'Roboto', sans-serif;
	--cnvs-primary-menu-ls: auto;
}

.menu-link::before {
	display: none;
}

.menu-link {
	min-width: 161px;
	padding: 14px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 0.875rem;
	text-align: center;
	color: var(--color-nav-text);
	background-color: var(--color-white);
}

.menu-item:hover > .menu-link {
	color: var(--color-nav-text-hover);
	background-color: var(--color-primary-p10);
}

.sub-menu-container .menu-link {
	text-align: left;
}

.navbar-nav.nav-sm .nav-link:hover,
.navbar-nav.nav-sm .nav-link.active {
	color: #FFF;
}

/* Background Colors */
.bg-home,
.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active {
	background: var(--cnvs-themecolor) !important;
}

.bg-travel,
.bg-color-travel.nav-link:hover,
.menu-color-travel > a::before,
.bg-color-travel.nav-link.active {
	background: var(--cnvs-color-travel) !important;
}

.bg-tech,
.bg-color-tech.nav-link:hover,
.menu-color-tech > a::before,
.bg-color-tech.nav-link.active {
	background: var(--cnvs-color-tech) !important;
}

.bg-fashion,
.bg-color-fashion.nav-link:hover,
.menu-color-fashion > a::before,
.bg-color-fashion.nav-link.active {
	background: var(--cnvs-color-fashion) !important;
}

.bg-sports,
.bg-color-sports.nav-link:hover,
.menu-color-sports > a::before,
.bg-color-sports.nav-link.active {
	background: var(--cnvs-color-sports) !important;
}

.bg-lifestyle,
.bg-color-lifestyle.nav-link:hover,
.menu-color-lifestyle > a::before,
.bg-color-lifestyle.nav-link.active {
	background: var(--cnvs-color-lifestyle) !important;
}

.bg-food,
.bg-color-food.nav-link:hover,
.menu-color-food > a::before,
.bg-color-food.nav-link.active {
	background: var(--cnvs-color-food) !important;
}

.bg-market,
.bg-color-market.nav-link:hover,
.menu-color-market > a::before,
.bg-color-market.nav-link.active {
	background: var(--cnvs-color-market) !important;
}

@media (max-width: 575px) {

	#top-cart {
		display: block;
		right: 70px;
	}
}

.social-icon.si-mini {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 29px !important;
}

	.social-icon.si-mini:hover i:first-child {
		margin-top: -29px;
	}

.si-instagram:hover,
.si-colored.si-instagram {
	background: #C92BB7;
	background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

.hesperiden .tp-tab-date {
	margin-bottom: 2px;
}

	.hesperiden .tp-tab-date.tp-tab-para {
		margin-top: 3px;
		font-weight: 400;
		color: #888;
		font-family: var(--cnvs-body-font);
	}

.tp-tab-title {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}


.menu-container > .menu-item > .menu-link {
	-webkit-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}

.entry-title h3 {
	font-weight: 600;
}

.entry-categories {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-transform: capitalize;
}

.bg-overlay .entry-categories {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 12px;
	z-index: 2;
}

.entry-categories a {
	color: #FFF !important;
	padding: 3px 5px;
	font-size: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: var(--cnvs-body-font);
}

.entry-meta {
	margin-top: 5px;
}

	.entry-meta li {
		font-size: 0.875rem;
	}

		.entry-meta li a:not(:hover) {
			color: #AAA;
		}

.entry-icons {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

	.entry-icons li {
		position: relative;
		display: inline-block;
		margin: 0 5px;
	}

	.entry-icons a {
		font-weight: 600;
		color: #EEE;
	}

	.entry-icons span {
		opacity: 0;
		position: absolute;
		left: 50%;
		margin-left: -1px;
		top: 0;
		font-size: 11px;
		font-weight: 600;
		font-family: var(--cnvs-body-font);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

.entry:hover .entry-icons span {
	opacity: 1;
	-webkit-transform: translate(-50%, -13px);
	transform: translate(-50%, -13px);
}

.nav-link {
	color: #333;
}

.dark .nav-link {
	color: #EEE;
}

.navbar-nav.nav-sm .nav-link {
	color: #444;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 6px;
	line-height: 21px;
	margin: 4px 2px;
	border-radius: 2px;
	font-family: var(--cnvs-body-font);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-light .navbar-nav .dropdown-toggle::after {
	display: none;
}

.line-xs {
	margin: 4px 0 20px;
	border-bottom: 3px solid #EEE;
}

	.line-xs::after {
		top: 100%;
		left: 30px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(51,51,51,0);
		border-top-color: #EEE;
		border-width: 8px;
		margin-left: -8px;
		z-index: 0;
		background: none;
	}

/* Line Colors */
.line-home {
	border-bottom-color: var(--cnvs-themecolor) !important;
}

.line-travel {
	border-bottom-color: var(--cnvs-color-travel) !important;
}

.line-tech {
	border-bottom-color: var(--cnvs-color-tech) !important;
}

.line-fashion {
	border-bottom-color: var(--cnvs-color-fashion) !important;
}

.line-sports {
	border-bottom-color: var(--cnvs-color-sports) !important;
}

.line-lifestyle {
	border-bottom-color: var(--cnvs-color-lifestyle) !important;
}

.line-food {
	border-bottom-color: var(--cnvs-color-food) !important;
}

.line-market {
	border-bottom-color: var(--cnvs-color-market) !important;
}

.line-light {
	border-bottom-color: var(--cnvs-color-light, #F8F9FA) !important;
}

.line-dark {
	border-bottom-color: var(--cnvs-color-dark, #343A40) !important;
}

.line-home::after {
	border-top-color: var(--cnvs-themecolor) !important;
}

.line-travel::after {
	border-top-color: var(--cnvs-color-travel) !important;
}

.line-tech::after {
	border-top-color: var(--cnvs-color-tech) !important;
}

.line-fashion::after {
	border-top-color: var(--cnvs-color-fashion) !important;
}

.line-sports::after {
	border-top-color: var(--cnvs-color-sports) !important;
}

.line-lifestyle::after {
	border-top-color: var(--cnvs-color-lifestyle) !important;
}

.line-food::after {
	border-top-color: var(--cnvs-color-food) !important;
}

.line-market::after {
	border-top-color: var(--cnvs-color-market) !important;
}

.line-light::after {
	border-top-color: var(--cnvs-color-light, #F8F9FA) !important;
}

.line-dark::after {
	border-top-color: var(--cnvs-color-dark, #343A40) !important;
}


.form-signin {
	width: 100%;
	padding: 15px;
	margin: 0 auto;
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

	.form-label-group > label {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-bottom: 0; /* Override default `<label>` margin */
		color: #BBB;
		padding: 2px 4px;
		transform: translateY(-50%);
		transition: all 200ms ease;
		background-color: #FFF;
		cursor: text;
	}

	.form-label-group .form-control:focus + label,
	.form-label-group .form-control:valid + label,
	.form-label-group .form-control.focus-visible + label {
		font-size: 10px;
		top: 0;
		transform: translate3d(0, -50%, 0);
		opacity: 1;
	}

.menu-link::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu-item:hover > .menu-link::before,
.menu-item.current > .menu-link::before {
	-webkit-transform: scale3d(1, 3, 1);
	transform: scale3d(1, 3, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.slide .slider-caption-bg {
	opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav .owl-nav [class*=owl-] {
	top: auto;
	margin-top: 0;
	left: auto;
	bottom: 10px;
	right: 30px;
	font-size: 14px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	line-height: 25px;
	opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav .owl-next,
.owl-carousel.fixed-nav .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.owl-carousel.fixed-nav .owl-nav .disabled {
	opacity: .4 !important;
	display: block !important;
	cursor: auto;
}

.owl-carousel.fixed-nav.top-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav.top-nav .owl-nav [class*=owl-] {
	top: -44px;
	bottom: auto;
}

.owl-carousel.fixed-nav .owl-nav [class*=owl-]:hover {
	background-color: inherit !important;
	color: inherit !important;
}

.device-xs #primary-menu-trigger {
	margin-left: 25px;
}

.scroll-wrap {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.scroll {
	width: calc(100% - 10px);
}

.scroll-wrap::-webkit-scrollbar {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	height: 10px;
	width: 6px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}

.owl-carousel .owl-dots .owl-dot {
	background-color: #FF8600;
}

.entry-meta ul + ul li:first-child::before {
	content: none;
}

.content-wrap .breadcrumb {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	transform: none;
}

.si-sticky {
	width: 32px;
	left: 0;
}

	.si-sticky .social-icon {
		margin: 0;
		border-radius: 0;
	}

/* [data-bs-toggle="collapse"][aria-expanded="true"] { display: none; } */

.infinity-wrapper .scroll-wrap {
	height: calc(100vh - 200px);
}

.img, .entry-content img {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.m-d-img {
	margin-bottom: 0.5rem;
}

.blog-details-main span {
	font-weight: 600;
	max-height: 45px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	box-sizing: content-box;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

.blog-details-main p {
	font-size: var(--text-small);
}

.blog-details-main span:hover {
	color: var(--cnvs-themecolor);
}

.btn {
	--cnvs-btn-padding-x: 1.375rem;
	--cnvs-btn-padding-y: 0.5rem;
	--cnvs-btn-fontsize: 1rem;
	--cnvs-btn-color: var(--cnvs-themecolor);
	--cnvs-btn-color-dark: var(--bs-gray-900);
	--cnvs-btn-color-light: #e9ecef;
	--cnvs-btn-color-hover: var(--cnvs-btn-color-dark);
	--cnvs-btn-lineheight: calc(var(--cnvs-btn-fontsize) * 1.6);
	--cnvs-btn-border-width: 1px;
	--cnvs-btn-icon-margin: 10px;
	--cnvs-btn-icon-margin-offset: 0px;
}

	.btn i {
		position: relative;
		margin-right: calc(var(--cnvs-btn-icon-margin) + var(--cnvs-btn-icon-margin-offset));
		width: 1rem;
		text-align: center;
	}

.btn-primary {
	--bs-btn-bg: var(--cnvs-themecolor);
	--bs-btn-border-color: var(--cnvs-themecolor);
	--bs-btn-hover-color: var(--cnvs-themecolor);
	--bs-btn-hover-bg: var(--color-white);
	--bs-btn-hover-border-color: var(--cnvs-themecolor);
}

.btn-outline-primary {
	--bs-btn-color: var(--cnvs-themecolor);
	--bs-btn-border-color: var(--cnvs-themecolor);
	--bs-btn-hover-bg: var(--cnvs-themecolor);
	--bs-btn-hover-border-color: var(--cnvs-themecolor);
}

.top-menu-container .menu-item:first-of-type {
	margin-left: 0;
	display: none !important;
}

.sub-menu-container .menu-item:first-of-type {
	display: block !important;
}

.sticky-header .top-menu-container .menu-item:first-of-type {
	display: inline-block !important;
}

.logo-menu {
	padding: 0.25rem 0px;
}

	.logo-menu img {
		height: 52px;
	}

/* Ẩn phần tử trên màn hình lớn */
.btn-mobile {
	display: none;
}

/* Hiện phần tử trên màn hình nhỏ */
@media (max-width: 767.98px) {
	.btn-mobile {
		display: block;
	}
}

.search-section {
	margin-top: -22px;
	margin-bottom: 16px;
}

.search-box {
	position: relative;
	padding: 9px 12px;
	border-radius: 100px;
	background-color: var(--color-bg-default);
	box-shadow: 0px 4px 4px 0px #1a38b41a;
	z-index: 2;

	@media screen and (max-width: 992px) {
		border-radius: 20px;
	}
}

	.search-box .search-action .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 144px;
		gap: 8px;
		padding: 15px 26px;
		border-radius: 100px;
		font-size: 0.875rem;
		white-space: nowrap;
	}

	.search-box > div {
		position: relative;
	}

		.search-box > div:not(:last-child) {
			flex: 1 1 calc(100% - 144px);
		}

.search-action {
	flex: 1 1 144px;

	@media screen and (max-width: 992px) {
		flex: 1;
	}
}

.search-box > .search-input .form-control {
	position: relative;
	width: 100%;
	height: 100%;
	outline: 0;
	box-shadow: none;
}

	.search-box > .search-input .form-control::placeholder {
		font-weight: 500;
		font-size: 0.875rem;
		color: var(--color-input-placeholder);
	}

.search-box > div:not(:last-child) {
	padding: 0 12px;
}

	.search-box > div:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 255, 0.2), transparent);
		/* margin: auto; */
	}

@media screen and (max-width: 992px) {
	.search-box > div:not(:last-child)::after {
		display: none;
	}
}

/* custom select */
.custom-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.search-location > button, .search-industry > button, .dropdown-toggle-custom {
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	padding: 10px 15px;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--color-text-dropdown);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: var(--color-text-dropdown);
}

.dropdown-menu-custom {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: none;
	z-index: 1000;
	padding: 0;
	z-index: 2;
}

	.dropdown-menu-custom .dropdown-item {
		padding: 10px 15px;
		font-size: 14px;
		cursor: pointer;
	}

		.dropdown-menu-custom .dropdown-item:hover {
			background-color: #e3f2fd;
		}

.dropdown-toggle-custom .icon {
	transition: transform 0.3s;
}

.dropdown-toggle-custom.show .icon {
	transform: rotate(180deg);
}

/* jobs */
.jobs-section {
	margin-top: 16px;
	margin-bottom: 16px;
}

.jobs-item {
	flex: 1 1 calc(100% / 6);
	padding: 12px 24px;
}

.jobs-item-img img {
	max-width: 150px;
	height: 52px;
}

.jobs-item-wrapper {
	gap: 16px;
}

.jobs-item-text {
	font-weight: normal;
	font-size: var(--text-small);
	line-height: 16px;
	text-align: center;
	color: var(--color-text-primary);
	text-decoration: none;
}

img.mx-1.jobs-item-icons {
	width: 16px;
}

	/* news */
	a .text-default {
		color: var(--color-text-surface-n10)
	}

a .article-title:hover {
	color: var(--color-text-surface-n10) !important
}

.news-title {
	font-weight: 500;
	font-size: var(--text-large);
	line-height: 24px;
}

.news-author {
	font-weight: 400;
	font-size: var(--text-small);
	line-height: 16px;
	color: var(--color-neutral-variant-80);
}

	.news-author .bi {
		font-size: var(--text-medium);
	}

.news-content {
	font-size: var(--text-small);
	color: var(--color-text-primary);
}

.news-item {
	padding: 8px;
	border-radius: 20px;
	background-color: var(--color-primary-p99);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

	.news-item:hover {
		background-color: var(--color-bg-default);
		box-shadow: 3px 4px 4px 0px #274ED91A;
	}

.news-item-title {
	font-weight: 500;
	font-size: var(--text-small);
	line-height: 16px;
	color: var(--color-text-surface-n10)
}

	.news-item-title:hover, .txt-default {
		color: var(--color-text-surface-n10) !important
	}

.news-item-img {
	border-radius: 10px;
	max-width: 100px;
}
/* trade */
.trade-item {
	border-radius: 20px;
	background-color: var(--color-bg-box);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

	.trade-item:hover {
		background-color: var(--color-bg-default);
		box-shadow: 3px 4px 4px 0px #274ED91A;
	}


.trade-title {
	font-size: var(--text-small);
	font-weight: 500;
}

.text-coming {
	font-size: var(--text-small);
}
/* new job */
.new-job-item {
	margin-right: 8px;
}

/* training */
.training-item {
	border: 0.5px solid var(--P80-Color, #d6e4fe);
	border-radius: 20px;
}

	.training-item .training-item img {
		width: 148px;
	}
/* other link */
.link-item a img {
	border-radius: 20px;
}
/* overview */
.overview {
	border-radius: 20px;
	background-color: var(--color-primary-p99);
}

.overview-item .overview-count {
	font-weight: 400;
	font-size: 1.375rem;
	color: var(--color-primary-p10);
}

.overview-item .overview-text {
	font-weight: 500;
	color: var(--color-text-surface-n10);
}

/* footer */
#footer {
	border-top: 0px;
}

.footer {
	position: relative;
	overflow: hidden;
	padding: 40px 16px 0 16px;
	color: var(--color-white);
}

	.footer::before {
		content: "";
		position: absolute;
		top: -20%;
		right: -20%;
		bottom: -20%;
		left: -20%;
		background-image: url(/assets/images/footer-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		/*z-index: -1;*/
	}

	.footer h6 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 32px;
		margin-bottom: 8px;
	}

	.footer p {
		font-size: var(--text-medium);
		font-weight: 500;
		line-height: 20px;
		margin-bottom: 8px;
	}

		.footer p .footer-icon {
			margin-right: 8px;
		}

	.footer label {
		font-weight: 500;
		font-size: var(--text-medium);
		line-height: 20px;
	}

	.footer ul {
		padding-left: 0;
		list-style: none;
	}

		.footer ul li {
			position: relative;
			margin-bottom: 10px;
		}

			.footer ul li::before {
				content: "";
				position: absolute;
				top: 50%;
				left: -26px;
				transform: translateY(-50%);
				width: 0;
				height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 8px solid var(--color-white);
			}

			.footer ul li a {
				font-size: var(--text-small);
				font-weight: 400;
				line-height: 20px;
				text-decoration: none;
				color: var(--color-white);
			}


/*** NEWS **/
.text-link {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 16px;
	color: var(--color-primary-p10);
	text-decoration: none;
}

.latest-job .btn-see-more,
.latest-profile .btn-see-more,
.fast-access span {
	color: var(--color-white);
	background-color: var(--cnvs-themecolor);
}

	.latest-job .btn-see-more:hover,
	.latest-profile .btn-see-more:hover {
		border-color: var(--cnvs-themecolor);
		background-color: var(--color-white);
		color: var(--color-primary-p10);
	}

/**Tin tuyen dung-ho so*/
.new-job-item-img img {
	max-width: 75px;
}

.new-job-item {
	margin-right: 8px;
}

.box {
	padding: 16px;
	border: 0.5px solid var(--P80-Color, #d6e4fe);
}

.box-glow {
	padding: 8px;
	border-radius: 10px;
	border: 0.5px solid var(--S80-Color, #e9fcd6);
	box-shadow: 3px 4px 4px 0px #e9fcd64d;
}

.txt-title {
	font-size: var(--text-medium);
	font-weight: 500;
	color: var(--color-text-primary);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.txt-muted {
	font-size: var(--text-small);
	font-weight: normal;
	color: var(--color-neutral-variant-80);
	text-decoration: none;
}

.txt-more {
	font-size: var(--text-tiny);
	font-weight: 400;
	color: var(--color-secondary-10s);
	text-decoration: underline;
}

.h-464 {
	max-height: 464px;
}

.section-content-wrapper {
	scrollbar-width: thin;
	scrollbar-color: var(--bs-body-color);
}
/**News Apply*/
.navbar-light {
	border-bottom: 1px solid var(--color-border-primary);
	padding-bottom: 4px;
}

.section-title {
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--color-primary-p10);
}

.news-img {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.news-item-img img {
	border-radius: 10px !important;
	max-width: 100px;
}

.nav-link-category {
	font-weight: 400 !important;
	font-size: 0.75rem !important;
	line-height: 16px !important;
	color: var(--color-primary-p10) !important;
}

	.nav-link-category:hover {
		background-color: none !important
	}

.news-item-title {
	font-weight: 500;
	font-size: var(--text-small);
	line-height: 16px;
	margin-bottom: .5rem !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-author {
	font-weight: 400;
	font-size: var(--text-small);
	line-height: 16px;
	color: var(--color-neutral-variant-80);
}

.news-items {
	padding: 8px;
	border-radius: 20px;
	background-color: var(--color-primary-p99);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

	.news-items:hover {
		background-color: var(--color-bg-default);
		box-shadow: 3px 4px 4px 0px #274ED91A;
	}

.entry-content {
	font-size: var(--text-small);
	color: var(--color-text-primary);
}

.entry-content p {
	font-size: var(--text-small);
}

/*Trading Master*/
.trading-title {
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--color-primary-p10);
	border-bottom: 1px solid var(--color-border-primary);
	padding-bottom: 4px;
}
/*WidgetRecruiterCenter*/
.training-item-img img {
	width: 100px;
	height: 70px;
	max-width: 100px
}

.training-item {
	border: 0.5px solid var(--P80-Color, #d6e4fe);
	border-radius: 20px !important;
}

.txt-title {
	font-size: var(--text-medium);
	font-weight: 500;
	color: var(--color-text-primary);
	text-decoration: none;
}

.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--color-border-primary);
}

/* box */
.box {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: var(--color-bg-box);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	padding: 16px;
	border: 0.5px solid var(--P80-Color, #d6e4fe);
}

	.box:hover {
		background-color: var(--color-bg-default);
		border: 0.5px solid var(--P30-Color, #274ed9);
		box-shadow: 3px 4px 4px 0px #274ed91a;
	}

.box-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
}

/* features */
.features-section {
	margin-bottom: 16px;
}

.features-item {
	flex: 1 1 20%;
	min-height: 137px;
}

.features-item-wrapper .counter {
	font-size: initial;
}

.features-item-img {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	text-align: center;
}

.features-item-img {
	object-fit: cover;
}

	.features-item-img .icon-count {
		position: absolute;
		top: -4px;
		right: -14px;
		z-index: 1;
	}

.features-item-text {
	font-weight: 500;
	font-size: var(--text-medium);
	line-height: 20px;
	text-align: center;
	color: var(--color-text-primary);
	text-decoration: none;
}

.icon-count {
	padding: 2px 4px;
	border-radius: 100px;
	min-width: 22px;
	color: var(--color-white);
	background-color: var(--color-red-a-100);
	font-size: 0.75rem;
	font-weight: normal;
}

.custom-logo {
	height: 52px;
}
/*Link Others*/
.title-link {
	padding-bottom: 4px;
	border-bottom: 1px solid var(--color-border-primary);
}

.gradient-line {
	height: 2px;
	background: linear-gradient(to right, transparent, #647eff, transparent);
	border: none;
}

/*UserMenu - nav tabs*/
.card-header {
	color: #1A38B4;
	background-color: #ffffff;
}

	.card-header h5 {
		color: #1A38B4;
	}

.nav-tabs .nav-link,
.nav-tabs .nav-link h5 {
	transition: all 0.35s ease-in-out;
}

	.nav-tabs .nav-link.active,
	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-item .nav-link:hover {
		background-color: #1A38B4 !important;
		color: #ffffff !important;
	}

		.nav-tabs .nav-link.active h5,
		.nav-tabs .nav-item.show .nav-link h5,
		.nav-tabs .nav-item .nav-link:hover h5 {
			color: #ffffff !important;
		}

.primary-menu {
	justify-content: flex-end;
}

.user-profile .dropdown-menu {
	width: 320px;
}

.user-profile .dropdown-toggle {
	display: inline-block;
	height: 40px;
}

	.user-profile .dropdown-toggle::after {
		display: none;
	}

/*.other-links {
	padding-left: 40px !important;
	padding-right: 0px !important;
}

.overview {
	margin-left: 40px !important;
}*/
.item-recruitment:hover{
	border-radius: 18px
}

@media (max-width: 768px) {
	.css-distance {
		padding-top: 3rem !important;
	}
	.css-distance-short {
		padding-top: 1.5rem !important;
	}

	.title-category-detail {
		padding-top: 1.5rem !important;
	}
}

.owl-stage-outer {
	margin: 0 -1px;
}

.background-category {
	height: 180px !important;
}
.lien-he-rang-cua {
	display: inline-block;
	background-color: #dc3545;
	color: white;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	animation: pulse 1s infinite;
	clip-path: polygon( 50% 0%, 58% 10%, 66% 0%, 70% 12%, 80% 5%, 82% 18%, 95% 10%, 90% 25%, 100% 30%, 90% 40%, 100% 50%, 90% 60%, 100% 70%, 90% 75%, 95% 90%, 82% 82%, 80% 95%, 70% 88%, 66% 100%, 58% 90%, 50% 100%, 42% 90%, 34% 100%, 30% 88%, 20% 95%, 18% 82%, 5% 90%, 10% 75%, 0% 70%, 10% 60%, 0% 50%, 10% 40%, 0% 30%, 10% 25%, 5% 10%, 18% 18%, 20% 5%, 30% 12%, 34% 0%, 42% 10% );
	border-radius: 12px;
	overflow: hidden;
}

.lien-he-rang-cua:hover {
	background-color: #a71d2a;
	transform: scale(1.05);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
	color: white;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	}

	50% {
		transform: scale(1.03);
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	}
}

#app {
	animation: pulse-app 2s infinite;
	border-radius: 10px !important;
}


@keyframes pulse-app {
	0% {
		box-shadow: 0 0 0 0 rgba(2, 143, 227, .7);
		transform: scale(.95);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(2, 143, 227, 0);
		transform: scale(1);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(2, 143, 227, 0);
		transform: scale(.95);
	}
}

.tooltip-app {
	display: none;
	background-color: rgb(48 89 192);
	color: white;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	font-family: sans-serif;
	max-width: max-content;
	right: 30px;
	bottom: 225px;
}

.tooltip-app-arrow {
	position: absolute;
	bottom: -6px;
	left: 95px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgb(48 89 192);
}

.hotline-home {
	font-size: 1rem !important;
}

.socail-header {
	display: flex;
	align-items:center;
}

.login-mobile-screen {
	display:none;
}

@media (max-width: 768px) {
	.socail-header {
		margin-top: 0rem;
		margin-bottom: 0rem;
		padding-bottom: 0.5rem;
	}

	.socail-header {
		justify-content: space-between;
	}

	.socail-header a {
		font-size: 14px;
	}

	.login-mobile-screen {
		display: block;
	}

	.login-web-screen {
		display: none;
	}

	.primary-menu-trigger {
		padding: 0 0 5px 0;
	}

	.search-section {
		margin-top: 0px;
	}

	.form-login-modal {
		padding: 0 1rem;
	}

	.form-login-modal .modal-i-close {
		top: -10px;
		right: -9px;
	}

	.login-form {
		padding: 0 1rem;
	}
}
.logo-header-mobile-screen-browser-web img {
	height: auto;
}

@media (max-width: 768px) {
	.fslider,
	.fslider .flexslider,
	.fslider .slider-wrap {
		width: 100%;
	}

	.fslider .slide img {
		width: 100%;
		height: 150px; /* quan trọng để giữ tỷ lệ xxxx*/
		display: block;
	}

	.header-wrap-clone {
		height: calc(var(--cnvs-header-height-sm) - 1.8rem) !important;
	}

}