* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::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);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

@font-face {
  font-family: viettelFont;
  src: url(../fonts/font-viettel/FS\ Magistral-Light.ttf);
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  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;
}

.group-5 .gradient-text {
  font-weight: bolder;
  /* font-size: 68px; */
  margin-left: 3rem;
  margin-right: 3rem;
}

.group-5 .gradient-text span {
  font-size: 32px;
  font-weight: bolder;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  line-height: 50px;
  display: block;
  height: -webkit-auto;
  height: -moz-auto;
  height: auto;
}

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;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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;
  }
}

@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: 576px) {
  .col-sm {
    -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-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-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-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-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-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-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%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .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-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

.collapse:not(.show) {
  display: none;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.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;
}

.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-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-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;
}

/* laptop */
@media (min-width: 1024px) {
  .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;
  }

  .wiper-track {
    column-gap: 1.5rem !important;
  }

  .wiper-item {
    width: 240px !important;
  }

  .wiper-item p.m-3.text-truncate {
    margin: 1rem !important;
  }

  /* .about-us p {
    font-size: 16px !important;
  } */
  .group-5 .x-1 #imgx,
  .group-5 .x-2 #imgx,
  .group-5 .x-4 #imgx {
    right: 50px !important;
  }
}

section#header-page {
  height: 100%;
  background-image: url(../images/image-60.webp);
  background-position: center right;
  background-size: contain;
  /* margin-top: 6.7rem; */
}
.about-us button {
  border: 1px solid;
  border-radius: 40px;
  padding: 0.5rem 2rem;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  font-weight: 700;
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.logo {
  height: 40px !important;
}

nav>div {
  padding: 1rem 3rem;
  background: white;
}

nav>div a img {
  height: 50px
}

#header-page .index h1,
#header-page .index div,
#header-page .index h3 {
  color: white;
}

#header-page .index h1 {
  font-family: viettelFont;
  font-weight: bold;
}

#header-page .index h3 {
  font-weight: 300;
}

.about-us {
  display: flex;
  align-items: center;
  /* height: calc(100vh - 6.7rem); */
  height: 100vh;
  max-height: 900px;
}

.about-us .w-50 {
  padding-left: 15%;
  /* padding-right: 10%; */
}

.about-us p {
  padding-bottom: 10%;
  padding-right: 10%;
  font-size: 16px;
  /* font-style: italic; */
  font-weight: 500;
  text-align: justify;
}

.about-us-carosel #carousel-1 div.selected-1 {
  top: 0 !important;
}

.w-50 {
  width: 50%;
}

.dropdown {
  display: flex;
  align-items: center;
}

img.asset_ {
  height: 50px;
  width: 122.95px;
}

#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-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-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  justify-content: flex-end !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;
}

.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;
}

.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;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
}

.w-100 {
  width: 100% !important;
}

.h-50 {
  height: 50% !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-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: pre-line;
  -webkit-line-clamp: var(--super-list-title-lineheight, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

: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;
}

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-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;
}

.hero-wrap .text {
  width: 100%;
}

.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-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.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%);
}

.heading-section {
  position: relative;
}

.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;
}

.group-3 .vector {
  width: 60%;
  height: auto;
  padding-top: 5%;
  /* -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 100% 100%, 0 100%, 0% -webkit-calc(100% - 30px));
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 100% 100%, 0 100%, 0% -moz-calc(100% - 30px));
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 100% 100%, 0 100%, 0% calc(100% - 30px)); */
}

.group-3 .content-text {
  height: 100%;
  padding: 5% 0;
}

.group-3 .img.first-point .content-text,
.img:hover .content-text {
  display: flex;
  flex-direction: column;
  width: 45%;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 40px 40px 0px;
  justify-content: space-between;
}

.group-3 .md-size {
  -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;
}

.group-3 .md-size button {
  display: none;
}

.group-3 .md-size .img {
  width: 20%;
  -webkit-transition: 1s width;
  -o-transition: 1s width;
  -moz-transition: 1s width;
  transition: 1s width;
  padding: 0;
}

.group-3 .md-size .img:hover,
.group-3 .md-size .img.first-point {
  width: 80%;
}

.group-3 .md-size .img:hover .title,
.group-3 .md-size .img.first-point .title {
  color: black;
}

.group-3 .md-size .img:hover button,
.group-3 .md-size .img.first-point button {
  display: block;
}

.group-3 .mb-size {
  display: none;
}

.group-3 .title {
  font-weight: 400;
  color: white;
  font-size: 24px;
  padding: 3rem;
}

.group-3 button.btn-detail {
  margin: 0 3rem;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #e03;
  border: none;
  padding: 0.5rem 2rem;
  color: white;
}

.group-3 .img {
  height: 25rem;
  width: 20%;
}

.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 .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;
}

.group-3 .text-wrapper-3 {
  position: absolute;
  /* top: 148px; */
  right: 0rem;
  width: 40%;
  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;
  font-weight: 700;
  color: #ee0033;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: normal;
}

.btn-exp {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #FFF;
  border: none;
  padding: 0.7rem 2rem;
  color: #ee0033;
  width: 10rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 700;
  cursor: pointer;
}

.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-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: transform .5s;
  -o-transition: transform .5s;
  -moz-transition: transform .5s;
  transition: transform .5s;
}

