*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Roboto", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: viettelFont;
    src: url(../fonts/font-viettel/FS\ Magistral-Light.ttf);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    text-align: left;
    background-color: #fff;
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?6tt51o');
    src: url('../fonts/icomoon/icomoon.eot?6tt51o#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?6tt51o') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?6tt51o') format('woff'),
        url('../fonts/icomoon/icomoon.svg?6tt51o#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-phone:before {
    content: "\f095";
  }
  
.icon-envelope:before {
    content: "\f0e0";
}

.icon-contacts:before {
    content: "\e0ba";
}
.icon-linkedin:before {
    content: "\f0e1";
}

.icon-facebook-official:before {
    content: "\f230";
}

.icon-arrow_drop_down:before {
    content: "\e5c5";
}

footer .asset {
  z-index: -1;
  position: absolute;
    bottom: 0;
    right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.up-page {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    border: none;
    background: none;
    outline: none;
    /* display: none; */
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 3rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .overlap-5 .group-new {
        height: 361px;
    }
    #header-page p, #header-page h3 {
        font-size: 18px;
        margin: 0 15px;
    }
    .group-new img {
        padding: 2rem 0;
        max-width: 10rem;
    }
    .btn-lg, .btn-group-lg>.btn {
        min-height: 1rem;
        font-size: 16px;
    }
    .group-13 .btn-2,
    .group-13 .btn-4 {
        margin-top: 1rem;
    }
    .text-second,
    .text-first {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.collapse:not(.show) {
    display: none;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

nav>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1281px) {
    nav .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
      padding-left: 10px;
      padding-right: 10px;
    }
    nav .dropdown-language {
      margin-right: 0.5rem;
      padding: 0.2rem;
    }
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
      font-size: 14px !important;
    }
    .group-13 .btn-lg {
      font-size: 1.2rem !important;
    }
    .production .title {
        font-size: 20px !important;
    }
    .group-63 {
        padding: 2rem 5% !important;
    }
    .group-53 .col-md-4.d-flex.flex-column {
        padding: 1rem !important;
    }
    footer .col-md:last-child {
      display: none;
    }
    .footer {
      padding: 0 2rem !important;
    }
    .production .content {
        font-size: 14px !important;
    }
}
@media (max-width: 1199.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
      display: inline-block !important;
    }
  }
@media (max-width: 991.98px) {
    .dropdown {
    position: absolute;
    right: 6rem;
    top: 2.1rem;
    }
}
@media (max-width: 1024px) {
    
  .footer {
    padding: 0 2rem;
  }
    .group-53 .col-md-4.d-flex.flex-column p {
        font-size: 16px !important;
    }
}
@media (max-width: 600px) {
    .group-63 .col-md-4 {
        padding: 0;
    }
    .col-md-12.row.production {
        padding: 0;
    }
    .footer {
      padding: 0 2rem !important;
    }
    
    .overlap-5 .group-new {
        height: 361px !important;
    }
    #header-page p, #header-page h3 {
        font-size: 18px;
        margin: 0 15px;
    }
    .group-new img {
        padding: 2rem 0 !important;
        max-width: 10rem !important;
    }
    .btn-lg, .btn-group-lg>.btn {
        min-height: 1rem !important;
        font-size: 16px;
    }
    .group-13 .btn-2,
    .group-13 .btn-4 {
        margin-top: 1rem !important;
    }
    .text-second,
    .text-first {
        font-size: 24px !important;
    }
    .group {
        margin-bottom: 20rem !important;
    }
}
.dropdown {
  display: flex;
  align-items: center;
}
.logo {
    height: 40px !important;
}

nav>div {
    padding: 1rem 3rem;
    background: white;
}

nav>div a img {
    height: 50px
}

section#header-page {
    height: 100%;
    background-image: url(../images/image-60.webp);
    /* margin-top: 6.7rem; */
}

.overlap-5 .group-new {
    height: 561px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group-new img {
    padding: 5rem 0;
}

section#header-page .overlap-5 .container {
    padding: 10rem 0;
    color: white;
}

img.asset_ {
    height: 50px;
    width: 122.95px;
    /* width: intrinsic;           */
    /* Safari/WebKit uses a non-standard name */
    /* width: -moz-fit-content;    */
    /* Firefox/Gecko */
    /* width: -webkit-max-content; */
    /* Chrome */
}

.image {
    height: -webkit-auto;
    height: -moz-auto;
    height: auto;
    max-width: 35rem;
}

