/*!
Theme Name: Docosan Blog
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docosan-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: 'Inter';
	src: url("./assets/webfonts/inter-font/Inter-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url("./assets/webfonts/inter-font/Inter-SemiBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url("./assets/webfonts/inter-font/Inter-Light-BETA.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto-light';
	src: url('./assets/webfonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* DOCOSAN CSS VARIABLES*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--wp--preset--color--docosan-blog-text-default);
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 16px;
	}
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--wp--preset--color--docosan-body-bg);
	font-family: Inter, sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	margin-left: -25px;
    display: inline-block;
    max-width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--wp--custom--color--link);
}

a:visited {
	color: var(--wp--custom--color--link);
}

a:hover, a:focus, a:active {
	color: var(--wp--custom--color--link);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* CUSTOM CSS */
@media screen and (max-width: 1170px) {
	body.is-drawer-open,
	html.is-drawer-open {
		overflow: hidden;
	}
}

body {
	position: relative;
}

body.admin-bar {
	margin-top: -46px;
}

figure figcaption {
	font-size: 14px;
	text-align: center;
	background-color: #D9D9D9;
	padding: 8px;
}

.site-header .header-main-wrapper,
.site-footer .footer-main-wrapper,
.site-main {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 900px) {
	.site-header .header-main-wrapper,
	.site-footer .footer-main-wrapper,
	.site-main {
		max-width: 1200px;
	}
}

@media screen and (max-width: 600px) {
	.site-header .header-main-wrapper,
	.site-footer .footer-main-wrapper,
	.site-main {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.site-main {
	padding-top: 0px;
	position: relative;
}

@media screen and (max-width: 600px) {
	.site-main {
		padding-left: 0;
		padding-right: 0;
	}
}

.hide_on_tablet {
	display: inherit;
/* 	 display: block !important; */
}

@media screen and (max-width: 1170px) {
	.hide_on_tablet {
		display: none !important; 
		
	}
}

.show_on_mobile {
	display: none;
}

@media screen and (max-width: 600px) {
	.show_on_mobile {
		display: inherit;
	}
}

.hide_on_mobile {
	display: inherit;
}

@media screen and (max-width: 600px) {
	.hide_on_mobile {
		display: none;
	}
}

.menu-toggle {
	position: relative;
	z-index: 99;
}

.menu-toggle input {
	display: block;
	width: 100%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}

.menu-toggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-6px, -10px);
	background: #232323;
}

.menu-toggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-toggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(-1px, 7px);
}

