:root {
	--color-primary: #3A79EC;
	--color-secondary: #283953;
	--color-text: #A1A5B7;
	--color-background: #F7F9F8;
}

body {
	background: var(--color-background);
}
img {
	width: 100%;
}
:focus-visible, .btn.focus, .btn:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus, button:focus, .form-control:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	outline: unset;
	box-shadow: unset;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
}
a {
	text-decoration: unset;
}
a:hover {
	color: #C6A464;
	text-decoration: unset;
}
.px-20px {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.py-30px {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.w-20px {
	width: 20px !important;
}
.w-21px {
	width: 21px !important;
}
.h-21px {
	height: 21px !important;
}
.h-208px {
	height: 208px;
}
.h-476px {
	height: 476px;
}
.text-decoration-underline {
	text-decoration: underline !important;
}
.bg-color-white {
	background-color: #FFFFFF !important;
}
.card-box-shadow {
	box-shadow: 0px 4px 4px 2px #28395333 !important;
}
.flex-column-fluid {
	flex: 1 0 auto;
}

.container {
	padding: 60px 20px;
	max-width: 1240px;
}
.navbar {
	width: 100%;
	background-color: #FFFFFF;
	padding: 17.5px 20px;
	z-index: 9;
}
.navbar-expand-lg .navbar-collapse {
	flex-grow: 1;
	justify-content: space-between;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
	outline: none;
}
.navbar-toggler .icon-bar {
	border: 2px solid rgba(58, 121, 236, .3);
	width: 20px;
	display: block;
	border-radius: 1px;
}
.navbar-toggler .icon-bar:nth-child(2) {
	border-color: var(--color-primary);
	transform-origin: 0% 0%;
}
.navbar-toggler .icon-bar:nth-last-child(2) {
	transform-origin: 0% 100%;
}
.navbar-toggler[aria-expanded="true"] .icon-bar {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -6px);
	border-color: var(--color-primary);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, 10px);
}
.navbar-nav .nav-link, .navbar-nav .active>.nav-link, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-secondary);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 22px;
	padding-left: 22px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
	color: var(--color-primary);
}
.navbar-nav.navbar-right {
	gap: 10px;
	align-items: center;
}
.navbar-nav.navbar-right .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-secondary);
	padding: 10px;
}
.navbar-nav.navbar-right .nav-link:hover {
	color: var(--color-primary);
}
.navbar-nav.navbar-right .nav-link img {
	width: 18px;
}
.navbar-nav.navbar-right .nav-link i {
	font-size: 20px;
}
.dropdown-item img {
	width: 14px;
	height: 14px;
	margin-left: 10px;
	border-radius: 100%;
}
.navbar-nav.navbar-right .dropdown-item img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	margin-left: 0;
	border-radius: 100%;
}
.lang-selector {
	padding: 5px;
	border-radius: 4px;
	border: 0.5px solid var(--color-secondary);
	background-color: transparent;
	color: var(--color-secondary);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	padding: 6px 16px;
	font-weight: 400;
	line-height: 17px;
}
.after-login {
	padding: 5px;
	border-radius: unset;
	border: unset;
	background-color: transparent;
	color: var(--color-secondary);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	padding: 6px 16px;
	font-weight: 400;
	line-height: 19.6px;
}
.after-login i {
	font-size: 16px;
	color: var(--color-secondary);
	margin-right: 6px;
}
.navbar-nav.navbar-right .lang-selector {
	border: 0.5px solid var(--color-secondary);
	color: var(--color-secondary);
}
.btn.lang-selector:hover, .show>.btn-outline-light.dropdown-toggle.lang-selector {
	color: #FFFFFF;
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.btn.lang-selector:hover, .show>.btn-outline-light.dropdown-toggle.lang-selector {
	color: var(--color-secondary);
	background: #FFFFFF;
	border-color: var(--color-secondary);
}
.btn.after-login:hover, .show>.btn-outline-light.dropdown-toggle.after-login {
	color: var(--color-secondary);
	background: #FFFFFF;
}
.lang-selector::after, .after-login::after {
	display: none;
	content: unset;
}
.dropdown-menu {
	background-color: var(--color-secondary);
	border: 0.5px solid white;
}
.navbar-nav.navbar-right .dropdown-menu {
	background-color: #FFFFFF;
	border: unset;
}
.navbar-nav.navbar-right .dropdown-menu.user-login {
	padding: 0 0 30px 0;
	width: 350px;
	max-width: 350px;
	right: 0;
	left: unset;
	top: 60px;
	border-radius: 12px;
	box-shadow: 0px 8px 14px 0px #0F2A510A;
	border: 1px solid #F1F1F2;
}
.navbar-nav.navbar-right .dropdown-menu.user-login .item.user {
	padding: 30px 30px 0;
	display: flex;
	align-items: center;
	gap: 15px;
}
.navbar-nav.navbar-right .dropdown-menu.user-login .item.user img {
	width: 70px;
}
.navbar-nav.navbar-right .dropdown-menu.user-login .item.user h5 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #181C32;
}
.navbar-nav.navbar-right .dropdown-menu.user-login .item.user p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: var(--color-text);
}
.navbar-nav.navbar-right .user-login .item {
	padding: 0 15px;
	margin-bottom: 5px;
}
.navbar-nav.navbar-right .user-login .dropdown-item {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: var(--color-secondary);
	padding: 17px 15px;
	height: 50px;
}
.navbar-nav.navbar-right .user-login > .item > .dropdown-item {
	justify-content: space-between;
}
.navbar-nav.navbar-right .user-login .dropdown-item:hover, .navbar-nav.navbar-right .user-login .dropdown-item.active {
	color: var(--color-primary);
	background-color: #EEF6FF;
	border-radius: 6px;
	height: 50px;
}
.navbar-nav.navbar-right .user-login .lang-selector {
	border: unset;
	border-radius: 4px;
	background-color: #FFFFFF;
	padding: 5px;
}
.navbar-nav.navbar-right .user-login > .item > .dropdown-item img {
	margin-right: 0;
	margin-left: 5px;
}

.navbar-nav.navbar-right .user-login > .item {
	position: relative;
}
.navbar-nav.navbar-right .user-login > .item > .dropdown-submenu li {
	margin-bottom: 5px;
}
.navbar-nav.navbar-right .user-login > .item:hover > .dropdown-submenu {
	display: block;
	border: 1px solid #F1F1F2;
	border-radius: 12px;
	padding: 10px;
	width: 180px;
	top: 0;
	right: 100%;
	left: unset;
}