.group-4 .col-md-4:hover {
  transform: scale(1.2);
}

.group-4 .col-md-4 p.m-3,
.group-4 .col-md-4 p {
  font-size: 14px;
  margin: 0;
  color: black;
}

.group-4 .field {
  background: white;
  position: relative;
}

.group-4 .mask-group {
  position: absolute;
  bottom: -30%;
  z-index: -1;
}

img.mask-group.w-100.h-50 {
  bottom: 0 !important;
}

.group-5 {
  padding: 5rem 0;
}

.group-7 {
  margin-bottom: 5rem;
  /* margin-top: 5rem; */
}

.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; */
}

.ftco-navbar-light {
  background: transparent !important;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

/* tablet */
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 0;
    color: #fff;
  }

  .ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #ee0033;
  }

  .ftco-navbar-light.scrolled .nav-item>.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }

  .ftco-navbar-light {
    background: #000000 !important;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ftco-navbar-light .navbar-brand {
    color: #fff;
  }

  .ftco-navbar-light .navbar-nav {
    padding-bottom: 0;
    margin-right: 0;
  }

  .dropdown {
    position: absolute;
    right: 6rem;
    /* top: 2rem; */
  }

  .overlap-5 {
    padding: 5rem !important;
  }

  .group-5 .x-1 #imgx,
  .group-5 .x-2 #imgx,
  .group-5 .x-4 #imgx {
    right: -10px !important;
  }

  .group-5 .x-3 .active {
    margin-top: 100px !important;
  }

  .group-7 {
    margin-top: 0 !important;
  }

  .group-81 {
    padding-bottom: 2rem;
  }

  .group-81 .carousel-control-next.customer {
    right: -5% !important;
  }

  .group-81 .carousel-control-prev.customer {
    left: -5% !important;
  }

  .group-81 .bg-img-x {
    height: 70% !important;
  }

  .group-3 .text-content {
    padding: 0 !important;
    padding-left: 3rem !important;
  }

  .col-md-12 {
    padding-right: 0 !important;
  }
  #tabSelect .col-md-12 {
    padding: 0;
  }
}

.ftco-navbar-light .container {
  width: 1110px;
  margin: 0 auto;
  padding: 0;
}

.ftco-navbar-light .navbar-brand {
  color: #000000;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #000000 !important;
}

.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 {
  font-weight: 500;
  position: relative;
  display: block;
  padding-bottom: 2px;
  color: black;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active span {
  color: #e03;
}

/* laptop */
@media (max-width: 1199.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    display: inline-block;
  }

  .about-us p {
    font-size: 16px !important;
  }#carousel {
    height: 35vw !important;
  }

  #carousel div img {
    width: -webkit-calc(30vw) !important;
    width: -moz-calc(30vw) !important;
    width: calc(30vw) !important;
  }

  #carousel div.prevLeftSecond img,
  #carousel div.hideLeft img,
  #carousel div.nextRightSecond img {
    width: -webkit-calc(17vw) !important;
    width: -moz-calc(17vw) !important;
    width: calc(17vw) !important;
  }

  #carousel div.selected img {
    width: -webkit-calc(35vw) !important;
    width: -moz-calc(35vw) !important;
    width: calc(35vw) !important;
  }

  #carousel-1 .bg-img-x {
    height: 70% !important;
  }

  #carousel-1 div img {
    width: -webkit-calc(25vw) !important;
    width: -moz-calc(25vw) !important;
    width: calc(25vw) !important;
  }
}

.break-line-auto {
  white-space: pre-wrap;
  word-break: break-word;
}
/* mobile phone */