.menu-toggle span {
	width: 20px;
	height: 3px;
	display: block;
	background-color: #4d4e4e;
	margin: 4px 0;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-toggle span:first-child {
	transform-origin: 0% 0%;
}

.menu-toggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

.menu-primary-mobile-container {
	position: absolute;
	width: 350px;
	max-width: 0;
	height: 100vh;
	background: #fff;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
	transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	right: 0;
	top: 0;
	padding: 0 !important;
}

.menu-primary-mobile-container .mobile-menu {
	display: none !important;
}

.menu-primary-mobile-container .mobile-menu li.menu-item {
	padding: 8px 0;
	position: relative;
	font-size: 16px;
}

.menu-primary-mobile-container .mobile-menu li.menu-item a,
.menu-primary-mobile-container .mobile-menu li.menu-item .menu-dropdown-parent-container {
	position: relative;
	padding-left: 32px;
}

.menu-primary-mobile-container .mobile-menu li.menu-item .menu-dropdown-parent-container img {
	top: 12px;
}

.menu-primary-mobile-container .mobile-menu li.menu-item img {
	position: absolute;
	left: 0;
	top: 0px;
	width: 22px;
	height: 22px;
}

.menu-primary-mobile-container .mobile-menu li.menu-item .sub-menu li a {
	padding: 0;
}

.menu-primary-mobile-container.show {
	transform: none;
	max-width: 100%;
	padding: 20px !important;
	padding-top: 60px !important;
}

.menu-primary-mobile-container.show .mobile-menu {
	display: block !important;
}

.main-navigation.drawer-open .mobile-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.is-drawer-open {
	overflow: hidden;
}

.show_on_tablet {
	display: none;
}

@media screen and (max-width: 1170px) {
	.show_on_tablet {
		display: block !important;
	}
}

.show_on_desktop {
	display: none;
}

@media screen and (min-width: 1170px) {
	.show_on_desktop {
		display: block;
	}
}

.entry-header {
	color: var(--wp--preset--color--docosan-blog-berkeley-blue);
}

.entry-title {
	margin-top: 0;
}

@media screen and (max-width: 600px) {
.zalo-container.right{
	right: 1em !important;
}
.zalo-container{
	bottom: 161px !important;
}

	.entry-title {
		font-size: 25px;
	}
}

.entry-content .post-info {
	color: #979797;
	width: 100%;
	font-size: 12px;
	display: flex;
}

@media screen and (max-width: 600px) {
	.entry-content .post-info {
		font-size: 9px;
	}
}

.entry-content .post-info .date {
	border-right: var(--wp--custom--border-width--small) solid var(--wp--preset--color--docosan-blog-border);
	padding-right: 7px;
}

.entry-content .post-info .date span.the-date {
	font-weight: 700;
}

.entry-content .post-info .author {
	padding-left: 7px;
}

.entry-content .post-info .author a {
	color: #979797;
	font-weight: 700;
}

.entry-content p.has-background {
	padding: unset;
}

.entry-content p a[href] {
	color: #4ac0a4;
}

.entry-content ul {
/* 	display: inline-block; */
    max-width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin: 0;
    padding-left: 20px;
}

.entry-content a:visited {
	color: #4ac0a4;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-footer {
	margin-top: 30px;
}

article.post {
	margin-bottom: 0;
}

.container {
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
	padding: 32px;
	border-radius: var(--wp--custom--border-radius--medium);
	margin: var(--wp--custom--layout--spacing);
	background: #fff;
}

@media screen and (max-width: 600px) {
	.container {
		border-width: 0;
		border-radius: 0;
		padding: 15px;
	}
}

.button {
	width: 100%;
	background: var(--wp--preset--color--docosan-blog-pink);
	border-radius: var(--wp--custom--border-radius--medium);
	padding: 16px 0;
	color: #fff;
	display: block;
	text-align: center;
}

.button:visited {
	color: #fff;
}

.site-header {
	box-shadow: var(--wp--custom--box-shadow--2);
	background: #fff;
	position: sticky;
	z-index: 999;
}

.site-header.nav-up {
	top: 0;
}

.site-header.nav-up .header-main-wrapper {
	padding-bottom: 4px;
}

.site-header.nav-up .header-main-wrapper .search-form__container {
	height: 0;
	overflow: hidden;
}

.site-header .header-main-wrapper {
	padding-top: 20px;
	padding-bottom: 26px;
}

.site-header .custom-logo {
	width: 170px;
}

.site-header .site-branding__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.site-header .site-branding__container > * {
	width: 100%;
}

.site-header .custom-logo-link {
	height: 51px;
	width: 210px;
	display: flex;
	align-items: center;
}



.site-header .main-navigation {
	width: auto;
}

.site-header .main-navigation a {
	color: var(--wp--preset--color--docosan-blog-text-default);
}

.site-header .main-navigation ul li {
	font-size: 14px;
}

.site-header .main-navigation.mobile ul li {
	margin: 16px 0;
}

.site-header .main-navigation.mobile ul li.border-bottom::after {
	content: "";
	width: 100%;
	display: block;
	height: 1.5px;
	background: var(--wp--preset--color--docosan-blog-berkeley-blue);
	margin-top: 24px;
	margin-bottom: -8px;
}

.site-header .main-navigation.mobile ul li a,
.site-header .main-navigation.mobile ul li .menu-dropdown-parent-container {
	justify-content: space-between;
}

.site-header .main-navigation.mobile ul li a span,
.site-header .main-navigation.mobile ul li .menu-dropdown-parent-container span {
	font-weight: 400;
	font-size: 16px;
	padding: 8px 0;
}

.site-header .main-navigation.mobile ul li .menu-dropdown-parent-container {
	cursor: pointer;
}

.site-header .main-navigation.mobile ul li .menu-dropdown-parent-container i {
	transition: transform 0.3s ease-in-out;
}

.site-header .main-navigation.mobile ul li .menu-dropdown-parent-container.active i {
	transform: rotate(180deg);
}

.site-header .main-navigation.mobile ul li .sub-menu {
	border: none;
	display: none;
	left: 0 !important;
	right: 0;
	position: relative;
	box-shadow: none;
	padding: 0;
}

.site-header .main-navigation.mobile ul li .sub-menu li {
	padding: 0;
}

.site-header .main-navigation.mobile ul li .sub-menu::before {
	content: unset !important;
}

.site-header .main-navigation.mobile ul li .sub-menu.show {
	display: block;
}

.site-header .main-navigation .sub-menu {
	background-color: #fff;
	border-radius: var(--wp--custom--border-radius--tiny);
	padding: 14px 10px;
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
	width: 475px;
	flex-wrap: wrap;
}

.site-header .main-navigation .sub-menu li {
	padding: 6px 16px;
	width: 50%;
}

.site-header .main-navigation .sub-menu li.menu-title {
	pointer-events: none;
}

.site-header .main-navigation .sub-menu li.menu-title a {
	font-weight: 700;
}

.site-header .main-navigation .sub-menu li.align-left {
	width: 100%;
}

.site-header .main-navigation li.menu-item-has-children {
	padding: 10px 0;
}

.site-header .main-navigation li.menu-item-has-children .menu-dropdown-parent-container {
	display: flex;
	align-items: center;
	gap: 4px;
}

.site-header .main-navigation li.menu-item-has-children .menu-dropdown-parent-container span {
	cursor: default;
	font-size: 14px;
}

.site-header .main-navigation li.menu-item-has-children .menu-dropdown-parent-container i.fa,
.site-header .main-navigation li.menu-item-has-children .menu-dropdown-parent-container svg.fa {
	font-size: 12px;
	font-weight: 600;
}

.site-header .main-navigation li.menu-item-has-children:hover .sub-menu {
	left: -100%;
	width: 350px;
}



/* .site-header .main-navigation li.menu-item-has-children:hover .sub-menu::before, .site-header .main-navigation li.menu-item-has-children:hover .sub-menu::after {
	content: "";
	background: inherit;
	left: calc(60% - 20px);
	position: absolute;
	top: -8px;
	border-color: transparent;
	background: transparent;
	border-style: solid;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
} */

.site-header .main-navigation li.menu-item-has-children:hover .sub-menu::before {
	top: -9px;
	border-bottom-color: var(--wp--preset--color--docosan-blog-border);
}

.site-header .main-navigation li.menu-item-has-children:hover .sub-menu::after {
	border-bottom-color: #fff;
}

.site-header .main-navigation li.menu-item-has-children:hover .sub-menu a:hover {
	color: #4ac0a4;
}

.site-header .main-navigation.desktop:hover .sub-menu {
	left: 0%;
}



.site-header .navigation-container .hotline-tel {
	text-decoration: none;
	color: var(--wp--preset--color--docosan-blog-pink);
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 600px) {
	.site-header .navigation-container .hotline-tel {
		font-size: 14px;
	}
}

.site-header .navigation-container .popup-arrow {
	position: absolute;
	display: block;
	content: "";
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
	top: -8px;
}

.site-header .navigation-container .popup-arrow::before, .site-header .navigation-container .popup-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0 0.5rem 0.5rem 0.5rem;
}