.dropdown-item {
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.navbar-nav.navbar-right .dropdown-item {
	color: #5E6278;
	display: flex;
	align-items: center;
}
.dropdown-item:hover {
	color: #FFFFFF;
	background-color: var(--color-primary);
}
.dropdown-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.dropdown-item:last-child {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.lang-selector img {
	width: 14px;
	height: 14px;
	margin-left: 5px;
	border-radius: 100%;
}
.after-login img {
	width: 16px;
	height: 16px;
	margin-left: 6px;
}
.dropdown-menu.lang-option {
	padding: 0;
	min-width: auto;
}
.navbar-nav.navbar-right .dropdown-menu.lang-option {
	padding: 10px;
	min-width: 180px;
	margin: 30px 0 0;
	border-radius: 12px;
	box-shadow: 0px 8px 14px 0px #0F2A510A;
}
.lang-option .dropdown-item {
	font-size: 12px;
	padding: 6px 16px;
}
.navbar-nav.navbar-right .lang-option .dropdown-item {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: #5E6278;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 5px;
}
.navbar-nav.navbar-right .lang-option .dropdown-item:hover, .navbar-nav.navbar-right .lang-option .dropdown-item.active {
	color: #3E97FF;
	background-color: #EEF6FF;
}
.navbar-nav.navbar-right .nav-link.business-register {
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	border-radius: 8px;
	background: var(--color-primary);
	padding: 10px 28px;
	color: #FFFFFF;
	text-decoration: none;
	transition: background 0.3s ease;
}
.navbar-nav.navbar-right .nav-link.business-register:hover {
	background: var(--color-secondary);
}

.main-banner {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	text-align: center;
	background-image: url(../media/images/banner-image.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	padding: 40px 0;
	z-index: 0;
}
.main-banner h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 53px;
	color: #C6A464;
}
.main-banner .subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.main-banner .search-bar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 710px;
	margin: auto;
	gap: 10px;
}
.main-banner .search-bar input {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	max-width: 600px;
	height: 54px;
	padding: 17px 20px;
	border-radius: 4px !important;
}
.main-banner .search-bar .btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	background: var(--color-secondary);
	padding: 0;
	border: 0;
	width: 100px;
	height: 54px;
	border-radius: 4px !important;
}
.services-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	color: var(--color-secondary);
}
.services {
	margin: 0;
	margin-top: 50px;
	gap: 20px;
	justify-content: space-evenly;
}
.services .service {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #F1F1F2;
	border-radius: 12px;
}
.services .service img {
	width: 100%;
	border-radius: 12px;
}
.services .service .title {
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-secondary);
}
.services .service .details {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #66849C;
}
.services .service .btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #C6A464;
	border: 1px solid #C6A464;
	border-radius: 100px;
	max-width: 90%;
	width: 100%;
}
.services .service .btn:hover {
	color: #FFFFFF;
	background: #C6A464;
}
.brand-marketing {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 60px 100px;
	background: var(--color-secondary);
}
.brand-marketing .row {
	align-items: center;
}
.brand-marketing h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	color: #E9C176;
}
.brand-marketing ul {
	line-height: 32px;
	margin-bottom: 40px;
}
.brand-marketing-points {
	color: #F4EBDC;
}
.brand-marketing a {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	background: #C6A464;
	border: none;
	border-radius: 8px;
	padding: 14px 27px;
}
.brand-marketing a:hover {
	color: #C6A464;
	background-color: #FFFFFF;
}
.slider-section {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	padding: 60px 100px;
	color: var(--color-secondary);
}
.slider-section h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	color: var(--color-secondary);
}
#news-slider {
	max-width: 1040px;
	margin: auto;
}
.news .owl-item .item {
	background: #FFFFFF;
	margin: 20px 20px;
	border-radius: 8px;
	gap: 0;
	flex-direction: column;
}
.news .owl-item .item .item-img {
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	margin: 0;
	max-width: 100%;
}
.news .owl-item .item .item-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform 0.2s linear;
}
.news .owl-item .item:hover .item-img img {
	transform: scale(1.1, 1.1);
}
.news .owl-item .item .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(-45deg, rgb(198 164 100) 0%, rgb(198 164 100 / 60%) 100%);
	transition: all 0.5s linear;
}
.news .owl-item .item:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}
.news .owl-item .item .over-layer i {
	position: relative;
	top: 45%;
	left: 0;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 25px;
}
.news .owl-item .item .item-content {
	background: #FFFFFF;
	padding: 20px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 5px 20px 3px rgba(189, 189, 189, 0.7);
}
.news .owl-item .item .item-title a {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: var(--color-secondary);
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.news .owl-item .item .item-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #4F4F4F;
}
.owl-carousel .owl-nav button.owl-prev {
	background: #E0E0E0;
	position: absolute;
	top: 45%;
	left: -100px;
	border-radius: 50px;
	transition: background 0.5s ease 0s;
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.owl-carousel .owl-nav button.owl-next {
	background: #E0E0E0;
	position: absolute;
	top: 45%;
	right: -100px;
	border-radius: 50px;
	transition: background 0.5s ease 0s;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.business-apply {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 40px;
	background: #C5A363;
}
.business-apply h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
}
.business-apply a {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	border: none;
	border-radius: 8px;
	background: var(--color-secondary);
	width: 200px;
	padding: 16px;
}
.business-apply a:hover {
	color: var(--color-secondary);
	background-color: #FFFFFF;
}

.main-banner.home-banner {
	background-image: url(../media/images/home-banner.png);
}
.main-banner.home-banner h1 {
	color: #FFB902;
}
.main-banner.home-banner .subtitle {
	font-weight: 700;
	line-height: 28px;
}
.main-banner.home-banner .search-bar .btn {
	background-color: var(--color-primary);
}
.countries-list {
	position: absolute;
	transform: translate(0, -50%);
	width: 100%;
}
.countries-list .country-list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 2px 4px -1px #28395324;
	box-shadow: 0px 8px 8px 0px #28395333;
	padding: 20px 30px;
	overflow-x: overlay;
}
.countries-list .country-list .country {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	text-align: center;
	color: #A1AEB7;
	padding: 10px;
	border: 1px solid #CAD5E9;
	border-radius: 5px;
	width: 100px;
	flex-shrink: 0;
}
.countries-list .country-list .country:hover, .countries-list .country-list .country.active {
	box-shadow: 0px 8px 8px 0px #2839534D;
}
.countries-list .country-list .country:hover, .countries-list .country-list .country.active {
	color: #283953;
}
.countries-list .country-list .country img {
	width: 40px;
	box-shadow: 0px 4px 4px 0px #00000040;
	margin-bottom: 11px;
}
.countries-list .country-list .country span {
	font-size: 8px;
	font-weight: 400;
	line-height: 11.2px;
	text-align: center;
	color: #A1AEB7;
	padding: 2px 10px;
	background-color: #F7F9F8;
	border-radius: 100px;
	margin-top: 4px;
}
.features-list {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
}
.features-list .feature-list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 2px 4px -1px #28395324;
	box-shadow: 0px 8px 8px 0px #28395333;
	padding: 20px;
	overflow-x: overlay;
}
.features-list .feature-list .feature {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: center;
	color: #A1AEB7;
	padding: 10px;
	border: 1px solid #A1AEB7;
	border-radius: 5px;
	width: 90px;
	flex-shrink: 0;
}
.features-list .feature-list .feature p {
	margin-top: 6px;
}
.features-list .feature-list .feature:hover, .features-list .feature-list .feature.active {
	border-color: var(--color-primary);
}
.features-list .feature-list .feature:hover, .features-list .feature-list .feature.active {
	color: var(--color-primary);
}
.features-list .feature-list .feature:hover path, .features-list .feature-list .feature.active path {
	fill: var(--color-primary);
}
.companies-list.home-new {
	background-color: #FFFFFF;
	padding-top: 60px;
}
.companies-list.home-new .container {
	max-width: 1028px;
}
.companies-list.home-new .company-card .card-header, .companies-list.home-new .company-card .card-footer {
	background-color: #F7F9F8;
}
.companies-list.home-new .result-more {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #283953;
	background-color: #FFFFFF;
	padding: 20px 40px;
	border: 1px solid #DADADA;
	border-radius: 100px;
	box-shadow: 0px 4px 8px 0px #2839531F;
	box-shadow: 0px 2px 4px -1px #28395324;
}
.companies-list.home-new .result-more:hover {
	color: #FFFFFF;
	background-color: #283953;
}
.product-search {
	background-color: #FFFFFF;
}
.product-search .container {
	max-width: 1356px;
	margin: 0 auto;
}
.product-search .product-search-form {
	background-color: #4285F4;
	padding: 43px 20px;
	border-radius: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-search .label {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 0;
}
.product-search .inputs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.product-search .select-input,
.product-search .search-input {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #CED4DA;
	width: 220px;
}
.product-search .or {
	font-family: Inter;
	font-size: 13px;
	font-weight: 700;
	line-height: 23.4px;
	text-align: center;
	color: #FFFFFF;
}
.product-search .search-btn {
	padding: 10px 20px;
	background-color: #2C3E50;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 200px;
}
.product-search .search-btn:hover {
	background-color: #1A252F;
}
.features-category {
	background-color: #FFFFFF;
}
.features-category .container {
	max-width: 1320px;
}
.features-category h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 57.6px;
	text-align: center;
	color: #111111;
	margin-bottom: 51px;
}
.features-category .features-category-list {
	row-gap: 30px;
}
.features-category .feature-category {
	padding: 41px;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.features-category .feature-category .title {
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
	color: #111111;
}
.features-category .feature-category ul {
	margin-top: 13px;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 2px;
}
.features-category .feature-category ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #111111;
	margin-bottom: 2px;
}
.features-category .feature-category a {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: var(--color-primary);
}
.products-categories-tabs {
	background-color: #FFFFFF;
}
.products-categories-tabs .container {
	max-width: 1320px;
}
.products-categories-tabs .tabs-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.products-categories-tabs .tabs-container {
	display: flex;
	white-space: nowrap;
	overflow-x: hidden;
	scroll-behavior: smooth;
	overflow-y: hidden;
	width: 92%;
}
.products-categories-tabs .tabs-nav {
	width: 8%;
	background-color: #FFFFFF;
}
.products-categories-tabs .tabs-container .nav-tabs {
	flex-wrap: nowrap;
	gap: 9px;
	border: none;
}
.products-categories-tabs .tabs-container .nav-item {
	flex: 0 0 auto;
}
.products-categories-tabs .tabs-container .nav-item .nav-link {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	color: #BDBDBD;
	padding: 13px 22px 13px 20px;
	border: none;
	background-color: #F7F9F8;
	border-radius: 2px;
}
.products-categories-tabs .tabs-container .nav-item .nav-link.active {
	color: #283953;
}
.products-categories-tabs .tab-arrow {
	position: absolute;
	background-color: #FFFFFF;
	border: none;
	font-size: 24px;
	z-index: 1000;
	height: 43px;
}
.products-categories-tabs .tab-arrow-left {
	right: 40px;
}
.products-categories-tabs .tab-arrow-right {
	right: 0;
}
.products-categories-tabs .product-card {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 10px;
	margin: 10px 0;
	display: flex;
	gap: 10px;
}
.products-categories-tabs .product-details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.products-categories-tabs .product-card img {
	width: 106px;
	height: 106px;
}
.products-categories-tabs .product-card h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #111111;
}
.products-categories-tabs .product-details a {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
	color: var(--color-primary);
	text-transform: uppercase;
}
.products-categories-tabs .product-details a i {
	font-size: 18px;
}

