/* ========================================
  ROOT VARIABLES
======================================== */
/* Thin (100) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* ExtraLight (200) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold (800) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Typography */
  /* --font-primary: 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, system-ui; */
  --font-typo-heading: 'Montserrat', sans-serif;
  --font-typo-body: 'Montserrat', sans-serif;

  /* Font Sizes */
  --font-extra-large: 72px;
  --font-h1: 48px;
  --font-middle-large: 42px;
  --font-h2: 36px;
  --font-center: 30px;
  --font-h3: 24px;
  --font-body-large: 20px;
  --font-body: 18px;
  --font-small: 14px;

  /* Color Palette */
  --color-primary-dark: #00335B;
  --color-primary-bright: #0077C2;
  --color-lighter-bright: #006fb8;
  --color-accent-orange: #E6611C;
  --color-light-blue-grey: #B3C9D6;
  --color-very-dark-blue: #001F3A;
  --color-sky-blue: #0035BB;
  --color-dark-grey: #333333;
  --color-mid-grey: #b3b3b3;
  --color-light-grey: #F1F1F1;

  /* Shadows and Radius */
  --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.1);
  --radius: 8px;
}

/* ========================================
  RESPONSIVE FONT SIZES
======================================== */
/* Tablet (≤ 991px) */
@media (max-width: 991px) {
  :root {
    --font-extra-large: 62px;
    --font-h1: 38px;
    --font-middle-large: 34px;
    --font-h2: 30px;
    --font-center: 26px;
    --font-h3: 22px;
    --font-body-large: 18px;
    --font-body: 16px;
    --font-small: 13px;
  }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
  :root {
    --font-extra-large: 52px;
    --font-h1: 28px;
    --font-middle-large: 26px;
    --font-h2: 24px;
    --font-center: 20px;
    --font-h3: 18px;
    --font-body-large: 16px;
    --font-body: 15px;
    --font-small: 12px;
  }
}

/* ========================================
  BASE RESET & GLOBAL STYLES
======================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: var(--font-body);
  line-height: 1.6;
  background-color: var(--color-light-grey);
  color: var(--color-dark-grey);
  margin: 0;
  padding: 0;
}

/* Áp dụng font */
body, html, input, textarea, select, button, p, a, span,code, pre, kbd, samp, blockquote *,blockquote,strong, strong * {
  font-family: var(--font-typo-body) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-typo-heading) !important;
  font-weight: 700;
  line-height: 1.3 !important;
}

h1 { font-size: var(--font-h1) !important; }
h2 { font-size: var(--font-h2) !important; }
h3 { font-size: var(--font-h3) !important; }

body p{
  margin-bottom:10px;
}
body a{
  color:var(--color-primary-dark);
  font-weight: 500;
}
.button.button-cta {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: var(--font-body);
  font-weight: 500;
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  transition: all .5s ease;
  cursor: pointer;
  width: fit-content;
  text-align: left;
}
.button.button-cta-primary,
.button.button-cta-secondary {
  border: none;
  transition: all .5s ease;
  display:flex;
  padding: 10px 20px 10px 0 !important;
  align-items: center;
  width: fit-content;
  text-transform: capitalize;
  color:#fff !important;
}
.button.button-cta-primary{
  background: linear-gradient(to right,transparent,transparent,var(--color-sky-blue),var(--color-primary-bright));
  background-size: 300% 60px; 
}
.button.button-cta-secondary{
  background: linear-gradient(to right,transparent,transparent,var(--color-accent-orange),var(--color-primary-dark));
  background-size: 300% 60px; 
}
.button.button-cta-primary:before,.button.button-cta-secondary:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: auto;
    right:0;
    transform: translateY(-50%);
    transition: all .5s ease;
    font-weight: 900;
    font-size: var(--font-body);
    color:#fff;
}
.button.button-cta-primary:hover,
.button.button-cta-secondary:hover {
    background-position: right center !important;
    padding: 10px 40px 10px 15px !important;
}
.button.button-cta-primary:hover:before,
.button.button-cta-secondary:hover:before {
    right:10px;
}
.button.button-cta-primary.button-black,
.button.button-cta-secondary.button-black{
  color:#000 !important
}
.button.button-cta-primary.button-black:before,
.button.button-cta-secondary.button-black:before{
  filter:invert(1)
}
.button.button-cta-primary.button-black:hover,
.button.button-cta-secondary.button-black:hover{
  color:#fff !important
}
.button-cta-primary.button-black:hover:before,
.button.button-cta-secondary.button-black:hover:before{
  filter: none;
}