.site-header .search-form__container {
	height: 100%;
}

.site-header .search-form__container form {
	display: flex;
	align-items: center;
}

.site-header .search-form__container form input[type="text"] {
	width: 100%;
	height: 45px;
	padding: 5px 12px;
	border-right: none;
	border-radius: var(--wp--custom--border-radius--tiny);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: none;
}

.site-header .search-form__container form button[type="submit"] {
	height: 45px;
	border-radius: var(--wp--custom--border-radius--tiny);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: var(--wp--preset--color--docosan-blog-pink);
}

.site-header .search-form__container form button[type="submit"] i {
	color: #fff;
}

.site-header .search-form__container form button[type="submit"]:not(:disabled) {
	cursor: pointer;
}

.site-footer {
	color: #b3bece;
}

.site-footer .main-footer {
	background-color: var(--wp--preset--color--docosan-blog-berkeley-blue);
	padding-top: 46px;
	padding-bottom: 20px;
}

.site-footer .main-footer .footer-main-wrapper {
	display: flex;
	width: 100%;
}

.site-footer .main-footer .footer-menu {
	width: 20%;
	padding: 10px;
}

.site-footer .main-footer .footer-menu ul {
	margin: 0;
}

.site-footer .main-footer .footer-menu ul:not(.sub-menu) {
	padding: 0;
	list-style-type: none;
}

.site-footer .main-footer .footer-menu ul li {
	padding-bottom: 8px;
	font-size: 14px;
}

.site-footer .main-footer .footer-menu ul li:not(.menu-title) {
	padding-top: 8px;
}

.site-footer .main-footer .footer-menu ul li.toggle {
	pointer-events: unset !important;
}

.site-footer .main-footer .footer-menu ul li.toggle a {
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .main-footer .footer-menu ul li.toggle a i {
	font-size: 12px;
	transition: transform 0.3s ease-in-out;
}

.site-footer .main-footer .footer-menu ul li.toggle.expanded i {
	transform: rotate(90deg);
}

.site-footer .main-footer .footer-menu ul li.menu-title {
	pointer-events: none;
	font-weight: bold;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}

.site-footer .main-footer .footer-menu ul li.menu-title a {
	color: #fff;
}

.site-footer .main-footer .footer-menu ul li.menu-highlight a {
	color: var(--wp--preset--color--docosan-blog-lightened-green);
}

.site-footer .main-footer .footer-menu ul li.menu-highlight a:hover {
	color: var(--wp--preset--color--docosan-blog-gold);
}

.site-footer .main-footer .footer-menu ul li a {
	text-decoration: none;
	color: #b3bece;
}

.site-footer .main-footer .footer-menu ul li a:hover {
	color: var(--wp--preset--color--docosan-blog-lightened-green);
}

.site-footer .main-footer .footer-menu .additional-links.social-media {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 150px;
}

.site-footer .main-footer .footer-menu .additional-links.social-media a {
	background: #9da9af;
	width: 33px;
	display: block;
	text-align: center;
	border-radius: var(--wp--custom--border-radius--tiny);
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	text-decoration: none;
	color: #fff;
}

.site-footer .main-footer .footer-menu .additional-links.social-media a:hover {
	background-color: #fff;
	color: var(--wp--preset--color--docosan-blog-text-default);
}

.site-footer .main-footer .footer-menu .additional-links.social-media a i {
	font-size: 15px;
}

.site-footer .main-footer .footer-menu .additional-links .small {
	font-size: 12px;
}

.site-footer .main-footer .footer-menu .additional-links .white {
	color: #fff;
}

.site-footer .main-footer .footer-menu .additional-links .startup {
	margin: 36px 0;
	padding: 0px 20px 0px 0px;
}

.site-footer .main-footer .footer-menu .additional-links img {
	padding-right: 8px;
}

.site-footer .main-footer .footer-menu .additional-links.brands {
	margin-top: 50px;
}

.site-footer .main-footer .footer-menu .additional-links.brands img {
	max-width: 150px;
	width: 100%;
}

.site-footer .main-footer .footer-menu .additional-links.brands img:not(:last-child) {
	margin-bottom: 20px;
}

.site-footer .main-footer .site-info {
	width: 40%;
	padding: 10px;
	font-size: 14px;
}

.site-footer .main-footer .site-info .site-company-address p {
	margin: 0;
}

.site-footer .main-footer .site-info .custom-logo-link.no-logo {
	font-size: 36px;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 36px;
}

.site-footer .show_on_tablet .footer-main-wrapper {
	flex-wrap: wrap;
}

.site-footer .show_on_tablet .footer-main-wrapper .footer-menu {
	width: 50%;
}

.site-footer .mobile.site-info {
	width: 100%;
}

.site-footer .mobile.site-info .logo-container img {
	max-width: unset;
}

.site-footer .mobile .site-company-address {
	margin-bottom: 8px;
}

.site-footer .mobile .small {
	font-size: 12px;
}

.site-footer .mobile .white {
	color: #fff;
}

.site-footer .mobile .startup {
	margin-bottom: 16px;
	padding: 0px 20px 0px 0px;
}

.site-footer .mobile .flex {
	justify-content: space-between;
}

.site-footer .mobile .flex .additional-links {
	width: 50%;
}

.site-footer .mobile .flex img {
	max-width: 130px;
}

.site-footer .mobile .flex img:first-child {
	margin-top: 5px;
}

.site-footer .mobile .additional-links.social-media {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100px;
}

.site-footer .mobile .additional-links.social-media a {
	background: #9da9af;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	border-radius: var(--wp--custom--border-radius--tiny);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	text-decoration: none;
	color: #fff;
}

.site-footer .mobile .additional-links.social-media a:hover {
	background-color: #fff;
	color: var(--wp--preset--color--docosan-blog-text-default);
}

.site-footer .mobile .additional-links.social-media a i {
	font-size: 15px;
}

.site-footer .logo-container {
	margin-bottom: 34px;
}

.site-footer .logo-container img {
	max-width: 346px;
	width: 100%;
	height: 100%;
}

.site-footer .copyright-container {
	text-align: center;
	background-color: var(--wp--preset--color--docosan-blog-darkened-dark-blue);
}

.site-footer .copyright-container .footer-main-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-footer .copyright-container .copyright-text {
	color: #b3bece;
	font-size: 14px;
	margin-bottom: 12px;
}

.site-footer .copyright-container .menu-copyright-menu-container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.site-footer .copyright-container .menu-copyright-menu-container ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 8px;
	margin-left: 8px;
}