.brand-marketing.home-new {
	background-color: #F7F9F8;
}
.brand-marketing.home-new {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #828282;
}
.brand-marketing.home-new h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	color: #283953;
}
.news-section {
	padding: 40px 0;
	background-color: #FFFFFF;
}
.news-section .container {
	max-width: 1440px;
}
.news-section .company-news {
	padding: 24px;
	background-color: #F7F7F7;
	position: relative;
}
.news-section .news-header {
	position: absolute;
	top: -8px;
	left: 44px;
	z-index: 1;
}
.news-section .news-header h2 {
	font-family: PT Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.5px;
	background-color: #EC3535;
	color: #FFFFFF;
	padding: 8px 16px 10px 14px;
	display: inline-block;
}
.news-section .main-articles {
	row-gap: 20px;
}
.news-section .main-article {
	flex: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: 385px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.news-section .article-info {
	position: relative;
}
.news-section .category {
	font-family: Work Sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 14.4px;
	display: inline-block;
	padding: 4px 8px;
	background-color: #EC3535;
	color: #FFFFFF;
	border-radius: 2px;
	margin-bottom: 10px;
}
.news-section .main-article h3 {
	font-family: Work Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 24.2px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.news-section hr {
	border-top: 1px solid #DDDDDD;
}
.news-section .small-articles {
	row-gap: 20px;
}
.news-section .small-article {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-section .small-article a {
	font-family: PT Serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.6px;
	color: #000000;
	margin-bottom: 0;
}
.news-section .small-article .exclusive {
	font-family: Work Sans;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #EC3535;
	padding: 3px 5px;
	border-radius: 2px;
	margin-right: 4px;
}
.news-section .small-article .category {
	font-family: Work Sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	background-color: transparent;
	color: #EC3535;
	padding: 0;
	margin: 0;
}
.news-section .small-article img {
	width: 80px;
	object-fit: cover;
	margin-left: 20px;
}
.business-apply.home-new {
	background-color: var(--color-primary);
}
.business-apply.home-new a {
	background-color: #28395333;
}
.business-apply.home-new a:hover {
	color: #283953;
	background-color: #FFFFFF;
}

.search-section {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	background-color: var(--color-secondary);
}
.search-section .container {
	padding: 15px 20px;
}
.search-section .search-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.search-section .search-title {
	width: 80px;
}
.search-section .search-text {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #C6A464;
	max-width: calc(100% - 90px);
	width: 100%;
	border: 1px solid #C5A363;
	border-radius: 10px;
	padding: 12px 20px;
}
.categories-section .categories {
	gap: 10px;
	margin: 0;
}
.categories-section .category {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: var(--color-text);
	background: #FFFFFF;
	max-width: 155px;
	width: 100%;
	min-width: 155px;
	min-height: 135px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 6px;
}
.categories-section .category img {
	width: 24px;
	margin-bottom: 20px;
}
.categories-section .category p {
	font-family: Inter;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: var(--color-secondary);
	margin-bottom: 7px;
}
.results .row {
	row-gap: 60px;
}
.results h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #505D68;
}
.results .result {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	padding: 20px;
	border-radius: 10px;
	min-height: 608px;
}
.results .result.company {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.results .result.company .item {
	border: 0.5px solid #E0E0E0;
	padding: 10px 20px;
	border-radius: 6px;
	box-shadow: 0px 6px 10px -1px #28395324;
}
.results .result.company .company-name {
	display: flex;
	gap: 10px;
}
.results .result.company .company-name h3 {
	font-family: Jost;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: var(--color-secondary);
	margin: 0;
	margin-top: 2px;
}
.results .result.company img {
	width: 22px;
	margin-top: -2px;
}
.results .result.company .meta-data {
	gap: 20px;
}
.results .result.products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	column-gap: 8px;
	row-gap: 17px;
}
.results .result.products span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-secondary);
	padding: 7px;
	background: #F1F1F2;
	border-radius: 4px;
	box-shadow: 0px 4px 10px -1px #28395333;
}
.results .result-more {
	text-align: center;
	margin-top: -32px;
}
.results .result-more a {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-secondary);
	border: 1px solid #DADADA;
	background: #FFFFFF;
	border-radius: 100px;
	padding: 20px 20px;
	box-shadow: 0px 6px 10px -1px #28395324;
	max-width: 280px;
	width: 100%;
}
.news-section h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #505D68;
}
.news-section .news .row {
	justify-content: space-between;
	margin: 0;
}
.news-section .news .item {
	margin: 20px;
	max-width: 100%;
	width: 100%;
}
.news-section .news .item:first-child {
	margin-left: 0;
}
.news-section .more-item {
	margin: 20px 10px 20px 20px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 100%;
}
.news-section .more-item a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 100%;
	padding: 20px;
	border: 1px solid #F1F1F2;
	box-shadow: 0px 6px 12px -1px #28395324;
}
.news-section .more-item img {
	width: 14px;
}

.text-line-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.left-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-secondary);
	margin-right: 10px;
	margin-bottom: 0;
	white-space: nowrap;
}
.right-line {
	flex-grow: 1;
	border: none;
	border-top: 1px solid #DADADA;
}

.toggle-filter-btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-secondary);
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 6px;
	padding: 10px;
}

.meta-data {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-secondary);
}
.meta-data .category {
	position: relative;
}
.meta-data .category:after {
	content: '';
	width: 1px;
	display: block;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	right: -8px;
}
.meta-data .tags {
	display: flex;
	gap: 12px;
}
.meta-data .tags span {
	position: relative;
}
.meta-data .tags span:not(:last-child):after {
	content: '';
	width: 2px;
	height: 2px;
	position: absolute;
	background-color: #FFFFFF;
	top: 50%;
	right: -7px;
}
.bookmark-fun {
	cursor: pointer;
}

.custom-switch {
	display: inline-block;
	width: 34px;
	height: 14px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 0;
}
.custom-switch input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}
.custom-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #9E9E9E;
	transition: .4s;
	border-radius: 34px;
	width: 34px;
	height: 14px;
}
.custom-switch .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: -3px;
	bottom: -3px;
	background-color: #FAFAFA;
	transition: .4s;
	border-radius: 50%;
	box-shadow: 0px 1px 3px 0px #4C4E641F;
	box-shadow: 0px 1px 1px 0px #4C4E6424;
	box-shadow: 0px 2px 1px -1px #4C4E6433;
}
.custom-switch input[type=checkbox]:checked + .slider {
	background-color: #A8D0FF;
}
.custom-switch input[type=checkbox]:checked + .slider:before {
	transform: translateX(22px);
	background-color: #1B84FF;
}

.company-card {
	background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	border-radius: 8px;
}
.company-card .card-header {
	padding: 10px;
	border: 0;
	border-radius: 8px 8px 0 0;
	background-color: #FFFFFF;
}
.company-card .card-header .overlay {
	border: 1px solid #F2F5F7;
	border-radius: 8px;
	position: relative;
}
.company-card .card-header .overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #F2F5F7;
	border-radius: 8px;
	background-color: rgba(34, 34, 34, .5);
}
.company-card .card-header .overlay .bookmark {
	position: absolute;
	right: 0;
	padding: 10px;
	color: #BDBDBD;
}
.company-card .card-header .overlay .bookmark.left-side {
	top: 6px;
	right: unset;
	left: 6px;
	color: #FFFFFF;
	background-color: #F4F4F433;
	border-radius: 100px;
	padding: 6px 10px;
}
.company-card .card-header .overlay .bookmark.fill {
	color: var(--color-secondary);
}
.company-card .card-header .overlay img {
	border: 1px solid #F2F5F7;
	border-radius: 8px;
}
.company-card .card-header .meta-data {
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	gap: 16px;
}
.company-card .card-title {
	font-family: Jost;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-secondary);
	padding: 10px 0 38px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.company-card .card-title a {
	color: var(--color-secondary);
}
.company-card .card-title a:hover {
	color: var(--color-primary);
}
.company-card .card-title img {
	width: 22px;
	height: 22px;
}
.company-card .card-footer {
	padding: 10px;
	border-color: #D9D9D9;
	border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #FFFFFF;
}
.company-card .card-footer .location {
	display: flex;
	gap: 8px;
}
.company-card .card-footer .location img {
	width: 22px;
	height: 22px;
}

.products {
	margin: 0 -10px;
	row-gap: 20px;
}
.products .product {
	display: flex;
	padding: 0 10px;
}
.products .product .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #FFFFFF;
	border: 1px solid #F1F1F2;
	border-radius: 12px;
	padding: 10px;
	width: 100%;
}
.products .product .item .product-details {
	position: relative;
}
.products .product .item .bookmark {
	position: absolute;
	left: 0;
	padding: 10px;
	color: var(--color-secondary);
}
.products .product .item img {
	width: 100%;
	border-radius: 10px;
}
.products .product .item .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: var(--color-secondary);
}
.products .product .item .title a {
	color: var(--color-secondary);
}
.products .product .item .title a:hover {
	color: var(--color-primary);
}
.products .product .item .details {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #303030;
}

.news {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.news .item {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.news .item .item-img {
	max-width: 240px;
	width: 100%;
	position: relative;
}
.news .item img {
	background-color: #D9D9D9;
    border-radius: 4px 0 0 4px;
}
.news .item .item-img i {
	position: absolute;
	top: 12px;
	left: 14px;
	color: var(--color-secondary);
}
.news .item .item-details {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #828282;
	max-width: calc(100% - 260px);
	padding: 20px 20px 22px 0;
}
.news .item .item-details .meta-data {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}
.news .item .item-details .meta-data .tags {
	color: #BDBDBD;
}
.news .item .item-details .meta-data .tags span:not(:last-child):after {
	background-color: #BDBDBD;
}
.news .item .item-details h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: var(--color-secondary);
}
.news .item .item-details h2 a {
	color: var(--color-secondary);
}
.news .item .item-details h2 a:hover {
	color: var(--color-primary);
}

.articles .article .item {
	position: relative;
}
.articles .article .description {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.09px;
	color: var(--color-secondary);
	position: absolute;
	bottom: -45px;
	margin: 10px;
	background-color: #FFFFFF;
	padding: 11px 10px;
	width: calc(100% - 20px);
}

.footer-pagination {
	margin-top: 30px;
	justify-content: space-between;
	gap: 20px;
}
.footer-pagination .per-page-data select {
	font-family: Inter;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	color: #828282;
	width: 56px;
	padding: 12px;
	border: 0;
	border-radius: 6px;
	background: #F1F1F2;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.footer-pagination .per-page-data {
	position: relative;
	width: 66px;
}
.footer-pagination .per-page-data::after {
	content: "\f282";
	font-family: "bootstrap-icons";
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	color: #828282;
}
.footer-pagination .pagination {
	justify-content: flex-end;
	gap: 5px;
}
.footer-pagination .pagination .page-item .page-link {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #828282;
	border: unset;
	border-radius: 6px;
	padding: 10px;
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: transparent;
}
.footer-pagination .pagination .page-item.disabled .page-link {
	color: #BDBDBD;
}
.footer-pagination .pagination .page-item.active .page-link {
	color: #FFFFFF;
	background-color: var(--color-primary);
}

.hero-slider {
	background-color: var(--color-primary);
}
.company-list-slider .slider-item {
	display: flex;
	flex-wrap: wrap;
}
.company-list-slider .slider-image, .company-list-slider .slider-content {
	flex: 1 1 100%;
}
.company-list-slider .slider-image img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.company-list-slider .slider-content {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	padding: 30px 0;
}
.company-list-slider .slider-content .subtitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: var(--color-primary);
	padding: 10px 20px;
	background-color: #FFFFFF;
	border-radius: 100px;
	width: max-content;
}
.company-list-slider .slider-content .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	color: #FFFFFF;
}
.company-list-slider.owl-carousel button.owl-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 2px;
	background-color: var(--color-secondary);
	border-radius: 50%;
}
.company-list-slider.owl-carousel button.owl-dot.active {
	width: 20px;
	border-radius: 20px;
	background-color: var(--color-secondary);
}
.company-list-slider.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}
.company-list-slider.owl-theme .owl-dots .owl-dot span {
	display: none !important;
}

