/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */

@import url('./assets/css/mona-style.css');

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
  height: auto;
  max-width: 100%;
}

/* 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;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

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

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

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

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

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
#wpadminbar {
	z-index: 99999999;
}
html {
	margin: 0 !important;
}
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ---------------------------------------------- CUSTOM ---------------------------------------------- */

/* ----- custom ----- */
:root {
	--space-body-border: 40px;
	--background-main: #f0f0f0;
	--container-max-width-theme: 1540px;
	--fa-style-family: "Font Awesome 6 Free";
}

/* loading page */
#loftloader-wrapper.pl-imgloading #loader img {
	opacity: 1;
}
#loftloader-wrapper.pl-imgloading #loader .imgloading-container {
	display: none;
}

/* text */
p {
	line-height: 1.7;
}
b, strong {
	font-weight: 600;
}

/* body */
#loftloader-wrapper {
	z-index: 9999999;
}
body {
	background: var(--background-main);
	overflow-x: hidden;
}
body #content,
body.single .elementor-location-single,
body.archive .elementor-location-archive {
	padding: var(--space-body-border) var(--space-body-border) 0;
}

/* header */
.sticky-header-main #mona-header-sticky .mona-menu-header-items.mona-menu-mobile .elementor-nav-menu--dropdown a.elementor-item-active {
	color: #fff;
}

.elementor-location-header {
	background: transparent;
    z-index: 999999;
    position: absolute;
    transition: none;
    width: calc(100% - (var(--space-body-border)) * 2);
    top: var(--space-body-border);
    left: var(--space-body-border);
}
.elementor-location-header.sticky-header-main {
	top: -100px !important;
	left: var(--space-body-border);
	background: var(--background-main) !important;
	z-index: 999999 !important;
}
.sticky-header-main {
	margin-top: 100px;
	transition: margin 600ms ease,opacity 400ms ease;
	position: fixed !important;
	top: -100px !important;
    left: 0;
    background: #fff;
}
.sticky-header-main #mona-header-sticky {
	padding: 8px 0 0 !important;
	z-index: 999999;
}
.sticky-header-main #mona-header-sticky .elementor-nav-menu>li>a {
	height: 32px !important;
	padding: 0;
    line-height: 24px;
	color: #0d0d0d;
	opacity: 0.65;
	display: block;
}
.sticky-header-main #mona-header-sticky .elementor-nav-menu>li>a.elementor-item-active {
	opacity: 1;
}
.sticky-header-main #mona-header-sticky .elementor-widget-container img {
	height: 32px;
	margin-top: -5px;
}
.mona-body-border-left,
.mona-body-border-right,
.mona-body-border-top,
.mona-body-border-bottom {
	position: fixed;
    background: var(--background-main);
    display: block;
    z-index: 9999;
/* 	background-image: url('../hello-elementor/assets/images/nen-trang.jpg');
	background-size: cover !important;
	background-repeat: repeat; */
}
.mona-body-border-left,
.mona-body-border-right {
	bottom: 0;
    top: 0;
    width: var(--space-body-border);
}
.mona-body-border-left {
	left: 0 !important;
}
.mona-body-border-right {
	right: 0 !important;
}
.mona-body-border-top,
.mona-body-border-bottom {
	left: 0;
	right: 0;
	height: var(--space-body-border);
}
.mona-body-border-top {
	top: 0 !important;
}
.mona-body-border-bottom {
	bottom: 0 !important;
}
.mona-menu-header-items .elementor-nav-menu--dropdown .elementor-sub-item {
	border: none;
}

/* section */
.mona-section:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: var(--background-main);
    z-index: 1000;
}

/* title */
.elementor-heading-title {
	line-height: 1.3;
}

/* back to top */
.back-to-top {
	width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: calc(60px + var(--space-body-border));
    right: calc(30px + var(--space-body-border));
    z-index: 7;
    transform: translateX(30px);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	z-index: 999999;
}
.back-to-top.mona-to-top {
	visibility: visible;
	transform: translatex(0px);
	opacity: 1;
}
.back-to-top .triangle {
	display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}