@media (max-width: 600px) {
  .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;
  }
  .break-line-auto { 
    max-width: 70%;
  }
  .popup-content {
    width: 90% !important;
  }
  .popup .title {
    font-size: 1.5rem !important;
  }
  .form-content {
    padding: 5px !important;
    width: 70% !important;
  }
  .popup-content span {
    font-size: 14px !important;
  }
  .field-option,
  .wiper-button {
    margin: 0 !important;
  }
  .field_container {
    margin-top: 10px !important;
  }
  .col-sm-6 {
    width: 50% !important;
  }

  .group-2 .border-box {
    margin: 0 0.5rem !important;
  }

  .group-73 .col-md-6,
  .group-63 .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-us .w-50 {
    padding: 0 !important;
    width: 100% !important;
  }

  .group-7 .field img {
    max-height: unset !important;
    /* height: 150px; */
  }

  .group-7 .field {
    margin-bottom: 3rem !important;
  }

  .group-3.index {
    display: block !important;
  }

  .group-5 .w-10,
  .group-5 .w-20 {
    padding: 0 !important;
  }

  .group-5 .customer-img {
    border-radius: 20% 0 !important;
    padding: 1.5rem !important;
  }

  .text-second.lang {
    font-size: 32px;
  }

  .text-first.lang {
    font-size: 24px;
  }

  .overlap-10 {
    margin-top: unset !important;
    padding-bottom: 0 !important;
  }

  .group-5 .gradient-text span {
    font-size: 20px;
  }

  .group-5 .gradient-text {
    margin-bottom: 1rem;
  }

  .group-13 .btn-lg {
    padding: 0.5rem 1rem !important;
    min-height: 4rem !important;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    font-size: 0.8rem;
  }

  .group>.overlap-5>.col-md-12:first-child .col-md-6:first-child {
    display: none;
  }

  .col-md-6.p-0-sm h2 {
    font-size: 16px;
    margin: 0 !important;
  }

  .about-us h1 {
    font-size: 20px;
  }

  .group-3 {
    display: flex;
    justify-content: center;
  }

  .group-41 h1 {
    font-size: 24px !important;
    text-align: left !important;
  }

  section#leaders_ {
    padding-top: 0 !important;
  }

  .group-71.custom-carrer img {
    padding: 0 3rem !important;
  }

  section#header-page .index .container {
    padding: 0 !important;
    padding-right: 0 !important;
  }

  #header-page .index h1 {
    font-size: 18px !important;
  }

  #header-page .index h3 {
    font-size: 14px !important;
  }

  .ftco-section .col-md:not(:last-child) {
    padding-top: 0 !important;
  }

  .list-unstyled:first-child {
    padding-top: 2rem;
  }

  .ftco-section .col-md {
    padding: 0 !important;
  }

  .overlap-5 h2 {
    margin-left: 1rem;
  }

  /* .group-7 .col-md-12.row {
    display: flex;
    flex-direction: column;
  } */
  .group-7 .field>div {
    padding-top: 0 !important;
  }

  .group-7 .col-xs-6 {
    width: 50% !important;
  }

  nav>div {
    padding: 0 1rem;
  }

  .dropdown {
    right: 4.5rem !important;
  }

  .oi {
    color: black !important;
  }

  div#ftco-nav.show {
    position: absolute;
    top: 4.2rem;
    background: white;
    width: 100%;
    left: 0;
    padding: 1rem;
  }

  .group-c {
    margin-top: 0 !important;
  }

  .group-c .col-md-6.d-flex.flex-column.field {
    padding: 0 !important;
  }

  /* .group-c1 { */
  /* .group-c1 .col-md-6:not(:first-child) {
      height: 17rem !important;
    } */
  .group-c1 .col-md-6 {
    margin-bottom: 1rem;
  }

  .group-c1 .row.col-md-12 {
    padding: 0 !important;
  }

  /* } */
  .overlap-5 {
    padding: 2rem !important;
  }

  .overlap-5 .container {
    padding: 0 !important;
  }

  .overlap-5 .container .d-flex.flex-row.justify-content-between {
    margin: 1rem 0 !important;
  }

  .overlap-5 .col-md-5 {
    display: none;
  }

  .overlap-5 .col-md-6:not(:first-child) {
    padding: 1rem !important;
  }

  .overlap-5 .p-0-sm {
    padding: 0 !important;
  }

  /* .group-2 { */
  .group-2 .border-box {
    height: 12rem;
  }

  .group-2 .services-2 {
    font-size: 2rem !important;
  }

  .group-2 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    padding: 0.5rem 0;
  }

  /* } */
  section#news {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section#news h2 {
    text-align: left;
    width: 100%;
  }

  #news .col-md-6.selected-post {
    padding-right: 0 !important;
  }

  .group-3 .md-size {
    -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;
  }

  .group-3 .md-size .img:hover,
  .group-3 .md-size .img {
    width: 100% !important;
  }

  .group-3 .text-wrapper-3 {
    font-size: 20px !important;
  }

  .group-3 .img {
    height: 15rem !important;
  }

  .group-3 .title {
    padding: 1rem !important;
  }

  .group-3 button.btn-detail {
    margin: 0 1rem !important;
  }

  .group-3 .if-youtube {
    width: 100% !important;
    -webkit-border-radius: 36px !important;
    -moz-border-radius: 36px !important;
    border-radius: 36px !important;
  }

  .group-3 .text-content {
    padding: 2rem 0 !important;
  }

  .group-4 .col-md-x {
    padding: 5px !important;
  }

  .group-4 .mask-group {
    top: 1.5rem !important;
  }

  .group-5 {
    padding: 3.5rem 0 !important;
    padding-bottom: 0 !important;
  }

  .group-5 #tabFirst {
    margin-top: 2rem;
  }

  .group-5 #leaders {
    padding-top: 0 !important;
    padding-bottom: 5rem !important;
  }

  .group-5 #leaders .img-x {
    width: 120px !important;
  }

  .group-5 #leaders .x-3 .img-x {
    width: 180px !important;
  }

  /* .group-5 .field {
      padding: 0.5rem 0 !important;
    } */
  .group-5 .x-3 #imgx {
    margin-top: 150px !important;
  }

  .group-5 .x-2 #imgx {
    top: 340px !important;
  }
  .group-5 .x-4 #imgx {
    top: 180px !important;
  }

  .group-5 .x-1 #imgx {
    top: 50px;
  }

  .group-5 .text-content {
    margin-top: 3rem;
  }

  .group-5 .tab a {
    font-size: 14px;
    text-align: center;
  }

  .container.group-6 {
    padding: 3rem 0;
  }

  .group-6 h1 {
    padding-left: 2rem;
    font-size: 20px;
  }

  .group-7 {
    margin-bottom: 1rem;
  }

  .group-7 #carousel {
    /* padding-top: 100px; */
    height: calc(35vw) !important;
    /* .selected .text-inner {
        top: -130% !important;
      } */
  }

  .group-7 #carousel .bottom-text {
    font-size: 16px;
  }

  .group-7 #carousel .main-text b {
    font-size: 48px;
  }

  .group-7 .carousel-control-prev,
  .group-7 .carousel-control-next {
    top: 0 !important;
  }

  .group-8 div {
    padding: 2.5rem 1rem !important;
  }

  .group-8 h2,
  .group-8 h1 {
    width: 100% !important;
  }

  .group-8 .btn-exp {
    padding: 0.1rem 0.5rem !important;
    white-space: nowrap;
  }

  .group-13.container {
    padding: 0 !important;
    bottom: -95% !important;
  }

  .group-13.container .btn-lg {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.5rem;
    /* min-height: auto; */
  }

  .group-13.container .col-md-6 {
    margin-bottom: 1rem;
  }

  .group-14 {
    padding: 1rem 0 !important;
  }

  .group-14 .col-md-16 {
    margin-bottom: 1rem !important;
  }

  .group-14 .col-md-6.d-flex.flex-column:first-child {
    padding-bottom: 1rem;
  }

  .group-14 p {
    padding: 1rem 0 !important;
  }

  .group-15 {
    padding: 1rem 0 !important;
  }

  .group-16 p {
    font-size: 14px !important;
    padding: 0 3rem !important;
  }

  .group-16 h2 {
    font-size: 24px !important;
  }

  .group-16 .container.d-flex.flex-column.align-items-center {
    padding: 3rem 0 !important;
  }

  .ftco-about .container {
    padding: 1rem !important;
  }

  .ftco-about img.col-md-6 {
    height: -webkit-auto;
    height: -moz-auto;
    height: auto;
    width: 100%;
  }

  .ftco-about h3 {
    font-size: 16px;
  }

  .ftco-about .vector {
    height: 15px !important;
  }

  .group-81 .pt-5 {
    padding: 2rem 0.5rem !important;
  }

  .group-81 img.w-100 {
    min-height: 10rem;
  }

  .group-81 .text-truncate {
    max-height: 6rem;
  }

  .overlap-10.custome {
    margin-top: 22rem !important;
    /* padding-top: 8rem !important; */
  }

  #carousel-1 {
    height: 30rem !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }

  #carousel-1 .prevLeftSecond-1,
  #carousel-1 .nextRightSecond-1 {
    display: none;
  }

  #carousel-1 .selected-1 img {
    width: 60vw !important;
  }

  .group-53 .row.col-md-12 {
    padding-top: 1rem;
  }

  .group-53 .col-md-4.d-flex.flex-column {
    padding: 0.5rem !important;
  }

  .group-41 .container {
    padding: 0 !important;
  }

  /* .group-61 { */
  .text-inner .bottom-text {
    font-size: 1.5rem !important;
    margin-right: 0.5rem !important;
  }

  .group-61 .default-time {
    display: none !important;
  }

  .group-61 .timeline {
    display: block !important;
  }

  /* Timeline Container */
  .group-61 .timeline {
    /* background: white; */
    margin: 20px auto;
    padding: 20px;
  }

  /* Card container */
  .group-61 .card {
    position: relative;
    border: none;
    background: none;
    /* max-width: 400px; */
  }

  /* setting padding based on even or odd */
  .group-61 .card:nth-child(odd) {
    padding: 30px 0 30px 30px;
  }

  .group-61 .card:nth-child(even) {
    padding: 30px 30px 30px 0;
  }

  /* Global ::before */
  .group-61 .card::before {
    content: "";
    position: absolute;
    width: 51%;
    border: solid #E03;
  }

  /* Setting the border of top, bottom, left */
  .group-61 .card:nth-child(odd)::before {
    left: 0px;
    top: -5px;
    bottom: -5px;
    border-width: 5px 0 5px 5px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
  }

  /* Setting the border of top, bottom, right */
  .group-61 .card:nth-child(even)::before {
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
  }

  /* Removing the border if it is the first card */
  .group-61 .card:first-child::before {
    border-top: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }

  /* Removing the border if it is the last card  and it's odd */
  .group-61 .card:last-child:nth-child(odd)::before {
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }

  /* Removing the border if it is the last card  and it's even */
  .group-61 .card:last-child:nth-child(even)::before {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }

  /* Information about the timeline */
  .group-61 .info {
    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;
    background: #F3F3F3;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
  }

  /* Title of the card */
  .group-61 .title {
    color: #e03;
    position: relative;
  }

  /* Timeline dot  */
  .group-61 .title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    border: 3px solid #e03;
  }

  /* text right if the card is even  */
  .group-61 .card:nth-child(even)>.info>.title {
    text-align: right;
  }

  /* setting dot to the left if the card is odd */
  .group-61 .card:nth-child(odd)>.info>.title::before {
    left: -43px;
  }

  /* setting dot to the right if the card is odd */
  .group-61 .card:nth-child(even)>.info>.title::before {
    right: -43px;
  }

  /* } */
  /* .group-61.custom-carrer { */
  .group-61.custom-carrer p {
    text-align: start !important;
    margin: 0 !important;
  }

  .group-61.custom-carrer .end {
    text-align: end !important;
  }

  /* } */
  .group-63 {
    padding: 3rem 0 !important;
  }

  .group-73 {
    padding: 3rem 0 !important;
    padding-bottom: 0 !important;
  }

  .group-73 .back-img {
    width: -webkit-calc(60vw) !important;
    width: -moz-calc(60vw) !important;
    width: calc(60vw) !important;
    height: 20rem !important;
  }

  .group-73 .col-md-6:not(:first-child) {
    margin-top: 4rem !important;
  }

  #block4 {
    margin-bottom: 3rem !important;
  }

  .group-71 {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .group-71 .col-md-8 {
    padding: 0;
    padding-top: 1rem;
  }

  .group-71 img.col-md-5 {
    width: 100% !important;
    height: -webkit-auto !important;
    height: -moz-auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  .group-71 .col-md-7,
  .group-71 .col-md-12 {
    padding: 0 !important;
  }

  .group-71.custom-carrer {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .group-71.custom-carrer .imgs {
    height: auto !important;
  }

  .group-71.custom-carrer .col-md-8 {
    height: 152px !important;
  }

  .group-71.custom-carrer img {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .group-71.custom-carrer .h-50 {
    height: 152px !important;
    padding: 0 !important;
  }

  .group-71.custom-carrer .col-md-4 {
    margin-top: 1rem;
    padding: 0 !important;
    min-height: 152px;
  }

  .group-81 .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 25px !important;
    height: 25px !important;
  }

  .text-wrapper-18,
  .customer-stories {
    font-size: 24px !important;
    top: 1.5rem !important;
  }

  .gradient-text {
    font-size: 24px !important;
  }

  .carousel-control-prev img,
  .carousel-control-next img {
    width: 25px !important;
    height: 25px !important;
  }

  .ftco-footer {
    margin-top: 4rem !important;
    margin: 2rem 3rem !important;
    padding: 0 !important;
  }

  /* section#header-page {
    margin-top: 0;
  } */
  .group-3.custom {
    margin: 5rem 0;
  }

  .group-3.custom h1 {
    font-size: 16px;
  }

  .group-3.custom .content {
    font-size: 12px !important;
    max-width: 95% !important;
  }

  .group-3.custom img,
  .group-3.custom .text-wrapper-3 {
    width: 50% !important;
  }

  .group-ca {
    font-size: 12px;
  }

  .group-ca .container {
    padding: 1rem !important;
  }

  .group-ca span {
    font-size: 12px;
  }

  .group-cx {
    margin-top: 23rem !important;
  }

  .group-c3 .step-name {
    min-height: 7rem !important;
  }

  .footer {
    padding: 0 !important;
  }

  .group-91 .sm-img {
    height: 50px !important;
  }

  /* .group-c{ */
  .group-c h3,
  .group-c p {
    color: black !important;
  }

  .group-c h2 {
    margin: 1rem 0 !important;
  }

  .group-c img.img-a.image2 {
    left: -0.5rem !important;
  }

  .group-c img.image1 {
    right: -10% !important;
    bottom: 0 !important;
  }

  /* } */
}

.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;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
  color: #fff;
  border: 1px solid #ee0033;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 18px;
  padding-right: 18px;
  background: #ee0033;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a span {
  display: inline-block;
  color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover {
  background: #ee0033;
  border: 1px solid #ee0033;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta.cta-colored a {
  border: 1px solid #a0f669;
  background: #a0f669 !important;
}

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 .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #ee0033;
  outline: none !important;
}

.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;
}