.company-list-section > .row > div {
	padding: 0;
}
.company-list-section .filter {
	padding: 20px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	box-sizing: border-box;
	background-color: var(--color-background);
	border-right: 1px solid #E0E0E0;
	overflow: visible;
}
.company-list-section .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	border: 0;
	background-color: transparent;
}
.company-list-section .filter h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: var(--color-secondary);
	margin-bottom: 0;
}
.company-list-section .filter form {
	margin-top: 20px;
}
.company-list-section .filter form input:not(.form-check-input), .company-list-section .filter form select {
	height: 56px;
	padding: 18px 40px 18px 20px;
	border: 1px solid var(--color-secondary);
	border-radius: 8px !important;
	box-shadow: 0px 6px 15px 0px #404F680D;
	width: 100%;
}
.company-list-section .filter form select, .company-list-section .filter form input.location {
	border: 1px solid #E0E0E0;
}
.company-list-section .filter form .input-group > .custom-file .custom-file-input:focus~.custom-file-label, .company-list-section .filter form .input-group > .custom-select:focus, .company-list-section .filter form .input-group > .form-control:focus {
	z-index: auto;
}
.company-list-section .filter form input, .company-list-section .filter form select, .company-list-section .filter form input::placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #BDBDBD;
}
.company-list-section .filter form input + .input-group-search {
	position: absolute;
	right: 20px;
	font-size: 20px;
	top: 22%;
	color: var(--color-secondary);
}
.company-list-section .filter form .dropdown {
	width: 100%;
}
.company-list-section .filter form .industry-dropdown > .dropdown-toggle {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	text-align: left;
	color: #BDBDBD;
	width: 100%;
	padding: 18px 20px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
}
.company-list-section .filter form .industry-dropdown .dropdown-toggle::after {
	content: "\f282";
	font-family: "bootstrap-icons";
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	color: #717171;
	border: none;
}
.company-list-section .filter form .industry-dropdown .dropdown-menu {
	border: 1px solid #F1F1F2;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 14px 0px #0F2A510A;
	width: 100%;
	border-radius: 12px;
	padding: 20px 15px;
	z-index: 1050;
}
.company-list-section .filter form .industry-dropdown .dropdown-item {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	color: #7E8299;
	padding: 12px 15px;
}
.company-list-section .filter form .industry-dropdown .dropdown-item:hover, .company-list-section .filter form .industry-dropdown .dropdown-item:active, .company-list-section .filter form .industry-dropdown .dropdown-item:focus {
	color: var(--color-primary);
	background-color: #EEF6FF;
	border-radius: 6px;
}
.company-list-section .filter form .industry-dropdown .dropdown-submenu {
	position: relative;
}
.company-list-section .filter form .industry-dropdown .dropdown-submenu .dropdown-toggle::after {
	content: "\f285";
}
.company-list-section .filter form .industry-dropdown .dropdown-submenu .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: -1px;
	z-index: 1051;
}
.company-list-section .filter form .industry-dropdown .dropdown-submenu .dropdown-menu .dropdown-item::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--color-text);
	border-radius: 100px;
	margin-right: 15px;
}
.company-list-section .filter form .industry-dropdown .dropdown-submenu .dropdown-menu .dropdown-item:hover::before, .company-list-section .filter form .industry-dropdown .dropdown-submenu .dropdown-menu .dropdown-item:active::before, .company-list-section .filter form .industry-dropdown .dropdown-submenu .dropdown-menu .dropdown-item:focus::before {
	background-color: var(--color-primary);
}
.company-list-section .filter form label {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: var(--color-secondary);
}
.company-list-section .filter form .technologies-checkbox {
	max-height: 342px;
	overflow-y: overlay;
	scrollbar-width: thin;
}
.company-list-section .filter form .technologies-checkbox .form-check {
	position: relative;
	padding: 0 0 10px 1.25rem;
}
.company-list-section .filter form .technologies-checkbox .form-check .form-check-input {
	opacity: 0;
	position: absolute;
	border: 1px solid #E0E0E0;
	width: 18px;
	height: 18px;
}
.company-list-section .filter form .technologies-checkbox .form-check label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-secondary);
	padding-left: 10px;
	cursor: pointer;
}
.company-list-section .filter form .technologies-checkbox .form-check label:before {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	background-color: #FFFFFF;
	position: absolute;
	top: 4px;
	left: 0;
	transition: background-color 0.3s, border-color 0.3s;
	cursor: pointer;
}
.company-list-section .filter form .technologies-checkbox .form-check .form-check-input:checked ~ label:before {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	content: '\F272';
	font-family: "bootstrap-icons";
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
.company-list-section .filter form .technologies-checkbox::-webkit-scrollbar {
	width: 12px;
}
.company-list-section .filter form .technologies-checkbox::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.company-list-section .filter form .technologies-checkbox::-webkit-scrollbar-thumb {
	background: #888888;
	border-radius: 10px;
}
.company-list-section .filter form .technologies-checkbox::-webkit-scrollbar-thumb:hover {
	background: #555555;
}
.company-list-section .filter form .btn-primary {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #FFFFFF;
	padding: 16px;
	border-radius: 8px;
}
.company-list-section .filter form .btn-link {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
	color: var(--color-secondary);
	padding: 0;
	border: 0;
}
.company-list-section .company-list {
	padding: 30px 40px;
}
.company-list-section .company-list h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	color: var(--color-secondary);
}
.company-list-section .company-list .list-title {
	display: flex;
	align-items: center;
	gap: 20px;
}
.company-list-section .company-list .list-title span {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #FFFFFF;
	background-color: var(--color-primary);
	padding: 14px 20px;
	border-radius: 100px;
}
.company-list-section .company-list .recommended-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #C6A464;
}
.company-list-section .company-list .search-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: var(--color-secondary);
}

.signup-section {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	background: var(--color-primary);
}
.signup-section .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.signup-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
}
.signup-section a {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-primary);
	border: none;
	border-radius: 8px;
	background: #FFFFFF;
	width: 200px;
	padding: 16px;
}
.signup-section a:hover {
	color: var(--color-primary);
	background-color: #FFFFFF;
}

