/*
    Theme Name: The Matrix One Premium
    Theme URI: 
    Author: Mai Dung
    Author URI: 
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme,
*/
@font-face {
  font-family: "NVN-Motherland-Signature.ttf";
  src: url("./assets/fonts/NVN-Motherland-Signature.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela-Medium.ttf";
  src: url("./assets/fonts/Canela-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #1E2228;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1E2228;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 150%;
  /* 24px */
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.site-container {
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal;
}
.typography ul {
  list-style: none;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-moz-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes danko_active {
  0% {
    stroke: #fff;
  }
  50% {
    stroke: #1E2228;
  }
  100% {
    stroke: #fff;
  }
}
@-moz-keyframes danko_active {
  0% {
    stroke: #fff;
  }
  50% {
    stroke: #1E2228;
  }
  100% {
    stroke: #fff;
  }
}
@-o-keyframes danko_active {
  0% {
    stroke: #fff;
  }
  50% {
    stroke: #1E2228;
  }
  100% {
    stroke: #fff;
  }
}
.title_gradient_def {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
  /* 67.5px */
  text-transform: uppercase;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .title_gradient_def {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .title_gradient_def {
    font-size: 28px;
  }
}

.title_shadow_def {
  color: #FFF;
  text-shadow: 0px 0px 9px #FF00B9;
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
  /* 67.5px */
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .title_shadow_def {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .title_shadow_def {
    font-size: 28px;
  }
}

.box_item_def {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .box_item_def {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 576px) {
  .box_item_def {
    position: relative;
  }
}
.box_item_def::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(30, 34, 40, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.box_item_def .thumbnail {
  display: none;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 576px) {
  .box_item_def .thumbnail {
    display: block;
  }
}
.box_item_def .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: 40px 6.2597809077%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .box_item_def .text {
    position: relative;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.box_item_def .text .label {
  position: relative;
  padding-bottom: 14px;
  margin: 0 0 8px;
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}
.box_item_def .text .label::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(217, 217, 217, 0.7);
  transition: all 0.45s ease;
}
.box_item_def .text .label span {
  display: inline-block;
  font-family: "Montserrat-SemiBold.ttf";
  transition: all 0.3s ease;
}
.box_item_def .text .label span:nth-of-type(1) {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #CB8070 0%, #EF9C8B 25%, #FFD0BF 48.5%, #E89585 70.5%, #E08C80 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .box_item_def .text .label span:nth-of-type(1) {
    font-size: 28px;
  }
}
.box_item_def .text .label span:nth-of-type(2) {
  margin-left: 8px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .box_item_def .text .label span:nth-of-type(2) {
    font-size: 14px;
    margin-top: 10px;
  }
}
.box_item_def .text .excerpt {
  font-family: "HJFuturaRegular.otf";
  color: rgba(255, 255, 255, 0.5);
  text-align: justify;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.15px;
  margin-top: 0;
  display: none;
}
@media (max-width: 1600px) {
  .box_item_def .text .excerpt {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .box_item_def .text .excerpt {
    display: block;
  }
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.5s;
  padding: 21px 4.1666666667% 15px;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #ffffff1a solid 1px;
}
@media (max-width: 1600px) {
  .header-main {
    padding: 15px 4.1666666667% 14px;
  }
}
@media (max-width: 1024px) {
  .header-main {
    padding: 10px 30px 0;
    height: 85px;
  }
}
@media (max-width: 576px) {
  .header-main {
    padding: 5px 15px 0;
    height: 70px;
  }
}
.header-main.is__hidden {
  transform: translate3d(0, -100%, 0);
}
.header-main.is_active {
  background: #0B1B4C;
}
.header-main .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-main .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-main .logo-main {
  width: 115.927px;
  display: block;
}
@media (max-width: 1600px) {
  .header-main .logo-main {
    width: 90.927px;
  }
}
.header-main .logo-main img {
  width: 100%;
}
.header-main .logo-main.logo2 {
  width: 148.386px;
  margin-left: 31.69px;
}
@media (max-width: 1600px) {
  .header-main .logo-main.logo2 {
    width: 120.386px;
    margin-left: 20.69px;
  }
}
.header-main .right-header .menu-main, .header-main .right-header .languages {
  display: flex;
  align-items: center;
}
.header-main .right-header .menu-main li, .header-main .right-header .languages li {
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .header-main .right-header .menu-main li, .header-main .right-header .languages li {
    margin-right: 35px;
  }
}
.header-main .right-header .menu-main li:last-child, .header-main .right-header .languages li:last-child {
  margin-right: 0px;
}
.header-main .right-header .menu-main li a, .header-main .right-header .languages li a {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  color: #fff;
}
@media (max-width: 1600px) {
  .header-main .right-header .menu-main li a, .header-main .right-header .languages li a {
    font-size: 12px;
  }
}
.header-main .right-header .menu-main.is_active_header, .header-main .right-header .languages.is_active_header {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .header-main .right-header .menu-main {
    position: fixed;
    height: 100vh;
    padding: 0 30px;
    width: 100vw;
    bottom: 0;
    top: 0;
    right: 0;
    align-items: center;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    flex-direction: column;
    background: #0B1B4C;
    justify-content: center;
    border-radius: 0 0 100px 100px;
  }
}
@media (max-width: 576px) {
  .header-main .right-header .menu-main {
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 1024px) {
  .header-main .right-header .menu-main li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-main .right-header .menu-main li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .header-main .right-header .menu-main li a {
    text-align: center;
  }
}
.header-main .right-header .languages {
  margin-right: 40px;
}
.header-main .right-header .languages li {
  margin: 0 !important;
}
.header-main .right-header .call {
  display: block;
}
.header-main .humbeger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .header-main .humbeger {
    display: flex;
    transition: all 0.5s ease;
  }
}
@media (max-width: 576px) {
  .header-main .humbeger {
    margin-bottom: 10px;
  }
}
.header-main .humbeger.active {
  z-index: 1111;
}
.header-main .humbeger span {
  width: 30px;
  height: 3px;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  display: block;
  transition: all 0.5s ease;
  margin-bottom: 0.48828125vw;
}
@media (max-width: 576px) {
  .header-main .humbeger span {
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
  }
}
.header-main .humbeger span:nth-child(3) {
  margin-bottom: 0;
}

.soical-main {
  position: fixed;
  z-index: 1111;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .soical-main {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .soical-main {
    right: 10px;
    bottom: 15px;
  }
}
.soical-main a {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  width: 14px;
  height: 14px;
}
@media (max-width: 576px) {
  .soical-main a {
    margin-bottom: 20px;
  }
}
.soical-main a:nth-child(1) {
  margin-bottom: 30px;
  height: auto;
}
@media (max-width: 576px) {
  .soical-main a:nth-child(1) {
    margin: 0;
    display: none;
  }
}
.soical-main a:nth-child(1) p {
  width: 1px;
  height: 90px;
  background: #fff;
  border-radius: 1px;
}
.soical-main a:nth-child(6), .soical-main a:nth-child(5) {
  margin-bottom: 30px;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (max-width: 576px) {
  .soical-main a:nth-child(6), .soical-main a:nth-child(5) {
    width: 30px;
    height: 30px;
    margin-bottom: 25px;
  }
}
.soical-main a:nth-child(6) img, .soical-main a:nth-child(5) img {
  width: 100%;
  height: 100%;
  display: block;
}
.soical-main a:nth-child(5) {
  margin-bottom: 8px;
}
.soical-main a:nth-child(5) img {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.soical-main a:nth-child(5) span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1E2228;
  font-size: 8px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .soical-main a:nth-child(5) span {
    font-size: 6px;
  }
}

.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer .top {
  position: relative;
}
@media (max-width: 1600px) {
  .footer .top .left {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .footer .top .left {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .footer .top .left {
    max-width: 100%;
  }
}
.footer .top .left img {
  display: block;
}
.footer .top .right {
  position: absolute;
  width: 43.5416666667%;
  right: 5.4166666667%;
  bottom: 7%;
  z-index: 0;
  padding: 60px;
}
@media (max-width: 1600px) {
  .footer .top .right {
    padding: 30px;
    width: 40.541667%;
  }
}
@media (max-width: 1024px) {
  .footer .top .right {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .footer .top .right {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer .top .right {
    width: 100%;
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0px 0 30px;
    padding: 15px;
  }
}
.footer .top .right .label {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 67.5px */
  text-transform: uppercase;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1600px) {
  .footer .top .right .label {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .label {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .footer .top .right .label {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.footer .top .right:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0.13;
  background: #0B1B4C;
  z-index: -1;
}
@media (max-width: 768px) {
  .footer .top .right:after {
    opacity: 0.5;
  }
}
@media (max-width: 576px) {
  .footer .top .right:after {
    opacity: 0;
    border-radius: 0px;
  }
}
.footer .top .right .msg_form {
  font-style: italic;
  font-size: 14px;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.footer .top .right .all-form-field {
  width: 100%;
}
.footer .top .right .all-form-field button {
  width: 252px;
  height: 50px;
  margin: 8px auto 0;
  outline: none;
  border: 0;
  cursor: pointer;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #132765;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  .footer .top .right .all-form-field button:hover {
    letter-spacing: 1px;
  }
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field button {
    font-size: 15px;
    height: 45px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field button {
    font-size: 13px;
    height: 40px;
    width: 220px;
  }
}
.footer .top .right .all-form-field .frm-group {
  margin-bottom: 32px;
  width: 100%;
  position: relative;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group {
    margin-bottom: 20px;
  }
}
.footer .top .right .all-form-field .frm-group ._error_msg {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  font-style: italic;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group ._error_msg {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group ._error_msg {
    font-size: 10px;
  }
}
.footer .top .right .all-form-field .frm-group input {
  width: 100%;
  background: transparent;
  padding-bottom: 10px;
  border: 0;
  outline: none;
  border-bottom: 1px solid #ffffffcc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  color: #fff;
  border-radius: 0;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group input {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group input {
    font-size: 12px;
  }
}
.footer .top .right .all-form-field .frm-group input::-ms-input-placeholder {
  /* Edge 12-18 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  opacity: 0.9;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group input::-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group input::-ms-input-placeholder {
    font-size: 12px;
  }
}
.footer .top .right .all-form-field .frm-group input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  opacity: 0.9;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group input::placeholder {
    font-size: 12px;
  }
}
.footer .top .right .all-form-field .frm-group .drop {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.footer .top .right .all-form-field .frm-group .drop.active .down {
  opacity: 1;
}
.footer .top .right .all-form-field .frm-group .drop.active img {
  transform: rotate(180deg);
}
.footer .top .right .all-form-field .frm-group .drop .down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  background: #0B1B4C;
  opacity: 0;
}
@media (max-width: 768px) {
  .footer .top .right .all-form-field .frm-group .drop .down {
    width: 100%;
  }
}
.footer .top .right .all-form-field .frm-group .drop .down p {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group .drop .down p {
    font-size: 11px;
  }
}
.footer .top .right .all-form-field .frm-group .drop .down p:last-child {
  border-bottom: none;
}
.footer .top .right .all-form-field .frm-group .drop > p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffffcc;
}
@media (max-width: 1600px) {
  .footer .top .right .all-form-field .frm-group .drop > p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group .drop > p {
    font-size: 12px;
  }
}
.footer .top .right .all-form-field .frm-group .drop > p span {
  opacity: 0.9;
  margin-left: 3px;
}
@media (max-width: 576px) {
  .footer .top .right .all-form-field .frm-group .drop > p span {
    margin-left: 5px;
  }
}
.footer .top .right .all-form-field .frm-group .drop > p img {
  width: 24px;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .footer .top .right .all-form-field .frm-group .drop > p img {
    width: 20px;
  }
}
.footer .bottom {
  padding: 57px 5.4166666667%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1600px) {
  .footer .bottom {
    padding: 20px 4.6875%;
  }
}
@media (max-width: 768px) {
  .footer .bottom {
    flex-direction: column;
  }
}
.footer .bottom:after {
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.footer .bottom .left a {
  display: inline-block;
  margin-right: 46.89px;
}
@media (max-width: 1600px) {
  .footer .bottom .left a {
    width: 110px;
    margin-right: 20px;
  }
}
.footer .bottom .left a:last-child {
  margin-right: 0;
  width: 219.572px;
}
@media (max-width: 1600px) {
  .footer .bottom .left a:last-child {
    width: 150px;
  }
}
.footer .bottom .left a svg {
  display: block;
  width: 100%;
}
.footer .bottom .right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .bottom .right {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .footer .bottom .right {
    flex-direction: column;
  }
}
.footer .bottom .right a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.14px;
  margin-right: 60px;
}
@media (max-width: 1600px) {
  .footer .bottom .right a {
    font-size: 13px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .footer .bottom .right a {
    font-size: 11px;
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .footer .bottom .right a {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.footer .bottom .right a:last-child {
  margin-right: 0;
}
.footer .bottom .right a .icon {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .footer .bottom .right a .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .footer .bottom .right a .icon img {
    max-width: 80%;
  }
}

/*-----*/
.h-section7 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 4.1666666667%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .h-section7 {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 576px) {
  .h-section7 {
    padding: 30px 15px 40px;
  }
}
.h-section7 .top {
  padding: 0 6.25%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .h-section7 .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .h-section7 .top {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .h-section7 .top {
    flex-direction: column;
  }
}
.h-section7 .top .select {
  position: relative;
  background: #E349B9;
  width: 275px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .h-section7 .top .select {
    height: 40px;
    width: 245px;
  }
}
@media (max-width: 1024px) {
  .h-section7 .top .select {
    width: 230px;
  }
}
@media (max-width: 576px) {
  .h-section7 .top .select {
    height: 35px;
  }
}
.h-section7 .top .select.active .down {
  opacity: 1;
}
.h-section7 .top .select.active img {
  transform: rotate(180deg);
}
.h-section7 .top .select > p {
  text-transform: uppercase;
}
.h-section7 .top .select > p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 22.5px */
}
@media (max-width: 1600px) {
  .h-section7 .top .select > p {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .h-section7 .top .select > p {
    font-size: 12px;
  }
}
.h-section7 .top .select img {
  transition: all 0.5s ease;
  width: 23.04px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .h-section7 .top .select img {
    width: 20px;
  }
}
.h-section7 .top .select .down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #0B1B4C;
  opacity: 0;
}
.h-section7 .top .select .down p {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}
@media (max-width: 1600px) {
  .h-section7 .top .select .down p {
    font-size: 11px;
  }
}
.h-section7 .top .select .down p:last-child {
  border-bottom: none;
}
.h-section7 .top .select .down p a {
  text-decoration: none;
  color: #FFF;
}
@media (max-width: 576px) {
  .h-section7 .top .title_d {
    text-align: center;
    margin-bottom: 15px;
  }
}
.h-section7 .bottom {
  background: #fff;
  display: flex;
}
@media (max-width: 768px) {
  .h-section7 .bottom {
    flex-direction: column;
  }
}
.h-section7 .bottom .left {
  width: 68.1818181818%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .left {
    min-height: 550px;
  }
}
@media (max-width: 1024px) {
  .h-section7 .bottom .left {
    padding-bottom: 70px;
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .h-section7 .bottom .left {
    width: 100%;
    flex-direction: column;
    padding-bottom: 0;
    min-height: 420px;
  }
}
@media (max-width: 576px) {
  .h-section7 .bottom .left {
    min-height: 220px;
  }
}
.h-section7 .bottom .left .svg {
  width: 100%;
  height: 100%;
}
.h-section7 .bottom .left .floor {
  position: relative;
  display: none;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.h-section7 .bottom .left .floor.active {
  display: block;
}
.h-section7 .bottom .left .floor img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.h-section7 .bottom .left svg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.h-section7 .bottom .left svg path {
  transition: all 0.5s ease;
  opacity: 0;
  cursor: pointer;
}
.h-section7 .bottom .left svg path.active {
  opacity: 1;
}
.h-section7 .bottom .left .note {
  position: absolute;
  left: 4.3333333333%;
  bottom: 41px;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .left .note {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .h-section7 .bottom .left .note {
    position: relative;
    left: unset;
    bottom: unset;
    display: none;
  }
}
.h-section7 .bottom .note > p {
  color: #0B1B4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.12px;
  margin-bottom: 25px;
  opacity: 0.75;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .note > p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .h-section7 .bottom .note > p {
    font-size: 10px;
    line-height: 140%;
  }
}
@media (max-width: 768px) {
  .h-section7 .bottom .note > p {
    text-align: center;
  }
}
.h-section7 .bottom .note > span {
  color: #0B1B4C;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 22.5px */
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .note > span {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .h-section7 .bottom .note > span {
    text-align: center;
    width: 100%;
  }
}
.h-section7 .bottom .note .list {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
@media (max-width: 768px) {
  .h-section7 .bottom .note .list {
    margin: 0 auto;
  }
}
.h-section7 .bottom .note .list.t1 {
  width: 100%;
}
@media (max-width: 576px) {
  .h-section7 .bottom .note .list.t1 .item {
    justify-content: center;
  }
}
.h-section7 .bottom .note .list.t1 .item p {
  width: 90px;
}
.h-section7 .bottom .note .list.t20 {
  width: 100%;
  flex-direction: column;
}
.h-section7 .bottom .note .list.t20 .item {
  width: 100%;
}
@media (max-width: 576px) {
  .h-section7 .bottom .note .list.t20 .item {
    justify-content: center;
  }
}
.h-section7 .bottom .note .list.t20 .item p {
  width: 180px;
}
@media (max-width: 576px) {
  .h-section7 .bottom .note .list.t20 .item p {
    width: 140px;
  }
}
.h-section7 .bottom .note .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 50%;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .note .list .item {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .h-section7 .bottom .note .list .item {
    width: 100%;
  }
}
.h-section7 .bottom .note .list .item p {
  color: #0B1B4C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 140px;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .note .list .item p {
    font-size: 10px;
    width: 115px;
  }
}
.h-section7 .bottom .note .list .item span {
  width: 40px;
  height: 16px;
  display: inline-block;
  background: #E6D1B9;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .note .list .item span {
    height: 14px;
  }
}
.h-section7 .bottom .note .list .item span:nth-child(3) {
  background: #B8C9DB;
  margin-left: 8px;
}
.h-section7 .bottom .note .list .item:nth-child(2) span {
  background: #F8CAD5;
}
.h-section7 .bottom .note .list .item:nth-child(3) span {
  background: #8A99BD;
}
.h-section7 .bottom .note .list .item:nth-child(4) span {
  background: #D3C5D6;
}
.h-section7 .bottom .right {
  width: 31.8181818182%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-left: 40px;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .right {
    padding-top: 35px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .h-section7 .bottom .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 30px;
  }
}
.h-section7 .bottom .right .name {
  color: #0B1B4C;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 22.5px */
  margin-bottom: 15px;
}
.h-section7 .bottom .right ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .right ul {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .h-section7 .bottom .right ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .h-section7 .bottom .right ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .h-section7 .bottom .right ul {
    align-items: flex-start;
  }
}
.h-section7 .bottom .right ul li {
  color: #0B1B4C;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 22.5px */
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .h-section7 .bottom .right ul li {
    font-size: 12px;
  }
}
.h-section7 .bottom .right ul li:last-child {
  margin-bottom: 0;
}
.h-section7 .bottom .right ul li span {
  font-weight: 400;
  display: inline-block;
  width: 170px;
}
@media (max-width: 576px) {
  .h-section7 .bottom .right ul li span {
    text-align: left;
    padding-left: 30px;
  }
}
.h-section7 .bottom .right img {
  display: block;
  margin: 0 auto;
  height: 314px;
  object-fit: contain;
}
@media (max-width: 1600px) {
  .h-section7 .bottom .right img {
    height: 224px;
  }
}
.h-section7 .bottom .right img.not {
  opacity: 0;
  max-width: 50%;
}
@media (max-width: 576px) {
  .h-section7 .bottom .right img.not {
    display: none;
  }
}
.h-section7 .bottom > .note {
  display: none;
}
@media (max-width: 768px) {
  .h-section7 .bottom > .note {
    display: block;
    margin-bottom: 30px;
  }
}

.h-section4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4.1666666667% 40px;
}
@media (max-width: 1024px) {
  .h-section4 {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 576px) {
  .h-section4 {
    padding: 30px 15px 40px;
  }
}
.h-section4 .content {
  display: flex;
}
@media (max-width: 768px) {
  .h-section4 .content {
    flex-direction: column-reverse;
  }
}
.h-section4 .content .left {
  width: 21.5340909091%;
}
@media (max-width: 768px) {
  .h-section4 .content .left {
    width: 100%;
    padding-top: 30px;
  }
}
.h-section4 .content .left .title_d {
  margin-bottom: 35px;
  line-height: 125%;
}
@media (max-width: 1600px) {
  .h-section4 .content .left .title_d {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .h-section4 .content .left .title_d {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .h-section4 .content .left .title_d {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .h-section4 .content .left .swiper {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .h-section4 .content .left .swiper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .h-section4 .content .left .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
}
.h-section4 .content .left .swiper-slide p {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .h-section4 .content .left .swiper-slide p {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .h-section4 .content .left .swiper-slide p {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .h-section4 .content .left .swiper-slide p {
    width: 50%;
  }
}
.h-section4 .content .left .swiper-slide p:last-child {
  margin-bottom: 0;
}
.h-section4 .content .left .swiper-slide p span {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: #BF52FF;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .h-section4 .content .left .swiper-slide p span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 10px;
  }
}
.h-section4 .content .left .button {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .h-section4 .content .left .button {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .h-section4 .content .left .button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .h-section4 .content .left .button {
    margin: 20px auto 0;
    width: max-content;
  }
}
.h-section4 .content .left .button div {
  position: unset;
  margin-top: unset;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .h-section4 .content .left .button div {
    width: 18px;
    height: 18px;
  }
}
.h-section4 .content .left .button div::after {
  display: none;
}
@media (max-width: 1024px) {
  .h-section4 .content .left .button div.swiper-button-prev {
    margin-right: 10px;
  }
}
.h-section4 .content .left .button div.swiper-button-prev img {
  transform: rotate(180deg);
}
.h-section4 .content .right {
  width: 78.4659090909%;
  display: flex;
}
@media (max-width: 768px) {
  .h-section4 .content .right {
    width: 100%;
  }
}
.h-section4 .content .right svg, .h-section4 .content .right img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .h-section4 .content .right svg, .h-section4 .content .right img {
    margin-top: unset;
  }
}

.title_d {
  font-size: 45px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150%;
  /* 67.5px */
  text-transform: uppercase;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .title_d {
    font-size: 35px !important;
  }
}
@media (max-width: 1024px) {
  .title_d {
    font-size: 25px !important;
  }
}
@media (max-width: 576px) {
  .title_d {
    font-size: 20px !important;
  }
}

#content {
  background-color: #132765;
}

@media (min-width: 1025px) {
  section {
    height: 100vh;
  }
}

.home-page {
  overflow: hidden;
}

.h-section1 {
  position: relative;
}
@media (max-width: 1024px) {
  .h-section1 {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .h-section1 {
    height: 100vh;
  }
}
.h-section1 .decor {
  position: absolute;
  z-index: 2;
}
@media (max-width: 576px) {
  .h-section1 .decor {
    display: none;
  }
}
.h-section1 .decor1 {
  bottom: 0;
  left: 0;
  width: 11.9791666667%;
}
.h-section1 .decor2 {
  top: 0;
  right: 0;
  width: 12.7083333333%;
}
.h-section1 .decor3 {
  top: 18.5714285714%;
  left: 4.1666666667%;
  width: 31.25%;
}
.h-section1 .decor4 {
  top: 17.0408163265%;
  left: 6.6666666667%;
  width: 30.8333333333%;
}
.h-section1 .bg,
.h-section1 .bg-mobi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media (max-width: 576px) {
  .h-section1 .bg {
    display: none;
  }
}
.h-section1 .bg-mobi {
  display: none;
  object-position: top center;
}
@media (max-width: 576px) {
  .h-section1 .bg-mobi {
    display: block;
  }
}
.h-section1 .text {
  position: absolute;
  z-index: 3;
  top: 32.5510204082%;
  left: 8.3333333333%;
  width: 22.8645833333%;
  text-align: center;
  color: #FFF;
}
@media (max-width: 1366px) {
  .h-section1 .text {
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .h-section1 .text {
    top: 26.5306122449%;
    left: 30px;
  }
}
@media (max-width: 576px) {
  .h-section1 .text {
    top: 20.6578947368%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.h-section1 .text .title {
  text-shadow: 0px 0px 9px #FF00B9;
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
  /* 67.5px */
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .h-section1 .text .title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .h-section1 .text .title {
    font-size: 32px;
  }
}
.h-section1 .text .sub_title {
  font-family: "NVN-Motherland-Signature.ttf";
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  margin-top: -16px;
  filter: drop-shadow(0px 0px 6px #FF00B9);
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .h-section1 .text .sub_title {
    font-size: 40px;
    margin-top: -12px;
  }
}
@media (max-width: 576px) {
  .h-section1 .text .sub_title {
    font-size: 35px;
  }
}
.h-section1 .text .des1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
  /* 67.5px */
  text-transform: uppercase;
  margin-top: -20px;
  white-space: nowrap;
  margin-left: 20px;
}
.h-section1 .text .des1 span {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .h-section1 .text .des1 {
    font-size: 34px;
    margin-top: -12px;
  }
  .h-section1 .text .des1 span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .h-section1 .text .des1 {
    font-size: 32px;
    margin-left: 0;
  }
  .h-section1 .text .des1 span {
    font-size: 16px;
  }
}
.h-section1 .text .des2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
  margin-right: 31px;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .h-section1 .text .des2 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .h-section1 .text .des2 {
    font-size: 15px;
    margin-right: 0;
  }
}
.h-section1 .khampha {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  bottom: 32px;
  left: 16.40625%;
}
@media (max-width: 1600px) {
  .h-section1 .khampha {
    font-size: 13px;
    left: 14.40625%;
  }
}
@media (max-width: 768px) {
  .h-section1 .khampha {
    display: none;
  }
}
.h-section1 .khampha img {
  margin-top: 8px;
}
@media (max-width: 1600px) {
  .h-section1 .khampha img {
    width: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 1024px) {
  .h-section1 .khampha img {
    margin-top: 0px;
  }
}

.h-section2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: #132765;
}
@media (max-width: 1024px) {
  .h-section2 {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .h-section2 {
    padding: 40px 0;
  }
}
.h-section2 .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}
.h-section2 .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 820px) {
  .h-section2 .inner {
    flex-direction: column;
  }
}
.h-section2 .inner .left {
  width: 48.9583333333%;
  padding-left: 4.1666666667%;
  box-sizing: border-box;
  line-height: 0;
}
@media (max-width: 820px) {
  .h-section2 .inner .left {
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .h-section2 .inner .left {
    padding: 0 15px;
  }
}
.h-section2 .inner .left .title_gradient_def {
  padding-left: 11.7021276596%;
}
@media (max-width: 1600px) {
  .h-section2 .inner .left .title_gradient_def {
    padding-left: 8.5106382979%;
  }
}
@media (max-width: 1024px) {
  .h-section2 .inner .left .title_gradient_def {
    padding-left: 0;
  }
}
.h-section2 .inner .left .description {
  list-style: none;
  padding-left: 11.7021276596%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0;
}
@media (max-width: 1600px) {
  .h-section2 .inner .left .description {
    margin: 22px 0;
    padding-left: 8.5106382979%;
  }
}
@media (max-width: 1024px) {
  .h-section2 .inner .left .description {
    padding-left: 0;
  }
}
.h-section2 .inner .left .description li {
  width: 40%;
  display: flex;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 1600px) {
  .h-section2 .inner .left .description li {
    margin-bottom: 10px;
    width: 47%;
  }
}
@media (max-width: 576px) {
  .h-section2 .inner .left .description li {
    width: 100% !important;
  }
}
.h-section2 .inner .left .description li span {
  color: #FFF;
  font-size: 15px;
  line-height: 150%;
  /* 22.5px */
}
.h-section2 .inner .left .description li span:nth-of-type(1) {
  font-weight: 400;
  width: 108px;
}
.h-section2 .inner .left .description li span:nth-of-type(2) {
  font-weight: 600;
  width: calc(100% - 108px);
}
@media (max-width: 1600px) {
  .h-section2 .inner .left .description li span {
    font-size: 13px;
  }
  .h-section2 .inner .left .description li span:nth-of-type(1) {
    width: 98px;
  }
  .h-section2 .inner .left .description li span:nth-of-type(2) {
    width: calc(100% - 98px);
  }
}
.h-section2 .inner .left .description li:nth-of-type(2n) {
  width: 57.3333333333%;
}
@media (max-width: 1600px) {
  .h-section2 .inner .left .description li:nth-of-type(2n) {
    width: 52%;
  }
}
.h-section2 .inner .left .description li:nth-of-type(7) span:nth-of-type(1) {
  width: 0;
}
.h-section2 .inner .left .description li:nth-of-type(7) span:nth-of-type(2) {
  width: 100%;
}
.h-section2 .inner .left .img {
  width: 100%;
  aspect-ratio: 860/472;
  object-fit: cover;
  line-height: 0;
  margin-bottom: 4.0816326531%;
}
@media (max-width: 1600px) {
  .h-section2 .inner .left .img {
    aspect-ratio: 860/422;
  }
}
.h-section2 .inner .right {
  width: 48.9583333333%;
  display: flex;
  align-items: flex-end;
}
.h-section2 .inner .right img {
  width: 100%;
  aspect-ratio: 940/820;
  object-fit: cover;
  line-height: 0;
}
@media (max-width: 1600px) {
  .h-section2 .inner .right img {
    aspect-ratio: 940/770;
  }
}
@media (max-width: 820px) {
  .h-section2 .inner .right {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .h-section2 .inner .right {
    padding: 0 15px;
  }
}

.h-section3 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: #132765;
  padding: 0 4.1666666667% 7.34vh;
}
@media (max-width: 1600px) {
  .h-section3 {
    padding: 0 4.1666666667% 3.34vh;
  }
}
@media (max-width: 1024px) {
  .h-section3 {
    padding: 60px 30px;
  }
}
@media (max-width: 576px) {
  .h-section3 {
    padding: 35px 15px;
  }
}
.h-section3 .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}
.h-section3 .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1024px) {
  .h-section3 .inner {
    flex-direction: column;
  }
}
.h-section3 .inner .left {
  position: relative;
  width: 63.6363636364%;
  display: flex;
  align-items: flex-end;
}
.h-section3 .inner .left::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
}
.h-section3 .inner .left img {
  width: 100%;
  aspect-ratio: 1120/740;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .h-section3 .inner .left {
    width: 57.9545454545%;
  }
  .h-section3 .inner .left img {
    aspect-ratio: 1020/760;
  }
}
@media (max-width: 1024px) {
  .h-section3 .inner .left {
    width: 100%;
    order: 2;
  }
}
.h-section3 .inner .right {
  width: 32.3863636364%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 16.65vh;
}
@media (max-width: 1600px) {
  .h-section3 .inner .right {
    width: 38.0681818182%;
  }
}
@media (max-width: 1024px) {
  .h-section3 .inner .right {
    width: 100%;
    order: 1;
    padding: 0 0 35px;
  }
}
@media (max-width: 576px) {
  .h-section3 .inner .right {
    padding: 0 0 25px;
  }
}
@media (max-width: 576px) {
  .h-section3 .inner .right .title_shadow_def {
    text-align: center;
  }
}
.h-section3 .inner .right .sub_title {
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  text-transform: uppercase;
  margin-top: 10px;
}
.h-section3 .inner .right .sub_title span {
  color: #fff;
  font-family: "NVN-Motherland-Signature.ttf";
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  filter: drop-shadow(0px 0px 6px #FF00B9);
  margin-left: 17px;
  text-transform: capitalize;
  margin-top: -10px;
}
@media (max-width: 1600px) {
  .h-section3 .inner .right .sub_title {
    font-size: 20px;
  }
  .h-section3 .inner .right .sub_title span {
    font-size: 38px;
    line-height: 1.75;
    margin-left: 14px;
  }
}
@media (max-width: 576px) {
  .h-section3 .inner .right .sub_title {
    font-size: 13px;
    justify-content: center;
  }
  .h-section3 .inner .right .sub_title span {
    font-size: 30px;
    margin-left: 5px;
  }
}
.h-section3 .inner .right .description {
  margin-top: 27px;
}
.h-section3 .inner .right .description strong {
  font-weight: 600;
}
.h-section3 .inner .right .description p {
  margin-bottom: 16px;
}
.h-section3 .inner .right .description p:last-child {
  margin-bottom: 0;
}
.h-section3 .inner .right .description ul {
  padding: 0;
  list-style: none;
}
.h-section3 .inner .right .description ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
}
.h-section3 .inner .right .description ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-image: url(./assets/images/home/dot.png);
  background-size: 12px 12px;
}
@media (max-width: 1600px) {
  .h-section3 .inner .right .description {
    margin-top: 16px;
  }
  .h-section3 .inner .right .description p {
    margin-bottom: 12px;
  }
  .h-section3 .inner .right .description ul li {
    margin-bottom: 12px;
  }
}

.h-section5 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #132765;
}
@media (max-width: 1024px) {
  .h-section5 {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .h-section5 {
    padding: 45px 0;
  }
}
.h-section5 .title_gradient_def br {
  display: none;
}
@media (max-width: 1600px) {
  .h-section5 .title_gradient_def img {
    width: 34px;
  }
}
@media (max-width: 576px) {
  .h-section5 .title_gradient_def {
    text-align: center;
  }
  .h-section5 .title_gradient_def br {
    display: block;
  }
  .h-section5 .title_gradient_def img {
    width: 28px;
  }
}
.h-section5 .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: contain;
}
.h-section5 .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding: 0 4.1666666667%;
  margin: 45px 0 8.2vh;
}
@media (max-width: 1600px) {
  .h-section5 .inner {
    margin: 30px 0;
  }
}
@media (max-width: 1024px) {
  .h-section5 .inner {
    padding: 0 60px;
  }
}
@media (max-width: 576px) {
  .h-section5 .inner {
    padding: 0 30px;
  }
}
.h-section5 .inner .swiper-button-prev,
.h-section5 .inner .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0;
}
.h-section5 .inner .swiper-button-prev::after,
.h-section5 .inner .swiper-button-next::after {
  filter: brightness(0) invert(1);
  font-size: 31px;
}
@media (max-width: 576px) {
  .h-section5 .inner .swiper-button-prev,
.h-section5 .inner .swiper-button-next {
    top: 30%;
  }
  .h-section5 .inner .swiper-button-prev::after,
.h-section5 .inner .swiper-button-next::after {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .h-section5 .inner .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 576px) {
  .h-section5 .inner .swiper-button-next {
    right: 0;
  }
}
.h-section5 .inner .swiper {
  position: relative;
  padding-bottom: 40px;
}
.h-section5 .inner .swiper .swiper-scrollbar {
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
}
.h-section5 .inner .swiper .swiper-scrollbar-drag {
  background: linear-gradient(94deg, #F8D56E 9.68%, #DA3C67 75.28%, #554F9C 134.76%);
}
.h-section5 .inner .swiper .swiper-slide {
  position: relative;
  line-height: 0;
}
.h-section5 .inner .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(8, 24, 79, 0.9);
  transition: all 0.35s ease;
}
@media (max-width: 1024px) {
  .h-section5 .inner .swiper .swiper-slide::before {
    display: none;
  }
}
.h-section5 .inner .swiper .swiper-slide .thumbnail {
  width: 100%;
  aspect-ratio: 560/580;
  object-fit: cover;
  object-position: center;
}
.h-section5 .inner .swiper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: 40px 6.2597809077% 32px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .h-section5 .inner .swiper .swiper-slide .text {
    position: relative;
    padding: 20px 15px 0 0;
  }
}
.h-section5 .inner .swiper .swiper-slide .text .label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}
.h-section5 .inner .swiper .swiper-slide .text .label span {
  display: inline-block;
  transition: all 0.3s ease;
}
.h-section5 .inner .swiper .swiper-slide .text .label span:nth-of-type(1) {
  font-family: "Canela-Medium.ttf";
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .h-section5 .inner .swiper .swiper-slide .text .label span:nth-of-type(1) {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .h-section5 .inner .swiper .swiper-slide .text .label span:nth-of-type(1) {
    font-size: 26px;
  }
}
.h-section5 .inner .swiper .swiper-slide .text .label span:nth-of-type(2) {
  margin-left: 8px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .h-section5 .inner .swiper .swiper-slide .text .label span:nth-of-type(2) {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .h-section5 .inner .swiper .swiper-slide .text .label span:nth-of-type(2) {
    font-size: 13px;
  }
}
.h-section5 .inner .swiper .swiper-slide .text .excerpt {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
  line-height: 150%;
  transition: all 0.35s ease;
}
@media (max-width: 1600px) {
  .h-section5 .inner .swiper .swiper-slide .text .excerpt {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .h-section5 .inner .swiper .swiper-slide .text .excerpt {
    font-size: 13px;
    margin-top: 12px;
    overflow: visible;
    opacity: 1;
    height: fit-content;
  }
}
.h-section5 .inner .swiper .swiper-slide-active::before, .h-section5 .inner .swiper .swiper-slide:hover::before {
  height: 100%;
}
.h-section5 .inner .swiper .swiper-slide-active .text .excerpt, .h-section5 .inner .swiper .swiper-slide:hover .text .excerpt {
  margin-top: 24px;
  overflow: visible;
  opacity: 1;
  height: fit-content;
}
@media (max-width: 1600px) {
  .h-section5 .inner .swiper .swiper-slide-active .text .excerpt, .h-section5 .inner .swiper .swiper-slide:hover .text .excerpt {
    margin-top: 12px;
  }
}

.h-section6 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #132765;
}
@media (max-width: 1024px) {
  .h-section6 {
    padding: 20px 0 40px;
  }
}
@media (max-width: 576px) {
  .h-section6 {
    padding: 0 0 30px;
  }
}
.h-section6 .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: contain;
}
.h-section6 .top {
  position: relative;
  z-index: 2;
  padding: 0 4.1666666667%;
  margin-bottom: 5vh;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.h-section6 .top .left {
  width: 63.6363636364%;
  text-align: center;
}
@media (max-width: 1600px) {
  .h-section6 .top .left {
    width: 57.9545454545%;
  }
}
@media (max-width: 1024px) {
  .h-section6 .top .left {
    width: 100%;
  }
}
.h-section6 .top .left .sub_title {
  display: inline-block;
  margin-right: 12%;
  color: #FFF;
  font-family: "NVN-Motherland-Signature.ttf";
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  filter: drop-shadow(0px 0px 6px #FF00B9);
}
@media (max-width: 1600px) {
  .h-section6 .top .left .sub_title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .h-section6 .top .left .sub_title {
    font-size: 32px;
    margin-right: 0;
  }
}
.h-section6 .top .left .title_gradient_def {
  margin-top: -14px;
  margin-bottom: -10px;
}
.h-section6 .top .left .title_gradient_def br {
  display: none;
}
@media (max-width: 1600px) {
  .h-section6 .top .left .title_gradient_def {
    margin-top: -10px;
  }
}
@media (max-width: 576px) {
  .h-section6 .top .left .title_gradient_def {
    flex-direction: column;
    align-items: center;
  }
  .h-section6 .top .left .title_gradient_def br {
    display: block;
  }
}
.h-section6 .top .left .title_gradient_def span {
  margin-left: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.72px;
  background: transparent;
  background-clip: unset;
  -webkit-text-fill-color: initial;
}
@media (max-width: 1600px) {
  .h-section6 .top .left .title_gradient_def span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .h-section6 .top .left .title_gradient_def span {
    font-size: 16px;
  }
}
.h-section6 .top .right {
  width: 34.0909090909%;
}
@media (max-width: 1600px) {
  .h-section6 .top .right {
    width: 41.4772727273%;
  }
}
@media (max-width: 1024px) {
  .h-section6 .top .right {
    width: 100%;
    margin-top: 25px;
  }
}
.h-section6 .bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  line-height: 0;
  margin-bottom: 7vh;
}
@media (max-width: 1600px) {
  .h-section6 .bottom {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .h-section6 .bottom {
    padding: 0 15px;
    flex-direction: column;
  }
}
.h-section6 .bottom img {
  object-fit: cover;
  object-position: center;
}
.h-section6 .bottom img:nth-of-type(1) {
  width: 52.6041666667%;
  aspect-ratio: 1010/558;
  margin-right: 2.0833333333%;
}
@media (max-width: 1600px) {
  .h-section6 .bottom img:nth-of-type(1) {
    aspect-ratio: 1010/535;
  }
}
@media (max-width: 576px) {
  .h-section6 .bottom img:nth-of-type(1) {
    width: 100%;
  }
}
.h-section6 .bottom img:nth-of-type(2) {
  width: 41.1458333333%;
  aspect-ratio: 790/558;
}
@media (max-width: 1600px) {
  .h-section6 .bottom img:nth-of-type(2) {
    aspect-ratio: 790/535;
  }
}
@media (max-width: 576px) {
  .h-section6 .bottom img:nth-of-type(2) {
    width: 100%;
    margin-top: 15px;
  }
}

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