.ftco-navbar-light.scrolled .nav-item.active>a {
  color: #ee0033 !important;
}


.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 {
  z-index: 1000;
  position: relative;
  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;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 32px));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.toast--success {
  border-color: #47d864;
}

.toast--success .toast__icon {
  color: #47d864;
}

.toast--info {
  border-color: #2f86eb;
}

.toast--info .toast__icon {
  color: #2f86eb;
}

.toast--warning {
  border-color: #ffc021;
}

.toast--warning .toast__icon {
  color: #ffc021;
}

.toast--error {
  border-color: #ff623d;
}

.toast--error .toast__icon {
  color: #ff623d;
}

.toast+.toast {
  margin-top: 24px;
}

.toast__icon {
  font-size: 24px;
}

.toast__icon,
.toast__close {
  padding: 0 16px;
}

.toast__body {
  flex-grow: 1;
}

.toast__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.toast__msg {
  font-size: 14px;
  color: #888;
  margin-top: 6px;
  line-height: 1.5;
}

.toast__close {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/*carosel*/

li {
  list-style: none;
}

.wiper-track {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 3.5rem;
  margin: 0 auto;
  transition: transform 0.4s ease-in;
  padding: 0 1rem;
}

.wiper-item {
  width: 270px;
  height: 300px;
  position: relative;
  transition: scale 0.2s linear;
}

.wiper-item a {
  cursor: pointer;
}

.wiper-item .img.w-100 {
  height: 50%;
}

.wiper-item .img.w-100 img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.wiper-button img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wiper {
  /* max-width: 960px; */
  position: relative;
  margin: 0 auto;
}

.active-swipe {
  transform: scale(1.1);
}

.wiper-button {
  margin: 0 1rem;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 45%;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background: rgba(238, 0, 51, 0.24);
}

.wiper-button__left {
  right: 0;
  /* transform: translateY(-50%) rotate(180deg); */
}

.wiper__image-button {
  right: 50%;
  top: 50%;
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 1.4rem;
  transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}

.wiper-wrapper {
  max-width: 85%;
  overflow: hidden;
  padding: 2rem 0.5rem;
  margin: 0 auto;
}

.swiper__image-button {
  right: 50%;
  top: 50%;
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 1rem;
  transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}

.swiper__image-button:hover {
  color: red;
}

.wiper__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.is-hidden {
  display: none;
}

/* laptop */
@media (min-width: 1025px) {
  /* .dropdown {
    position: relative;
    top: auto;
    right: auto;
  } */
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1281px) {
  .about-us .w-50 {
    padding-left: 0 !important;
    /* padding-right: 5% !important; */
  }

  section#header-page {
    margin-top: 0 !important;
  }

  .overlap-5 {
    padding-top: 0 !important;
    padding: 3rem !important;
  }

  .gradient-text {
    font-size: 34px !important;
  }

  .group-3 h2,
  .text-content h2 {
    font-size: 24px !important;
  }

  .ftco-about .container {
    padding: 3rem 1rem !important;
  }

  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;
    padding-left: 0.5rem;
    font-size: 14px;
  }

  #header-page .index h1 {
    font-size: 28px;
  }

  #header-page .index h3 {
    font-size: 20px;
  }

  section#header-page .index .container {
    padding-right: 8rem;
    padding: 3rem 0;
  }

  .group-2 .border-box {
    padding: 1rem;
    height: 13rem;
  }

  .group-2:not(.container) {
    padding: 0 1rem;
  }

  .ring-0,
  ul[class^=ring] li,
  .ring-0 img {
    animation: none;
  }

  .orbit-center {
    scale: 0.5;
    left: 30% !important;
    top: 43% !important;
  }

  .orbit-wrap>li {
    max-width: 100vw;
    left: 45%;
  }

  ul[class^=ring] {
    scale: 0.5;
  }

  footer .col-md:last-child {
    display: none;
  }

  .default-time span {
    font-size: 14px;
  }

  .group-61 .img-p {
    width: 4rem !important;
  }

  .group-61 .box-1 {
    height: 50px !important;
    width: 50px !important;
    font-size: 18px !important;
  }

  .group-61 .box-2 {
    height: 90px !important;
    width: 90px !important;
  }

  .group-61 .box-3 {
    height: 125px !important;
    width: 125px !important;
  }

  .group-61 .box-4 {
    height: 150px !important;
    width: 150px !important;
  }

  .group-41 .container {
    padding: 0 5rem !important;
  }

  .group-81 .carousel-control-prev.customer {
    left: -7% !important;
  }

  .group-81 .carousel-control-next.customer {
    right: -7% !important;
  }

  #carousel-1 div img {
    width: 25vw !important;
  }

  .group-81 .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 35px !important;
    height: 35px !important;
  }

  #about-section {
    background: white !important;
  }

  #about-section h1 {
    text-transform: uppercase;
    font-family: viettelFont;
    font-weight: bold;
  }

  .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 h3 {
    color: white;
  }

  .footer {
    padding: 0 2rem;
  }
  .group-5 .x-3 .img-x {
    width: 210px !important;
  }
  .group-5 .x-3 #imgx {
    margin-top: 165px !important;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.carousel {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  left: 0;
  border: none;
  background: none;
}

