html {
  font-size: 2.3255813953vw;
}
@media screen and (min-width: 969px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
}

body {
  font-family: "SVN-Gilroy", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

img {
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

b, strong {
  font-weight: 700 !important;
}

/* Variable */
/* Font */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Alpha-Brights";
  src: url("../fonts/1FTV-VIP-Alpha-Brights.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Waltzing-Mathilde";
  src: url("../fonts/DFVN-TAN-WALTZING-MATHILDE.otf") format("opentype");
  font-display: swap;
}
.font-alpha {
  font-family: "Alpha-Brights", Arial, Helvetica, sans-serif;
}

.font-waltzing {
  font-family: "Waltzing-Mathilde", Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
  width: 1px;
}

#smooth-content {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.valuelayer-slide-item {
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 969px) {
  .valuelayer-slide-item:not(.slick-current) {
    transform: scale(0.7);
  }
  .valuelayer-slide-item:not(.slick-current) img {
    filter: grayscale(1);
  }
  .valuelayer-slide-item:not(.slick-current) .sub, .valuelayer-slide-item:not(.slick-current) .title {
    color: #8C847E !important;
  }
  .valuelayer-slide-item:not(.slick-current) .description {
    opacity: 0;
  }
}

.map-before::before {
  background: linear-gradient(180deg, rgba(247, 238, 222, 0.5) 0%, rgb(252, 248, 239) 50%, rgb(250, 245, 238) 100%);
}
@media screen and (min-width: 969px) {
  .map-before::before {
    background: linear-gradient(180deg, rgba(247, 238, 222, 0.5) 0%, rgb(247, 238, 222) 50%, rgb(250, 245, 238) 100%);
  }
}

.line-gradient::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.1) 100%);
}
@media screen and (min-width: 969px) {
  .line-gradient::before {
    content: "";
  }
}

.subdivision-item.active .mask {
  width: 52.9rem;
  height: 52.9rem;
  max-width: unset;
  opacity: 1;
  rotate: 0deg;
  transform: rotate(0deg);
}
@media screen and (min-width: 969px) {
  .subdivision-item.active .mask {
    width: 80rem;
    height: 80rem;
  }
}
.subdivision-item.active .figure {
  width: 23.4rem;
  height: 23.4rem;
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .subdivision-item.active .figure {
    width: 32rem;
    height: 32rem;
  }
}
.subdivision-item .mask {
  width: 40rem;
  height: 40rem;
  opacity: 0;
  will-change: transform, opacity;
  transition: 0.6s ease-in-out;
}
.subdivision-item .figure {
  width: 10rem;
  height: 10rem;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 968px) {
  .subdivision-item .figure {
    transition-delay: 0.5s;
  }
}

.section-connection-focus {
  position: relative;
}
.section-connection-focus::after {
  content: "";
  width: 100%;
  height: 58.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 24.52%, #EFDDC6 49.52%, #FCF8EF 79.33%, rgba(252, 248, 239, 0) 97.12%);
  position: absolute;
  top: -20rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .section-connection-focus::after {
    height: 130rem;
    top: -65rem;
  }
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tienich-slide .slider-grid {
  height: 34rem;
  color: #ffffff;
}
@media screen and (min-width: 969px) {
  .tienich-slide .slider-grid {
    height: 67rem;
  }
}
.tienich-slide .slide-item img {
  height: 23rem;
}
@media screen and (min-width: 969px) {
  .tienich-slide .slide-item img {
    height: 56.9rem;
  }
}
@media screen and (min-width: 969px) {
  .tienich-slide .slide-item.small:not(.left)::after {
    content: "";
    position: absolute;
    bottom: 10rem;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(1, 160, 188, 0) 0%, #0092AF 100%);
  }
  .tienich-slide .slide-item.small:not(.left) .slide-caption {
    padding: 0;
    margin-top: -4rem;
    justify-content: center;
  }
  .tienich-slide .slide-item.small:not(.left) .slide-number {
    opacity: 0.5;
    font-size: 8rem;
  }
  .tienich-slide .slide-item.small:not(.left) .slide-title {
    transform: translateX(100%);
    white-space: nowrap;
  }
}
.tienich-slide .slide-item .slide-caption {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: -2.5rem;
  gap: 1rem;
  padding-left: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 969px) {
  .tienich-slide .slide-item .slide-caption {
    margin-top: -7rem;
    padding-left: 4rem;
  }
}
.tienich-slide .slide-item .slide-number {
  font-size: 5rem;
  line-height: 1;
}
@media screen and (min-width: 969px) {
  .tienich-slide .slide-item .slide-number {
    width: 17rem;
    text-align: center;
    font-size: 13.2rem;
  }
}
.tienich-slide .slide-item .slide-title {
  position: relative;
  width: 60%;
  min-height: 4rem;
  bottom: -2rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 969px) {
  .tienich-slide .slide-item .slide-title {
    position: absolute;
    bottom: 0;
    left: 24rem;
    width: 83rem;
    min-height: auto;
    font-size: 3rem;
  }
}

.art-before-bg::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(1, 103, 144) 51%, rgb(1, 103, 144) 100%);
}