.company-details .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 40px 20px 0;
}
.company-details .company-name {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	color: var(--color-secondary);
}
.company-details .subtitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #4E678C;
}
.company-details .badge {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #C6A464;
	display: flex;
	align-items: center;
	gap: 5px;
}
.company-details .badge img {
	width: 24px;
}
.company-description .company-menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	list-style-type: none;
}
.company-description .company-menu ul li {
	padding: 12px 12px 15px;
	max-width: 140px;
	width: 100%;
	text-align: center;
}
.company-description .company-menu li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-text);
}
.company-description .company-menu li.active, .company-description .company-menu li:hover {
	border-bottom: 1px solid var(--color-primary);
}
.company-description .company-menu li.active a, .company-description .company-menu li:hover a {
	font-weight: 700;
	color: var(--color-primary);
}
.company-description .company-details {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: var(--color-secondary);
}
.company-description .company-overview-img {
	border-radius: 8px;
}
.company-description .news-details {
	background-color: #FFFFFF;
	padding: 26px 20px;
}
.company-description .news-details .news-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.company-description .news-details .meta-data {
	color: var(--color-text);
	gap: 16px;
}
.company-description .news-details .meta-data .category {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #C6A464;
	padding: 10px 18px;
	border-radius: 4px;
}
.company-description .news-details .meta-data .tags span:not(:last-child):after {
	background-color: var(--color-text);
}
.company-description .news-details .btn-action {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}
.company-description .news-details .btn-action .btn-outline-light {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-secondary);
	border-color: var(--color-secondary);
	padding: 9px 12px;
}
.company-description .news-details .btn-action .btn-outline-light i {
	margin-right: 15px;
}
.company-description .news-details h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	color: var(--color-secondary);
}
.company-description .news-description {
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	color: #333333;
}
.company-description .news-data {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #333333;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 50px 0 30px;
}
.company-description .news-data div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.company-description .news-data div img {
	width: 24px;
}
.company-description .product-details h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: var(--color-secondary);
}
.company-description .product-details .table {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-secondary);
	background-color: #FFFFFF;
}
.company-description .product-details .table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #E0E0E0;
}
.company-description .product-details .table td {
	border: unset;
}
.company-description .product-details .product-description .description {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #303030;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.company-description .product-details .product-description .description h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-secondary);
}
.company-description .product-details .product-description .btn-actions {
	display: flex;
	gap: 20px;
	align-items: center;
}
.company-description .product-details .product-description .btn-actions .btn-secondary {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-secondary);
	padding: 16px;
	background: #F4F4F4;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	width: 100px;
}
.company-description .product-details .product-description .btn-actions .btn-primary {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	padding: 16px;
	background: var(--color-primary);
	border-radius: 8px;
	max-width: calc(100% - 120px);
	width: 100%;
}
.company-description .images-videos {
	row-gap: 20px;
}
.company-description .images-videos .image-video {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.company-description .images-videos .image-video .video-play {
	position: absolute;
	width: 52px;
}

.news-details .container {
	padding: 40px 20px 0;
}
.news-details .title-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.news-details .news-name {
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	color: var(--color-secondary);
	margin-bottom: 0;
}
.news-details .badge {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	background-color: var(--color-primary);
	padding: 10px;
	border-radius: 100px;
	width: 40px;
	height: 40px;
}
.news-description .news-tags-section {
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	column-gap: 8px;
	row-gap: 10px;
	padding: 20px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: var(--color-background);
}
.news-description .news-tags-section .tag {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--color-text);
	padding: 20px 26px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
}
.news-description .news-tags-section .tag.active {
	font-weight: 700;
	color: var(--color-secondary);
	border: 1px solid var(--color-secondary);
}
.news-description .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.right-sidebar > div:not(:first-child) {
	margin-top: 10px;	
}
.right-sidebar > div:not(.action-btns) {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	padding: 20px;
}
.right-sidebar > div.no-bg {
	background-color: transparent;
	border: unset;
	padding: 0;
}
.right-sidebar > div.no-bg .text-line-wrapper {
	margin-top: 30px;
	margin-bottom: 10px;
}
.right-sidebar > div.no-bg > div:not(:first-child) {
	padding: 0 20px 20px;
}
.right-sidebar > div h3:not(.left-text) {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-secondary);
	margin-bottom: 10px;
}
.right-sidebar > div.ns-news h3 {
	color: #C6A464;
}
.right-sidebar .action-btns {
	display: flex;
}
.right-sidebar .btn.save {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-secondary);
	background: #F4F4F4;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	padding: 16px;
	margin-right: 20px;
	min-width: 100px;
}
.right-sidebar .btn.inquiry {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	background-color: var(--color-primary);
	border-radius: 8px;
	padding: 16px 30px;
	width: 100%;
}
.right-sidebar .location-information .informations {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #4E678C;
	margin-top: 20px;
}
.right-sidebar .location-information .informations > div {
	display: flex;
	align-items: start;
	gap: 8px;
}
.right-sidebar .location-information .informations img {
	width: 22px;
}
.right-sidebar .industries {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.right-sidebar .industries .item {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	width: 100px;
	height: 100px;
	background-color: #C6A464;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-sidebar .industries .item.chemical {
	background-color: #34692B;
}
.right-sidebar .industries .item.food {
	background-color: var(--color-primary);
}
.right-sidebar .industries .item.science {
	background-color: #223161;
}
.right-sidebar .tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.right-sidebar .technologies-tags.tags span {
	color: var(--color-secondary);
	padding: 7px 20px;
	background-color: #F1F1F2;
	border-radius: 100px;
}
.right-sidebar .services-tags.tags span {
	color: #828282;
	padding: 7px 20px;
	background-color: #F1F1F2;
	border-radius: 100px;
}
.right-sidebar .related-news-section .news .item {
	gap: 10px;
	background-color: transparent;
	box-shadow: unset;
	border-radius: unset;
	flex-direction: row;
}
.right-sidebar .related-news-section .news .item .img-right {
	width: 80px;
	height: 80px;
	position: relative;
	background-color: #C4C4C4;
	border-radius: 10px 16px 0 10px;
	overflow: hidden;
}
.right-sidebar .related-news-section .news .item .img-right img {
	border-radius: 16px 16px 0 16px;
}
.right-sidebar .related-news-section .news .item .img-right span {
	font-size: 24px;
	font-weight: 700;
	line-height: 26.4px;
	color: #C6A464;
	padding: 12px 11px;
	text-align: center;
	position: absolute;
	bottom: -10px;
	right: -7px;
	background-color: #FFFFFF;
	border-radius: 16px 16px 0;
	width: 50px;
	height: 50px;
}
.right-sidebar .related-news-section .news .item .item-details {
	max-width: calc(100% - 90px);
	padding: 0;
}
.right-sidebar .related-news-section .news .item .item-details h2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0;
}
.right-sidebar .related-news-section .news .item .item-details .meta-data,
.right-sidebar .news.related-news-section .tags {
	font-size: 12px;
	line-height: 17px;
	color: #C6A464;
}
.right-sidebar .news.related-news-section .tags span {
	padding: 0;
	color: var(--color-text);
}
.right-sidebar .subscribe-newsletter {
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	color: #828282;
}
.right-sidebar .subscribe-newsletter.ns-news {
	color: #FFFFFF;
	background-color: var(--color-secondary);
}
.right-sidebar .subscribe-newsletter form input {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 20px;
	height: 60px;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
}
.right-sidebar .subscribe-newsletter form input::placeholder {
	color: #BDBDBD;
}
.right-sidebar .subscribe-newsletter form input:focus {
	z-index: 1;
}
.right-sidebar .subscribe-newsletter form .input-group-append {
	position: absolute;
	right: 5px;
	top: 5px;
}
.right-sidebar .subscribe-newsletter form .btn-primary {
	width: 100px;
	height: 50px;
	border-radius: 8px;
	background: var(--color-secondary);
	border-color: var(--color-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.right-sidebar .ads img {
	border-radius: 8px;
}

.factover-modal .modal-content {
	border: unset;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 0px 40px 0px #4C4E6466;
}
.factover-modal .modal-content .close {
	position: absolute;
	font-size: 14px;
	top: 20px;
	right: 20px;
	color: #4C4E64;
}
.factover-modal .modal-body {
	padding: 0;
}
.factover-modal .modal-body label {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: var(--color-secondary);
	margin-bottom: 26px;
}
.factover-modal .modal-body .product-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 21.98px;
	letter-spacing: 0.1px;
	color: #4C4E64DE;
	text-align: left;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	padding: 13px 10px;
	margin-bottom: 20px;
}
.factover-modal .modal-body .product-name img {
	width: 25px;
	height: 25px;
	border-radius: 5px;
}
.factover-modal .modal-body textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.15px;
	color: var(--color-secondary);
	border: 1px solid #4C4E6438;
	border-radius: 8px;
}
.factover-modal .modal-body textarea::placeholder {
	color: #BDBDBD;
}
.factover-modal .modal-footer {
	padding: 0;
	margin-top: 40px;
	border: unset;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.factover-modal .modal-footer .btn-secondary {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #979797;
	padding: 18px 34.43px;
	border: 1px solid #979797;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin: 0 40px 0 0;
}
.factover-modal .modal-footer .btn-primary {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	background-color: var(--color-primary);
	padding: 18px 34.43px;
	border-radius: 8px;
	margin: 0;
	max-width: 300px;
	width: 100%;
}

#media-modal .modal-content, #media-modal .modal-footer {
	background-color: transparent;
	border: unset;
	justify-content: center;
	padding: 0;
}
#media-modal .modal-footer {
	padding-top: 20px;
}
#media-modal .modal-footer button {
	background-color: #D9D9D9;
	margin: 0;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	opacity: 1;
}

.footer {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	background-color: var(--color-secondary);
	color: #FFFFFF;
}
.footer h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 30px;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #C6A464;
}
.footer .newsletter {
	position: relative;
	max-width: 320px;
}
.footer .newsletter input {
	height: auto;
	padding: 18px 20px;
	border: none;
	border-radius: 8px;
	color: var(--color-text);
	background-color: rgba(255, 255, 255, .1);
}
.footer .newsletter .input-group-append {
	position: absolute;
	top: 5px;
	right: 5px;
}
.footer .newsletter button {
	width: 100px;
	padding: 13px 15px;
	border: none;
	border-radius: 8px;
	background: rgba(40, 57, 83, 1);
}
.copy-footer {
	padding: 13px 20px;
	background: rgba(255, 255, 255, 0.1);
}
.copy-footer img {
	max-width: 223px;
}
.copy-footer .copyrights {
	position: absolute;
	right: 20px;
	transform: translate(0%, 30%);
}