.carousel-control-next {
  right: 0;
  border: none;
  background: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("../images/arrow-left-2-2.svg");
}

.carousel-control-next-icon {
  background-image: url("../images/arrow-left-2-3.svg");
}

.ftco-about .container {
  padding: 5rem;
}

.ftco-about .d-flex.justify-content-end {
  width: 80%;
}

.ftco-about .vector {
  height: 25px;
  width: -webkit-auto;
  width: -moz-auto;
  width: auto;
}

.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 .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;
}

.group-3 .if-youtube {
  -webkit-border-radius: 0 36px 36px 0;
  -moz-border-radius: 0 36px 36px 0;
  border-radius: 0 36px 36px 0;
  width: 50vw;
  height: 75vh;
  max-height: 25rem;
}

.group-3 .text-content {
  padding: 5rem 6rem;
}

.group-3 h2,
.text-content h2 {
  color: #EE0033;
  font-weight: bold;
}

.group-41 {
  background-image: url(../images/mask-group-1093-1-1.png);
}

.group-41 .col-md-4,
.group-41 h1,
.group-41 p {
  color: white;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}

.group-41 .text {
  padding-top: 5rem;
  padding-bottom: 2rem;
  align-items: baseline;
}

.group-41 .text h1,
.group-41 span {
  color: white;
}