@keyframes BTT {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* banner */
.mona-banner-slider-main .swiper-slide-inner .elementor-slide-heading {
	margin-bottom: 10px !important;
}
.mona-sec-banner-main {
	position: relative;
}
.mona-sec-banner-main .scroll-downs {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 55px;
    bottom: calc(40px + 1%);
    z-index: 2;
}
.mousey {
	width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
	width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #1e1e1e;
    animation-name: animation-scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}

@keyframes animation-scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
    	opacity: 1;
	}
	100% {
		transform: translateY(15px);
    	opacity: 0;
	}
}

/* dịch vụ */
/* .mona-service-list-items {
	height: 80vh;
}
.mona-service-list-items .elementor-portfolio-item {
	position: relative;
	z-index: 2;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item.mona-show .elementor-post__thumbnail__link {
	animation: visibleAni ease 0.3s 0.8s forwards;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item.mona-hide .elementor-post__thumbnail__link {
	animation: hiddenAni ease-in-out 0s 0.8s forwards;
}
@keyframes visibleAni {
	0% {
		overflow: visible;
	}
	100% {
		overflow: visible;
	}
}
@keyframes hiddenAni {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: hidden;
	}
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item.mona-show .elementor-post__thumbnail__link .elementor-post__thumbnail {
	opacity: 1;
	transition: opacity 0.8s linear;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item.mona-hide .elementor-post__thumbnail__link .elementor-post__thumbnail {
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item:nth-child(2) .elementor-post__thumbnail__link .elementor-post__thumbnail {
	left: -100%;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item:nth-child(3) .elementor-post__thumbnail__link .elementor-post__thumbnail {
	left: -200%;
}
.mona-service-list-items .elementor-portfolio,
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item,
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item .elementor-post__thumbnail__link {
	height: 100%;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item .elementor-post__thumbnail__link {
	height: 100%;
    position: relative;
	padding: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    animation: hiddenAni ease-in-out 0s forwards;
    display: block;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item:hover .elementor-post__thumbnail__link .elementor-post__thumbnail {
	pointer-events: none;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item .elementor-post__thumbnail__link .elementor-post__thumbnail {
	width: var(--container-max-width);
	pointer-events: unset;
	z-index: unset;
	transition: opacity 0.8s linear;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item .elementor-post__thumbnail__link .elementor-post__thumbnail:before {
	position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item.mona-show {
	overflow: visible;
	z-index: 1;
}
.mona-service-list-items .elementor-portfolio .elementor-portfolio-item .elementor-post__thumbnail__link .elementor-post__thumbnail img {
	left: 0;
    top: 0;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mona-service-list-items .elementor-portfolio-item {
	overflow: unset;
}
.mona-service-list-items .elementor-portfolio-item:not(:last-child) .elementor-post__thumbnail__link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	z-index: 3;
}
.mona-service-list-items .elementor-portfolio-item .elementor-portfolio-item__overlay {
	opacity: 1 !important;
    background: transparent !important;
	z-index: 2;
} */