.site-footer .copyright-container .menu-copyright-menu-container ul li:not(:last-child):after {
	content: "";
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: #ddd;
	right: -8px;
}

.site-footer .copyright-container .menu-copyright-menu-container ul li a {
	text-decoration: none;
	color: #b3bece;
}

.site-footer .copyright-container .menu-copyright-menu-container ul li a:hover {
	color: var(--wp--preset--color--docosan-blog-lightened-green);
}

body.single .rank-math-breadcrumb p {
	margin-bottom: 0;
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
	body.single .rank-math-breadcrumb {
		margin-left: 15px;
		margin-right: 15px;
	}
}

body.single .rank-math-breadcrumb a {
	color: var(--wp--preset--color--docosan-blog-text-default);
}

body.single .rank-math-breadcrumb .last {
	text-decoration: underline;
	color: var(--wp--preset--color--docosan-blog-berkeley-blue);
}

body.single .single-post__article-container {
	max-width: 730px;
	width: 100%;
}

@media screen and (max-width: 1170px) {
	body.single .single-post__article-container {
		max-width: unset;
	}
}

body.single .single-post__article-container .doctor {
	width: 100%;
}

body.single .comments-area {
	max-width: 641px;
	padding: 32px;
	border-radius: var(--wp--custom--border-radius--medium);
	border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--docosan-blog-border);
	margin: var(--wp--custom--layout--spacing);
}

body.single .singe-post__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-bottom: 16px;
	gap: 40px;
}

/* body.single .singe-post__container {
	top: 85px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
	gap: 40px;
}
.show_on_desktop.ad-desktop .ad-banner.banner img {
	height:232px;
} */

.sidebar-container {
	margin: var(--wp--custom--layout--spacing);
	height: 100%;
	position: sticky;
	top: 90px;
}

@media screen and (max-width: 1170px) {
	.sidebar-container {
		display: none;
	}
}

.ad-mobile {
	width: 100%;
	padding: 15px 5px 10px 5px; /* top, right, bottom, left */
}

.ad-banner {
	height: 232px;
	border-radius: var(--wp--custom--border-radius--medium);
	margin: var(--wp--custom--layout--spacing);
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1170px) {
	.ad-banner {
		margin-top: 0;
		height: 100%;
	}
}

@media screen and (max-width: 600px) {
	.show_on_mobile.ad-mobile
 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
	.ad-banner {
		height: 148px;
		width: 369px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.ad-banner.show_on_tablet, .ad-banner.show_on_mobile {
		margin-top: 0;
	}
	
}

.ad-banner.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	margin-top: 0px;
}

.ad-banner.square {
	max-height: 443px;
	max-width: 443px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	.ad-banner.square {
		display: flex;
		padding: 0 15px;
	}
	img {
	height: auto;
/* 	max-width: 100%; */
}
}

.ad-banner.square a {
	
	width: 369px;
	height: 369px;
	display: block;
}

.ad-banner.square a img {
	width: inherit;
	height: inherit;
	border-radius: 10px;
}

@media screen and (max-width: 1170px) {
	
    .mega-menu-container {
        margin-left: -32vw;
        position: absolute;
       top: 100%;
        left: 22px;
        width: 100vw;
        background: white;
        z-index: 9999;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(0px);
        transition: all 0.9s ease;
        pointer-events: none;
        font-family: 'Roboto-light';
    }

	.ad-banner.square {
		margin: 0 auto;
		max-width: 443px;
		width: 100%;
		max-height: 443px;
		height: auto;
	}
}

.ad-banner.square:first-child {
	margin-top: 0;
}

.singe-post__container .related-post {
	padding: 12px;
}

.related-post {
	background: #f9f9f9;
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
	border-radius: var(--wp--custom--border-radius--medium);
	padding: 12px 17px;
}

@media screen and (max-width: 600px) {
	.related-post {
		padding: 10px 0px;
		background: unset;
		border: unset;
	}
}

.related-post:not(:last-child) {
	margin-bottom: 20px;
}