.group-41 span {
  text-align: center;
}

.group-41 h1 {
  font-size: 42px;
  font-family: viettelFont;
  font-weight: 600;
}

.group-41 .container {
  padding: 0 10rem;
}

.main-text {
  position: unset !important;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 36px; */
}

.main-text b {
  color: #E03;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-inner .bottom-text {
  /* 150% */
  color: #C9C9C9;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.group-61 {
  position: relative;
  /* padding: 5rem 0; */
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(32.81%, rgba(255, 255, 255, 0.71)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.71) 32.81%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.71) 32.81%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.71) 32.81%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.71) 32.81%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 0;

}

.group-61 .bottom-text {
  color: #C9C9C9;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 1rem;
}

.group-61 .timeline {
  display: none
}

.group-61 .bg-img {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.2;
  -webkit-mask-box-image: url(../images/box.png) 25;
}

.group-61 .round-box {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #ee0033;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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;
}

.group-61 .box-1 {
  font-size: 24px;
  height: 70px;
  width: 70px;
}

.group-61.custom-carrer.box-1 {
  font-size: 34px;
}

.group-61 .box-2 {
  font-size: 28px;
  height: 121px;
  width: 121px;
}

.group-61 .box-3 {
  font-size: 36px;
  height: 130px;
  width: 130px;
}