.section_operations .small {
  position: relative;
}
.section_operations .small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #D9D9D9 26.59%, #737373 100%);
  opacity: 0.5;
  z-index: 1;
}

@media screen and (min-width: 969px) {
  .slideNgheThuat .item:before, .slideNgheThuat .item::after {
    content: "";
    position: absolute;
  }
  .slideNgheThuat .item:before {
    display: block;
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
  }
  .slideNgheThuat .item::after {
    height: 100%;
    width: 1px;
    top: 0;
    left: 5.5rem;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.1) 100%);
  }
  .slideNgheThuat .item p {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 20rem;
    gap: 2rem;
  }
  .slideNgheThuat .item p::before, .slideNgheThuat .item p::after {
    content: "";
  }
  .slideNgheThuat .item p::before {
    position: absolute;
    bottom: 4.9rem;
    left: 0;
    width: 7rem;
    height: 1px;
    background-color: #ffffff;
  }
  .slideNgheThuat .item p::after {
    content: "";
    position: absolute;
    margin-right: 2rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 100%;
    left: 5rem;
    bottom: 4.5rem;
  }
  .slideNgheThuat .item p span {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .slideNgheThuat .item p span::after {
    content: "";
    display: block;
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
  }
}
.title-intro .char {
  padding: 0 3rem;
  margin: 0 -3rem;
}

svg .pulse {
  transform-origin: center;
  animation: pulse 2s ease-in-out infinite;
}
svg .pulse2 {
  animation: pulse2 2s ease-in-out infinite;
}
svg .bounce {
  animation: bounce 2s ease-in-out infinite;
}

.cloud-animate {
  animation: cloud_animate 5s ease-in-out infinite;
}

.cloud-animate-x {
  animation: cloud_animate_x 5s ease-in-out infinite;
}

.anchor-float {
  animation: anchorFloat 3s ease-in-out infinite;
}

.char {
  display: inline-block;
  overflow: unset;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.tang {
  animation: bound_tang 3s ease-in-out infinite;
}

.rotate-intro {
  animation: rotate_intro 3s linear infinite;
}

.scrollTarget {
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .scrollTarget:hover {
    transform: scale(1.02);
  }
}

@keyframes pulse {
  0%, 100% {
    r: 19;
  }
  50% {
    r: 30;
  }
}
@keyframes pulse2 {
  0%, 100% {
    r: 8;
  }
  50% {
    r: 15;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
@keyframes cloud_animate {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1rem) scale(1.01);
  }
}
@keyframes cloud_animate_x {
  0%, 100% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-1rem) scale(1.01);
  }
}
@keyframes anchorFloat {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@keyframes bound_tang {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2rem);
  }
}
@keyframes rotate_intro {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 9999;
}
.modal.active {
  display: flex;
}
.modal.fade .modal-overlay, .modal.fade .modal-close {
  opacity: 1;
}
.modal.fade .modal-content {
  opacity: 1;
  transform: translateY(0);
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: black;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 969px) {
  .modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: white;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 9;
}
@media screen and (min-width: 969px) {
  .modal-close {
    top: 4rem;
    right: 4rem;
    font-size: 2.2rem;
  }
}
.modal-close:hover svg {
  transform: rotate(180deg);
}
.modal-close svg {
  transition: 0.3s ease-in-out;
}
.modal-content {
  overflow: auto;
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.3s ease-in-out;
}

.arrowSlidePhankhu .btn-arrows:hover svg path {
  stroke: #ffffff;
}/*# sourceMappingURL=global.css.map */