/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"] {
  -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; /* 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.
 */

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

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

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/base/_variables.css ***!
  \***************************************************************************/
:root {
    /* Theme Colors */
    --primary-color: #0b3a94;
    --secondary-color: #000000;
    --accent-color: #ffd105;
    
    /* Background Colors */
    --bg-primary: #fff;
    --bg-secondary: #F4FAFD;
    --bg-tertiary: #007cd2;
    
    /* Text Colors */
    --text-primary: #fff;
    --text-secondary: #000;
    --text-404040:#404040;
    --text-f7cf2b: #f7cf2b;
    --text-0000ff:#0000ff;
    --text-red:#ff0000;
    --text-565968: #565968;

    /* UI Elements */
    --header-bg: #F0F0F0;
    --nav-item-color: var(--primary-color);
    --tab-btn-bg: #efefef;
    --overlay-opacity: rgba(255, 255, 255, 0.75);
    
    /* Utility Colors */
    --alert-color: #f00;
    --top-bar-bg: #B36811;
    
    /* Layout & Spacing */
    --container-padding: 1rem;
    --min-width: 320px;
}


/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/base/_text-colors.css ***!
  \*****************************************************************************/
.text_white{
    color:var(--text-primary);
}

.text_blue{
    color: var(--primary-color);
}

.text_grey{
    color:var(--overlay-opacity);
}

.text_black{
    color:var(--text-secondary);
}

.text_f7cf2b{
color: var(--text-f7cf2b);
}

.text_0000ff{
    color: var(--text-0000ff);
}

.text_red{
    color: var(--text-red);
}

.text-565968{
    color: var(--text-565968);
}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/base/_typography.css ***!
  \****************************************************************************/
/* In base/_typography.css */
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

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


.text-xs { font-size: 0.75rem; } /* 12px */
.text-sm { font-size: 0.875rem; } /* 14px */
.text-md { font-size: 1rem; } /* 16px */
.text-lg { font-size: 1.25rem; } /* 20px */
.text-xl { font-size: 1.5rem; } /* 24px */
.text-2xl { font-size: 2rem; } /* 32px */
.text-3xl { font-size: 2.5rem; } /* 40px */

.text-thin { font-weight: 100; } /* Thin */
.text-extra-light { font-weight: 200; } /* Extra Light */
.text-light { font-weight: 300; } /* Light */
.text-regular { font-weight: 400; } /* Normal */
.text-medium { font-weight: 500; } /* Medium */
.text-semi-bold { font-weight: 600; } /* Semi-Bold */
.text-bold { font-weight: 700; } /* Bold */
.text-extra-bold { font-weight: 800; } /* Extra Bold */
.text-black { font-weight: 900; } /* Black */

/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/base/_background.css ***!
  \****************************************************************************/
/* base/_background.css */

.bg-f2f2f7 {
    background-color: #f2f2f7;
}

.bg-F4FAFD {
    background-color: #F4FAFD;
}

.bg-007cd2 {
    background-color: #007cd2;
}

.bg-0b3a94 {
    background-color:  #0b3a94;
}



.bg-image-01 {
    background-image: url(dc8ba5d930c06483d896.jpg);
    background-size: cover;
}