.group-61 .box-4 {
  font-size: 44px;
  height: 150px;
  width: 150px;
}

.group-61 .img-ul {
  height: 16px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.group-61 .img-p {
  width: 5rem;
  margin: 0 0.5rem;
  position: absolute;
  right: -20%;
  top: 20%;
}

.group-61 .img-p.p1 {
  top: 10%;
}

.group-61 .img-p.p2 {
  top: 0%;
}
.group-61 .img-p.p3 {
  top: -5%;
  right: -20%;
}

.group-61 .d-flex.flex-row.ftco-animate.fadeInUp.ftco-animated {
  color: black;
}

.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;
}

#carousel {
  /* z-index: -1; */
  position: relative;
  height: 400px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  overflow: hidden;
  margin-top: 100px;

  /* .selected .text-inner {
    top: -50%;
    left: -80%;
    height: 10rem;
    color: black;
    width: 200%;
    display: block !important;
    transition: transform 1s, bottom 1s, opacity 1s, z-index 0s !important;
  } */
}

#carousel div {

  position: absolute;
  -webkit-transition: left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
  transition: left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
  -o-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  -o-transition: left 1s, opacity 1s, z-index 0s, -o-transform 1s;
  -moz-transition: transform 1s, left 1s, opacity 1s, z-index 0s, -moz-transform 1s;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
  opacity: 1;
}

#carousel div img {
  width: 400px;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
}

#carousel div .round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);

}

#carousel div.hideLeft img {
  width: 200px;
}

#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);

}

#carousel div.hideRight img {
  width: 200px;
}

#carousel div.prev {
  z-index: 5;
  left: 30%;
  -webkit-transform: translateY(50px) translateX(-50%);
  -ms-transform: translateY(50px) translateX(-50%);
  -moz-transform: translateY(50px) translateX(-50%);
  -o-transform: translateY(50px) translateX(-50%);
  transform: translateY(50px) translateX(-50%);

}

#carousel div.prev img {
  width: 300px;
}

#carousel div.prevLeftSecond {
  z-index: 4;
  left: 20%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  opacity: .7;
}

#carousel div.prevLeftSecond img {
  width: 200px
}

#carousel div.selected {
  z-index: 10;
  left: 50%;
  -webkit-transform: translateY(0px) translateX(-50%);
  -ms-transform: translateY(0px) translateX(-50%);
  -moz-transform: translateY(0px) translateX(-50%);
  -o-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}

#carousel div.next {
  z-index: 5;
  left: 70%;
  -webkit-transform: translateY(50px) translateX(-50%);
  -ms-transform: translateY(50px) translateX(-50%);
  -moz-transform: translateY(50px) translateX(-50%);
  -o-transform: translateY(50px) translateX(-50%);
  transform: translateY(50px) translateX(-50%);

}

#carousel div.next img {
  width: 300px;
}

#carousel div.nextRightSecond {
  z-index: 4;
  left: 80%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  opacity: .7;

}

#carousel div.nextRightSecond img {
  width: 200px;
}

/* .group-81 { */
.group-81 .bg-img-x {
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 70%;
}

.group-81 .buttons {
  width: 110%;
  height: 100%;
  z-index: 10;
  /* position: absolute;
    top: 0;
    left: -5%; */
}

.group-81 .buttons .customer img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.5rem;
  background: #EE00333D;
  color: #EE0033;
}

.group-81 .carousel-control-next.customer {
  right: -10%;
}

.group-81 .carousel-control-prev.customer {
  left: -10%;
}

#carousel-1 {
  position: relative;
  height: 35rem;
  overflow: hidden;
  margin-top: 5rem;
  padding-bottom: 5rem;
}

#carousel-1 .d-flex.flex-column.p-4.box-border {
  border: 1px solid #D9D9D9;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  max-height: 25rem;
  height: 12.5rem;
}

.cus-p #carousel-1 .d-flex.flex-column.p-4.box-border {
  height: unset !important;
  min-height: 10rem;
}

#carousel-1 .icon-arrow {
  bottom: -25px;
  left: 10%;
  fill: #FFF;
  /* stroke-width: 1px; */
  /* stroke: #E03; */
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.5rem;
  color: #D9D9D9;
  background: white;
}

#carousel-1 div {
  position: absolute;
  -webkit-transition: left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
  transition: left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
  -o-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  -o-transition: left 1s, opacity 1s, z-index 0s, -o-transform 1s;
  -moz-transition: transform 1s, left 1s, opacity 1s, z-index 0s, -moz-transform 1s;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
  opacity: 1;
  color: black;
}

#carousel-1 div img {
  width: 300px;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
}

#carousel-1 div.hideLeft-1 {
  left: 0%;
  opacity: 0;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);

  /* img {
        width: 200px;
      } */
}

