@charset "UTF-8";
/*
Theme Name: Hai Au Aviation
Author: NDH
Description: The Theme custom by NDH
Version: 1.0
Text Domain: NDH-theme
*/
/* ===========================================================
Custom modification only for Elementor Child - START
=========================================================== */
body {
  margin: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elementor-element,
.elementor-element:focus,
.elementor-element:focus-within,
.elementor-widget-container,
.elementor-widget-container:focus,
.elementor-widget-container:focus-within,
[type="button"]:focus,
[type="button"]:focus-within,
[type="submit"]:focus,
[type="submit"]:focus-within,
a,
a:focus,
a:focus-within,
button,
button:focus,
button:focus-within,
form,
form:focus,
form:focus-within,
input,
input:focus,
input:focus-within,
select,
select:focus,
select:focus-within,
textarea,
textarea:focus,
textarea:focus-within {
  outline: none !important;
}
[class*="elementor-kit"] .elementor-widget.elementor-widget-loop-carousel {
  --swiper-padding-bottom: 48px !important;
}
.rank-math-breadcrumb > p {
  margin-bottom: 0;
}
.link-inherit a,
.link-inherit a:hover {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.font-weight-inherit,
.font-weight-inherit a,
.font-weight-inherit a:hover {
  font-weight: inherit;
}
.height-100 *,
.height-100 {
  height: 100%;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-w-300 *:not(i),
.font-w-300 {
  font-weight: 300 !important;
}

.font-w-400 *:not(i),
.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 *:not(i),
.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 *:not(i),
.font-w-600 {
  font-weight: 600 !important;
}

.font-w-700 *:not(i),
.font-w-700 {
  font-weight: 700 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.position-relative {
  position: relative;
}
.text-uppercase,
.text-uppercase * {
  text-transform: uppercase !important;
}
.text-capitalize,
.text-capitalize * {
  text-transform: capitalize !important;
}
.text-inherit,
.text-inherit * {
  text-transform: inherit !important;
}
.text-initial,
.text-initial * {
  text-transform: initial !important;
}
.text-italic,
.text-italic * {
  font-style: italic !important;
}
.elementor-widget-image,
.elementor-widget-image .elementor-widget-container a {
  width: 100%;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.opacity-0 {
  opacity: 0;
}
span.elementor-button-icon {
  height: 1em !important;
  line-height: 1em !important;
}
.elementor-widget-button .elementor-button-content-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-text-editor p:first-child,
.elementor-widget-theme-post-content p:first-child {
  margin-top: 0px;
}
.elementor-text-editor p:last-child,
.elementor-widget-theme-post-content p:last-child {
  margin-bottom: 0px;
}
.elementor .color-main *,
.elementor .color-main {
  color: var(--e-global-color-primary) !important;
}
.elementor .color-black *,
.elementor .color-black {
  color: var(--e-global-color-text) !important;
}
.text-underline,
.text-underline * {
  text-decoration: underline;
}
.height-2-line .elementor-heading-title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 2.4em;
  overflow: hidden;
  text-align: left;
}

.height-3-line .elementor-heading-title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 3.6em;
  overflow: hidden;
  text-align: left;
}
.wp-embed-aspect-3-2 iframe {
	aspect-ratio: 3 / 2;
    height: auto;
}
.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
    height: auto;
}
.elementor-field-type-tel .intl-tel-input {
    width: 100%;
}
.elementor-field-type-hidden {
	display:none!important
}