/* .overlap-5 .col-md-6:not(:first-child) {
    padding: 10rem 5rem;
  } */
#header-page p,
#header-page h3 {
    color: white;
}

.footer {
    padding: 0 6rem;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    /* color: rgba(255, 255, 255, 0.5); */
    border-color: rgba(255, 255, 255, 0.1);
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}


.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
}



.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
}

:root {
    --lh: 0.4rem;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ee0033;
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: black;
    font-weight: 400;
}

.ftco-navbar-light {
    background: transparent !important;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.ftco-navbar-light .navbar-brand {
    color: #000000;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 16px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    font-weight: 400;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px;
    color: black;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active span {
    color: #e03;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #ee0033;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

li.nav-item.active .nav-link span {
    background: transparent;
    background: none;
    color: #ee0033 !important;
}

li.nav-item.active .nav-link span:before {
    visibility: visible;
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    -moz-transform: scaleX(1) !important;
    -o-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    /* color: rgba(255, 255, 255, 0.5) !important; */
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    z-index: 1000;
  }
  
  .ftco-navbar-light.scrolled .nav-item>.nav-link {
    color: #000000 !important;
  }
  
  @media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .nav-item>.nav-link {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 20px !important;
    }
  }
  
  .ftco-navbar-light.scrolled .nav-item.active>a {
    color: #ee0033 !important;
  }
  
  .ftco-navbar-light.scrolled .nav-item.cta>a {
    color: #fff !important;
    background: #ee0033;
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 5px !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  
  .ftco-navbar-light.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff !important;
  }
  
  .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #ee0033;
  }
  
  @media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
      background: none;
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
    }
  }
  
  .ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  
  .ftco-navbar-light.scrolled .nav-link {
    color: #000000 !important;
  }
  
  .ftco-navbar-light.scrolled .nav-link.active {
    color: #ee0033 !important;
  }
  
  .ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  
  .ftco-navbar-light.scrolled.sleep {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  
  .ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 24px;
  }
.navbar-brand {
    font-weight: 900;
    font-size: 26px;
    position: relative;
    z-index: 0;
}

.hero-wrap {
    width: 100%;
    height: 100% !important;
    position: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.ftco-section {
    /* padding: 7em 0; */
    /* padding-top: 3rem; */
    position: relative;
}

.ftco-section .col-md:not(:last-child) {
    padding-top: 3rem;
}

.ftco-footer {
    font-size: 16px;
    /* background: #000000; */
    /* padding: 7em 0; */
    z-index: 0;
}

.bqp {
  margin-bottom: 16px;
}

.bqp img {
  width: 7vw;
}
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    /* color: #fff; */
    /* margin-bottom: 20px; */
    font-size: 22px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #999999;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #999999;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img,
.blog-img,
.user-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
  } */
.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    /* width: 40px; */
    font-size: 18px;
    padding-top: 2px;
    color: #ee0033 !important;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -moz-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    -moz-animation: loader-rotate 2s linear infinite;
    -o-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: -webkit-calc(50% - 24px);
    left: -moz-calc(50% - 24px);
    left: calc(50% - 24px);
    top: -webkit-calc(50% - 24px);
    top: -moz-calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    -moz-animation: loader-dash 1.5s ease-in-out infinite;
    -o-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