.main-container {
	display: flex;
	gap: 20px;
}
.card.custom-card {
	border: unset;
	background-color: transparent;
	box-shadow: unset;
}
.card.custom-card .card-body {
	background-color: #FFFFFF;
	border: 1px solid #F1F1F2;
	border-radius: 24px;
}
.d-mobile {
	display: none;
}
.sidebar-left.card {
	max-width: 300px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #F1F1F2;
	border-radius: 24px;
}
.sidebar-left.card .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 0;
}
.sidebar-left.card .card-body .top {
	padding: 0 20px;
}
.sidebar-left.card .card-body .header {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: var(--color-primary);
}
.sidebar-left.card .card-body .header img {
	max-width: 199px;
}
.sidebar-left.card .card-body .section {
	margin-top: 40px;
}
.sidebar-left .section .menu .items .item span {
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	color: #3F4254;
}
.sidebar-left .section .menu .items .item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 11px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	color: #3F4254;
}
.sidebar-left .section .menu .items .item img {
	max-width: 38px;
	border-radius: 10px;
}
.sidebar-left .section .menu .items .item i {
	color: var(--color-text);
}
.sidebar-left .tabs .services {
	margin-top: 20px;
}
.sidebar-left .tabs .services .service {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	color: #3F4254;
	padding: 13px 0;
	border: unset;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.sidebar-left .tabs .services .service.page {
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	color: var(--color-text);
}
.sidebar-left .tabs .services .service i {
	font-size: 16px;
	color: var(--color-text);
}
.sidebar-left .tabs .services .service.active, .sidebar-left .tabs .services .service:hover, .sidebar-left .tabs .services .service.active i, .sidebar-left .tabs .services .service:hover i {
	color: var(--color-primary);
}
.sidebar-left .business-channel-btn {
	background-color: #1D293E;
	margin-top: 20px;
	padding: 11px 15px 14px 22px;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-left .business-channel-btn span {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	color: var(--color-primary);
}
.sidebar-left .business-channel-btn a i {
	color: #FFFFFF;
}
.sidebar-left.card .card-body .footer {
	margin-top: 40px;
	background-color: transparent;
}
.sidebar-left.card .card-body .footer a {
	color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.sidebar-left.card .card-body .footer a i {
	font-size: 18px;
}
.container-right {
	display: flex;
	flex-direction: column;
	max-width: calc(100% - 300px);
	width: 100%;
}
.container-right .first-card {
	margin-top: 20px;
}
.container-right .second-card {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}
.card.custom-card.profile .card-body {
	padding: 20px;
	box-shadow: 0px 2px 10px 0px #4C4E6438;
}
.card.custom-card.profile h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #4C4E64DE;
	margin-bottom: 0.688rem;
}
.card.custom-card.profile p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.15px;
	color: #4C4E64AD;
}
.card.custom-card.profile .progressbar {
	margin: 25px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.15px;
	color: #4C4E64DE;
}
.card.custom-card.profile .progressbar .info {
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
.card.custom-card.profile .progressbar .progress {
	height: 8px;
	border-radius: 30px;
	background-color: #E7EFFD;
}
.card.custom-card.profile .progressbar .progress .progress-bar {
	background-color: #1B84FF;
	border-radius: 30px;
}
.card.custom-card.profile .tags {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}
.card.custom-card.profile .tags span {
	border-radius: 64px;
	padding: 0px 6.5px 0px 6.5px;
	background-color: #FAFAFA;
}
.card.custom-card.biz-channel .card-body {
	padding: 20px 26px 0 40px;
	background: var(--color-primary);
	box-shadow: 0px 2px 10px 0px #4C4E6438;
	display: flex;
	justify-content: space-between;
}
.card.custom-card.biz-channel .details h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.15px;
	color: #FFFFFF;
	margin-bottom: 36px;
}
.card.custom-card.biz-channel .details button {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.14px;
	color: var(--color-primary);
	border-radius: 64px;
	padding: 11px 35.5px;
	background-color: #FFFFFF;
}
.card.custom-card.biz-channel .details .link-style {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.14px;
	color: #FFFFFF;
	margin: 21px 20px;
	display: flex;
	justify-content: space-between;
	width: 102px;
	align-items: center;
	border-bottom: 1px solid #FFFFFF;
}
.card.custom-card.biz-channel .details .link-style:hover {
	color: #3F4254;
	border-color: #3F4254;
}
.card.custom-card.biz-channel .image {
	position: relative;
	width: 94px;
}
.card.custom-card.biz-channel .image img {
	width: 94px;
	height: 128px;
	position: absolute;
	bottom: 0;
}
.card.custom-card.inquery .card-body {
	padding: 30px;
	box-shadow: 0px 3px 4px 0px #00000008;
}
.card.custom-card.inquery .header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.card.custom-card.inquery .header button {
	font-family: Inter;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	color: #7E8299;
	border: 1px solid #F1F1F2;
	background: #FFFFFF;
	padding: 12px 16px 12px 16px;
	border-radius: 6px;
}
.card.custom-card.inquery .header button:hover {
	background: #F1F1F2;
}
.card.custom-card.inquery h3 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #3F4254;
}
.card.custom-card.inquery p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: var(--color-text);
}
.card.custom-card.inquery .items {
	padding-right: 45px;
}
.card.custom-card.inquery .items .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 10px 0;
}
.card.custom-card.inquery .items .item:not(:last-child) {
	border-bottom: 1px dashed #E1E3EA;
}
.card.custom-card.inquery .items .item .details {
	display: flex;
	align-items: center;
	gap: 15px;
}
.card.custom-card.inquery .items .item .details img {
	max-width: 70px;
	max-height: 70px;
}
.card.custom-card.inquery .items .item .details .username {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #3F4254;
	margin-bottom: 7px;
}
.card.custom-card.inquery .items .item .details .company-name {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: var(--color-text);
}
.card.custom-card.inquery .items .item .meta-data {
	display: block;
	text-align: right;
}
.card.custom-card.inquery .items .item .meta-data p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #424B5A;
}
.card.custom-card.inquery .items .item .meta-data span {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.14px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 64px;
	padding: 0 6.5px 0 6.5px;
	background-color: #4CAF0B;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.card.custom-card.bookmark .card-body {
	padding: 30px;
	box-shadow: 0px 3px 4px 0px #00000008;
}
.card.custom-card.bookmark .header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.card.custom-card.bookmark .header button {
	font-family: Inter;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	color: #7E8299;
	border: 1px solid #F1F1F2;
	background: #FFFFFF;
	padding: 12px 16px 12px 16px;
	border-radius: 6px;
}
.card.custom-card.bookmark .header button:hover {
	background: #F1F1F2;
}
.card.custom-card.bookmark h3 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #3F4254;
}
.card.custom-card.bookmark p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: var(--color-text);
}
.card.custom-card.bookmark .card-header, .card.custom-card.bookmark .card-footer {
	background-color: var(--color-background);
}
.card.custom-card.products {
	margin: 0;
	margin-top: 20px;
}
.card.custom-card.products .card-body {
	padding: 0 0 46px;
	box-shadow: 0px 3px 4px 0px #00000008;
}
.card.custom-card.products .header {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
.card.custom-card.products h3 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #3F4254;
}
.card.custom-card.products p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: var(--color-text);
}
.card.custom-card.products .nav-tabs {
	padding: 0 20px 20px;
	border: unset;
	gap: 16px;
	flex-wrap: nowrap;
}
.card.custom-card.products .nav-tabs .nav-item {
	width: 110px;
}
.card.custom-card.products .nav-tabs .nav-item.show .nav-link, .card.custom-card.products .nav-tabs .nav-link.active {
	border: unset;
}
.card.custom-card.products .nav-tabs .nav-link {
	padding: 0;
	border: 1px solid #4C4E641F;
	border-radius: 10px;
}
.card.custom-card.products .nav-tabs .nav-link.active {
	border: 1px solid var(--color-primary);
}
.card.custom-card.products .tab-content .table th {
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.17px;
	text-align: left;
	color: #4C4E64DE;
}
.card.custom-card.products .tab-content .table td, .card.custom-card.products .tab-content .table th {
	border-top: unset;
}
.card.custom-card.products .tab-content .table td:first-child, .card.custom-card.products .tab-content .table th:first-child {
	width: 40px;
}
.card.custom-card.products .tab-content .table td:nth-child(3), .card.custom-card.products .tab-content .table th:nth-child(3) {
	text-align: right;
	width: 200px;
}
.card.custom-card.products .tab-content .table td:last-child, .card.custom-card.products .tab-content .table th:last-child {
	text-align: right;
	width: 200px;
}
.app-footer {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-text);
	justify-content: center;
}
.card.custom-card.company-list .card-body {
	padding: 30px;
}
.card.custom-card.company-list .company-card .card-header, .card.custom-card.company-list .company-card .card-footer {
	background-color: var(--color-background);
}
.card.custom-card.news-listing .card-body {
	padding: 30px;
}
.card.custom-card.products-listing .card-body {
	padding: 30px;
}
.card.custom-card.products-listing .products .product .item {
	border: unset;
	box-shadow: 0px 4px 10px 0px #0000000D;
}
.card.custom-card.setting-email .card-body {
	padding: 0;
	border-radius: 8px;
}
.card.custom-card.setting-email .card-body > .title {
	padding: 13.5px 20px;
	border-bottom: 1px solid #CCCCCC;
}
.card.custom-card.setting-email .settings.items .item {
	padding: 20px;
	display: flex;
	gap: 20px;
}
.card.custom-card.setting-email .settings.items .item .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #424B5A;
	margin-bottom: 7px;
}
.card.custom-card.setting-email .settings.items .item .description {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #4C4E64DE;
}
.image-input.image-input-outline .image-input-wrapper {
	border: unset;
	border-radius: 9px;
}
.image-input [data-kt-image-input-action=change] {
    left: 85%;
    top: 100%;
}
.image-input [data-kt-image-input-action=cancel], .image-input [data-kt-image-input-action=remove] {
    left: 50%;
}
.disconnect_account_submit {
	cursor: pointer;
}
.select-interesting .items {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	column-gap: 30px;
	row-gap: 30px;
}
.select-interesting .items .item {
	width: 100px;
}

.chat-section {
	margin: 0 -10px;
	row-gap: 20px;
	display: flex;
	flex-wrap: wrap;
}
.chat-section .card {
	padding: 0 5px;
}
.chat-section .card.card-left {
	max-width: 32.728%;
	width: 100%;
}
.chat-section .card.card-left .card-body {
	padding: 15px 0;
}
.chat-section .search-section {
	padding: 0 20px;
	background-color: transparent;
}
.chat-section .search-section input {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #D9D9D9;
	background-color: #F2F5F7;
	border: 1px solid #F1F1F2;
	border-radius: 6px !important;
	padding: 13px 23px;
	width: 100%;
	height: 52px;
}
.chat-section .search-section input::placeholder {
	color: #D9D9D9;
}
.chat-section .search-section button i {
	font-size: 20px;
}
.chat-section .search-section .input-group > .form-control:focus {
	z-index: auto;
}
.chat-section .search-section .input-group-append {
	position: absolute;
	right: 7px;
}
.chat-section .search-section .btn-primary {
	background-color: transparent;
	padding: 16px;
	border: unset;
	color: #636578;
	display: flex;
}
.chat-section .nav-tabs {
	flex-flow: nowrap;
	border: unset;
	padding: 0 20px;
	margin-top: 50px;
}
.chat-section .nav-tabs .nav-item {
	display: flex;
	justify-content: center;
	width: 50%;
}
.chat-section .nav-tabs .nav-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #CAD5E9;
	border: unset;
	position: relative;
	padding: 0 0 6px;
	width: 100%;
	border-bottom: 0.5px solid #F4F4F4;
	background-color: transparent;
}
.chat-section .nav-tabs .nav-link[aria-selected=true] {
	color: var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}
