.header-desktop .top-bar {
	padding: 3px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
}

.header-desktop.is-scroll .nav-menu-header-desktop {
	/* position: fixed; */
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header-desktop .location {
	display: flex;
	align-items: center;
	color: #000;
	gap: 0px 10px;
}

.header-desktop .location-icon {
	color: #860220;
	margin-right: 5px;
	font-size: 16px;
}

.header-desktop .auth-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-desktop .auth-btn {
	display: flex;
	align-items: center;
	color: rgb(40, 51, 130);
	text-decoration: none;
	justify-content: center;
	font-size: 14px;
}

.header-desktop .auth-btn::before {
	content: "";
	margin-right: 5px;
	background: url(../images/13.png);
	width: 20px;
	height: 20px;
	background-size: cover;
}

.header-desktop .auth-btn-regeter::before {
	content: "";
	margin-right: 5px;
	background: url(../images/14.png);
	width: 20px;
	height: 20px;
	background-size: cover;
}

.header-desktop .main-header {
	background-color: white;
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-desktop .logo-section {
	display: flex;
	align-items: center;
}

.header-desktop .logo {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #28a745, #20c997);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	position: relative;
}

.header-desktop .logo::before {
	content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€¦Ã‚Â¡";
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.header-desktop .hospital-name {
	color: #860220;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.header-desktop .hospital-name .line1 {
	display: block;
	font-size: 16px;
}

.header-desktop .hospital-name .line2 {
	display: block;
	color: #2c5aa0;
	font-size: 20px;
}

.header-desktop .search-section {
	flex: 1;
	max-width: 515px;
	margin: 0 0px;
	display: flex;
	position: relative;
	background: rgb(250, 250, 250);
	border-radius: 3px;
	/* overflow: hidden; */
	width: 515px;
}

.header-desktop .search-input {
	flex: 1;
	padding: 10px 13px;
	outline: none;
	font-size: 14px;
	background: #f8f9fa;
}

.header-desktop .specialty-dropdown {
	padding: 10px 15px;
	border-left: none;
	background: #f8f9fa;
	color: rgb(40, 51, 130);
	cursor: pointer;
	display: flex;
	align-items: center;
	min-width: 137px;
	max-width: 170px;
	border-width: 0 0 0 1px;
	border-left: 1px dashed #cdcdcd;
	position: relative;
}

.header-desktop .specialty-dropdown::after {
	content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼";
	margin-left: 8px;
	font-size: 12px;
}

.specialty-dropdown__choose {
	position: absolute;
	left: 0;
	top: 100%;
	width: fit-content;
	max-width: 200px;
	background: white;
	font-size: 14px;
	z-index: 99;
}

.specialty-dropdown__child {
	border-bottom: 1px solid;
}

.specialty-dropdown__link {
	font-size: 14px;
	padding: 10px;
	text-align: left;
	justify-content: space-between;
	word-wrap: normal;
	word-break: normal;
}

.specialty-dropdown__link:hover {
	background-color: #f8f9fa;

}

.specialty-dropdown__link-icon {
	width: 20px;
}

.specialty-dropdown__link-txt {
	width: calc(100% - 25px);
}

.header-desktop .search-btn {
	padding: 10px 14px;
	background-color: rgb(217, 217, 217);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-left: 10px;
}

.header-desktop .search-btn::before {
	content: "";
	color: white;
	font-size: 16px;
	background: url(../images/1.png);
	width: 20px;
	height: 20px;
	background-size: cover;
}

.header-desktop .contact-section {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-desktop .hotline {
	display: flex;
	align-items: center;
	color: #666;
	line-height: 1.2;
}

.header-desktop .hotline-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.header-desktop .hotline-icon::before {
	content: "";
	color: white;
	font-size: 14px;
	width: 30px;
	height: 30px;
	background-size: cover;
}

.header-desktop .hotline-text {
	font-size: 14px;
	line-height: 1.2;
	color: rgb(0, 0, 0);
}

.header-desktop .hotline-number {
	font-weight: bold;
	color: rgb(40, 51, 130);
	font-size: 16px;
	animation: zoomText 2s ease-in-out infinite;
}

.icon-mobile-search-mobile img {
	height: 20px;
}

.item-search-mobile {
	position: relative;
}

.icon-mobile-search-mobile button {
	padding: unset;
	position: absolute;
	top: 47%;
	right: 20px;
	transform: translateY(-60%);
}

.header-desktop .appointment-btn {
	background: linear-gradient(135deg, #860220, #e71243);
	color: white;
	padding: 7px 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.header-desktop .appointment-btn::before {
	content: "";
	margin-right: 8px;
	background: url(../images/3.png);
	width: 25px;
	height: 25px;
	background-size: cover;
}

.header-desktop .nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.header-desktop .nav-item {
	position: relative;
}

.header-desktop .nav-link {
	display: block;
	padding: 10px 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	transition: background-color 0.3s;
	/* border-right: 1px solid rgba(255, 255, 255, 0.1); */
}

.header-desktop .nav-link:hover,
.nav-item:hover>a {
	/* background-color: rgba(255, 255, 255, 0.1); */
	background: white;
	color: var(--color-main2);
}

/* .nav-item:hover>a svg path{
	fill: currentColor;
} */
.item-header-top {
	background: #f2f2f2;
}

.nav-menu-header-desktop {
	background: linear-gradient(135deg, #860220, #e71243);
	padding: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-desktop .logo-section img {
	height: 70px;
	width: auto;
}



.header-mobile .top-bar {
	background-color: #f8f9fa;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #666;
}

.header-mobile .location {
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
}

.header-mobile .location-icon {
	color: #860220;
	margin-right: 5px;
	font-size: 14px;
	flex-shrink: 0;
}

.header-mobile .location-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
}

.header-mobile .auth-mobile {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

.header-mobile .auth-mobile::before {
	content: "ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€šÃ‚Â¤";
	margin-right: 3px;
	font-size: 12px;
}

.header-mobile .main-header {
	background-color: white;
	padding: 12px 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.header-mobile .logo-section {
	display: flex;
	align-items: center;
	flex: 1;
}

.header-mobile .logo {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #860220, #e71243);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	flex-shrink: 0;
}

.header-mobile .logo::before {
	content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€¦Ã‚Â¡";
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.header-mobile .hospital-name {
	color: #28a745;
	font-weight: bold;
	line-height: 1.2;
	flex: 1;
}

.header-mobile .hospital-name .line1 {
	display: block;
	font-size: 12px;
}

.header-mobile .hospital-name .line2 {
	display: block;
	color: #2c5aa0;
	font-size: 15px;
}

.header-mobile .header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-mobile .search-toggle {
	width: 35px;
	height: 35px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: unset;
}

.header-mobile .search-toggle::before {
	content: "";
	font-size: 14px;
	color: #666;
	background: url(../images/1.png);
	width: 20px;
	height: 20px;
	background-size: cover;
}

.header-mobile .menu-toggle {
	width: 35px;
	height: 35px;
	background: linear-gradient(135deg, #860220, #e71243);
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.header-mobile .menu-toggle span {
	width: 16px;
	height: 2px;
	background-color: white;
	border-radius: 1px;
	transition: all 0.3s;
}

.header-mobile .search-mobile {
	background-color: white;
	padding: 15px;
	border-bottom: 1px solid #eee;
	display: none;
	position: relative;
}

.header-mobile .search-mobile.active {
	display: block;
}

.header-mobile .search-input-mobile {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 25px;
	outline: none;
	font-size: 14px;
	margin-bottom: 10px;
}

.header-mobile .search-filters {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.header-mobile .filter-btn {
	padding: 8px 12px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 15px;
	color: #666;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}

.header-mobile .filter-btn.active {
	background: linear-gradient(135deg, #28a745, #2c5aa0);
	color: white;
	border-color: transparent;
}

.header-mobile .quick-contact {
	background: linear-gradient(135deg, #860220, #e71243);
	color: white;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-mobile .hotline-mobile {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white;
}

.header-mobile .hotline-icon-mobile {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.header-mobile .hotline-icon-mobile::before {
	/* content: ""; */
	font-size: 12px;
	background: url(../images/2.png);
	width: 20px;
	height: 20px;
	background-size: cover;
}

.header-mobile .hotline-info {
	font-size: 12px;
	line-height: 1.2;
}

.header-mobile .hotline-number-mobile {
	font-weight: bold;
	font-size: 18px;
}

.header-mobile .appointment-btn-mobile {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.header-mobile .appointment-btn-mobile::before {
	content: "\1F4C5";
	margin-right: 5px;
	font-size: 10px;
}

a.sprites_new.star svg path {
	fill: #2eb24e;
}

a.sprites_new.star svg {
	height: 20px;
	width: 20px;
}

.header-mobile .mobile-menu {
	background-color: white;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	transition: left 0.3s;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
}

.header-mobile .mobile-menu.active {
	left: 0;
	opacity: 1;
}

.header-mobile .menu-header {
	padding: 7px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-mobile .menu-title {
	font-weight: bold;
	font-size: 16px;
}

.header-mobile .close-menu {
	background: none;
	border: none;
	color: #fff;
	font-size: 31px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: unset;
	background: #860220;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.header-mobile .menu-items {
	list-style: none;
	padding: 0;
}

.header-mobile .menu-item {
	border-bottom: 1px solid #f0f0f0;
}

.header-mobile .menu-link {
	display: block;
	padding: 15px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-mobile .menu-link:hover {
	background-color: #f8f9fa;
	color: #28a745;
}


.header-mobile .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.header-mobile .overlay.active {
	display: block;
}

.header-mobile .menu-toggle.active span:nth-child(1) {
	/* transform: rotate(45deg) translate(5px, 5px); */
}

.header-mobile .menu-toggle.active span:nth-child(2) {
	/* opacity: 0; */
}

.header-mobile .menu-toggle.active span:nth-child(3) {
	/* transform: rotate(-45deg) translate(7px, -6px); */
}

.header-mobile .logo-section img {
	height: 50px;
}

















.model-form-popup {
	position: relative;
	z-index: 9999999999999
}

.model-form-popup .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000
}

.model-form-popup .popup-container {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
	max-width: 900px;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	animation: popupSlide .4s ease-out;
	z-index: 999
}

@keyframes popupSlide {
	from {
		opacity: 0;
		transform: scale(0.8) translateY(30px)
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0)
	}
}

.model-form-popup .close-btn {
	position: absolute;
	top: -4px;
	right: 7px;
	background: rgb(182 180 180 / 90%);
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: all .3s ease
}

.model-form-popup .close-btn:hover {
	background: rgb(163 163 163);
	transform: rotate(90deg)
}

.model-form-popup .image-section {
	background: linear-gradient(45deg, #667eea, #764ba2);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden
}

.model-form-popup .image-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
	opacity: .3
}

.model-form-popup .image-content {
	text-align: center;
	color: #fff;
	z-index: 2
}

.model-form-popup .image-content h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3)
}

.model-form-popup .image-content p {
	font-size: 1.2em;
	opacity: .9;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)
}

.model-form-popup .form-section {
	padding: 40px 20px;
	overflow-y: auto;
}

.model-form-popup .form-title {
	color: #333;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600
}

.model-form-popup .form-group {
	margin-bottom: 20px
}

.model-form-popup .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #555;
	font-weight: 500;
	font-size: 14px
}

.model-form-popup .form-control {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #e1e5e9;
	border-radius: 5px;
	font-size: 14px;
	transition: all .3s ease;
	background: #f8f9fa
}

.model-form-popup .form-control:focus {
	outline: none;
	border-color: #667eea;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1)
}

.model-form-popup select.form-control {
	cursor: pointer
}

.model-form-popup textarea.form-control {
	resize: vertical;
	min-height: 80px;
	font-family: unset
}

.model-form-popup .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px
}

.box-header-logo-mobile {
	display: flex;
	align-items: center;
	gap: 0px 16px;
}

.login-desk .box-userDropdown {
	position: relative;
	display: inline-block;
}

.login-desk .user-icon svg path {
	stroke: #313f8b;
}

.login-desk .user-icon {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: rgb(40, 51, 130);
	position: relative;
}

.login-desk .user-icon svg {
	width: 25px;
	height: 25px;
	transition: fill 0.3s ease;
}

@media (min-width: 769px) {
	.login-desk .box-userDropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.login-desk .dropdown-menu {
	position: absolute;
	top: 48px;
	right: -35px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
	overflow: hidden;
}

.login-desk .dropdown-menu::before {
	content: '';
	position: absolute;
	top: -8px;
	right: 20px;
	width: 16px;
	height: 16px;
	background: white;
	transform: rotate(45deg);
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.login-desk .dropdown-item.settings {
	color: #6b7280;
}

.login-desk .dropdown-item {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}

.login-desk .dropdown-item svg {
	width: 16px;
	height: 16px;
	margin-right: 12px;
	fill: currentColor;
}

.login-desk .dropdown-item.logout {
	color: #dc2626;
}

.login-desk .box-userDropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.model-form-popup .submit-btn {
	width: 100%;
	background: linear-gradient(135deg, #28a745, #2c5aa0);
	color: #fff;
	border: none;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease;
	margin-top: 20px
}

.model-form-popup .submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4)
}

.model-form-popup .submit-btn:active {
	transform: translateY(0)
}

.model-form-popup .image-content img {
	height: 100%
}

.model-form-popup .image-content {
	height: 100%
}

.header-desktop .nav-link svg {
	height: 16px;
	width: 16px;
	/* margin-bottom: -4px; */
}

.header-desktop .nav-link .svg-home {
	height: 24px !important;
	width: 24px !important;
	margin-bottom: -7px;
}

.header-desktop .nav-link .svg-home path {
	fill: currentColor;
}

.header-desktop .nav-item:last-child .nav-link {
	border: none;
}

.top-promo-right p {
	display: flex
}


@keyframes zoomText {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@media (max-width: 768px) {
	.header-mobiles .header {
		padding: 5px 20px
	}

	.header-mobiles .logo img {
		height: 55px
	}

	.model-form-popup .popup-container {
		grid-template-columns: 1fr;
		max-height: 95vh
	}

	.model-form-popup .image-section {
		min-height: 200px
	}

	.model-form-popup .form-section {
		padding: 30px 20px
	}

	.model-form-popup .form-row {
		grid-template-columns: 1fr;
		gap: 0
	}
}

@media(min-width:990px) {
	header.header-mobile {
		display: none;
	}
}

@media(max-width:990px) {
	.hotline-icon-mobile img {
		height: 20px;
		filter: brightness(84.5);
	}

	.header-desktop {
		display: none;
	}
}

span.location-icon img {
	width: 16px;
}

.hotline-icon img {
	width: 35px;
}

ul.header-c2-desktop {
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
	width: max-content;
	display: none;
}

ul.header-c2-desktop li a {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
}

ul.header-c2-desktop li a:hover {
	color: #860220;
}

ul.header-c2-desktop li:last-child a {
	border-bottom: none;
	margin-bottom: 0px;
}

ul.header-c2-desktop li {
	position: relative;
	padding: 8px 16px;
}

ul.header-c3-desktop {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	background: #fff;
	width: max-content;
	padding: 8px 16px;
	display: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

ul.header-c2-desktop li:hover>ul.header-c3-desktop {
	display: block;
}

ul.header-c3-desktop li a {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
}

ul.header-c3-desktop li:last-child a {
	border-bottom: none;
	margin-bottom: 0px;
}

li.item-level2 {
	padding: 9px 10px;
	padding-left: 26px;
	border-bottom: 1px solid #cdcdcd;
}

ul.level2 {
	background: #ececec;
	display: none;
}

li.item-level2:last-child {
	border: none;
}

.header-desktop .nav-item:hover ul.header-c2-desktop {
	display: block;
}

.item-menu-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
}

.icon-navbar-mobile {
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-navbar-mobile:before {
	content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âº";
	color: #ccc;
	font-size: 28px;
}

.level2 {
	display: none;
}

.level2.active {
	display: block;
}

.header-mobile .user-icon {
	width: 35px;
	height: 35px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: unset;
}

div#wrapper_mn {
	background-color: #eee;
	/* background-image: url(../images/dflag.webp), url(../images/trongdong3.webp); */
	background-position: right -70px top -65px, center center;
	background-size: 450px 200px, 500px 500px;
	background-repeat: no-repeat, no-repeat;
	height: 100%;
}

.menu-container {
	padding-top: 12px;
}

.menu-tabs-container {
	background-image: url(dflag.webp), url(trongdong3.webp);
	background-position: right -70px top -65px, center center;
	background-size: 450px 200px, 500px 500px;
	background-repeat: no-repeat, no-repeat;
}

ul.menu-tabs.clearfix {
	padding: 0px 10px;
}

.menu-tabs-container ul.menu-tabs {
	background: #ffffff00;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05);
}

.menu-tabs-container ul.menu-tabs li a.active {
	color: #860220;
	border-bottom: 2px solid #860220;
	font-weight: 900;
}

.menu-tabs-container ul.menu-tabs li:last-child a {
	border-right: none !important;
}

.menu-tabs-container ul.menu-tabs li a {
	width: calc(100% / 3);
	text-align: center;
	font-size: 16px;
	height: 40px;
	color: #999;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.menu-tabs-container .menu-content {
	padding: 15px;
	max-height: calc(100vh - 135px);
	overflow: scroll;
}

#category-tab ul {
	text-align: left;
}

/* .menu-tabs-container .tab_danhmuc {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between;
    grid-row-gap: 15px;
} */


#category-tab ul li {
	display: inline-block;
}

.menu-tabs-container div#category-tab ul.category-list li a {
	position: relative;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	box-sizing: border-box;
	white-space: nowrap;
	font-weight: 600;
	align-items: center;
	gap: 0px 8px;
	display: inline-flex;
}

.menu-tabs-container div#category-tab ul.category-list li a img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	transform: translateY(-2px);
}

section.main-section {
	background: unset;
	margin-top: 20px;
	border-top: 1px solid #283382;
}

section.main-section footer.footer {
	background-image: unset !important;
	padding: 22px 0 0px 0;
}

section.main-section .ctnr {
	background: none;
}

#category-tab ul li {
	margin-left: 0px !important;
}

.header-mobile .menu-title img {
	height: 42px;
}

/* .menu-tabs-container div#category-tab ul.category-list li a:hover {
	background: linear-gradient(135deg, #28a745, #2c5aa0);
	color: #fff;
	border: none;
} */








.section_nav {
	position: relative;
	overflow: hidden;
	background: #fff;
	/* border-bottom: 1px solid #3aa546; */
}

.section_nav {
	width: 100%;
	position: relative;
	height: 40px;
	background: rgb(255, 255, 255);
	transition-duration: 250ms;
	transition-property: all;
	transition-timing-function:
		cubic-bezier(0.7, 1, 0.7, 1);
	top: 0px;
	overflow: hidden;
	border-top: 1px solid #3aa546;
	margin-bottom: 0;
}

.section_nav .wrap-scroll-nav {
	width: 100%;
	height: 100%;
	overflow: scroll hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.section_nav .next-nav {
	cursor: pointer;
	width: 49px;
	height: 24px;
	background: url(../images/iconnext.svg) 0px 0px no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
}

.next-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: linear-gradient(to left, #fff 60%, transparent);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
	z-index: 5;
}

.section_nav .dmenu {
	vertical-align: middle;
	padding-left: 0px;
	display: flex;
	align-items: center;
}

.section_nav .dmenu,
.dmenu>li {
	list-style-type: none;
}

.section_nav .dmenu li {
	display: table-cell;
}

.section_nav .dmenu,
.dmenu>li {
	list-style-type: none;
}

.section_nav .dmenu li:first-of-type a {
	padding-left: 5px;
}

.section_nav .icon_home.icon_home_v2 {
	position: relative;
	border-right: none;
	line-height: 41px;
	float: none;
}

.section_nav .dmenu li a {
	color: rgb(79, 79, 79);
	position: relative;
	height: 100%;
	display: block;
	padding: 6px 5px;
	white-space: nowrap;
	text-transform: uppercase;
	font: bold 13px / 18px arial !important;
}

.section_nav .icon_home.icon_home_v2 .ico-home {
	background: linear-gradient(135deg, #860220, #e71243);
	font-size: 14px;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	padding: 0px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap-scroll-nav::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
	height: 5px;
}

.wrap-scroll-nav::-webkit-scrollbar {}

.wrap-scroll-nav::-webkit-scrollbar-thumb {
	background-color: #a6a1a1;
	border: 2px solid #a6a1a1;
}

.wrap-scroll-nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

.section_nav .dmenu li a.active {
	color: #3ab557;
}

.menu-tab-item .arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .2s;
}

.menu-tab-item .arrow svg {
	width: 15px;
	height: 15px;
}

.level1 li {
	position: relative;
	font-size: 15px;
	padding: 6px 0px 6px 0px;
}

li.item-level2,
li.item-level3 {
	display: block !important;
	border: none !important;
}

ul.level2,
ul.level3 {
	background: transparent !important;
	margin-left: 30px;
}


li.item-level2 a {
	font-size: 14px !important;
	text-transform: unset !important;
	/* color: #333 !important; */
}

.level1 .arrow.active {
	transform: rotate(180deg);
}

li.item-level2::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: -13px;
}

li.item-level3::before {
	border: 1px solid #000;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: -15px;
}

header.header-desktop.is-scroll {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}

.header-desktop .logo-section a {
	display: flex
}

header.header-desktop.is-scroll .item-header-top {
	display: none;
}

.top-promo-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.top-promo-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background-color: var(--color-secondary);
	border-radius: 4px;
}

.top-promo-right a img {
	width: 15px;
	height: 15px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.header-mobile .logo-section a {
	display: flex
}



@media (min-width:1200px) {
	.nav-item.parent-full {
		position: unset;
	}

	.nav-item.parent-full>ul {}

	.nav-item.parent-full>ul>li:not(:nth-child(-n + 3)) {
		border-top: 1px solid #ebe6e7;
	}

	.nav-item.parent-full .nav-item__link {
		padding: 6px 0;
		display: flex;
		/* grid-template-columns: 20px 1fr; */
		gap: 10px;
		align-items: center;
		border-bottom: 0;
	}

	.nav-item.parent-full .nav-item__link:hover img {
		/* filter: invert(61%) sepia(20%) saturate(1433%) hue-rotate(77deg) brightness(91%) contrast(88%); */
	}

	.nav-item__link-icon {
		width: 20px;
		height: 20px;
	}

	.nav-item.parent-full>.header-c2-desktop {
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
		gap: 0 32px;
		left: 0;
		top: calc(100% - 1px);
		padding: 8px 16px;
	}

	.header-desktop .nav-item.parent-full:hover>.header-c2-desktop {
		display: grid;
	}
}

@media(max-width:990px) {
	.quick-contact.header-contact {
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
	}

	.header-mobile .top-bar {
		display: none;
	}
}

@media (max-width: 768px) {
	.menu-tabs-container div#category-tab ul.category-list li a {
		white-space: wrap;
	}
}