.gradient-text {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.82%, #E03), color-stop(104.84%, #000));
    background: -o-linear-gradient(left, #E03 1.82%, #000 104.84%);
    background: -webkit-linear-gradient(left, #E03 1.82%, #000 104.84%);
    background: -moz-linear-gradient(left, #E03 1.82%, #000 104.84%);
    background: linear-gradient(90deg, #E03 1.82%, #000 104.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-bottom: 3rem;
    width: -webkit-auto;
    width: -moz-auto;
    width: fit-content;
}

.group-63 {
    padding: 8rem 15%;
    padding-bottom: 10rem;
}

.group-63 h2,
.group-73 h2,
.bold {
    font-weight: bold;
}

.group-63 .col-md-6:first-child {
    padding-right: 5rem;
    padding-bottom: 1rem;
}

.group-63 h2 {
    color: #ee0033;
}

.group-63 .col-md-6 p {
    color: black;
}

.group-63 img.w-x {
    width: 90%;
}

.group-73 {
    padding: 8rem 15%;
    position: relative;

}

.group-73 .back-img {
    width: 100%;
    background: #F3F3F3;
    height: 35rem;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

.group-73 .col-md-6 .d-flex {
    position: relative;
}

.group-73 img.w-x {
    width: 70%;
}

.group-73 h2 {
    color: #ee0033;
}

.group-73 p {
    color: black;
    margin: 5rem 0;
}

.group {
    margin-bottom: 15rem;
    /* margin-top: 6.7rem; */
    /* background-image: url(../images/Rectangle-11253.png) !important; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.group-13 {
    /* padding: 3rem 0; */
    padding-right: 0 !important;
    position: absolute;
    top: 90%;
    left: 0;
}

.group-13 .btn-lg {
    -webkit-border-radius: 88px;
    -moz-border-radius: 88px;
    border-radius: 88px;
    color: black !important;
    /* background: rgba(238, 0, 51, 1); */
    border: none;
    padding: 1rem 2rem;
    height: 100%;
    width: 100%;
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    background: rgba(242, 242, 242, 1);
    font-weight: 600;
}

.group-13 .col-md-6 {
    position: relative;
}

.group-4 .col-md-4 {
    padding: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: 1s padding;
    -o-transition: 1s padding;
    -moz-transition: 1s padding;
    transition: 1s padding;
}

.group-4 .row.col-md-12 {
    margin: 3rem 0;
}

.group-4 .col-md-4 p.m-3,
.group-4 .col-md-4 p {
    font-size: 14px;
    margin: 0;
    color: black;
}

.group-4 .col-md-4:hover {
    padding: 1rem !important;
    /* transition: padding 1s; */

    /* p {
        font-size: 16px;
      } */
}

.group-4 .col-md-p .col-md-x {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
    padding: 0 0.5rem;
}

.group-4 .row.col-md-p.w-100 {
    padding: 0 1.5rem;
}

.group-4 .field {
    background: white;
    position: relative;
}

.group-4 .field .mask {
    position: absolute;
    background: #000000B2;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 0.5rem;
}

.group-4 .field .mask {
    display: none !important;
}

.group-4 .field .mask p {
    color: white;
    font-weight: 500;
    margin-left: 1rem;
}

.group-4 .field .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.group-4 .field .box-img img {
    height: 35px;
    width: 35px !important;
    background: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.5rem;
}

.group-4 .field:hover .mask {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}

.group-4 .mask-group {
    position: absolute;
    bottom: -30%;
    z-index: -1;
}

img.mask-group.w-100.h-50 {
    bottom: 0 !important;
}

.group-53 .row.col-md-12 {
    padding-top: 5rem;
}

.group-53 .col-md-4.d-flex.flex-column {
    padding: 3rem;
}

.group-53 .col-md-4.d-flex.flex-column .number {
    border-top: #ee0033 solid 1px;
    padding: 1rem 0;
    color: #EDEDED;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.group-53 .col-md-4.d-flex.flex-column .text-p {
    color: #E03;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.group-53 .col-md-4.d-flex.flex-column p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 1rem;
}

.overlap-10 {
    position: relative;
    padding: 3rem 0;
    margin-top: 3rem;
}

.text-second {
    position: absolute;
    top: 1.5rem;
    left: 12px;
    z-index: -3;
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgb(217, 217, 217)),
            to(rgba(217, 217, 217, 0.11)));
    background: -o-linear-gradient(top,
            rgb(217, 217, 217) 0%,
            rgba(217, 217, 217, 0.11) 100%);
    background: -webkit-linear-gradient(top,
            rgb(217, 217, 217) 0%,
            rgba(217, 217, 217, 0.11) 100%);
    background: -moz-linear-gradient(top,
            rgb(217, 217, 217) 0%,
            rgba(217, 217, 217, 0.11) 100%);
    background: linear-gradient(180deg,
            rgb(217, 217, 217) 0%,
            rgba(217, 217, 217, 0.11) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
    color: transparent;
    font-size: 66px;
    text-align: center;
    letter-spacing: 0;
    line-height: 60px;
}

.text-first {
    font-weight: 700;
    color: #000000;
    font-size: 44px;
    letter-spacing: 0;
    line-height: normal;
}

.dropdown-language {
    padding-left: 2rem !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0.3rem 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 5rem;
    justify-content: center;
}

.dropdown-language img.global {
    position: absolute;
    left: 5px;
}

.dropdown-language select {
    border: none;
    outline: none;
    background: none;
    padding-left: 0.7rem;
    -webkit-appearance: none;
    /* width: 5rem;
      padding-left: 2rem; */
}

.content {
    padding: 1rem;
    /* background: antiquewhite; */
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    -webkit-transition: height 1s;
    transition: height 1s;
    height: 0;
    overflow: hidden;
}
.production .title {
    background: rgba(238, 0, 51, 1);
    border-radius: 13px;
    font-weight: 700;
    font-size: 30px;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.production .content {
    -webkit-transition: 1s height;
    -o-transition: 1s height;
    -moz-transition: 1s height;
    transition: 1s height;
}
.production .box {
    position: relative;
    /* height: 17rem; */
    margin-bottom: 3rem;
    background: linear-gradient(180deg, #FFDFDF 0%, #FFFFFF 100%);
}
.collapseIn {
  height: 10rem;
}
.collapseOut {
  height: 0;
}

.popup {
    z-index: 1000;
    display: none;
    position: fixed;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .popup .title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  
  .popup-content {
    position: relative;
    background-color: #FAFAFA;
    margin: auto;
    width: 70%;
  }
  
  .close-btn {
    float: right;
    color: #2E2E2E;
    font-size: 25px;
    font-weight: 700;
  }
  
  .close-btn:hover {
    color: #D2D2D2;
    cursor: pointer;
  }
  
  .field_lable {
    color: rgba(118, 118, 118, 1);
    display: flex;
  }
  
  .vtit-form-control-wrap {
    position: relative;
  }
  
  .custom_form_field {
    width: 100%;
    border-radius: 8px !important;
  }
  
  .form input,
  .form textarea,
  .form select {
    padding: 10px 12px 10px 12px;
    background: rgba(238, 238, 238, 1);
    border: 0.5px solid rgba(0, 0, 0, 1);
  }
  
  .form input[type='text'],
  .form select {
    height: 50px;
  }
  
  
  .form input:focus,
  .form textarea:focus,
  .form select:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  
  .vtit-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
  }
  
  #upload_cv {
    display: none;
  }
  
  .vtit input[type="file"] {
    cursor: pointer;
  }
  
  .submit_form_recruitment {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .form input[type="submit"] {
    border: none;
    background: #ee0033;
    padding: 0.5rem;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    font-weight: 700;
  }
  
  .color_Viettel {
    color: #ee0033;
  }
  
  .field_container small {
    color: #e74c3c;
    position: absolute;
    bottom: -35px;
    left: 0;
    visibility: hidden;
    font-size: 12px;
    margin-left: 12px;
  }
  
  .field_container small.display {
    visibility: visible;
  }
  
  .field_container {
    position: relative;
    margin-top: 20px;
  }
  
  small.cv_empty.lang.display {
    bottom: -20px;
  }
  
  .popup-content .infor {
    width: 30%;
    background: rgba(238, 0, 51, 1);
    color: white;
  }
  
  .box-infor img.image {
    width: 40px;
  }
  
  .box-infor .text.lang {
    font-size: 16px;
  }
  
  .box-infor span {
    font-size: 20px;
  }
  
  .form-content {
    padding: 15px 30px;
    width: 70%;
    background: rgba(244, 244, 244, 1);
  }
  
  .field-option {
    justify-content: space-between;
    margin: 0 1.5rem;
  }
  
  /*alert*/
  .alert-section {
    position: absolute;
    top: 5rem;
    left: calc(50% - 256px);
  }
  
  .alert {
    width: 512px;
    padding: 16px;
    margin: 8px;
    max-width: 90%;
    display: none;
  }
  
  .alert.danger {
    border-left: 4px solid var(--danger);
    background-color: rgba(var(--danger), 0.05);
  }
  
  .danger .alert-title {
    color: var(--danger);
  }
  
  .success .alert-title {
    color: var(--success);
  }
  
  .alert.success {
    border-left: 4px solid var(--success);
    background-color: rgba(var(--success), 0.05);
  }
  
  
  /* ======= Toast message ======== */
  
  #toast {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 999999;
  }
  
  .toast {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px 0;
    min-width: 400px;
    max-width: 450px;
    border-left: 4px solid;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    transition: all linear 0.3s;
  }
  
.justify-content-around {
    -webkit-box-pack: space-around !important;
    -ms-flex-pack: space-around !important;
    -webkit-justify-content: space-around !important;
    -moz-box-pack: space-around !important;
    justify-content: space-around !important;
  }