@font-face {
  font-family: "Aeonik-Air";
  src: url("../fonts/Aeonik-Air.woff2") format("woff2"), url("../fonts/Aeonik-Air.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Air";
  src: url("../fonts/Aeonik-AirItalic.woff2") format("woff2"), url("../fonts/Aeonik-AirItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-BlackItalic.woff2") format("woff2"), url("../fonts/Aeonik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-BoldItalic.woff2") format("woff2"), url("../fonts/Aeonik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Black.woff2") format("woff2"), url("../fonts/Aeonik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-LightItalic.woff2") format("woff2"), url("../fonts/Aeonik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-RegularItalic.woff2") format("woff2"), url("../fonts/Aeonik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-MediumItalic.woff2") format("woff2"), url("../fonts/Aeonik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Light.woff2") format("woff2"), url("../fonts/Aeonik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Thin.woff2") format("woff2"), url("../fonts/Aeonik-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-ThinItalic.woff2") format("woff2"), url("../fonts/Aeonik-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s all !important;
}
a:hover {
  color: #2f566c;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  max-width: 100%;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Aeonik";
  background: #0C0C0C;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}

.container {
  max-width: 1470px;
}
@media (max-width: 1700px) {
  .container {
    padding: 0 100px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 100px 0 40px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

.row {
  margin: 0 -20px;
}
.row > div {
  padding: 0 20px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.title h2 {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.15;
}
@media (max-width: 1600px) {
  .title h2 {
    font-size: 68px;
  }
}
@media (max-width: 1440px) {
  .title h2 {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .title h2 {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
}
.title h2 span {
  background: linear-gradient(92.58deg, #FD5B2C 18.14%, #FFB26D 56.84%, #FCFF6D 88.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2px;
}

footer {
  padding: 100px 0 60px 0;
  font-weight: normal;
}
@media (max-width: 1023px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 24px 0;
  }
}

.item-fter label {
  margin-bottom: 8px;
  font-size: 16px;
  opacity: 0.5;
  display: block;
}
@media (max-width: 1023px) {
  .item-fter label {
    font-size: 14px;
  }
}
.item-fter p, .item-fter a {
  letter-spacing: 0.25px;
  font-weight: 500;
}

.fter-bottom .col-md-3 {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .fter-bottom .col-md-3 {
    margin-bottom: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .fter-bottom .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fter-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding-bottom: 64px;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .fter-top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .fter-top {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.fter-top .fter-mail a {
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  border-bottom: 2px solid;
}
@media (max-width: 1440px) {
  .fter-top .fter-mail a {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .fter-top .fter-mail a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fter-top .fter-mail a {
    font-size: 20px;
    border-bottom: 1px solid;
  }
}
@media (max-width: 767px) {
  .fter-top .logo {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .fter-top .logo img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .fter-top .logo img {
    max-height: 32px;
  }
}

.head-menu {
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 24px 16px;
  border-radius: 80px;
  background: #1A1A1A;
  border: 1.5px solid rgba(255, 255, 255, 0.0784313725);
}
@media (max-width: 1023px) {
  .head-menu {
    display: none;
  }
}
.head-menu ul {
  list-style: none;
}
.head-menu ul li {
  margin-bottom: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-menu ul li:last-child {
  margin-bottom: 0;
}
.head-menu ul li:hover span {
  opacity: 1;
  right: 40px;
}
.head-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-menu a:hover svg path, .head-menu a.active svg path {
  fill: #fff;
}
.head-menu span {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  background: #3C3C3C;
  border-radius: 40px;
  padding: 10px 24px 12px 24px;
  top: -4px;
  right: 60px;
  line-height: normal;
  width: max-content;
  transition: 0.3s all !important;
  pointer-events: none;
  opacity: 0;
}

.box-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all !important;
}
.box-cover lottie-player {
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .box-cover lottie-player {
    width: 200px;
    height: 200px;
  }
}
.box-cover.active {
  opacity: 0;
  pointer-events: none;
}

.box-banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.4s all !important;
  opacity: 0;
}
@media (max-width: 767px) {
  .box-banner {
    padding-bottom: 40px;
  }
}
.box-banner.active {
  opacity: 1;
}
.box-banner .bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .box-banner .bg-banner {
    transform: scale(2.2);
  }
}
.box-banner .bg-banner lottie-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-banner .icon-scroll-down {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.box-banner .icon-scroll-down a {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1600px) {
  .box-banner .icon-scroll-down a {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .box-banner .icon-scroll-down a {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .box-banner .icon-scroll-down a {
    font-size: 16px;
    font-weight: 300;
  }
}
.box-banner .icon-scroll-down a svg, .box-banner .icon-scroll-down a lottie-player {
  width: 48px;
  height: auto;
}
@media (max-width: 1440px) {
  .box-banner .icon-scroll-down a svg, .box-banner .icon-scroll-down a lottie-player {
    height: auto;
    width: 36px;
  }
}
@media (max-width: 1023px) {
  .box-banner .icon-scroll-down a svg, .box-banner .icon-scroll-down a lottie-player {
    width: 32px;
  }
}
.box-banner .icon-scroll-down a span {
  display: block;
  margin-top: 16px;
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .box-banner .logo img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .box-banner .logo img {
    height: 40px;
  }
}
.box-banner h1 {
  padding: 18px 0;
  font-size: 72px;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(92.58deg, #FD5B2C 18.14%, #FFB26D 56.84%, #FCFF6D 88.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .box-banner h1 {
    font-size: 68px;
  }
}
@media (max-width: 1440px) {
  .box-banner h1 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  .box-banner h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .box-banner h1 {
    font-size: 32px;
    padding: 16px 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .box-banner h1 br {
    display: none;
  }
}
.box-banner .desc {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .box-banner .desc {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .box-banner .desc {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .box-banner .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .box-banner .desc {
    font-size: 16px;
    font-weight: normal;
    max-width: 235px;
    margin: 0 auto;
  }
}
.box-banner .overflow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.box-about {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .box-about {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .box-about {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 1023px) {
  .box-about .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.avarta-about {
  position: relative;
  max-width: 630px;
  width: 100%;
}
@media (max-width: 1023px) {
  .avarta-about {
    max-width: 100%;
    text-align: center;
  }
}
.avarta-about .icon-abs {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  bottom: 20%;
  height: auto;
  right: 5%;
}
.avarta-about video {
  width: 100%;
  height: auto;
}

.title-about {
  margin-bottom: 24px;
  display: inline-flex;
  overflow: hidden;
  border-radius: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .title-about {
    margin-bottom: 16px;
  }
}
.title-about:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(147.31deg, rgba(236, 157, 126, 0.08) 19.54%, rgba(236, 157, 126, 0) 107.22%);
  position: absolute;
  top: 0;
  left: 0;
}
.title-about span {
  display: inline-flex;
  border: 2px solid rgba(236, 157, 126, 0.1490196078);
  font-weight: 500;
  height: 45px;
  padding: 0 24px;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(92.58deg, #FD5B2C 18.14%, #FFB26D 56.84%, #FCFF6D 88.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-right {
  max-width: 568px;
  margin-left: auto;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .about-right {
    max-width: 100%;
    text-align: center;
  }
}
.about-right .txt-about h2, .about-right .txt-about h3, .about-right .txt-about h4, .about-right .txt-about h5, .about-right .txt-about h6 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.25px;
}
@media (max-width: 1600px) {
  .about-right .txt-about h2, .about-right .txt-about h3, .about-right .txt-about h4, .about-right .txt-about h5, .about-right .txt-about h6 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .about-right .txt-about h2, .about-right .txt-about h3, .about-right .txt-about h4, .about-right .txt-about h5, .about-right .txt-about h6 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .about-right .txt-about h2, .about-right .txt-about h3, .about-right .txt-about h4, .about-right .txt-about h5, .about-right .txt-about h6 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .about-right .txt-about h2, .about-right .txt-about h3, .about-right .txt-about h4, .about-right .txt-about h5, .about-right .txt-about h6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.about-right .txt-about p {
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
}

.box-message {
  padding: 124px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .box-message {
    padding: 40px 0 80px 0;
    overflow-x: hidden;
  }
}
.box-message .title {
  margin-bottom: 142px;
  max-width: 558px;
}
@media (max-width: 1440px) {
  .box-message .title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .box-message .title {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .box-message .title {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .box-message .title {
    margin-bottom: 20px;
  }
}
.box-message .icon-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .box-message .icon-abs {
    position: relative;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .box-message .icon-abs.icon-earth img {
    width: auto;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .box-message .icon-abs.icon-earth img {
    height: 200px;
  }
}
.box-message .icon-abs.icon-line {
  z-index: 2;
}
@media (max-width: 1023px) {
  .box-message .icon-abs.icon-line {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.6);
  }
}
@media (max-width: 767px) {
  .box-message .icon-abs.icon-line {
    transform: scale(2);
  }
}
.box-message .col-md-6, .box-message .col-md-12 {
  z-index: 3;
}
@media (max-width: 1023px) {
  .box-message .col-md-6, .box-message .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.box-message .div-abs {
  width: 100%;
  padding: 0;
}
@media (max-width: 1023px) {
  .box-message .div-abs {
    position: relative;
    flex: 0 0 calc(100% + 60px);
    max-width: calc(100% + 60px);
    left: -30px;
    width: calc(100% + 60px);
  }
}

.txt-message {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 1600px) {
  .txt-message {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .txt-message {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .txt-message {
    font-size: 18px;
    font-weight: normal;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .txt-message {
    font-size: 16px;
    margin-top: 20px;
  }
}

.box-number {
  padding: 180px 0 240px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .box-number {
    padding: 40px 0 80px 0;
  }
}
.box-number .icon-abs {
  position: absolute;
}
@media (max-width: 1023px) {
  .box-number .icon-abs {
    display: none;
  }
}
.box-number .icon-abs img {
  width: 100%;
}
.box-number .icon-abs.abs-1 {
  left: 15%;
  top: -2%;
  width: 25%;
}
.box-number .icon-abs.abs-2 {
  right: 19%;
  top: -15%;
  width: 25%;
}
.box-number .icon-abs.abs-3 {
  left: 8%;
  bottom: -3%;
  width: 25%;
}
.box-number .icon-abs.abs-4 {
  right: 3%;
  bottom: 14%;
  width: 25%;
}
.box-number .bg-ourteam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .box-number .bg-ourteam {
    display: none;
  }
}
.box-number .bg-ourteam lottie-player {
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .list-number .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .list-number .col-md-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .list-number .col-md-4 {
    margin-bottom: 24px;
  }
  .list-number .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.item-number {
  position: relative;
  height: 100%;
  background: linear-gradient(147.31deg, rgba(236, 157, 126, 0.08) 19.54%, rgba(236, 157, 126, 0) 107.22%);
  padding: 32px;
  border-radius: 24px;
  border: 2px solid rgba(236, 157, 126, 0.1490196078);
  line-height: 1.35;
}
@media (max-width: 1440px) {
  .item-number {
    padding: 24px;
  }
}
.item-number .numb {
  background: linear-gradient(92.58deg, #FD5B2C 18.14%, #FFB26D 56.84%, #FCFF6D 88.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-flex;
}
@media (max-width: 1600px) {
  .item-number .numb {
    font-size: 86px;
  }
}
@media (max-width: 1440px) {
  .item-number .numb {
    font-size: 76px;
  }
}
@media (max-width: 1023px) {
  .item-number .numb {
    font-size: 64px;
  }
}
.item-number h3 {
  font-size: 40px;
  line-height: 1.25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .item-number h3 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .item-number h3 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .item-number h3 {
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.item-number p {
  opacity: 0.65;
}

.box-culture {
  position: relative;
  padding: 100px 0 240px 0;
}
@media (max-width: 1023px) {
  .box-culture {
    padding: 40px 0 80px 0;
  }
}
.box-culture .title {
  margin-bottom: 28px;
}
.box-culture .desc-culture {
  max-width: 558px;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .box-culture .desc-culture {
    opacity: 1;
    max-width: 100%;
  }
}
.box-culture .bg-cul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .box-culture .bg-cul {
    opacity: 0;
  }
}
.box-culture .container {
  position: relative;
  z-index: 2;
}

.list-culture .row {
  margin: 0;
}
.list-culture .row > div {
  padding: 0;
}
.list-culture .col-md-2 {
  flex: 0 0 16%;
  max-width: 16%;
  margin-top: 124px;
}
@media (max-width: 1023px) {
  .list-culture .col-md-2 {
    margin-top: 40px;
    display: none;
  }
}
.list-culture .col-md-3 {
  flex: 0 0 28%;
  max-width: 28%;
  margin-top: 124px;
}
@media (max-width: 1023px) {
  .list-culture .col-md-3 {
    margin-top: 40px;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .list-culture .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.item-culture {
  text-align: center;
  position: relative;
}
.item-culture .icon-top {
  background: linear-gradient(147.31deg, rgba(236, 157, 126, 0.08) 19.54%, rgba(236, 157, 126, 0) 107.22%);
  border: 2px solid rgba(236, 157, 126, 0.1490196078);
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .item-culture .icon-top {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1023px) {
  .item-culture .icon-top img {
    width: 32px;
    height: auto;
  }
}
.item-culture .desc {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .item-culture .desc {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .item-culture .desc {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .item-culture .desc {
    font-size: 16px;
  }
}
.item-culture .icon-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 14px 0;
}
@media (max-width: 1023px) {
  .item-culture .icon-dot {
    margin: 0;
  }
}
.item-culture .line-abs {
  position: absolute;
  top: 138px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .item-culture .line-abs {
    top: 94px;
  }
}
.item-culture .line-abs.line1 {
  left: 0;
}
@media (max-width: 767px) {
  .item-culture .line-abs.line1 {
    width: 50%;
  }
}
.item-culture .line-abs.line2 {
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .item-culture .line-abs.line2 {
    width: 50%;
  }
}

.box-hiring {
  padding: 80px 0 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .box-hiring {
    padding: 40px 0 0 0;
  }
}
.box-hiring .title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .box-hiring .title {
    margin-bottom: 16px;
  }
}
.box-hiring .title h2 {
  font-size: 140px;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .box-hiring .title h2 {
    font-size: 120px;
  }
}
@media (max-width: 1440px) {
  .box-hiring .title h2 {
    font-size: 100px;
  }
}
@media (max-width: 1023px) {
  .box-hiring .title h2 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .box-hiring .title h2 {
    font-size: 48px;
  }
}
.box-hiring .btn-join {
  margin-top: 40px;
}
.box-hiring .btn-join a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  background: url("../images/bg-button.png") no-repeat center;
  background-size: 100% 100%;
  padding: 0 32px;
  border-radius: 60px;
  height: 55px;
}
@media (max-width: 767px) {
  .box-hiring .btn-join a {
    padding: 0 24px;
    height: 44px;
  }
}
.box-hiring .btn-join a:hover {
  box-shadow: -6px 8px 32px 0px rgba(253, 108, 48, 0.2509803922);
  transform: scale(1.04);
}
.box-hiring .btn-join a span {
  margin-right: 12px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .box-hiring .btn-join a span {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .box-hiring .btn-join a svg {
    width: 16px;
    height: auto;
  }
}

.desc-hiring {
  max-width: 960px;
  margin: 0 auto;
  opacity: 0.65;
}
@media (max-width: 1440px) {
  .desc-hiring {
    max-width: 800px;
  }
}

.bottom-hiring {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1023px) {
  .bottom-hiring {
    margin-top: 80px;
    left: -48px;
    width: calc(100% + 96px);
  }
}
@media (max-width: 767px) {
  .bottom-hiring {
    left: -24px;
    width: calc(100% + 48px);
  }
}
.bottom-hiring .avarta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-hiring .icon-circle {
  position: absolute;
  bottom: 0;
  left: 26%;
  z-index: 2;
  width: 48%;
  transition: 0.6s all !important;
  transform: scale(0);
}
.bottom-hiring .icon-circle.active {
  transform: scale(1);
}
.bottom-hiring .icon-circle img {
  width: 100%;
}

.plugin-setting-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #000000;
  list-style-type: none;
  margin-bottom: 15px;
}

.plugin-setting-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #3cb371;
  border-radius: 100%;
}

/* Plugin Style Start */
.kwt-file__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px;
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 12px;
  transition: 0.3s;
  border: 1px dashed #3C3C3C;
}
@media (max-width: 1364px) {
  .kwt-file__drop-area {
    padding: 40px 24px;
  }
}

.kwt-file__choose-file {
  flex-shrink: 0;
  background-color: #1d3557;
  border-radius: 100%;
  margin-right: 10px;
  color: #ffffff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  display: none;
}

.kwt-file__choose-file svg {
  width: 24px;
  height: 24px;
  display: block;
}

.kwt-file__msg {
  color: #3C3C3C;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .kwt-file__msg {
    overflow: unset;
    padding: 0 40px;
    width: 100%;
    white-space: unset;
    text-align: center;
  }
}

.kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.kwt-file__input:focus {
  outline: none;
}

.kwt-file__delete {
  display: none;
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #1d3557;
  border-radius: 50%;
  transition: 0.3s;
}

.kwt-file__delete:hover:after {
  transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}

@media (max-width: 1023px) {
  .place-flag {
    margin-bottom: 24px;
  }
}
.place-flag .top {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1440px) {
  .place-flag .top {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .place-flag .top {
    font-size: 24px;
  }
}
.place-flag .top .icon-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .place-flag .top .icon-flag {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .place-flag .top .icon-flag {
    margin-right: 12px;
  }
}
@media (max-width: 1023px) {
  .place-flag .top .icon-flag img {
    max-width: 44px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .place-flag .top .icon-flag img {
    max-width: 32px;
  }
}
.place-flag ul {
  list-style: none;
  opacity: 0.65;
}
.place-flag ul li {
  margin-top: 12px;
}

.item-career {
  margin-bottom: 24px;
  background: #1A1A1A;
  border: 1px solid #3C3C3C;
  padding: 24px 76px 24px 32px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .item-career {
    border-radius: 12px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .item-career {
    padding: 16px;
    display: block;
    margin-bottom: 12px;
  }
}
.item-career:last-child {
  margin-bottom: 0;
}
.item-career a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1440px) {
  .item-career a {
    font-size: 20px;
  }
}
.item-career .budget {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 1440px) {
  .item-career .budget {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .item-career .budget {
    margin-top: 12px;
    padding: 0;
  }
}
.item-career .budget span {
  background: linear-gradient(92.58deg, #FD5B2C 18.14%, #FFB26D 56.84%, #FCFF6D 88.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-career .icon {
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .item-career .icon {
    display: none;
  }
}
.item-career .link-career {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 1023px) {
  .tempate-career {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  }
}

.list-career-flag {
  padding: 40px 0 160px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}
@media (max-width: 1023px) {
  .list-career-flag {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .list-career-flag {
    padding: 24px 0 32px 0;
  }
}
@media (max-width: 1023px) {
  .list-career-flag:last-child {
    padding: 40px 0;
  }
}
@media (max-width: 1364px) {
  .list-career-flag .col-md-6:first-child {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .list-career-flag .col-md-6:last-child {
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media (max-width: 1023px) {
  .list-career-flag .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.title-template {
  padding: 80px 0 180px 0;
}
@media (max-width: 1023px) {
  .title-template {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .title-template {
    padding: 24px 0 32px 0;
  }
}
.title-template h1 {
  font-size: 140px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  width: max-content;
}
@media (max-width: 1600px) {
  .title-template h1 {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .title-template h1 {
    font-size: 100px;
  }
}
@media (max-width: 1023px) {
  .title-template h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .title-template h1 {
    font-size: 40px;
  }
}
.title-template .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 1600px) {
  .title-template .icon {
    max-width: 70%;
  }
}
@media (max-width: 1023px) {
  .title-template .icon {
    top: 12px;
    display: none;
  }
}
.title-template .icon svg {
  width: 100%;
  height: auto;
}

.logo-top {
  padding: 24px 40px;
  border-bottom: 1px solid #1A1A1A;
}
@media (max-width: 1023px) {
  .logo-top {
    display: flex !important;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .logo-top {
    padding: 16px 24px;
  }
}
.logo-top img {
  max-height: 48px;
}
@media (max-width: 767px) {
  .logo-top img {
    max-height: 32px;
  }
}

.template-detail-career {
  padding: 80px 0 0 0;
}
@media (max-width: 1023px) {
  .template-detail-career {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .template-detail-career {
    padding: 57px 0 0 0;
  }
}
.template-detail-career .back-page {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .template-detail-career .back-page {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .template-detail-career .back-page {
    display: none;
  }
}
.template-detail-career .back-page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .template-detail-career .logo img {
    max-height: 48px;
  }
}
@media (max-width: 767px) {
  .template-detail-career .logo img {
    display: none;
  }
}

.title-page-detail {
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .title-page-detail {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .title-page-detail {
    padding-bottom: 24px;
  }
}
.title-page-detail h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.15;
  padding: 24px 0;
}
@media (max-width: 1600px) {
  .title-page-detail h1 {
    font-size: 64px;
  }
}
@media (max-width: 1364px) {
  .title-page-detail h1 {
    font-size: 56px;
  }
}
@media (max-width: 1200px) {
  .title-page-detail h1 {
    font-size: 52px;
  }
}
@media (max-width: 1023px) {
  .title-page-detail h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title-page-detail h1 {
    font-size: 32px;
    padding: 24px 0 16px 0;
  }
}
.title-page-detail .info-job ul {
  list-style: none;
  display: flex;
  opacity: 0.5;
}
.title-page-detail .info-job ul li {
  margin-right: 42px;
  display: flex;
  align-content: center;
}
@media (max-width: 767px) {
  .title-page-detail .info-job ul li {
    margin-right: 24px;
  }
}
.title-page-detail .info-job ul li:last-child {
  margin-right: 0;
}
.title-page-detail .info-job ul li .icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .title-page-detail .info-job ul li .icon {
    margin-right: 8px;
  }
}

.content-detail {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .content-detail {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .content-detail {
    padding: 24px 0 40px 0;
    border-bottom: 1px solid #1A1A1A;
  }
}
.content-detail .top-detail {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .content-detail .top-detail {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .content-detail .top-detail {
    margin-bottom: 24px;
  }
}
.content-detail .top-detail h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .content-detail .top-detail h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .content-detail .top-detail h3 {
    font-size: 18px;
  }
}
.content-detail .top-detail .budget span {
  font-size: 40px;
  font-weight: 500;
  background: linear-gradient(92.58deg, #FD5B2C 18.14%, #FFB26D 56.84%, #FCFF6D 88.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .content-detail .top-detail .budget span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .content-detail .top-detail .budget span {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .content-detail .col-md-7, .content-detail .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.txt-detail h2, .txt-detail h3, .txt-detail h4, .txt-detail h5, .txt-detail h6 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .txt-detail h2, .txt-detail h3, .txt-detail h4, .txt-detail h5, .txt-detail h6 {
    margin-top: 40px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .txt-detail h2, .txt-detail h3, .txt-detail h4, .txt-detail h5, .txt-detail h6 {
    margin-top: 24px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.txt-detail ul {
  margin-bottom: 16px;
  padding-left: 24px;
  opacity: 0.65;
}
.txt-detail ul li {
  margin-bottom: 8px;
}
.txt-detail p {
  margin-bottom: 16px;
  opacity: 0.65;
}

.content-detail-left {
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .content-detail-left {
    padding: 0;
  }
}

.form-career {
  background: #1A1A1A;
  border: 1.5px solid #3C3C3C;
  border-radius: 16px;
  padding: 30px;
  position: sticky;
  top: 40px;
}
@media (max-width: 1023px) {
  .form-career {
    top: unset;
    position: unset;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .form-career {
    margin-top: 8px;
    padding: 24px;
  }
}
.form-career .head-form {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form-career .head-form {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.box-frm .item-frm {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .box-frm .item-frm {
    margin-bottom: 16px;
  }
}
.box-frm .item-frm:last-child {
  margin-bottom: 0;
}
.box-frm .item-frm .submit-item {
  display: inline-flex;
  width: max-content;
  background: url("../images/bg-button.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 60px;
  overflow: hidden;
  transition: 0.3s all !important;
}
.box-frm .item-frm .submit-item:hover {
  box-shadow: -6px 8px 32px 0px rgba(253, 108, 48, 0.2509803922);
  transform: scale(1.04);
}
.box-frm .txt_field {
  width: 100%;
  background: #1A1A1A;
  height: 42px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #3C3C3C;
  color: #fff;
}
.box-frm .txt_field::placeholder {
  color: #3C3C3C;
}
.box-frm .btn_field {
  cursor: pointer;
  color: #fff;
  height: 55px;
  padding: 0 32px;
  border-radius: 60px;
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .box-frm .btn_field {
    height: 44px;
    padding: 0 24px;
  }
}

.head-detail-career {
  padding: 16px 0;
  border-bottom: 1px solid #1A1A1A;
  background: #0C0C0C;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  position: fixed;
}
@media (max-width: 767px) {
  .head-detail-career {
    display: block !important;
  }
}
.head-detail-career a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.head-detail-career .back-title, .head-detail-career .logo {
  display: inline-flex;
  align-items: center;
}

.content-top-detail-career {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-top-detail-career img {
  max-height: 20px;
}

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