.related-post-container {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

@media screen and (max-width: 600px) {
	.related-post-container {
		gap: 8px;
	}
}

.related-post-container .img-wrapper {
	width: 153px;
	min-width: 153px;
	height: 100px;
	border: 1px solid var(--wp--preset--color--docosan-blog-border);
	border-radius: var(--wp--custom--border-radius--medium);
	background: var(--wp--preset--color--docosan-blog-border);
}

.related-post-container .img-wrapper a {
	width: 100%;
	height: 100%;
	display: block;
}

@media screen and (max-width: 600px) {
	.related-post-container .img-wrapper {
		min-width: 130px;
	}
}

.related-post-container .img-wrapper img {
	width: inherit;
	height: inherit;
	border-radius: 10px;
}

.related-post-content {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	min-height: 100px;
}

@media screen and (max-width: 600px) {
	.related-post-content-body {
		padding: 0;
	}
}

.related-post-content-body .title {
	margin: 0;
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	text-transform: none;
}

.related-post-content-body .title a {
	color: #4d4d4d;
	font-size: 16px;
	cursor: pointer;
	display: block;
}

.related-post-content-body .category {
	margin-bottom: 8px;
}

.related-post-content-body .category a {
	color: #4ac0a4;
	font-size: 14px;
}

.related-post-content-footer {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

@media screen and (max-width: 600px) {
	.related-post-content-footer {
		flex-direction: column;
		gap: 4px;
	}
}

.related-post-content-footer div {
	color: #979797;
	width: 100%;
}

.related-post-content-footer div.author {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
}

.related-post-content-footer div.author a {
	color: inherit;
}

.related-post-content-footer div.date {
	align-items: center;
	gap: 2px;
	justify-content: flex-end;
	font-size: 12px;
	text-align: right;
}

@media screen and (max-width: 600px) {
	.related-post-content-footer div.date {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
}

.related-post-content-footer div.date span {
	font-weight: 700;
}

@media screen and (min-width: 991px) {
	.related-posts h2 {
		margin-top: 0;
	}
}

.sidebar .cta {
	max-width: 443px;
}

.sidebar .cta .container {
	padding: 26px;
}

.sidebar .cta .container .text-content {
	margin-bottom: 26px !important;
}

.sidebar .cta .container .buttons .btn a {
	padding: 12px 0;
}

.sidebar .cta .container .text-content {
	font-size: 15px;
}

@media screen and (max-width: 1170px) {
	.sidebar .cta .container .text-content {
		font-size: 12.5px;
	}
}

.sidebar .cta .container .buttons {
	font-size: 16px;
}

.cta .container {
	border: none;
	color: #fff;
	background: linear-gradient(74.73deg, #4ac0a4 11.93%, #70bde9 89.23%);
}

@media screen and (max-width: 600px) {
	.cta .container {
		padding: 20px 15px;
	}
}

.cta .container .text-content {
	margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
	.cta .container .text-content {
		margin-bottom: 18px;
	}
}

.cta .container .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.cta .container .buttons .btn a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 16px 0;
}

.cta .container .buttons .btn.single-post-override a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.cta .container .buttons .btn.single-post-override a img {
	width: 16px;
	height: 16px;
}

.cta .container .buttons .tel {
	width: 100%;
	margin-bottom: 20px;
	background: var(--wp--preset--color--docosan-blog-pink);
	border-radius: var(--wp--custom--border-radius--medium);
}

.cta .container .buttons .search {
	width: 100%;
	background: var(--wp--preset--color--docosan-blog-berkeley-blue);
	border-radius: var(--wp--custom--border-radius--medium);
}

.share .container {
	display: flex;
	align-items: center;
	padding: 28px 32px;
}

@media screen and (max-width: 600px) {
	.share .container {
		padding: 15px;
	}
}

.share--text {
	font-size: 15px;
	font-weight: 700;
}

.share-actions {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
}

.share-actions div {
	padding: 0 14px;
	position: relative;
}

.share-actions div a {
	width: 16px;
	height: 16px;
	align-items: center;
	display: flex;
}

.share-actions div a img {
	width: inherit;
	height: inherit;
}

.share-actions div:not(:last-child):after {
	content: "";
	width: auto;
	left: auto;
	position: absolute;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: var(--wp--custom--border-width--tiny) solid #ddd;
	border-style: solid;
	border-color: #ddd;
	right: 0;
	top: 0;
}

.floating-container {
	position: absolute;
	left: 0;
	height: 100%;
	display: none;
}

.floating-container .share {
	position: sticky;
	top: 100px;
}

.floating-container .share .container {
	display: flex;
	flex-direction: column;
	padding: 14px 12px;
	font-size: 12px;
	font-weight: 700;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	box-shadow: var(--wp--custom--box-shadow--1);
}

.floating-container .share-actions {
	flex-direction: column;
}

.floating-container .share-actions div {
	padding: 13px 0;
	position: relative;
}

.floating-container .share-actions div:not(:last-child)::after {
	left: 0;
	border-bottom-width: 1px;
	border-right: 0;
	border-left-width: 0;
}

.floating-container .share-actions div a {
	z-index: 9;
	position: relative;
}

.doctor .container {
	padding: 20px 14px;
	background: #f9f9f9;
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
	border-radius: var(--wp--custom--border-radius--medium);
}

.doctor .img-wrapper {
	width: 150px;
	height: 150px;
	border-radius: var(--wp--custom--border-radius--large);
	background: var(--wp--preset--color--docosan-blog-border);
}

@media screen and (max-width: 600px) {
	.doctor .img-wrapper {
		max-width: 80px;
		max-height: 80px;
	}
}

.doctor .img-wrapper img {
	height: 100%;
	object-fit: cover;
	border-radius: var(--wp--custom--border-radius--large);
	shape-rendering: crispedges;
}

.doctor .content {
	width: 100%;
	max-width: 380px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.doctor .content-footer {
	margin-top: 16px;
}

.doctor-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	.doctor-content {
		gap: 20px;
	}
}

@media screen and (max-width: 320px) {
	.doctor-content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.doctor-content .button {
		width: 100%;
	}
}

.doctor-text {	
	color:#4ABFA4 !important;
}

.content-footer.full-width {
  margin-top: 12px;
}

.doctor-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  background-color: #4ABFA4;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

.doctor-name, .doctor-hospital {
	font-size: 20px;
	color: var(--wp--preset--color--docosan-blog-berkeley-blue);
	line-height: 28.13px;
}

@media screen and (max-width: 600px) {
	.doctor-name, .doctor-hospital {
		font-size: 16px;
		line-height: 18.75px;
	}
}

.doctor-name {
	font-weight: 700;
	margin-top: 5px;
	color: black;
}
.doctor-hospital {	
	margin-top: 5px;
}

.doctor-button-outline {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #002E63;
  border-radius: 10px; /* Nút bo tròn */
  background-color: #fff;
  color: #002E63;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

a.doctor-button-outline {	
  color: #002E63 !important;
}

.doctor-button-outline:hover {
  color: #fff;
}

@media screen and (max-width: 600px) {
	.doctor-name {
		margin-top: 6px;
	}
}

.doctor-button {
	padding: 10px 34px;
	width: max-content;
	background: var(--wp--preset--color--docosan-blog-berkeley-blue);
	margin-bottom: 0;
	font-weight: 700;
}

@media screen and (max-width: 600px) {
	.doctor-button {
		font-size: 14px;
	}
}

.follow .container {
	padding: 22px;
}

.follow .header {
	margin-bottom: 17px;
	text-align: center;
	font-weight: 700;
}

.follow-actions {
	display: flex;
	gap: 18px;
	justify-content: center;
	align-items: center;
}

.follow-actions a {
	width: 38px;
	height: 38px;
	border-radius: var(--wp--custom--border-radius--large);
	background: var(--wp--preset--color--docosan-blog-berkeley-blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.follow-actions a i {
	font-size: 20px;
}

.entry-content #toc_container {
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
	width: 100% !important;
	border-radius: var(--wp--custom--border-radius--medium);
	padding: 18px 22px;
}

.entry-content #toc_container a {
	color: var(--wp--preset--color--docosan-blog-text-default) !important;
}

.entry-content #toc_container a i {
	transition: transform 0.3s ease-in-out;
}

.entry-content #toc_container.expanded .toc_title a i {
	transform: rotate(180deg);
}

.entry-content #toc_container .toc_title {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.entry-content #toc_container .toc_title .toc_brackets {
	display: none;
}

.tags-links {
	font-size: 14px;
	display: block;
	margin-top: -18px;
}

.tags-links a, .tags-links a[href] {
	color: #979797;
}

.full-w-menu {
	width: 100% !important;
}

.flex {
	display: flex;
}

.menu-footer-mobile-3-container .sub-menu {
	display: none;
}

.menu-footer-mobile-3-container .sub-menu.show {
	display: block;
}

/* Back To Top */
.btt-container {
	position: sticky;
	bottom: 10px;
	display: none;
}

.btt-container .back-to-top {
	bottom: 10px;
	right: 10px;
	position: absolute;
}

@media screen and (max-width: 600px) {
	.btt-container .back-to-top {
		bottom: 75px;
	}
}

.btt-container .back-to-top a {
	background: var(--wp--preset--color--docosan-blog-text-default);
	padding: 12px;
	border-radius: var(--wp--custom--border-radius--large);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.btt-container .back-to-top a {
		width: 30px;
		height: 30px;
	}
}

.google-news {
	margin-top: 10px;
}

.google-news-text {
	width: max-content;
	background: #072d601a;
	border-bottom: 10px;
	padding: 4px 8px;
	display: flex;
	border-radius: 15px;
}

.google-news-text a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.google-news-text a span {
	color: var(--wp--preset--color--docosan-blog-berkeley-blue);
	font-size: 12px;
	font-style: italic;
}

.google-news-text a:hover {
	text-decoration: none;
}

.google-news-img {
	display: flex;
	align-items: center;
	gap: 2px;
}

.google-news-img img {
	width: 75px;
	height: auto;
}

.widget_block p:empty {
	margin: 0;
}

/* Newsletter widget */
.singe-post__container .newsletter-widget .container {
	padding: 24px;
}

@media screen and (max-width: 600px) {
	.singe-post__container .newsletter-widget .container {
		padding: 30px 20px;
		background-color: #fff;
	}
}

.singe-post__container .newsletter-widget h3 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}