.button.button-cta-primary.primary-bright{
    background: linear-gradient(to right,var(--color-primary-bright),var(--color-primary-bright),var(--color-primary-bright),var(--color-primary-dark));
    background-size: 300% 60px; 
}
.button.button-cta-primary.primary-accent-orange{
    background: linear-gradient(to right,var(--color-accent-orange),var(--color-accent-orange),var(--color-accent-orange),var(--color-very-dark-blue));
  background-size: 300% 60px; 
}
.button.button-cta-primary.primary-bright:before,
.button.button-cta-primary.primary-accent-orange:before{
  left:10px;
}

.button-cta.button-outline{
    background:transparent;
    border: 1px solid;
    border-radius:8px;
    padding:0px 50px;
}
.button-cta.button-outline:hover{
    background:#fff;
    color: var(--color-primary-dark) !important;
}
.button-white{
    color:#fff !important;
    border-color: #fff !important;
}
.section-banner .banner-content-has-overlay-bg .banner-inner .text-box-content{
    background: #00335BA0 !important;
}
.capitalize{
  text-transform: capitalize !important;
}
b, strong{
    font-weight: 700 !important;
}
.section-gradient-dark-left .banner .banner-bg.fill:after,
.section-gradient-dark-left .section-bg.fill:after{
    background: linear-gradient(135deg, #000000BA 5%, #0000008A 35%, transparent 60%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}
.section-light-grey { background: var(--color-light-grey); }
.section-primary-bright { background: var(--color-primary-bright); }
.sub-banner-title{
    font-size:var(--font-h3);
    font-weight:500;
}
.text-primary-dark{
    color: var(--color-primary-dark) !important;
}
.text-primary-bright{
    color: var(--color-primary-bright) !important;
}
.text-color-very-dark-blue{
  color: var(--color-very-dark-blue);
}
.text-white{
    color: #fff !important;
}
.text-accent-orange{
  color: var(--color-accent-orange) !important;
}
.title-section{
    /* text-transform: capitalize; */
    font-weight: 700;
}
.sub-title-section-top{
    font-size: var(--font-body-large);
    margin-bottom:10px;
    opacity: .8;
    font-weight:500;
    color: var(--color-dark-grey);

}
.sub-title-section{
  font-size:var(--font-center);
}
.title-has-divider{
    position: relative;
    width: fit-content;
    padding-bottom:10px;
}
.button-angle-right:after{
  content: "\f101";
  font-family: "Font Awesome 6 Free"; 
  font-weight:900;
}
section .title-section.headline-small{
  font-size:var(--font-h3) !important;
  font-weight: 500;
}
.sub-title-section-bottom{
  font-size:var(--font-body-large) !important;
  margin-bottom:15px;
  font-weight:600;
}
.title-has-divider:after{
    content:"";
    position: absolute;
    width:60%;
    height:1px;
    background:#fff;
    transform: translateX(-50%);
    bottom:0;
    left:50%;
    
}
@media screen and (max-width:549px) {
    .section-gradient-dark-left .banner .banner-bg.fill:after,
    .section-gradient-dark-left .section-bg.fill:after{
        background: linear-gradient(to bottom, #000000CC 30%, transparent);
    }
}
/* Footer */
.footer-wrapper .title-footer {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  margin-bottom:30px;
}

.footer-wrapper section.section-footer .ux-menu-link--active a,
.footer-wrapper section.section-footer .ux-menu-link a:hover {
  color: var(--color-primary-dark);
}
.footer-wrapper section.section-footer .ux-menu-link .ux-menu-link__link {
  border: none !important;
  position: relative;
  width: fit-content;
  color:#000;
}
.footer-wrapper section.section-footer .ux-menu-link .ux-menu-link__link:before {
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  width: 100%;
  background: var(--color-primary-dark);
}
.footer-wrapper .absolute-footer {
  display: none;
}
.footer-wrapper .ux-menu.stack.stack-col.justify-start.ux-menu--divider-solid div.ux-menu-link{
  width:fit-content;
}
.footer-wrapper .social-icons.follow-icons{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: flex-end;
}
.footer-wrapper .social-icons.follow-icons a {
    color:#000;
}
.stack.stack-sticky-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display:none;
}
.stack.stack-sticky-button .button{
  border-radius:0 !important;
  width:100%;
}
.blog-wrapper.blog-archive.page-wrapper .col.post-item>.col-inner {
    height: 100%;
    background: linear-gradient(135deg, var(--color-primary-bright), var(--color-primary-dark));
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.blog-wrapper.blog-archive.page-wrapper .col.post-item>.col-inner .box-text-inner.blog-post-inner *{
  color:#fff;
}
/* body header#header{
  position: fixed;;
}
body header#header .header-main{
  background:transparent;
  
}

body header#header .header-bg-container .header-bg-color{
  background:none;
}
body header#header .stuck .header-bg-container .header-bg-color{
  background: var(--color-very-dark-blue);
} */
body header#header .header-main .header-inner{
  flex-direction: row-reverse;
}
.header-wrapper .header-nav-main.nav > li > a{
  line-height: 1 !important;
}
.header-wrapper.stuck .header-nav-main.nav > li > a,.header-wrapper.stuck .header-nav-main.nav .icon-search{
  color: var(--color-primary-dark) !important;
}
.header-wrapper.stuck .header-nav-main.nav > li > a:before{
  background: var(--color-primary-dark) !important;
}
  @media screen and (max-width:849px ) {
      body header#header .header-main .header-inner{
        flex-direction:row;
      }
  }
  @media screen and (max-width:549px) {
    .banner .text-box-content a.button.button-cta{
      margin:0 auto !important;
    }
  }
.header .header-wrapper {
  background: #fff !important;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.header .header-wrapper.stuck{
  background:#fff !important;
  position: fixed;
}
.header .header-main .nav > li > a,
.header .header-main .nav > li > a i:not(.icon-angle-down) {
  color: var(--color-primary-dark) !important; /* trắng cho text menu */
}
.header .header-main .nav > li > a:hover{
  color: var(--color-primary-bright) !important;
}
.header .header-main .nav > li > a:hover > i:not(.icon-angle-down){
  color: var(--color-primary-bright) !important; /* trắng cho text menu */
}
.header-bg-container.fill{
  opacity: 0;
}

div.header-main .header-inner>div.flex-col,
div.header-main .header-inner>div.flex-col ul.header-nav-main,
div.header-main .header-inner>div.flex-col ul.header-nav-main>li{
  position: unset;
}
div.header-main .header-inner>div.flex-col ul.header-nav-main>li>a.nav-top-link:before{
  display:none;
}
.dropdown-two-col .nav-dropdown{
  list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    top: 0;
    left: 0;
    border: none;
    visibility: visible;
    opacity: 1;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    inset: inherit !important;
    width: auto !important;

}
.dropdown-two-col {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-radius: 8px;
  z-index: 9999;
  min-width: 400px;
  animation: fadeInUp 0.2s ease;
  grid-template-columns: 25% 75%;
  align-items: start;
  width: 100%;
  min-height: 35vh;
}

li.current-dropdown .dropdown-two-col{
  display:grid;
}
.dropdown-two-col > div{
  padding:30px 50px;
  height: 100%;
  color:#fff;
}
.dropdown-two-col > div.menu-desc{
  background: var(--color-primary-bright);
}
.dropdown-two-col > div.menu-items{
  background: var(--color-primary-dark);
}

.dropdown-two-col div.menu-items ul li a{
  color:#fff;
  width: fit-content;
  padding-left: 0;
  border:none;
}
.dropdown-two-col div.menu-items ul li a:hover{
  border-bottom: 2px solid #fff !important;
}
.dropdown-two-col > div.menu-desc .menu-parent-title{
  font-size: var(--font-center);
  margin-bottom:15px;
}
.dropdown-two-col > div.menu-desc a.menu-parent-btn{
  color:#fff;
  border: 2px solid;
  padding:10px 25px;
  margin-top:20px;
}
.dropdown-two-col > div.menu-desc a.menu-parent-btn:hover{
  background:#fff;
  color: var(--color-primary-bright);
}
.dropdown-two-col > div.menu-desc div.desc-text{
  margin-bottom:30px;
}
ul.header-nav > li.current-dropdown > a.nav-top-link{
  position: relative;
}
ul.header-nav > li.current-dropdown > a.nav-top-link:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid var(--color-primary-dark);
    left: 50%;
    transform: translate(-50%, 25px);
}
ul.header-nav > li.current-menu-item.active>a,
ul.header-nav > li.current-menu-item > a:hover{
  border-bottom:2px solid var(--color-primary-bright);
  color: var(--color-primary-bright) !important;
}
.section-banner-gradient-blue-grey .banner{
  background: linear-gradient(to right, var(--color-primary-dark), var(--color-light-blue-grey));
}
.form-group{
  display:flex;
  gap:20px;
}
@media (max-width:849px){
    header#header .header-wrapper,
    .header.has-transparent, .header.show-on-scroll, .header.transparent{
        position: relative !important;
    }
    header#header.has-sticky.sticky-jump .header-wrapper.stuck{
        position: fixed !important;
    }
}
@media (max-width:549px){
    .footer-wrapper .social-icons.follow-icons{
        justify-content: flex-start;
        gap:35px
    }
    .footer-wrapper .col-logo-footer .col-inner{
        text-align: center;
    }
}
.mfp-content li.menu-item.current_page_item > a,
.mfp-content li.menu-item.current_page_parent > a{
    color: var(--color-primary-bright);
}
.swiper-button .btn-swiper:after{
    display:none;
}
.col-no-padding-bottom{
    padding-bottom:0 !important;
}