.mona-box-image-items .elementor-image-box-wrapper {
	position: relative;
	overflow: hidden;
}
.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-img {
	position: relative;
}
.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-img a {
	margin: 0;
    display: block;
/*     padding-top: calc((535 / 576)* 100%); */
	aspect-ratio: 9 / 8;
    position: relative;
    overflow: hidden;
}
.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-img:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000d4, #0000006b);
    transition: all 0.5s;
    opacity: 0;
}
.mona-box-image-items .elementor-image-box-wrapper:hover .elementor-image-box-img:after {
	opacity: 1;
}
.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	padding: 12px;
}
.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-content {
	transform: translateY(120%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.mona-box-image-items .elementor-image-box-wrapper:hover .elementor-image-box-content {
	transform: unset;
    visibility: visible;
    opacity: 1;
}

/* project */

.mona-box-project .elementor-image-box-wrapper {
	display: flex;
    flex-direction: column;
	align-items: center;
}
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-img,
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-img a,
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-img img {
	height: 100%;
}
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-img a {
	display: block;
	width: 100%;
/* 	aspect-ratio: 3 / 2 !important;
    overflow: hidden; */
}
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
/* .mona-box-project .elementor-image-box-wrapper .elementor-image-box-content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: table;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.4s;
}
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	color: #fff;
	margin-top: 0;
}
.mona-box-project .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
} */

/* breadcrumb single page */
.mona-breadcrumb-single .rank-math-breadcrumb {
	padding: 10px;
	background-color: #eee;
}
.mona-breadcrumb-single .rank-math-breadcrumb p {
	font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: var(--e-global-typography-primary-font-family);
}
.mona-breadcrumb-single .rank-math-breadcrumb a {
	color: #555;
}
.mona-breadcrumb-single .rank-math-breadcrumb a:hover {
	color: #01447e;
    text-decoration: underline;
}

/* single - project */
body .fancybox-thumbs {
	background-color: #171717 !important;
}
@media (min-width: 801px) {
	.fancybox-thumbs>ul>li {
		width: 100% !important;
		max-height: 201px !important;
		max-width: calc(100% - 8px) !important;
		height: 100% !important;
	}
	.fancybox-thumbs>ul>li>img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		margin: 0 !important;
	}
}
.mona-gallery-single-project .gallery-item .ari-fancybox {
	display: block;
	overflow: hidden;
}
.mona-gallery-single-project .gallery-item .ari-fancybox img {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.mona-gallery-single-project .gallery-item .ari-fancybox:hover img {
	-webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    -ms-transition: all 5s ease;
    transition: all 5s ease;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.elementor-image-gallery.masonry {
	overflow: hidden;
}
.elementor-image-gallery.masonry .gallery {
    overflow: hidden;
}

.elementor-image-gallery.masonry .gallery-item {
    margin: 5px;
    width: var(--column-width);
	max-width: var(--column-width);
}
.dialog-type-lightbox {
	display: none !important;
}
.mona-icon-box-header-project .elementor-widget-container {
	height: var(--space-body-border) !important;
	overflow: hidden;
	margin-top: -10px;
}
.mona-icon-box-header-project.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-icon,
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-content a {
	height: var(--space-body-border);
	width: 100%;
}
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-content {
	margin-top: -40px !important;
	transition: all 0.4s;
}
.mona-icon-box-header-project .elementor-icon-box-wrapper:hover .elementor-icon-box-content {
	margin-top: 0 !important;
}
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-content,
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-title {
	margin: 0;
}
.mona-icon-box-header-project .elementor-icon-box-wrapper .elementor-icon-box-content a {
	display: block;
}
.mona-header-single-project {
	position: absolute;
    width: calc(100% - 80px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
.mona-img-single-project .elementor-widget-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.mona-column-header-single-project,
body.single-du-an .elementor-location-header.sticky-header-main .mona-column-header-main {
	display: none;
}
body.single-du-an .elementor-location-header.sticky-header-main .mona-column-header-single-project {
	display: inherit;
}
.mona-header-title-single-project .elementor-heading-title {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-prject-meta {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.single-prject-meta span {
	padding: 10px;
	color: #fff;
}
.single-prject-meta span:not(:last-child):after {
	content: "/";
    padding-left: 20px;
}
.mona-column-share-single-project {
	overflow: hidden;
	margin-top: -8px;
	width: fit-content;
}
.mona-column-share-single-project,
.mona-share-single-project,
.mona-share-header-project {
	height: var(--space-body-border);
    display: block;
}
.mona-share-single-project {
	margin-top: -40px;
	transition: all 0.4s;
}
.mona-column-share-single-project:hover .mona-share-single-project {
	margin-top: 8px;
}
.mona-share-single-project .elementor-widget-container,
.mona-share-header-project .elementor-widget-container {
	display: flex;
	align-items: center;
}
.mona-share-header-project .elementor-widget-container {
	justify-content: flex-end;
}
.mona-share-single-project .elementor-share-btn {
	height: auto;
	width: auto;
	border: none;
}
.mona-share-single-project .elementor-share-btn__icon {
	width: auto;
	background-color: transparent;
	margin-inline-start: unset;
}
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__next,
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__prev {
	float: none !important;
    position: fixed;
    width: 500px;
    bottom: 50%;
	text-align: center;
    z-index: 999999;
	height: var(--space-body-border);
    overflow: hidden;
	opacity: 1;
}
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__next {
    margin-bottom: -250px;
    right: var(--space-body-border);
    transform-origin: right bottom;
    transform: rotate(90deg);
}
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__prev {
    transform-origin: left top;
    left: 0;
    margin-bottom: -290px;
    transform: rotate(-90deg);
}
.mona-project-navigation-items .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next,
.mona-project-navigation-items .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	padding: 0;
    padding-inline-end: 0;
    margin: 0 10px;
	font-size: 16px;
    color: #000;
	display: none;
}
.mona-project-navigation-items .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
	transform: rotate(-90deg);
}
.mona-project-navigation-items .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	transform: rotate(90deg);
}
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link a {
	justify-content: center;
}
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__next, 
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__prev {
	align-items: center;
}
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__next span, 
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__prev span {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	height: var(--space-body-border);
	line-height: var(--space-body-border);
	color: #0d0d0d;
}
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__next span.post-navigation__next--label:before, 
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__prev span.post-navigation__prev--label:before,
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__next span.post-navigation__next--label:after, 
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__prev span.post-navigation__prev--label:after{
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
    line-height: 40px;
	display: inline-block;
	margin: 0 8px;
    height: 40px;
	font-weight: 600;
	transform: rotate(-90deg);
	font-style: normal;
}
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__next, 
.mona-project-navigation-items .elementor-post-navigation span.elementor-post-navigation__link__prev {
	transition: all 0.4s;
}
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link:hover span.elementor-post-navigation__link__next, 
.mona-project-navigation-items .elementor-post-navigation .elementor-post-navigation__link:hover span.elementor-post-navigation__link__prev {
	margin-top: -40px;
}
body.fancybox-active {
	margin-right: 0;
    overflow-x: hidden !important;
    overflow-y: unset !important;
}

/* blog */
.mona-archive-blog-items .elementor-portfolio-item {
	height: 100%;
	overflow: visible;
}
.mona-archive-blog-items .elementor-portfolio-item .elementor-post__thumbnail__link,
.mona-archive-posts-items .elementor-posts .elementor-post {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.mona-archive-blog-items .elementor-portfolio-item .elementor-post__thumbnail__link {
	padding: 0 !important;
    height: 100%;
	overflow: hidden;
}
.mona-archive-blog-items .elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
	position: relative;
    padding-bottom: calc(0.66 * 100%);
    overflow: hidden;
}
.mona-archive-blog-items .elementor-portfolio-item .elementor-portfolio-item__overlay {
	position: unset;
    opacity: 1;
    visibility: visible;
    padding: 0 20px 20px;
    margin-top: 30px;
    background-color: transparent !important;
}
.mona-archive-blog-items .elementor-portfolio-item .elementor-portfolio-item__overlay .elementor-portfolio-item__title {
	line-height: 1.3;
    color: var(--e-global-color-primary);
    font-weight: 400;
}
.mona-archive-posts-items .elementor-posts .elementor-post .elementor-post__thumbnail__link {
	overflow: hidden;
}
.mona-archive-blog-items .elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail img,
.mona-archive-posts-items .elementor-posts .elementor-post .elementor-post__thumbnail img {
	left: 0;
    top: 0;
	width: 100%;
	height: 100%;
	transform: unset;
	transition: all 0.3s;
}
.mona-archive-blog-items .elementor-portfolio.elementor-has-item-ratio .elementor-portfolio-item:hover .elementor-post__thumbnail img, 
.mona-archive-posts-items .elementor-posts .elementor-post:hover .elementor-post__thumbnail img {
	transform: scale(1.05);
}
.mona-archive-posts-items .elementor-posts .elementor-post__text {
	padding: 0 20px 20px;
    margin-top: 30px;
}
.mona-archive-posts-items.elementor-widget-posts .elementor-post__title,
.mona-post-grid-items .uc_post_title .ue_p_title  {
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mona-post-grid-items .ue-meta-data .ue-grid-item-meta-data {
	position: relative;
	pointer-events: none;
}
.mona-post-grid-items .ue-meta-data .ue-grid-item-meta-data:not(:last-child):after {
	content: '-';
	position: absolute;
	right: -10px;
}

/* tuyển dụng */
.mona-form-contact-home.form-tuyen-dung .field-column {
	margin-bottom: 15px;
}

/* form - home */
.mona-form-items .mona-form-contact-home label {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 4px;
}

.mona-form-items .mona-form-contact-home label span {
	color: #ff0000;
	margin-left: 3px;
}
.mona-form-items .wpcf7-form-control-wrap {
	display: block;
}
.mona-form-items .field-column {
	margin-bottom: 10px;
}
.mona-form-items .field-column p {
	margin-bottom: 0;
}
.mona-form-items .field-column.field-name input,
.mona-form-items .field-column.field-phone input,
.mona-form-items .field-column.field-email input,
.mona-form-items .field-column.field-text input,
.mona-form-items .field-column.field-seclect select {
	padding: 9px 10px;
}
.mona-form-items .field-column.field-name input,
.mona-form-items .field-column.field-phone input,
.mona-form-items .field-column.field-email input,
.mona-form-items .field-column.field-text input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #d9d9d9;
	border-radius: 0;
	transition: all 0.4s;
	outline: none
}
.mona-form-items .field-column.field-name input:focus,
.mona-form-items .field-column.field-phone input:focus,
.mona-form-items .field-column.field-email input:focus,
.mona-form-items .field-column.field-text input:focus{
    border-color:#0d0d0d;
}
.mona-form-items .submit-container {
	padding-top: 10px;
}
.mona-form-items .submit-container .wpcf7-submit {
	background: #3b3938;
    border-color: #3b3938;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 3px;
    padding: 12px 24px;
    line-height: 1;
}
.mona-form-items .field-column input.wpcf7-not-valid {
	border-color: #dc3232;
}
.mona-form-items .field-column .wpcf7-not-valid-tip {
	font-size: 12px;
}

/* about us - page */
.mona-title-meet-team.elementor-widget-heading .elementor-heading-title:before {
	content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 70px solid #DBDBDB;
}
.icon-box-team.elementor-widget-image-box .elementor-image-box-img {
	display: flex;
}
.icon-box-team.elementor-widget-image-box .elementor-image-box-title {
	margin: 0;
}
.mona-image-box-team .elementor-image-box-wrapper .elementor-image-box-img {
	aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.mona-image-box-team .elementor-image-box-wrapper .elementor-image-box-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.mona-image-box-team .elementor-image-box-wrapper {
	box-shadow: 12px 12px 12px hsla(0, 0%, 47.1%, .25);
    background: #fff;
}
.mona-image-box-team .elementor-image-box-wrapper .elementor-image-box-content {
	padding: 0px 30px 30px;
}
.mona-image-box-team.elementor-widget-image-box .elementor-image-box-title {
	margin-top: 0;
	margin-bottom: 0;
}

/* contact - page */
.mona-form-items .field-column.field-seclect select {
	background-color: #f5f8fa;
    border: 1px solid #d9d9d9;
    outline: none;
}


.mona-phone-contact-fixed {
	width: fit-content;
    max-width: fit-content;
}
.mona-phone-contact-fixed .elementor-icon-list-items {
	position: fixed;
    left: 5%;
    bottom: 24px;
    z-index: 99999;
    background: #555;
    border-radius: 0 7px 7px 0;
    left: auto;
    right: calc(30px + var(--space-body-border));
    bottom: calc(120px + var(--space-body-border));
    border-radius: 7px;
    background-color: transparent;
}
.mona-phone-contact-fixed .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
	padding: 8px 10px;
    background: #494949;
    border-radius: 7px;
	width: var(--space-body-border);
	height: var(--space-body-border);
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: all 0.5s;
}
.mona-phone-contact-fixed .elementor-icon-list-items a:hover .elementor-icon-list-icon {
	border-radius: 0 7px 7px 0;
}
.mona-phone-contact-fixed .elementor-icon-list-items a {
	flex-direction: row-reverse;
	overflow: hidden;
}
.mona-phone-contact-fixed .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	padding: 5px 15px 5px 15px;
	background: #555;
	border-radius: 7px 0 0 7px;
	height: var(--space-body-border);
	display: flex;
	align-items: center;
	transform: translateX(20px);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.mona-phone-contact-fixed .elementor-icon-list-items a:hover .elementor-icon-list-text {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

/* flipbook */
body.catalogue #content {
	max-width: 100%;
}
body.catalogue #content {
	margin-top: calc(var(--space-body-border) + 60px);
	margin-bottom: calc(var(--space-body-border) + 60px);
}
body.catalogue,
body.catalogue #content .df-container .df-bg,
body.catalogue .mona-body-border-left, 
body.catalogue .mona-body-border-right, 
body.catalogue .mona-body-border-top, 
body.catalogue .mona-body-border-bottom{
	background: #000 !important;
}

/* hidden */
body #content>.page-header,
body.catalogue .mona-column-header-right,
body.catalogue .elementor-location-footer {
	display: none !important;
}

/* desktop > 1600px */
@media (min-width: 1600px) {
	.e-con {
		--container-max-width: var(--container-max-width-theme) !important;
	}
	
/* 	body #content {
		max-width: var(--container-max-width);
	} */
	
	/* blog */
	.mona-archive-posts-items.archive-blog-page .elementor-grid,
	.mona-post-grid-items .ue_post_grid.uc-items-wrapper.ue-woo-grid{
		grid-template-columns: repeat(5, 1fr);
	}
}

/* tablet */
@media (max-width: 991px) {
	/* body */
	body #content,
	body.single .elementor-location-single, 
	body.archive .elementor-location-archive,
	.elementor-location-footer {
		padding: 0 !important;
	}
	
	/* header */
	.mona-body-border-left,
	.mona-body-border-right,
	.mona-body-border-top,
	.mona-body-border-bottom {
		display: none !important;
	}
	.elementor-location-header {
		top: 0;
		left: 0 !important;
		width: 100% !important;
		right: 0 !important;
	}
	.mona-menu-header-items .elementor-menu-toggle.elementor-active {
		z-index: 100003;
	}
	.mona-menu-header-items .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		position: fixed !important;
		bottom: 0 !important;
		text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.mona-menu-header-items .elementor-nav-menu {
		width: 100%;
	}
	.sticky-header-main #mona-header-sticky {
		padding: 8px 10px !important
	}
	.sticky-header-main #mona-header-sticky .elementor-widget-container img {
		height: 30px;
		margin-top: 0;
	}
	.sticky-header-main #mona-header-sticky .elementor-menu-toggle .e-font-icon-svg {
		fill: #33373d;
	}
	.sticky-header-main #mona-header-sticky .elementor-menu-toggle .e-font-icon-svg.elementor-menu-toggle__icon--close {
		fill: #fff;
	}
	.mona-menu-header-items.mona-menu-mobile .elementor-nav-menu--dropdown .elementor-sub-item {
		border: none;
		font-size: 12px !important;
		background: transparent !important;
		text-transform: capitalize !important;
		color: #BABABA;
		font-weight: 500 !important;
		padding: 5px 0 !important;
	}
	.mona-menu-header-items.mona-menu-mobile .elementor-nav-menu--dropdown.sub-menu {
		background-color: transparent;
		padding: 8px 0px;
	}
	.mona-menu-header-items.mona-menu-mobile .elementor-nav-menu>li>a,
	.sticky-header-main #mona-header-sticky .mona-menu-header-items.mona-menu-mobile .elementor-nav-menu>li>a {
		height: auto !important;
    	padding: 12px 0;
		line-height: unset !important;
	}
	.mona-menu-header-items.mona-menu-mobile .elementor-nav-menu>li>a {
		color: #fff !important;
		opacity: 0.65 !important;
	}
	.mona-menu-header-items.mona-menu-mobile .elementor-nav-menu>li>a.elementor-item-active {
		opacity: 1 !important;
	}
	.mona-menu-header-items.mona-menu-mobile .elementor-nav-menu .sub-arrow {
		display: none;
	}
	
	/* banner */
	.mona-sec-banner-main .scroll-downs {
		display: none;
	}
	
	/* dịch vụ */
	.mona-service-list-items .elementor-portfolio-item > a {
		aspect-ratio: 1 / 2;
		overflow: hidden;
		width: 100%;
		height: 100%;
		min-height: auto;
	}
	.mona-service-list-items .elementor-portfolio-item .elementor-portfolio-item__img {
		opacity: 1;
	}
	.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-content {
		transform: unset;
		visibility: visible;
		opacity: 1;
	}
	.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-img:after {
		opacity: 1;
	}
	
	/* single project */
	.fancybox-infobar,
	.fancybox-toolbar {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.mona-column-bar-bottom-single-project {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: var(--space-body-border);
		left: 0;
		padding: 0 15px;
		background-color: var(--background-main);
		z-index: 999999;
	}
	.mona-all-project {
		position: absolute;
		bottom: calc(50% - 10px);
		left: calc(50% - 10px);
	}
	.mona-column-bar-bottom-single-project .mona-project-navigation-items-mobile,
	.mona-column-bar-bottom-single-project .mona-project-navigation-items-mobile .elementor-post-navigation,
	.mona-column-bar-bottom-single-project .mona-project-navigation-items-mobile .elementor-post-navigation .elementor-post-navigation__link a {
		height: 100%;
	}
	.mona-column-bar-bottom-single-project .mona-project-navigation-items-mobile .elementor-post-navigation {
		gap: 40px;
	}
	.mona-all-project .elementor-icon-box-icon {
		display: flex;
	}
	.elementor-image-gallery.masonry .gallery-item {
		width: 50%;
		max-width: 50% !important;
	}
	
	/* footer */
/* 	.mona-phone-contact-fixed .elementor-icon-list-items {
		bottom: calc(60px + var(--space-body-border));
	} */
}