#carousel-1 div.hideRight-1 {
  left: 100%;
  opacity: 0;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);

  /* img {
        width: 200px;
      } */
}

#carousel-1 div.prev-1 {
  z-index: 5;
  left: 30%;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
  -moz-transform: translateY(0px) translateX(-50%);
  -ms-transform: translateY(0px) translateX(-50%);
  -o-transform: translateY(0px) translateX(-50%);

  /* img {
        width: 300px;
      } */
}

#carousel-1 div.prevLeftSecond-1 {
  z-index: 4;
  left: 20%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);
  /* opacity: .7;  */
  /* img {
        width: 200px
      } */
  /* .d-flex {
        position: unset !important;
      } */
}

#carousel-1 div.selected-1 {
  top: 10%;
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
  -moz-transform: translateY(0px) translateX(-50%);
  -ms-transform: translateY(0px) translateX(-50%);
  -o-transform: translateY(0px) translateX(-50%);
}

#carousel-1 div.next-1 {
  z-index: 5;
  left: 70%;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
  -moz-transform: translateY(0px) translateX(-50%);
  -ms-transform: translateY(0px) translateX(-50%);
  -o-transform: translateY(0px) translateX(-50%);

  /* img {
        width: 300px;
      } */
}

#carousel-1 div.nextRightSecond-1 {
  z-index: 4;
  left: 80%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);
  /* opacity: .7; */

  /* img {
        width: 200px;
      } */
}

/* Style the tab */
.tab {
  overflow: hidden;
  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;
}

/* Style the buttons inside the tab */
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 0x;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  width: 33.33%;
  border-top: 2px solid #EE0033;
  padding: 0.5rem;
  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;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
}

/* Create an active/current tablink class */
.tab a.active,
.tab a:hover {
  background-color: #EE0033;
  color: white !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}
.tabcontent.active {
  display: block !important;
}

.group-5 {
  padding: 5rem 0;
}

/* .group-5 .field {
    padding: 5rem 0;
  } */
.group-5 .border-x {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}

.border-x.active {
  border: 1px #e03 solid;
}

.group-5 .border-x:hover {
  cursor: pointer;
}

.group-5 .border-x.active {
  border: 1px #e03 solid;
}

.group-5 .border-x.active .img-x {
  border: 1px dotted #e03;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}
.group-5 .x-3 .img-x {
  width: 280px;
}
.group-5 .img-x {
  border-radius: 50%;
  width: 150px;
  height: -webkit-auto;
  height: -moz-auto;
  height: auto;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
}

/* .col-md-6 > .d-flex {
    height: 310px;
  } */
.group-5 .col-md-6 {
  position: relative;
}

.group-5 .x-1 #imgx {
  position: absolute;
  right: 120px;
  top: 20px;
}

.group-5 .x-2 #imgx {
  position: absolute;
  right: 120px;
  top: 400px;
}

.group-5 .x-4 #imgx {
  position: absolute;
  right: 120px;
  top: 210px;
}

.group-5 .x-2 .active {
  right: 50px !important;
  /* top: 320px !important; */
}

.group-5 .x-3 .active {
  margin-top: 145px !important;
}

.group-5 .x-3 #imgx {
  margin-top: 145px;
}

.group-5 #leaders {
  padding: 10rem 0;
  padding-top: 0;
}

.group-5 .text-content,
.tabcontent {
  display: none !important;
}

.group-5 .text-content.active,
.group-5 .tabcontent.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.group-7 {
  margin-bottom: 5rem;
  /* margin-top: 5rem; */
}

.group-7 .text-inner {
  display: none;
}

.group-7 .text-inner.selected-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -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;
}

.group-71 img.img-icon {
  height: 3rem;
}

.group-71 .gradient-text {
  margin-bottom: 1rem !important;
}

@media (max-width: 600px) {

  .ring-0,
  ul[class^=ring] li,
  .ring-0 img {
    animation: none;
  }

  .orbit-center {
    scale: 0.5;
    left: 27%;
    top: 44%;
  }

  .orbit-wrap>li {
    max-width: 100vw;
    left: 45%;
  }

  ul[class^=ring] {
    scale: 0.5;
  }
}

/* form contact */

.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: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  {
  padding: 10px 12px 10px 12px;
  background: rgba(238, 238, 238, 1);
  border: 0.5px solid rgba(0, 0, 0, 1);
}
.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);
}

/*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;
}

.toast--success {
  border-color: #47d864;
}

.toast--success .toast__icon {
  color: #47d864;
}

.toast--info {
  border-color: #2f86eb;
}

.toast--info .toast__icon {
  color: #2f86eb;
}

.toast--warning {
  border-color: #ffc021;
}

.toast--warning .toast__icon {
  color: #ffc021;
}

.toast--error {
  border-color: #ff623d;
}

.toast--error .toast__icon {
  color: #ff623d;
}

.toast + .toast {
  margin-top: 24px;
}

.toast__icon {
  font-size: 24px;
}

.toast__icon,
.toast__close {
  padding: 0 16px;
}

.toast__body {
  flex-grow: 1;
}

.toast__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.toast__msg {
  font-size: 14px;
  color: #888;
  margin-top: 6px;
  line-height: 1.5;
}

.toast__close {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