.chat-section .user {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 20px;
	border-bottom: 1px solid #F1F1F2;
}
.chat-section .user .user-img {
	display: flex;
	align-items: center;
	gap: 10px;
}
.chat-section .user img {
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
.chat-section.company-chat-section .user img {
	border-radius: 6px;
}
.chat-section .user-details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	height: 60px;
}
.chat-section.company-chat-section .user-details {
	justify-content: center;
}
.chat-section .user-details .username {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #424B5A;
}
.chat-section .user-details .company-name {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #BDBDBD;
}
.chat-section .user .meta-data {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #424B5A;
}
.chat-section .user .unread-messages {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.14px;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	background: #4CAF0B;
	color: #FFFFFF;
	border-radius: 100px;
	padding: 1px;
}
.chat-section .card.card-right {
	max-width: 67.272%;
	width: 100%;
}
.chat-section .tab-content {
	margin-top: 18px;
}
.chat-section .user.chat-header {
	padding: 15px 20px;
	align-items: center;
}
.chat-section .chat-header .meta-data .three-dots {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: unset;
}
.chat-section .chat-header .meta-data .three-dots::after {
	content: '\2022 \2022 \2022';
	font-size: 1.5rem;
	vertical-align: middle;
	border: unset;
	margin: 0;
	color: #4C4E648A;
}
.chat-section .chat-header .meta-data .three-dots:focus-visible {
	box-shadow: unset;
}
.chat-section .chat-header .meta-data .dropdown-menu {
	background-color: #FFFFFF;
	border: unset;
	border-radius: 5px;
	box-shadow: 0px 10px 14px 3px #4C4E6433;
	padding: 0;
}
.chat-section .chat-header .meta-data .dropdown-item {
	padding: 0;
}
.chat-section .chat-header .meta-data .dropdown-item:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.chat-section .chat-header .meta-data .dropdown-item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.chat-section .chat-header .meta-data .dropdown-item:hover {
	background-color: #4C4E640D;
}
.chat-section .chat-header .meta-data .dropdown-item a {
	display: block;
	width: 100%;
	color: #4C4E64DE;
	padding: 10px 24px;
}
.chat-section .chat-body {
	min-height: 616px;
	padding: 33px 20px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.chat-section .chat-body .message {
	display: flex;
}
.chat-section .chat-body .message.product .product-data {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	padding: 13px 10px;
	width: 100%;
}
.chat-section .chat-body .message.product .product-data img {
	width: 34px;
	height: 34px;
	border-radius: 5px;
	margin-right: 12px;
}
.chat-section .chat-body .message.product .product-data a {
	font-size: 14px;
	font-weight: 700;
	line-height: 21.98px;
	letter-spacing: 0.1px;
	color: #4C4E64DE;
}
.chat-section .chat-body .message .message-data {
	max-width: 500px;
}
.chat-section .chat-body .message .user-meta {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #424B5A;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}
.chat-section .chat-body .message.send-message .user-meta {
	justify-content: flex-end;
}
.chat-section .chat-body .message .user-meta .date-time {
	font-size: 14px;
	font-weight: 400;
	color: #979797;
}
.chat-section .chat-body .message .user-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	max-width: 500px;
}
.chat-section .chat-body .message:not(.file) .user-text {
	color: #424B5A;
	background-color: #F2F5F7;
	padding: 20px;
	border-radius: 10px 0 10px 10px;
}
.chat-section .chat-body .message.receive-message:not(.file) .user-text {
	color: #FFFFFF;
	background-color: #424B5A;
	border-radius: 0 10px 10px 10px;
}
.chat-section .chat-body .message.file .file {
	display: flex;
	justify-content: flex-end;
}
.chat-section .chat-body .message.file .file > div {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 10px 20px;
	width: fit-content;
	justify-content: flex-end;
	border: 1px solid #D9D9D9;
	border-radius: 9px;
}
.chat-section .chat-body .message.file .download-file {
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 100px;
	padding: 17px;
	display: flex;
	align-items: center;
}
.chat-section .chat-body .message.file .download-file:before {
	content: url('../media/svg/arrow-download.svg');
	width: 24px;
	height: 24px;
}
.chat-section .chat-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #F1F1F2;
	padding: 15px 20px;
}
.chat-section .chat-footer .attachment button {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background-color: #F2F5F7;
	border: unset;
}
.chat-section .chat-footer .attachment img {
	width: 24px;
	height: 24px;
}
.chat-section .chat-footer .text-message {
	width: -webkit-fill-available;
}
.chat-section .chat-footer .text-message input {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #979797;
	width: 100%;
	background-color: #F2F5F7;
	border: unset;
	border-radius: 100px;
	padding: 18px 23px;
	height: 60px;
}
.chat-section .chat-footer .text-message input::placeholder {
	color: #979797;
}
.chat-section .chat-footer .send-btn button {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.15px;
	background-color: var(--color-primary);
	border: unset;
	border-radius: 100px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.chat-section .chat-footer .send-btn button:before {
	content: url('../media/svg/chat-send.svg');
	width: 24px;
	height: 24px;
}
#profile-modal .modal-dialog {
	max-width: 320px;
}
#profile-modal .modal-content {
	border: 1px solid #DADADA;
	border-radius: 10px;
	box-shadow: 0px 10px 14px 3px #4C4E6424;
}
#profile-modal .modal-header {
	border: unset;
	padding: 15px;
	height: 40px;
	justify-content: flex-end;
}
#profile-modal .modal-header button {
	color: #4C4E64;
	font-size: 20px;
	padding: 0;
	border: unset;
	background-color: transparent;
	margin-top: -8px;
}
#profile-modal .modal-body {
	padding: 10px 30px 25px;
}
#profile-modal .modal-body .img-thumbnail {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding: 0;
	border: unset;
	margin-bottom: 20px;
}
#profile-modal.company-profile .modal-body .img-thumbnail {
	border-radius: 6px;
}
#profile-modal .modal-body h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 23.87px;
	color: #505D68;
}
#profile-modal .modal-body hr {
	border: 1px solid #DADADA;
}
#profile-modal .modal-body .details {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.48px;
	color: #979797;
}
#profile-modal .modal-body .details label {
	font-size: 18px;
	font-weight: 500;
	line-height: 21.48px;
	color: #505D68;
}
#delete-modal .modal-content {
	border: 1px solid #DADADA;
	border-radius: 10px;
	box-shadow: 0px 10px 14px 3px #4C4E6424;
}
#delete-modal .modal-header {
	border: unset;
	padding: 20px;
}
#delete-modal .modal-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.15px;
	color: var(--color-secondary);
}
#delete-modal .modal-body {
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	letter-spacing: 0.15px;
	color: var(--color-secondary);
	padding: 0 20px 20px;
}
#delete-modal .modal-footer {
	border: unset;
	padding: 0 10px 10px;
}
#delete-modal .modal-footer .btn {
	font-family: Inter;
	font-size: 14.3px;
	font-weight: 500;
	line-height: 21.45px;
	text-align: center;
	border: unset;
	border-radius: 6.18px;
	margin: 0;
	width: 100px;
	height: 46px;
}
#delete-modal .modal-footer .btn-secondary {
	color: var(--color-secondary);
	background-color: #F9F9F9;
}
#delete-modal .modal-footer .btn-danger {
	color: #FFFFFF;
	background-color: var(--color-primary);
}
#report-modal .modal-content {
	border: 1px solid #DADADA;
	border-radius: 10px;
	box-shadow: 0px 10px 14px 3px #4C4E6424;
}
#report-modal .modal-header {
	border: unset;
	padding: 15px;
	height: 40px;
	justify-content: flex-end;
}
#report-modal .modal-header button {
	color: #4C4E64;
	font-size: 20px;
	padding: 0;
	border: unset;
	background-color: transparent;
	margin-top: -8px;
}
#report-modal .modal-body {
	padding: 10px 25px 90px;
}
#report-modal .modal-body h5 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28.64px;
	color: var(--color-secondary);
	margin-bottom: 12px;
}
#report-modal .modal-body > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.48px;
	color: #66849C;
	margin-bottom: 34px;
}
#report-modal .modal-body .form-check {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: var(--color-secondary);
	margin-bottom: 34px;
	display: flex;
	align-items: center;
}
#report-modal .modal-body .form-check-input {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	border: 2px solid #4C4E648A;
}
#report-modal .modal-body .form-check-input:checked {
	background-color: #FFFFFF;
	border-color: var(--color-primary);
}
#report-modal .modal-body .form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%233A79EC'/%3e%3c/svg%3e");
}
#report-modal .modal-body .form-check-label {
	margin-left: 12px;
}
#report-modal .modal-body textarea {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: var(--color-text);
	background: #F2F5F7;
	border: 1px solid #DADADA;
	border-radius: 4px;
	padding: 14px 24px;
}
#report-modal .modal-body textarea::placeholder {
	color: var(--color-text);
}
#report-modal .modal-footer {
	border: unset;
	padding: 0 20px 28px;
	justify-content: center;
}
#report-modal .modal-footer .btn-primary {
	font-size: 18px;
	font-weight: 500;
	line-height: 21.48px;
	background-color: var(--color-primary);
	border: unset;
	border-radius: 5px;
	padding: 15px;
	width: 280px;
}

.map-section {
	background-color: #FFFFFF;
	border-top: 1px solid #E0E0E0;
}
.map-section .left-side {
	padding: 14px 20px;
}
.map-section .filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 10px;
	border-bottom: 0.5px solid #F1F1F2;
}
.map-section .filters .left-filters, .map-section .filters .right-filters {
	display: flex;
	gap: 10px;
}
.map-section .filters .btn-primary, .map-section .filters .btn-primary:active {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.15px;
	color: #283953;
	background-color: #F1F1F2;
	padding: 7px 10px;
	border: none;
	border-radius: 2px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.map-section .filters .btn-primary i {
	font-size: 15px;
}
.map-section .filters .range-dropdown .dropdown-menu {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.map-section .filters #range-slider {
	padding: 43px 20px 25px;
	background-color: #FFFFFF;
	border: 0.5px solid #F1F1F2;
	border-radius: 6px;
	margin-top: 10px;
	z-index: 9;
	display: flex;
	align-items: center;
}
.map-section .filters #range-slider .slider.slider-horizontal .slider-track {
	height: 2px;
	margin: 0;
}
.map-section .filters #range-slider .slider-track-low, .map-section #range-slider .slider-track-high {
	background: rgb(161 165 183 / 38%);
	border-radius: 12px;
}
.map-section .filters #range-slider .slider-selection {
	background: var(--color-primary);
}
.map-section .filters #range-slider .slider-handle {
	width: 12px;
	height: 12px;
	top: -4px;
	background: var(--color-primary);
	box-shadow: 0px 1px 5px 0px #4C4E641F;
	box-shadow: 0px 2px 2px 0px #4C4E6424;
	box-shadow: 0px 3px 1px -2px #4C4E6433;
}
.map-section .filters #range-slider .slider.slider-horizontal {
	height: 2px;
}
.map-section .filters #range-slider label {
	font-family: Inter;
	font-size: 10px;
	font-weight: 500;
	line-height: 15.7px;
	letter-spacing: 0.1px;
	text-align: center;
	color: var(--color-text);
	margin-bottom: 0;
}
.map-section .filters #range-slider label:first-child {
	margin-right: 8px;
}
.map-section .filters #range-slider label:last-child {
	margin-left: 6px;
}
.tooltip.in {
	filter: alpha(opacity = 90);
	opacity: .9;
}
.tooltip.top .tooltip-arrow {
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: var(--color-primary);
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip-inner {
	background-color: var(--color-primary);
	border-radius: 4px;
	padding: 2px 4px;
}
.map-section .filters .dropdown:not(.range-dropdown) .dropdown-menu {
	border: 1px solid #F1F1F2;
	border-radius: 12px;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 14px 0px #0F2A510A;
	padding: 10px;
	margin-top: 10px;
}
.map-section .filters .dropdown .dropdown-item {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	text-align: left;
	color: #5E6278;
	padding: 10px;
}
.map-section .filters .dropdown .dropdown-item:hover {
	color: var(--color-primary);
	background-color: #EEF6FF;
	border-radius: 6px;
}
.map-section .company-card .card-header, .map-section .company-card .card-footer {
	background-color: #F7F9F8;
}
.map-section #map {
	height: 100vh;
	width: 100%;
}
.map-section #map-mobile {
	display: none;
}