/* mobile */
@media (max-width: 767px) {
	
	/* header */
	.sticky-header-main #mona-header-sticky {
		padding: 10px !important;
	}
	.mona-column-share-single-project {
		margin-top: 0;
	}
	.mona-column-share-single-project .mona-share-single-project {
		margin-top: 8px;
	}
	
	/* banner carousel */
	.mona-carousel-items .elementor-swiper-button-prev,
	.mona-carousel-items .elementor-swiper-button-next {
		display: none !important;
	}
	
	/* dịch vụ */
	.mona-service-list-items .elementor-portfolio-item > a {
		aspect-ratio: 2 / 1;
	}
	.mona-loop-slide-dich-vu .swiper-slide > .elementor-element {
		display: block;
	}
	.mona-box-image-items .elementor-image-box-wrapper .elementor-image-box-content {
		padding-bottom: 5px;
	}
	
	/* single project */
	.elementor-image-gallery.masonry .gallery-item {
		width: 100%;
		max-width: 100% !important;
	}
	.single-du-an .sticky-header-main #mona-header-sticky {
		padding: 0 10px !important;
	}
	.fancybox-toolbar {
		opacity: 1;
		visibility: visible;
	}
/* 	.mona-gallery-single-project .gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.mona-gallery-single-project.gallery-spacing-custom .elementor-image-gallery .gallery-icon,
	.mona-gallery-single-project.gallery-spacing-custom .elementor-image-gallery .ari-fancybox,
	.mona-gallery-single-project.gallery-spacing-custom .elementor-image-gallery .gallery-item img {
		height: 100%;
		display: block;
	}
	.mona-gallery-single-project.gallery-spacing-custom .elementor-image-gallery .ari-fancybox {
		aspect-ratio: 1/1;
	}
	.mona-gallery-single-project.gallery-spacing-custom .elementor-image-gallery .gallery-item img {
		object-fit: cover;
	} */
	
	/* banner header page */
	.mona-header-single-project {
		width: 100%;
	}
	
	/* form contact home */
	.mona-form-items.form-contact-home .field-column p,
	.mona-form-items.form-contact-home .submit-container p{
		text-align: center;
	}
	.mona-form-items .submit-container {
		position: relative;
	}
	.mona-form-items .wpcf7-spinner {
		position: absolute;
		margin: 0;
		left: calc(50% - 15px);
		bottom: calc(50% - 15px);
	}
	.mona-form-items .wpcf7-form.submitting .wpcf7-submit {
		opacity: 0.75;
		pointer-events: none;
	}
	.mona-footer-menu-bottom .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		flex-direction: column;
    	align-items: center;
	}
	.mona-footer-menu-bottom .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
		display: none;
	}
	.mona-footer-menu-bottom .elementor-nav-menu .elementor-item {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* about us - page */
	.icon-box-team.elementor-widget-image-box .elementor-image-box-wrapper {
		display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
	}
	.mona-image-box-team .elementor-image-box-wrapper .elementor-image-box-content {
		padding: 0 10px 20px;
	}
	
	/* footer */
	.back-to-top {
		right: 20px;
		bottom: 20px;
	}
	.mona-phone-contact-fixed .elementor-icon-list-items {
		bottom: 70px;
		right: 20px;
	}
	body.single-du-an .mona-phone-contact-fixed .elementor-icon-list-items {
		bottom: calc(80px + var(--space-body-border));
	}
	body.single-du-an .back-to-top {
		bottom: calc(30px + var(--space-body-border));
	}
}
/* ----- end custom ----- */

/* ----- scrollbar ----- */
/* body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
} */

/* body::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #54595F;
} */

/* ----- end scrollbar ----- */