.singe-post__container .newsletter-widget .newsletter-form {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.singe-post__container .newsletter-widget .newsletter-form p {
	margin: 0;
}

.singe-post__container .newsletter-widget .newsletter-form button {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
	background: var(--wp--preset--color--docosan-blog-pink);
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.singe-post__container .newsletter-widget .newsletter-form button svg {
	width: 22px;
	height: 22px;
}

.singe-post__container .newsletter-widget .newsletter-form input {
	padding: 9px 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #F9F9F9;
	color: #777777;
}

@media screen and (min-width: 992px) {
	.singe-post__container .newsletter-widget .newsletter-form input {
		max-width: 280px;
	}
}
.single-post__article-container .newsletter-widget .newsletter-form input {
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 600px) {
	.singe-post__container .follow {
		padding: 0 15px;
	}
	.singe-post__container .follow .container {
		border-radius: var(--wp--custom--border-radius--medium);
		border-width: var(--wp--custom--border-width--tiny);
	}
}

.single-post__article-container .newsletter-widget .newsletter-form input {
	max-width: 100%;
	width: 100%;
}

/* Chat Widget */
@media screen and (min-width: 601px) {
	.fc-widget-normal {
		bottom: 70px !important;
		right: 5px !important;
	}
}

.sticky_cta {
	position: sticky;
	bottom: 20px;
	margin-bottom: 24px;
	text-align: center;
}

.sticky_cta .button-container {
	display: inline-block;
}

.sticky_cta .button-container a {
	padding: 10px 40px;
	border-radius: 20px;
}

@media screen and (max-width: 601px) {
	.single-article-sticky-cta .fc-widget-normal {
		bottom: 65px !important;
	}
}

@media screen and (max-width: 601px) {
	.single-article-sticky-cta .back-to-top {
		bottom: 125px;
	}
}

/* contact */
.form-wrapper {
	background: #f9f9f9;
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
	border-radius: var(--wp--custom--border-radius--medium);
	padding: 12px 17px;
}

@media screen and (max-width: 600px) {
	.form-wrapper {
		padding: 10px 0px;
		background: #f9f9f9;
		border-radius: var(--wp--custom--border-radius--medium);
	}
}

.form-wrapper:not(:last-child) {
	margin-bottom: 20px;
}

.form-wrapper-container {
	display: flex;
	align-items: flex-start;
	gap:  20px 20px 20px;;
}

@media screen and (max-width: 600px) {
	.form-wrapper-container {
		gap: 8px;
	}
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Cơ bản cho mỗi group */
.form-group {
  
}

/* Input & Label */
.form-group label {
  font-weight: 600;
  color: #444;
  font-size: 15px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.form-group .form-input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 16px;
  color: #333;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
}

/* Nút submit */

.form-button-group .wpcf7-spinner{
  height:20px;
}


@media screen and (max-width: 600px) {
	.form-button-group .form-submit {
		background-color: #072D60;
		color: white;
		border: none;
		padding: 10px 24px;
		border-radius: 15px;
		font-size: 14px;
		cursor: pointer;
		height: 40px;
		transition: background 0.3s ease;
		width: 100%;
	}
	.form-button-group .wpcf7-spinner{
	  height:5px;
	}	
}

.form-button-group {
  position: relative;
  display: flex;
  flex-direction: column-reverse; /* đảo thứ tự: input -> label -> error */
  padding-left:8px; 
}

.form-button-group .form-submit {
  background-color: #072D60;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  transition: background 0.3s ease;
  width: 100%;
}

.form-submit:hover {
  background-color: #072D60; /* Màu nền khi hover */
}

.form-submit:active {
  background-color: #0b7c3c; /* Màu nền khi nhấn */
}


/* Container của mỗi trường */
.form-group {
  position: relative;
  display: flex;
  flex-direction: column-reverse; /* đảo thứ tự: input -> label -> error */
}

.required {
  color: red;
  margin-left: 4px;
}


img[sizes="auto"], 
img[sizes^="auto,"] {
  contain-intrinsic-size: none !important;
}

 
#menu-item-166185 > div > span{
	font-family: 'Roboto-light'!important;	}


    .site-header .navigation-container {
        display: flex;
        margin-left: -41vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}


/* Default for <=1920px */
@media screen and (max-width: 1920px) {
 

    .site-header .navigation-container {
        display: flex;
        margin-left: -41vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 37px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (max-width: 1920px) and (max-height: 869px) {
 

    .site-header .navigation-container {
        display: flex;
        margin-left: -45vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 27px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

/* >=1745px */
@media screen and (max-width: 1745px) {
	 
    .site-header .navigation-container {
        margin-left: -48vh ;
    }
		.mega-menu-container {
		margin-left: -40vw;
		position: absolute;
		top: 100%;
		left: 5px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -35vw;
		position: absolute;
		top: 100%;
		left: 17px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 50px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
	
}

/* <=1707px */
@media screen and (max-width: 1707px) {
    .site-header .navigation-container {
        margin-left: -52vh !important;
    }
}

/* <=1536px */
@media screen and (max-width: 1536px){
    .site-header .navigation-container {
        margin-left: -61vh !important
    }
	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 47px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -37vw;
		position: absolute;
		top: 100%;
		left: 8px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (max-width: 1536px) and (min-height: 950px) 
{
    .site-header .navigation-container {
        margin-left: -56vh !important;
	
    }
	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: -41px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}



	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -40vw;
		position: absolute;
		top: 100%;
		left: 12px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		left: 80px !important;
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (max-width: 1536px) and (height > 695px) {
    .site-header .navigation-container {
        margin-left: -46vh !important;
	
    }
	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: -41px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}



	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -44vw;
		position: absolute;
		top: 100%;
		left: 12px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		left: 80px !important;
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (max-width: 1470px) {
    .site-header .navigation-container {
        margin-left: -50vh !important
    }

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 26%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -38vw;
		position: absolute;
		top: 100%;
		/* left: 8px !important; */
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}


/* >=1396px */
@media screen and (max-width: 1396px) {
    .site-header .navigation-container {
        margin-left:-61vh !important
    }

    .mega-menu-container {
        left: 48px;
    }

	    .site-header .navigation-container {
        margin-left: -55vh !important;
    }
 

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 47px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -37vw;
		position: absolute;
		top: 100%;
		left: 8px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
	
}

/* <=1280px */
@media screen and (max-width: 1280px) {
    .site-header .navigation-container {
        margin-left: -56vh !important;
    }

   

	.mega-menu-container {
		margin-left: -56vh !important;
		position: absolute;
		top: 100%;
		left: 47px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -37vw;
		position: absolute;
		top: 100%;
		left: -91px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

/* <=1229px */
@media screen and (max-width: 1229px) {
    .site-header .navigation-container {
        margin-left: -71vh !important;
    }
}

/* Mobile <=600px */
@media screen and (max-width: 600px) {
    img.custom-logo {
        height: 36px !important;
    }

    .site-header .navigation-container {
        margin-left: -5vh !important;
        display: flex;
        gap: 16px !important;
        align-items: center;
        justify-content: center;
    }

    .main-navigation ul {
        display: flex;
    }

    .site-header .custom-logo-link {
        width: 100%;
    }

    .site-header .custom-logo-link .custom-logo {
        margin-left: 8px;
        max-width: 140px;
        width: 100%;
    }
}




@media screen and (min-width: 2400px) {


       .site-header .navigation-container {
        display: flex
;
        margin-left: -30vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }

	.mega-menu-container {
		margin-left: -56vh !important;
		position: absolute;
		top: 100%;
		left: -318px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 17%;
		margin-left: 25px;
		top: 15%;
	}

	

	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 130px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}


@media screen and (min-width: 2560px) {


       .site-header .navigation-container {
        display: flex
;
        margin-left: -28vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }

	.mega-menu-container {
		margin-left: -56vh !important;
		position: absolute;
		top: 100%;
		left: -350px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 17%;
		margin-left: 25px;
		top: 15%;
	}

	

	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 130px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}
@media screen and (min-width: 2048px) {

    .site-header .navigation-container {
        display: flex;
        margin-left: -45vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 27px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (min-width: 2133px) {
       .site-header .navigation-container {
        display: flex;
        margin-left: -34vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }

	.mega-menu-container {
		margin-left: -56vh !important;
		position: absolute;
		top: 100%;
		left: -260px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}

	    .menu-item.has-mega-menu>a {
        transition: background-color 0.3s ease;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
    }
	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 17%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -37vw;
		position: absolute;
		top: 100%;
		left: -260px !important;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 0px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 90px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}
@media screen and (min-width: 2304px) and (max-height: 1024px) {
 

    .site-header .navigation-container {
        display: flex;
        margin-left: -42vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 27px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (min-width: 3072px)  and (max-height: 436px) {
 

    .site-header .navigation-container {
        display: flex;
        margin-left: -30vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 27px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

@media screen and (min-width: 3072px)  and (max-height: 1390px) {
 

    .site-header .navigation-container {
        display: flex;
        margin-left: -30vh !important;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
	    .site-header .custom-logo {
        margin-left: -50px;
    }

	.site-header .main-navigation .sub-menu {
		margin-top: 8px;
		background-color: #fff;
		border-radius: var(--wp--custom--border-radius--tiny);
		padding: 14px 10px;
		border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--docosan-blog-border);
		width: 475px;
		flex-wrap: wrap;
	}


	.show_on_desktop {
		display: block;
	}

	.menu {
		display: none;
	}

	/* 2nd menu */
	.banner-menu {
		overflow: hidden;
	}

	.banner-menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.banner-menu:hover img {
		transform: scale(1.25);
	}

	#menu-new-home-05-2025 {
		margin-bottom: -6px;
	}

	#menu-new-home-05-2025:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 8px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
	}

	.menu-item.has-mega-menu>a:hover {
		background-color: #e0f0ff;
	}

	.service-category-menu .content {
		transition: background-color 0.3s ease;
		border-radius: 8px;
		padding: 5px;
		cursor: pointer;
	}

	.service-category-menu .content:hover {
		background-color: #e0f0ff;
		/* Light blue background on hover */
	}

	ul.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 30px;
		position: relative;
	}

	.menu-item {
		position: relative;
	}

	/* Mega menu ẩn mặc định */
	.booking-btn {
		margin-left: 20px;
	}

	.icon-service {
		margin-right: 10px;
		font-size: 1.5em;
		display: flex;
		align-items: center;
		height: 90%;
		margin-top: -23px;
	}

	.vl {
		height: 70%;
		border-left: 1px solid grey;
		position: absolute;
		left: 25%;
		margin-left: 25px;
		top: 15%;
	}

	.mega-menu-container {
		margin-left: -41vw;
		position: absolute;
		top: 100%;
		left: 27px;
		width: 100vw;
		background: white;
		z-index: 9999;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		transform: translateY(0px);
		transition: all 0.9s ease;
		pointer-events: none;
		font-family: 'Roboto-light';
	}


	.menu-item.has-mega-menu:hover .mega-menu-container {
		opacity: 1;
		visibility: visible;
		transform: translateY(10);
		pointer-events: auto;
	}


	.mega-menu {
		display: flex;
		padding: 20px 40px;
		gap: 200px;
	}

	.mega-menu-left ul {
		list-style: none;
		padding: 0;
	}

	.mega-menu-left li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #000;
	}

	.mega-menu-right {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.banner-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 350px;
		background: #f2f2f2;
		border-radius: 10px !important;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		padding: 0;
	}
}

.site-header .main-navigation li.menu-item-has-children .menu-dropdown-parent-container{
	font-family: 'Roboto-light';
}

.site-header .navigation-container {
        gap: 18px;  
    }

.medical-store-desktop:hover {
		background-color: #e0f0ff;
		transition: background-color 0.3s ease;
		border-radius: 6px;
		cursor: pointer;
	}
.icon-service
{
	margin-right: 10px;
	margin-bottom: -5px;
}
.mega-menu-right{
	        margin-left: 70px !important;
}
.site-header .main-navigation .sub-menu {
		margin-top: 0px !important;
		
	}

	