.bg-gradient-0b3a94-007cd2 {
    background: linear-gradient(86.42deg, #0b3a94 0%, #007cd2 83.05%);
}

.bg-image-02{
    background-image: url(d51b8c838e2fbd8df8d7.jpg);
    background-size: cover;
}

.bg-image-03{
    background-color: var(--main-color);
}

.bg-image-04::before{
    background-image: url(624abaf8a5dd14927468.svg);
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4; /* Adjust opacity */
}

.bg-white{
    background-color: var(--bg-primary);
}
/*!*************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/base/_padding.css ***!
  \*************************************************************************/
:root{
    --section-padding-xs: 1rem;   /* 16px */
    --section-padding-sm: 2rem;   /* 32px */
    --section-padding-md: 3rem;   /* 48px */
    --section-padding-lg: 4rem;   /* 64px */
    --section-padding-xl: 5rem;   /* 80px */
}

/* Base Section */
.section {
    width: 100%;
    padding-top: var(--section-padding-md);
    padding-bottom: var(--section-padding-md);
}

.section_no_top_padding{
    padding-top: 0;
}

/* Section Variants */
.section--xs { padding-top: var(--section-padding-xs); padding-bottom: var(--section-padding-xs); }
.section--sm { padding-top: var(--section-padding-sm); padding-bottom: var(--section-padding-sm); }
.section--md { padding-top: var(--section-padding-md); padding-bottom: var(--section-padding-md); }
.section--lg { padding-top: var(--section-padding-lg); padding-bottom: var(--section-padding-lg); }
.section--xl { padding-top: var(--section-padding-xl); padding-bottom: var(--section-padding-xl); }

/* Specific Sections */
.section--hero { padding-top: var(--section-padding-lg); padding-bottom: var(--section-padding-lg); }
.section--content { padding-top: var(--section-padding-md); padding-bottom: var(--section-padding-md); }
.section--footer { padding-top: var(--section-padding-sm); padding-bottom: var(--section-padding-sm); }

h2{
    margin-bottom: 35px;
}

.text__mb_12{
    margin-bottom: 12px;
}

.heading__mb_0{
    margin-bottom: 0;
}

.mb-35{
    margin-bottom: 35px;
}

h5{
    margin-top: 0;
}

.mt-0{
    margin-top: 0;
}

.pb-6{
    padding-bottom: 6rem;
}

.gap-30{
    gap: 30px;
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/link.css ***!
  \***************************************************************************/
.link{
    text-decoration: none;
}

.link_display_block{
    display: block;
}


/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/cards.css ***!
  \****************************************************************************/
/* In components/card.css */

.fun-fact-card {
    text-align: center;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fun-fact-card__icon {
    max-width: 60px;
}

.fun-fact-card__background {

    background-color: #ececff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}

.fun-fact-card__milestone {
    color: var(--secondary-color);
    font-weight: 600;
    margin: 10px 0;
}

.key-feature-card {
    box-shadow: 0px 6px 20px rgb(26 137 185 / 35%);
    border-radius: 0px 25px 0px 25px;
    background-color: var(--bg-primary);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    transition: 0.5s ease;
}

.key-feature-card_margin-left {
    margin-left: 2rem;

}


.key-feature-card_margin-right {
    margin-right: 2rem;

}

.key-feature-card__icon {
    max-width: 68px;
    order: 1;
}

.key-feature-card__text {
    order: 2;
}

.key-feature-card__text_blue {
    color: var(--primary-color);
}

.key-feature-card__text_md {
    font-size: 18px;
}

.key-feature-card:hover {
    transform: translateY(-5px);
}
.project-card{
    position: relative;
    z-index: 1;
}

.project-card__content_absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 22px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 5;
}

.project-card:hover .project-card__content_absolute{
    bottom: 1.5rem;
}

@media (min-width:1400px){
    .key-feature-card_margin-left {
        /* margin-left: 2rem; */
        margin-right: -1rem;
    }
    
    
    .key-feature-card_margin-right {
        /* margin-right: 2rem; */
        margin-left: -1rem;
    }
    
}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/icons.css ***!
  \****************************************************************************/
/* components/icons.css */
.icon__img {
    width: 61px;
}

.icon__image_size_s {
    width: 20px;
    height: 20px;
}

.icon__logo_size_s{
    width: 50px;
    height: 100%;
}

.icon__img-border {
    border: 2px solid var(--primary-color);
    border-radius: 3px;
}

.icon__social-media {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 39px; */
    text-decoration: none;
    font-size: 1.5rem;
}

.icon__social-media_fb {
    background-color: #3b5998;
}

.icon__social-media_yt {
    background-color: #ce201f;
}

.icon__social-media_white {
    color: var(--text-primary);
}

.icon__customer{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/carousels.css ***!
  \********************************************************************************/
/* components/carousels.css */
.carousel{
    overflow: hidden;
}

.carousel__track{

}

.glide__bullets.slider__bullets{
    bottom: -2rem;
}



.slider__bullets .glide__bullet{
    width: 14px;
    height: 14px;
    background-color: #D6D6D6;
}

.slider__bullets .glide__bullet.glide__bullet--active{
    background-color:#0000ff;
}

.custom__arrow.glide__arrow{
background-color: var(--bg-primary);
color: var(--primary-color);
}

.custom__arrow.glide__arrow:hover{
    background-color:#0000ff;
    color: var(--text-primary);
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/decorations.css ***!
  \**********************************************************************************/
/* components/decorations.css */
.title__decoration_border_bottom{
    margin-bottom: 50px;
}
.title__decoration_border_bottom::after{
    content: "";
    height: 2px;
    width: 80px;
    background-color: #fcc70b;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* margin-top: 8px; */
    bottom: -12px;
}

.title__decoration_border_bottom_left::after{
    content: "";
    height: 2px;
    width: 80px;
    background-color: #fcc70b;
    display: block;
    position: absolute;
    left: 0;
    /* transform: translateX(-50%); */
    margin-top: 15px;
}

.title__decoration_border_bottom_left{
    margin-bottom: 45px;
}

.title__section{
    font-size: 28px;
    position: relative;
    margin-top: 0;
}

.title__section-position_relative{
    position: relative;
}

.overlay__black::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-color: #000;
    z-index: -1;
}

.overlay__blue::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0b3a94);
    z-index: -1;
    height: 80%;
    transition: 0.5s;
    border-radius: 8px;
}

.overlay__blue:hover::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #007cd2);
    z-index: -1;
    height: 100%;
}

.side-bar__title{
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    font-size: 1.3rem;
}

.side-bar__link_no_bold, .side-bar__text_no_bold{
    font-weight: 400;
    color:var(--text-404040);
}

.side-bar__thumbnail_border{
    border-radius: 3px;
}

.side-bar__text_padding{
    padding-left: 10px;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/buttons.css ***!
  \******************************************************************************/
/* components/buttons.css */

.button_default{
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: var(--primary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 17px;
    padding-bottom: 13px;
    margin-top: 35px;
}

.button_default:hover{
    -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.button__contact{
    border-radius: 3px;
    border: 1px solid var(--text-primary);
    padding: 1rem 1.5rem;
    transition: 0.5s ease;
}

.button__contact:hover{
    background-color: var(--bg-tertiary);

}

.button__project_read{
    background-color: var(--bg-primary);
    border-radius: 30px;
    padding: 3px 20px;
}

.button__request-form{
    max-width: fit-content;
    padding: 15px 30px;
    color: var(--text-primary);
    background-color: var(--primary-color);
    border: none;
}
/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/animations.css ***!
  \*********************************************************************************/
/* components/animations.css */

/* =========== IMAGE ANIMATION============ */
.image-thumbnail {
    object-fit: cover;
    object-position: center 0;
    height: 265px;
    transition: transform 0.3s ease-in-out;

}

.image-thumbnail:hover{
   
}

.image-thumbnail_hover:hover{
    transform: scale(1.1) rotate(5deg);
}
.image-thumbnail_scale{
    transition: 0.2s;
}
.image-thumbnail_scale:hover{
    transform: scale(1.05);
}


.customer-service__content-box{
    transition: 0.5s;
}


.customer-service__content-box:hover{
    background-color: var(--primary-color);
    transform: translateY(-5px);
}
.customer-service__content-box:hover .customer__content-box_title, .customer-service__content-box:hover .customer__content-box_phone{
    color: var(--text-primary);
}
.image-thumbnail-container{
    max-width: 100%;
    overflow: hidden;
}

.image-thumbnail_height_330{
    height: 330px;
        z-index: -2;
    position: relative;
    border-radius: 8px;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/contact.css ***!
  \******************************************************************************/
/* components/contact.css */
/* .contact__bubble{
    position: fixed;
    left: 25px;
    bottom: 50px;
}


.contact__bubble-zalo{
    background-color: #00AFF0;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    display: block;
    margin-bottom: 15px;
}

.contact__bubble-phone{
    text-decoration: none;
    font-weight: bold;
    background-color: #eee;
    font-size: 19px;
    padding: 5px 10px;
    border-radius: 28px;
}

.contact__bubble-icon-phone{
    background-color: #F00;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    margin-right: 10px;
}

.contact__bubble_phone-number{
    color: var(--alert-color);
}

.contact__bubble-ring {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-animation;
}


.ring-alo-phone-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-animation;
    background-color: transparent;
    border: 2px solid #ec1d25;
    border-radius: 100%;
    height: 70px;
    left: -10px;
    position: absolute;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
    opacity: 0.5;
}

@keyframes ring-alo-animation {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

}

@keyframes ring-alo-circle-animation {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

} */
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/forms.css ***!
  \****************************************************************************/
/* components/form.css */
.form-01 {
    input,
    textarea,
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        padding: 9px 12px;
        outline: none;
        /* background: transparent; */
        box-shadow: none;
        line-height: 1.5;
    }

    input:-webkit-autofill {
        background-color: transparent !important;
        box-shadow: 0 0 0px 1000px white inset !important;
    }

    input,
    textarea {
        font-size: 16px;
        /* Prevent iOS Safari zooming */
    }
    gap:25px;
    padding: 30px;
    button{
        max-width: fit-content;
        padding: 15px 30px;
    }
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/page-banner.css ***!
  \**********************************************************************************/
/* components/page-banner.css */

.page__banner {
    background-image: url(5dea7e1bb26fb045db52.jpeg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* padding-top: 150px;
    padding-bottom: 40px; */
    position: relative;
    min-height: 290px;
    z-index: 1;
}

.page__banner_inner {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

/* .page__banner_inner.container{
    position: absolute;
} */

.page__banner_no_image {
    padding-top: 150px;
    padding-bottom: 40px;
    position: relative;
    min-height: 290px;
    z-index: 1;
}
/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/breadcrumb.css ***!
  \*********************************************************************************/
/* components/breadcrumb.css */

.breadcrumb__head::after{
    content: "\f105";
    margin-left: 7px;
    font-family: fontawesome;
}

.breadcrumb__head_white::after{
    content: "\f105";
    margin-left: 7px;
    font-family: fontawesome;
    color:var(--text-primary);
}
/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/video-player.css ***!
  \***********************************************************************************/
.video__play{
    position: absolute;
    left: 0;
    right: 0;
    color: var(--primary-color);
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.video__play_align{
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
}

.video__btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: var(--text-0000ff);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.fa-solid.video__play-icon::before{
    line-height:90px
}

.video__btn::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

@keyframes ripple{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75%{
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100%{
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.video__btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/box-shadows.css ***!
  \**********************************************************************************/
.box-shadow_blue{
    box-shadow: 0px 6px 20px rgb(26 137 185 / 35%);
    border-radius: 5px;
}

.box-shadow_white{
    box-shadow: 0px 5px 15px #f1f1f1;
}

.box-shadow_post{
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/post.css ***!
  \***************************************************************************/
.post__height_100{
    height: 100%;
}

.post__thumbnail{
    object-fit: cover;
    height: 350px;
    object-position: top;
}


/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/content-box.css ***!
  \**********************************************************************************/
/* components/content-box.css */
.content-box__background_white {
    background-color: var(--bg-primary);
}

.content-box__background_blue {
    background-color: var(--primary-color);
}


.content-box__border_bottom_rounded {
    border-radius: 0px 0px 10px 10px;
}

.content-box__title_padding {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.content-box__title_color_white {
    color: var(--text-primary);
}

.content-box__title_justify {
    text-align: justify;
}

.customer__content-box {
    padding: 15px;
}

.content-box__padding_30 {
    padding: 30px;
}

.content-box__post {
    padding: 18px;
}


.content-box__contact-info {
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .01);
    padding: 20px;
}

.contact-box__request-form {
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px 0px;
    margin-top: 0px;
    height: 100%;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
}

.contact-form__request-form__input {
    border: 1px solid #e1e6eb;
    height: 40px;
    line-height: 20px;
    padding: 9px 12px;
    border-width: 0 0 1px;
    font-size: 16px;
}

.content-box_padding_top {
    padding-top: 50px;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/components/sidebar.css ***!
  \******************************************************************************/
.sidebar__inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/*!*************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/base/_utility.css ***!
  \*************************************************************************/
/* Hide elements based on screen size */
.hidden-sm {
    display: none;
}

.hidden {
    display: none;
}

/* Hidden by default */

/* Show elements at specific breakpoints */
@media (min-width: 576px) {
    .hidden-sm {
        display: none;
    }

    .text-sm {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .hidden-md {
        display: none;
    }

    .text-md {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .hidden-sm {
        display: block;
    }

    .hidden-lg {
        display: none;
    }

    .text-lg {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display: none;
    }

    .text-xl {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .hidden-xxl {
        display: none;
    }

    .text-xxl {
        font-size: 22px;
    }
}

.d-flex {
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    grid-auto-rows: 1fr;
}




[class*="col-"] {
    padding: 0 15px;
    flex: 1 0 auto;
    /* margin-top: 35px; */
    /* padding-right: 30px; */
}

/* .row [class*="col-"]:first-child{
    padding-left: 0;
}

.row [class*="col-"]:last-child {
    padding-right: 0;
} */

/* Default: Full width */
.col-12 {
    flex-basis: 100%;
}

.col-6 {
    flex-basis: 50%;
}

.col-4 {
    flex-basis: 33.3333%;
}

.col-3 {
    flex-basis: 25%;
}

.col {
    flex: 1;
    /* Ensures equal width columns */
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0;
    /* Prevents flex issues */
}




/* Responsive Grid */
@media (max-width:575.9px) {
    .flex-column-sm {
        flex-direction: column;
    }
}

@media (min-width: 576px) {

    .col-sm-6 {
        flex-basis: 50%;
    }

    .col-sm-4 {
        flex-basis: 33.3333%;
    }

    .col-sm-3 {
        flex-basis: 25%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex-basis: 50%;
    }

    .col-md-4 {
        flex-basis: 33.3333%;
    }

    .col-md-3 {
        flex-basis: 25%;
    }
}

@media (max-width:991.9px) {
    .mt-sm-35 {
        margin-top: 35px;
    }

    .gap-sm-30{
        gap: 30px;
    }

  
}

@media (min-width: 992px) {

    .col-lg-9 {
        flex-basis: 75%;
    }

    .col-lg-6 {
        flex-basis: 50%;
    }

    .col-lg-4 {
        flex-basis: calc(1/3*100%);
        flex-grow: 0;
    }

    .col-lg-3 {
        flex-basis: 25%;
    }
    
    .col-lg-8{
        flex-basis: calc(2/3*100%);
    }
    /* [class*="col-"]{
        margin-top: 0;
    } */

    .flex-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .flex-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

img {
    display: block;
    max-width: 100%;
    /* Ensures the image doesn't exceed its container */
    height: auto;
    /* Keeps the aspect ratio */
}

.img_100{
    width: 100%;
}

html,
body,
* {
    box-sizing: border-box;
}

html,
body {
    line-height: 1.5;
}

body {
    min-width: var(--min-width);
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    /* font-size: calc(16px + (26 - 16) * ((100vw - 320px) / (1600 - 320))); */
}

iframe {
    max-width: 100%;
}

button {
    cursor: pointer;
}

.image_cover {
    height: 100%;
    object-fit: cover;
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    display: block;
    overflow: hidden;
}

.list-type_none {
    list-style: none;
    padding-left: 0;
}

p{
    /* margin: 0; */
}

.mt-45{
    margin-top: 45px;
}

.opacity-30{
    opacity: 30%;
}

.gap-20{
    gap: 20px;
}

.gap-10{
    gap: 10px;
}

.flex-grow-1{
    flex-grow: 1;
}

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/container.css ***!
  \*****************************************************************************/
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
  }
  
  /* Small (sm) */
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  /* Medium (md) */
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  /* Large (lg) */
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  /* Extra Large (xl) */
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  /* Extra Extra Large (xxl) */
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }
  
/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/header.css ***!
  \**************************************************************************/
header {
    z-index: 1000;
    position: relative;
    background-color: var(--bg-primary);
    transform: translateY(0);
    width: 100%;
    transition: all 0.5s;
}

.header__top-bar {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header__top-bar_primary_color {
    background-color: var(--primary-color);
}

.header__top-bar__text_white {
    color: var(--text-primary);
}

.header__top-bar__text_s {
    font-size: 13px;
}

.header__top-bar__text_sm {
    font-size: 11.5px;
}

.header__top-bar__text_margin {
    margin-right: 30px;
    position: relative;
}

.header__top-bar__text_padding{
    padding-left: 10px;
}

.header__top-bar__seperation::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -20px;
    /* width: 1px; */
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.header__nav {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding-top: 0.1rem;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.header__dropdown {
    padding: 1rem;
}

.header__dropdown .header__dropdown-menu {}

.header__dropdown-menu-item_not_last {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.header__dropdown-menu-item-link {
    text-decoration: none;
    color: var(--text-secondary);
    text-transform: capitalize;
    display: block;
}


.header__dropdown-icon_size_md {
    font-size: 1.5rem;
}

.header__search-button {
    background: none;
    border: none;
}
.header__search-button__icon{
    font-size: 1.5rem;
}

.header-scrolled {
    position: fixed;
    bottom: 100%;
    box-shadow: -1px 7px 10px -9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 7px 10px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 7px 10px -9px rgba(0, 0, 0, 0.5);
    opacity: 1;
    /* transition: all 0.5s; */
    transform: translateY(100%);
}

.header__cta {
    background: linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    padding: 0.9rem 1rem;
}

.header__social-media-list {
    gap: 10px;
}

.logo {
    max-width: 55px;
}

.logo__img {
    max-width: 100%;
    height: auto;
}

.header__menu {
    position: relative;
}

.header__menu-list {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header__menu-list_no_padding{
    padding: 0;
}

.header__menu-list__mobile_no_padding {
    padding: 0;
}

.header__menu-item {
    text-decoration: none;

    position: relative;
}
.header__submenu-item{
    padding: 10px 10px;
}

.header__submenu-item:hover{
    background-color: var(--tab-btn-bg);
}

.header__submenu-item_link{
    color: var(--text-secondary);
    display: block;
}

.header__menu-link {
    color: var(--primary-color);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem 1rem;
    display: block;
}

.header__submenu-link:hover+.header__submenu-list {
    display: block;
}

.header__submenu-list {
    position: absolute;
    background-color: var(--bg-primary);
    /* padding: 10px 1rem; */
    width: 300px;
    top: 3rem;
    left: 0;
    margin-top: 0;
    z-index: 1000;
}

.header__menu-mobile {
    position: absolute;
    /* left: 0; */
    top: 74px;
    background-color: var(--bg-primary);
    padding: 30px 25px;
    /* width: 280px; */
    width: 100%;
    height: 0;
    z-index: 10;
    opacity: 0;
    /* transform: translateY(-100%); */
    transition: height 0.5s ease, opacity 0.5s ease;
}


.header__menu-mobile.menu__mobile-active {
    display: block;
    opacity: 1;
    /* transform: translateY(0); */
    height: auto;
}

.menu__mobile-hidden {
  
    display: none;
}


.search-overlay {
    display: none;
    width: 100%;
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    height: 100vh;
    opacity: 0.8;
}

.search-overlay_active{
    display: flex;
    z-index: 1;
}

/* .search-overlay_top{
    position: absolute;
    top: 0;
} */

.search-overlay__icon{
    color: var(--text-primary);
    /* font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300))); */
}

.search-box{
    background: none;
    border: none;
    color: var(--text-primary);
    padding: 10px;
    margin: 0 1rem;
    /* font-size:  calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));; */
}

.search-overlay__result-item{
    padding: 1rem 0;
}

.search-overlay__result-link{
    font-weight: 600;
    /* font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300))); */
}

.header__logo-image{
    /* max-width: 460px; */

    width: clamp(390px, 40vw, 460px);
  
    
}

.header__logo-sm-image{
    max-width: 60px;
}

.header__logo-text{
    color: #E72428;
    min-width: max-content;
    font-weight: 900;
}




@media (min-width: 768px){
    .header__nav_expand_md{

        flex-wrap: nowrap;
    }
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/plugins.css ***!
  \***************************************************************************/
/* modules/plugins.css */

.doi-tac li{
    border-radius: 30px;
}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/services.css ***!
  \****************************************************************************/
/* modules/services.css */
.service__item{
    overflow: hidden;
}

.service__item-image {
    object-fit: cover;
    object-position: center 0;
    height: 265px;
    transition: transform 0.3s ease-in-out;
}

.service__item-image:hover{
    transform: scale(1.1) rotate(5deg);
}

.service__item-image-container{
    max-width: 100%;
    overflow: hidden;
}
/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/footer.css ***!
  \**************************************************************************/
/* modules/footer.css */

.footer__icon{
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
    text-decoration: none;
    color: var(--third-color);
    margin-right: 10px;
}

.footer__list{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer__list-item::before{
    content: "\f105";
    margin-right: 7px;
    font-family: fontawesome;
    color: var(--text-primary);
    font-size: 0.7rem;
}

.footer__bottom{
    background-color: #070719;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .05);
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/homepage-about.css ***!
  \**********************************************************************************/
.about{}
.about__text-content{
    padding-left: 20px;
    border-radius: 6px 6px 6px 6px;
    background-color: var(--bg-primary);
}
.about__text-content_li_margin_bottom{
    margin-bottom: 10px;
}

.about__image{
    border-radius: 6px 6px 6px 6px;
    border: 3px solid white;
}
/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/giai-phap.css ***!
  \*****************************************************************************/
.giai-phap{
    padding-top: 65px;
    padding-bottom: 200px;
}
/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/khach-hang-review.css ***!
  \*************************************************************************************/
.khach-hang-review{
    margin-top: -180px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.glide__customer-review{
    margin-top: -77px;
}
/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/modules/single-post.css ***!
  \*******************************************************************************/
.post__info {

    color: #565968;
    p {
       
        margin-bottom: 10px;
    }

    h2{
        margin-bottom: 18px;
    }

    h3{
        margin-bottom: 15px;
    }


}
/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/styles.css ***!
  \******************************************************************/

/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@glidejs/glide/dist/css/glide.core.min.css ***!
  \***********************************************************************************************************/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */

/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@glidejs/glide/dist/css/glide.theme.min.css ***!
  \************************************************************************************************************/
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}/*# sourceMappingURL=glide.theme.min.css.map */


/*# sourceMappingURL=style-index.css.map*/