@media only screen and (max-width: 1440px) {
	.sidebar-left .tabs {
		padding: 0;
	}
}

@media only screen and (max-width: 1280px) {
	.news .item .item-content {
		padding: 15px;
	}
}

@media only screen and (max-width: 1180px) {
	.navbar-nav .nav-link, .navbar-nav .active>.nav-link, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
		font-size: 18px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 16px;
		padding-left: 16px;
	}
	.navbar-nav.navbar-right .nav-link.business-register {
		padding: 10px 15px;
	}
	.navbar-nav.navbar-right .nav-link:not(.business-register) {
		padding-right: 0;
		padding-left: 0;
	}
	.chat-section .card.card-left {
		max-width: 40%;
	}
	.chat-section .card.card-right {
		max-width: 60%;
	}
}

@media only screen and (max-width: 1024px) {
	#navbarNav {
		position: absolute;
		width: 100%;
		left: 0px;
		padding: 20px;
		top: 60px;
		background: #FFFFFF;
	}
	.navbar-expand-lg {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap; 
		-ms-flex-pack: start;
		justify-content: flex-start; 
	}
	.navbar-header {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		width: 100%;
	}
	.navbar-expand-lg .navbar-toggler {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 3px;
		padding: 0;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-block !important;
		display: block !important;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-top: 20px;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-nav.navbar-right .nav-item.dropdown, .navbar-nav.navbar-right .nav-item.nav-btn {
		margin: 10px 0;
	}
	.navbar-nav.navbar-right .nav-link, .navbar-nav.navbar-right .nav-link:not(.business-register) {
		padding: 8px 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
	}
	.navbar-nav.navbar-right .nav-link img, .navbar-nav.navbar-right .nav-link i {
		display: none;
	}
	.navbar-nav.navbar-right .dropdown-menu.user-login {
		right: unset;
		left: 0;
	}

	.container-right .second-card {
		flex-wrap: wrap;
	}
	.chat-section .card.card-left {
		max-width: 100%;
	}
	.chat-section .card.card-right {
		max-width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.brand-marketing {
		padding: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-nav.navbar-right .dropdown-menu.lang-option {
		margin: 0;
	}

	.news-section .news .item:nth-child(2) {
		margin-right: 0;
	}
	.news-section .news .item:nth-child(3) {
		margin-left: 0;
	}

	.company-list-section .company-list {
		padding: 30px 20px;
	}
	.news .item {
		flex-direction: column;
	}
	.news .item .item-img {
		max-width: 100%;
	}
	.news .item img {
		border-radius: 4px 4px 0 0;
	}
	.news .item .item-details {
		max-width: 100%;
		padding: 0 20px 22px;
	}
	.articles {
		row-gap: 60px;
	}

	.main-container {
		flex-wrap: wrap;
	}
	.sidebar-left.card {
		max-width: 100%;
	}
	.container-right {
		max-width: 100%;
	}

	.d-mobile {
		display: block;
	}
	.sidebar-left.card {
		display: none;
		position: absolute;
		top: 83px;
		right: 10px;
		z-index: 1000;
		overflow-y: auto;
		box-sizing: border-box;
		width: 280px;
	}
	.sidebar-left.card .card-body {
		padding: 0;
	}
	.sidebar-left.card .card-body .top {
		padding: 0;
	}
	.sidebar-left.card .card-body .header {
		display: none;
	}
	.sidebar-left.card .card-body .section {
		margin-top: 0;
	}
	.sidebar-left .section .menu .items .item {
		padding: 20px 30px 0;
	}
	.sidebar-left .section .menu .items .item img {
		max-width: 70px;
	}
	.sidebar-left .section .menu .items .item i {
		display: none;
	}
	.sidebar-left .tabs .services .service {
		padding: 17px 30px;
	}
	.sidebar-left .tabs .services .service.page {
		display: none;
	}
	.sidebar-left .tabs .services .service.page + .service {
		border-top: 1px solid #E1E3EA;
		border-radius: 0;
	}
	.sidebar-left.card .card-body .business-channel-btn {
		display: none;
	}
	.sidebar-left.card .card-body .footer {
		margin-top: 0;
		padding: 10px 15px;
		border-top: 1px solid #E1E3EA;
	}

	.map-section #map {
		visibility: hidden;
		height: 0;
	}
	.map-section #map-mobile {
		display: block;
		height: 640px;
	}

	.products-categories-tabs .tabs-container {
		width: 90%;
	}
	.products-categories-tabs .tabs-nav {
		width: 10%;
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		padding: 8px 20px;
	}
	.container {
		padding: 40px 20px;
	}
	.main-banner {
		height: calc(100vh - 200px);
		min-height: 340px;
		background-image: url(../media/images/banner-image-mobile.png);
	}
	.main-banner h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.main-banner .subtitle {
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
	}
	.search-bar input {
		font-size: 14px;
	}
	.services {
		margin-top: 40px;
	}
	.brand-marketing {
		padding: 40px 20px;
	}
	.slider-section {
		padding: 40px 20px;
	}
	.slider-section h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		position: unset;
		margin: 0;
	}
	.owl-carousel .owl-nav {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: 20px;
	}
	.business-apply {
		padding: 40px 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.footer .main-footer {
		gap: 40px;
	}
	.footer .newsletter {
		max-width: 100%;
	}
	.copy-footer {
		padding: 16px 20px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.copy-footer .copyrights {
		position: unset;
		transform: unset;
	}
	.signup-section .container {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	.company-description .company-menu ul li {
		max-width: 100px;
	}
	.products-list .text-line-wrapper {
		margin-bottom: 20px;
	}

	.factover-modal .modal-dialog {
		max-width: 100%;
		width: 90%;
		margin: auto;
	}
	.factover-modal .modal-footer .btn-secondary {
		margin: 0 20px 0 0;
	}

	.sidebar-left .tabs .services {
		justify-content: flex-start;
		gap: 16px;
	}
	.card.custom-card.inquery .items {
		padding-right: 0;
	}

	.product-search .product-search-form {
		display: block;
		text-align: center;
	}
	.product-search .label {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.products-categories-tabs .tabs-container {
		width: 88%;
	}
	.products-categories-tabs .tabs-nav {
		width: 12%;
	}
}

@media only screen and (max-width: 600px) {
	.chat-section .user {
		padding: 10px;
	}
	.chat-section .user.chat-header {
		padding: 15px 10px;
	}
	.chat-section .chat-body {
		padding: 33px 10px;
	}
	.chat-section .chat-footer {
		gap: 10px;
		padding: 10px;
	}
	.chat-section .chat-footer .text-message input {
		padding: 18px 13px;
	}
	.chat-section .chat-footer .send-btn button {
		padding: 18px 13px;
		gap: 8px;
	}
}

@media only screen and (max-width: 575px) {
	.news-section .news .item {
		margin: 20px 0;
	}
	.news-section .more-item {
		margin: 30px 0 20px;
		justify-content: flex-start;
	}

	.company-description .news-details .news-actions {
		gap: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.factover-modal .modal-footer .btn-primary {
		max-width: 200px;
	}
}

@media only screen and (max-width: 450px) {
	.factover-modal .modal-footer .btn-primary {
		max-width: max-content;
	}
	.features-category .feature-category {
		flex-direction: column-reverse;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.factover-modal .modal-dialog {
		max-width: 100%;
		width: 70%;
		margin: auto;
	}
}

@media only screen and (min-width: 576px) {
	.news-section .news .item {
		max-width: calc(100% / 2 - 20px);
		width: 100%;
	}
	.news-section .more-item {
		max-width: calc(100% / 2 - 30px);
		width: 100%;
		justify-content: flex-start;
	}
}

@media only screen and (min-width: 768px) {
	.news-section .news .item {
		max-width: calc(100% / 2 - 20px);
		width: 100%;
	}
	.news-section .more-item {
		max-width: calc(100% / 2 - 30px);
		width: 100%;
		justify-content: flex-start;
	}

	.company-list-slider .slider-image {
		flex: 1 1 50%;
	}
	.company-list-slider .slider-content {
		flex: 1 1 50%;
		padding: 20px;
	}
	.company-list-slider.owl-theme .owl-dots {
		position: absolute;
		bottom: 14px;
		left: 53%;
		width: auto;
	}

	.company-list-section .filter {
		display: block;
		position: static;
		padding: 30px 20px;
	}
	.company-list-section .company-list .search-list-footer .pagination {
		justify-content: flex-end;
	}

	.news-description .news-tags-section {
		padding: 0;
		display: flex;
		position: static;
		height: auto;
	}
}

@media only screen and (min-width: 992px) {
	.news-section .news .item {
		max-width: calc(100% / 3 - 67px);
		width: 100%;
	}
	.news-section .more-item {
		max-width: 60px;
		width: 100%;
	}

	.company-list-slider .slider-content {
		padding: 60px 20px 20px 40px;
	}

	.factover-modal .modal-dialog {
		max-width: 100%;
		width: 64%;
		margin: auto;
	}
	.factover-modal .modal-content {
		padding: 40px 60px;
	}
}