@charset "UTF-8";
body {
  overflow-x: hidden;
}

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,
label,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

:focus {
  outline: none !important;
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

.tg_header a,
.tg_content a,
.tg_footer a {
  text-decoration: none;
}

.tg_header,
.tg_content,
.tg_footer {
  font-size: 1.6rem;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}
html.tg_menu_show {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  margin: 0 !important;
  font-weight: 300;
}
@media (max-width: 1024px) {
  body.tg_home .progress-wrap {
    display: block;
  }
}
body.tg_home {
  top: initial;
}
body.tg_home header {
  min-height: auto;
}
body.tg_home.tg_home_ovf {
  overflow: hidden;
}

.tg_container {
  width: 100%;
  max-width: 155rem;
  padding: 0rem 1.6rem;
  margin: 0 auto;
}

.tg_container.time_line_about_us {
  position: relative !important;
}

.hv-btn-style-1 {
  position: relative;
  overflow: hidden;
}

.hv-btn-style-1 em {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #ffdd65;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
}

.hv-btn-style-1 span {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  justify-content: center;
}

.hv-btn-style-1 img {
  transition: all 0.5s;
}

.hv-btn-style-1:hover img {
  transform: translateX(5px);
}

.hv-btn-style-1:hover em {
  transform: translateY(0) scale(2);
}

.hv-btn-style-1 em:nth-child(1) {
  --n: 1;
}

.hv-btn-style-1 em:nth-child(2) {
  --n: 2;
}

.hv-btn-style-1 em:nth-child(3) {
  --n: 3;
}

.hv-btn-style-1 em:nth-child(4) {
  --n: 4;
}

.pt12 {
  padding: 12rem 0 0 0;
}
@media (max-width: 1024px) {
  .pt12 {
    padding: 4rem 0 0 0;
  }
}

.pb12 {
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .pb12 {
    padding: 0 0 4rem 0;
  }
}

.pt_pb_12 {
  padding: 12rem 0;
}
@media (max-width: 1024px) {
  .pt_pb_12 {
    padding: 4rem 0;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  #fullpage #section0 {
    min-height: 55rem;
  }
  #fullpage #section0 .tg_textwidget_wrap_list {
    margin: 3rem auto 0 auto !important;
  }
}
.progress-wrap {
  position: fixed;
  right: 39px;
  bottom: 41px;
  height: 54px;
  width: 54px;
  cursor: pointer;
  display: block;
  border-radius: 5rem;
  box-shadow: inset 0 0 0 0.02rem #e6eef8;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #fff;
}
@media (max-width: 1024px) {
  .progress-wrap {
    width: 4.4rem;
    height: 4.4rem;
    right: 15px;
    bottom: 20px;
  }
}
.progress-wrap .mycom-wrap-scrolltop {
  position: absolute;
  top: -23px;
  left: -23px;
  width: 100px;
  height: 100px;
}
@media (max-width: 1024px) {
  .progress-wrap .mycom-wrap-scrolltop {
    display: none;
  }
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap.active-progress.tg_pos_bottom {
  bottom: 220px;
}
@media (max-width: 1024px) {
  .progress-wrap.active-progress.tg_pos_bottom {
    bottom: 280px;
  }
}
.progress-wrap::after {
  position: absolute;
  content: url("../images/icon_scroll_top_2024.svg");
  text-align: center;
  line-height: 54px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 1024px) {
  .progress-wrap::after {
    line-height: 4.4rem;
  }
}
.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #007fe3;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.show_test_menu {
  position: fixed;
  left: 5px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #0066b2;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  top: 110px;
  font-weight: 600;
}

.qb_test_menu {
  position: fixed;
  left: 50px;
  top: 170px;
  z-index: 99999;
  margin: 0px auto;
  width: 100%;
  background: #0066b2;
  max-width: 500px;
  display: none;
  padding: 0px 20px;
}

.qb_test_menu h3 {
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}

.qb_test_menu ul li {
  width: 50%;
  float: left;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.qb_test_menu ul li a {
  color: #fff;
  font-size: 14px;
}

/*END CSS SHOW MENU*/
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
@media (max-width: 1024px) {
  .cb-cursor {
    display: none;
  }
}

.cb-cursor span {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion span,
  .cb-cursor.-opaque span {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal span,
.cb-cursor.-text span {
  background: #fff;
}

.cb-cursor.blue_cursor span {
  background: #007fe3 !important;
}
.cb-cursor.blue_cursor span::before, .cb-cursor.blue_cursor span::after {
  color: #007fe3 !important;
}
.cb-cursor.blue_cursor .cb-cursor-text {
  color: #fff !important;
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible.-active span {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer span {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}

.cb-cursor.-text span {
  opacity: 0.85;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  background: url(../images/mycom-loyal-arr-left-black.svg) no-repeat;
  width: 8px;
  height: 16px;
}

.cb-cursor.-text span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  background: url(../images/mycom-loyal-arr-right-black.svg) no-repeat;
  width: 8px;
  height: 16px;
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text.-active span {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque span {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg span {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cb-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.cb-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}
.cb-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}
.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}
.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}

.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cb-demo-item span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.tooltip {
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: normal; /* Cho phép tooltip xuống dòng nếu dài */
  max-width: 375px; /* Chiều rộng tối đa của tooltip */
  text-align: center; /* Căn giữa nội dung bên trong tooltip */
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Đảm bảo tooltip không can thiệp vào sự kiện */
  word-wrap: break-word; /* Tự động xuống dòng nếu quá dài */
}
.tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid black;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-ct-pc .wrap_button_swiper {
  border: 0;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .swiper-ct-pc .wrap_button_swiper {
    border: none;
  }
}
.swiper-ct-pc .pagination-swipe {
  display: none;
}
@media (max-width: 1024px) {
  .swiper-ct-pc .pagination-swipe {
    display: block;
  }
}
.swiper-ct-pc .button-swiper {
  width: 6.4rem;
  height: 6.4rem;
  border: 0.1rem solid #007fe3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.swiper-ct-pc .button-swiper svg {
  z-index: 1;
}
@media (max-width: 1024px) {
  .swiper-ct-pc .button-swiper svg:first-child {
    display: none;
  }
}
.swiper-ct-pc .button-swiper svg:nth-child(2) {
  display: none;
}
@media (max-width: 1024px) {
  .swiper-ct-pc .button-swiper svg:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .swiper-ct-pc .button-swiper {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (max-width: 1024px) {
  .swiper-ct-pc .button-swiper {
    width: auto;
    height: auto;
    border: none;
    background: none;
  }
  .swiper-ct-pc .button-swiper svg:first-child {
    display: none;
  }
}

.tg-btn-hv-type1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
}
.tg-btn-hv-type1 svg {
  position: relative;
}
.tg-btn-hv-type1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #007fe3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s linear;
}
@media (max-width: 1024px) {
  .tg-btn-hv-type1::before {
    background: none;
  }
}
.tg-btn-hv-type1:hover {
  background: #007fe3;
  color: #fff;
}
.tg-btn-hv-type1:hover::before {
  width: 200%;
  height: 200%;
  transition: all 0.5s;
}
.tg-btn-hv-type1:hover svg path,
.tg-btn-hv-type1:hover svg rect {
  fill: #fff;
}
@media (max-width: 1024px) {
  .tg-btn-hv-type1:hover {
    background: none;
  }
}

.tg_social_area li.tg_social_fb a:hover {
  background: #0862f7;
  border: 1px solid #0862f7;
}
.tg_social_area li.tg_social_fb a::before {
  background-color: #0862f7;
}
.tg_social_area li.tg_social_linked a:hover {
  background: #0173b1;
  border: 1px solid #0173b1;
}
.tg_social_area li.tg_social_linked a::before {
  background-color: #0173b1;
}
.tg_social_area li.tg_social_tikok a:hover {
  background: #000;
  border: 1px solid #000;
}
.tg_social_area li.tg_social_tikok a::before {
  background-color: #000;
}

.select_wrap .show_choice {
  position: relative;
}
.select_wrap .select_ul {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 11rem;
  top: 4rem;
  display: none;
  left: -6.5rem;
  z-index: 9;
  border-radius: 1rem;
  box-shadow: 0px 20px 80px 0px rgba(31, 68, 122, 0.1607843137);
}
.select_wrap .select_ul::before {
  position: absolute;
  content: "";
}
.select_wrap .select_ul li a {
  display: inline-block;
  width: 100%;
  padding: 11px 20px;
  transition: all 0.3s;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1a1919;
  font-weight: 400;
  font-style: normal;
  display: flex;
  gap: 1rem;
  cursor: pointer;
}
.select_wrap .select_ul li:nth-child(1) {
  border-radius: 1rem 1rem 0 0;
}
.select_wrap .select_ul li:last-child {
  border-radius: 0 0 1rem 1rem;
}
.select_wrap .select_ul li:hover, .select_wrap .select_ul li.tg_active {
  background: #36a7ff;
  color: #fff;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .select_wrap .select_ul li {
    padding: 0.4rem 2rem;
  }
}
.select_wrap.tag_active .select_ul {
  display: block !important;
}

.tg_pop_search {
  webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  height: 100vh;
  padding: 0 1.6rem;
  background-color: rgba(0, 0, 0, 0.8);
  flex-wrap: wrap;
  overflow: auto;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.tg_pop_search.tg_active {
  opacity: 1;
  transform: scale(1);
}
.tg_pop_search .tg_ctpops {
  max-width: 1000px;
  width: 100%;
}
.tg_pop_search .tg_ctpops form {
  width: 100%;
  position: relative;
}
.tg_pop_search .tg_ctpops form label {
  display: none;
}
.tg_pop_search .tg_ctpops form input[type=search] {
  width: 100%;
  padding: 30px 90px 30px 30px;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  color: #000;
}
.tg_pop_search .tg_ctpops form input[type=search]:placeholder {
  font-style: italic;
  color: #adadad;
}
.tg_pop_search .tg_ctpops form input[type=submit] {
  background: url(../images/search-removebg-preview.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 27px;
  right: 23px;
  text-indent: -9999px;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.tg_pop_search .tg_ctpops button {
  position: absolute;
  cursor: pointer;
  border: none;
  background: transparent;
  top: 40px;
  right: 16px;
  margin: -18px 0px 0px 0px;
  padding: 0;
}
.tg_pop_search .tg_ctpops button svg {
  width: 40px;
  height: 38px;
}
.tg_pop_search .tg_ctpops button svg path,
.tg_pop_search .tg_ctpops button svg circle {
  stroke: #000;
}
.tg_pop_search .tg_ctpops .list_group {
  position: relative;
}
.tg_pop_search .tg_close_pop {
  position: absolute;
  top: 60px;
  right: 30px;
  cursor: pointer;
  max-width: 20px;
}

.pd_sec_40 {
  padding: 4rem 0rem;
}
@media (max-width: 1024px) {
  .pd_sec_40 {
    padding: 2rem 0rem;
  }
}

.click-ul-tog {
  position: relative;
}

.click-ul-tog .ul-tog {
  position: absolute;
  background: #fff;
  z-index: 2;
  width: 13rem;
  left: -7.9rem;
  display: none;
  top: 3.7rem;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0;
  border-radius: 0.7rem;
}
.click-ul-tog .ul-tog::before {
  content: "";
  position: absolute;
  background: #fff;
  transform: translateX(-53%) rotate(-135deg);
  z-index: 2;
  width: 1.3rem;
  height: 1.3rem;
  border: 0.1rem solid #ccc;
  border-width: 0 0.1rem 0.1rem 0;
  border-top-left-radius: 100%;
  top: -0.7rem;
  right: 1.5rem;
  margin: 0 auto;
}
.click-ul-tog .ul-tog li a {
  display: flex;
  padding: 1rem;
  gap: 0.7rem;
  color: #000;
}

.swiper-control {
  display: table;
  margin: 50px auto 0 auto;
}
@media (max-width: 1024px) {
  .swiper-control {
    margin: 2.3rem auto 0 auto;
  }
}

.swiper-control .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 5px;
  background: #33a3ff;
}

.swiper-pagination {
  position: relative;
  top: initial;
  left: initial;
  width: auto;
  text-align: left;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next {
  right: -60px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #f06924;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 16px;
  height: 12px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #f06924;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #fff;
}

.tg_pagination {
  display: table;
  margin: 0px auto 0px auto;
  clear: both;
  padding: 6rem 0 3rem 0;
}
.tg_pagination span.current {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  color: #fff;
  background: #195442;
  text-align: center;
  font-size: 14px;
  margin: 0 1rem;
}
@media (max-width: 1024px) {
  .tg_pagination span.current {
    margin: 0 0.4rem;
  }
}
.tg_pagination a {
  color: #000;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .tg_pagination a {
    margin: 0 0.4rem;
  }
}
.tg_pagination .dots {
  margin: 0 1rem;
}
@media (max-width: 1024px) {
  .tg_pagination .dots {
    margin: 0 0.4rem;
  }
}
@media (max-width: 1024px) {
  .tg_pagination {
    padding: 3rem 0rem 0rem 0rem;
  }
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

#menu_mobile_full {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -100%;
  background: url(../images/menu-mobile-bg-09102025.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menu_mobile_full {
    background: linear-gradient(180deg, #44b4f0 0%, #007fe3 100%);
  }
}
#menu_mobile_full .menu_mobile_full_bg {
  height: 100%;
  position: relative;
  padding: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu_mobile_full .menu_mobile_full_bg_top_logo {
  display: flex;
  justify-content: center;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul {
  padding: 0 1.6rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul > li.menu-item-has-children {
  width: inherit;
  padding: 1.6rem 0;
  display: table;
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul > li.menu-item-has-children > a {
  position: relative;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  z-index: 2;
  margin: 0 0 0 1.8rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 1.6rem 1.5rem 1.6rem;
  text-align: center;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.tg_active.menu-item-has-children {
  padding: 0 0 3rem 0;
}
/* #menu_mobile_full .menu_mobile_full_bg_top_menu ul li.tg_active.menu-item-has-children::before {
  content: "";
  position: absolute;
  background: url(../images/menu-mobile-arr-img-09102025.png) no-repeat;
  max-width: 25rem;
  width: 100%;
  height: 7.1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 1.8rem;
} */
#menu_mobile_full .menu_mobile_full_bg_top_menu 
  ul li.menu-item-has-children.tg_active > a::after {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  margin: 0 0 0 0.8rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 2;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li span {
  margin: 0 0 0 1rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.not-have-child {
  padding: 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.not-have-child a {
  display: block;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li:last-child {
  border-bottom: none;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children::before {
  right: 0;
  top: 1.5rem;
}
/* #menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children::after {
  background: none !important;
} */
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children.tg_active > a {
  color: #007fe3;
  font-weight: 500;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu {
  display: none;
  padding: 0;
  margin: 1.6rem 0 0 0;
}
/* Khi li có tg_active thì mở sub-menu của nó */
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.tg_active > .sub-menu {
  display: block;
  font-size: 1.4rem;
}

#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li {
  margin: 0 0 1.2rem 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li:last-child {
  margin: 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li a {
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 400;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li:last-child {
  border-bottom: none;
  padding: 1.5rem 0 0 1.5rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li.not-have-child {
  padding: 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li.not-have-child a {
  display: table;
  width: 100%;
}
#menu_mobile_full .menu_mobile_full_bg_bottom {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
#menu_mobile_full .menu_mobile_full_bg_bottom .tg_header_wrap_right_module_lang .select_ul {
  width: 9rem;
  bottom: 4rem;
  top: inherit;
  left: -25px;
  z-index: 9;
  border-radius: 1rem;
  box-shadow: 0px 20px 80px 0px rgba(31, 68, 122, 0.1607843137);
}
#menu_mobile_full .menu_mobile_full_bg_bottom .tg_header_wrap_right_module_lang .select_ul li {
  font-weight: 600;
  font-size: 1.6rem;
  justify-content: center;
}
#menu_mobile_full .tg_header_wrap_right_module_lang {
  display: table;
  margin: 0 auto 2.4rem auto;
}
#menu_mobile_full .mobile_download_app_btn {
  bottom: 0;
  left: 0;
  background: #f5cc3c;
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  padding: 1.5rem;
}
#menu_mobile_full .mobile_download_app_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
#menu_mobile_full .mobile_download_app_btn a svg {
  flex-shrink: 0;
}
#menu_mobile_full .mobile_download_app_btn a strong {
  font-weight: 600;
}
#menu_mobile_full .header_mobif {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.6rem 0 1.6rem;
}
#menu_mobile_full .close_menu {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}
#menu_mobile_full .close_menu svg {
  cursor: pointer;
}
#menu_mobile_full .mobile-menu {
  margin: 3rem 0 0 0;
}
#menu_mobile_full .mobile_absolute ul.menu > li > a {
  font-weight: 400;
}
#menu_mobile_full .mobile_absolute ul li {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 1.6rem 1.5rem 1.6rem;
}
#menu_mobile_full .mobile_absolute ul li.tg_active {
  padding: 1.5rem 1.6rem 0 1.6rem;
}
#menu_mobile_full .mobile_absolute ul li.tg_active::after {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}
#menu_mobile_full .mobile_absolute ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
  position: relative;
  z-index: 2;
}
#menu_mobile_full .mobile_absolute ul li a:hover {
  background: none;
}
#menu_mobile_full .mobile_absolute ul li span {
  margin: 0 0 0 1rem;
}
#menu_mobile_full .mobile_absolute ul li.menu-item-has-children::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 1.6rem;
  top: 2rem;
  color: #000;
  z-index: 2;
}
#menu_mobile_full .mobile_absolute ul li.not-have-child {
  padding: 0;
}
#menu_mobile_full .mobile_absolute ul li.not-have-child a {
  display: block;
  padding: 1.5rem 1.6rem 1.5rem 1.6rem;
}
#menu_mobile_full .mobile_absolute ul li:last-child {
  border-bottom: none;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children::before {
  right: 0;
  top: 1.5rem;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children::after {
  background: none !important;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children.tg_active > a {
  color: #007fe3;
  font-weight: 500;
}
#menu_mobile_full .mobile_absolute .sub-menu {
  display: none;
  padding: 0;
  border-top: none;
  margin: 1rem 0 0 0;
}
#menu_mobile_full .mobile_absolute .sub-menu li {
  padding: 1rem 0 1rem 1.5rem;
}
#menu_mobile_full .mobile_absolute .sub-menu li a {
  font-size: 1.4rem;
  text-transform: none;
}
#menu_mobile_full .mobile_absolute .sub-menu li:last-child {
  border-bottom: none;
  padding: 1.5rem 0 0 1.5rem;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child {
  padding: 0;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child a {
  padding: 1rem 0 1rem 1.5rem;
  display: table;
  width: 100%;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child:last-child a {
  padding: 1rem 0 1rem 1.5rem;
}

.tg_popup_02082024 {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) center center no-repeat;
  font-size: 15px;
  overflow: auto;
  display: none;
  z-index: 99999;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0 2rem;
}
.tg_popup_02082024_content {
  position: relative;
  margin: 10rem auto 5rem auto;
  z-index: 9;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #fff;
  max-width: 64rem;
  width: 100%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 4rem 2.8rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .tg_popup_02082024_content_inner {
    max-height: 50rem;
    overflow: auto;
    margin: 2rem 0 0 0;
  }
}
.tg_popup_02082024_content .tg_popup_02082024_title {
  font-size: 2.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 0 0 4rem 0;
}
@media (max-width: 767px) {
  .tg_popup_02082024_content .tg_popup_02082024_title {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_popup_02082024_content_inner form .tg_list_form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tg_popup_02082024_content_inner form .tg_list_form_item label {
  display: block;
  margin: 0 0 0.5rem 0;
}
.tg_popup_02082024_content_inner form .tg_list_form_item label em {
  color: #48a9f4;
}
.tg_popup_02082024_content_inner form .tg_list_form_item input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 0.1rem solid #e9e8e8;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_popup_02082024_content_inner form .tg_list_form_item.tg_item_col6 {
  display: flex;
  gap: 1.5rem;
}
.tg_popup_02082024_content_inner form .tg_list_form_item.tg_item_col6 .tg_list_form_item_child {
  flex: 1;
}
@media (max-width: 767px) {
  .tg_popup_02082024_content_inner form .tg_list_form_item.tg_item_col6 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tg_popup_02082024_content {
    padding: 2.8rem 1.6rem;
  }
}
.tg_popup_02082024_close_popup {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.3rem;
  right: 2.3rem;
  border-radius: 50%;
}
.tg_popup_02082024_close_popup svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 767px) {
  .tg_popup_02082024_close_popup svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 767px) {
  .tg_popup_02082024_close_popup {
    top: 1.5rem;
    right: 1.5rem;
  }
}

@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@-webkit-keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes imgShine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes jumpImg {
  0% {
    box-shadow: 0 5px 15px 0px rgba(175, 175, 175, 0.1);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(174, 174, 174, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(161, 161, 161, 0.1);
    transform: translatey(0px);
  }
}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tab-content {
  display: none;
  position: relative;
}

.tab-content.current {
  display: inherit;
  animation: tgUp 0.3s;
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* CSS cho hiệu ứng SplitType */
/* Mặc định ẩn tiêu đề của các slide không active */
.swiper-slide h2 {
  opacity: 0;
  transition: opacity 0.3s ease-out; /* Dùng transition để ẩn/hiện toàn bộ h2 */
}

/* Chỉ hiện tiêu đề của slide đang active */
.swiper-slide-active h2 {
  opacity: 1;
}

/* KHÔNG CẦN định nghĩa hiệu ứng nhảy trong CSS nữa, GSAP sẽ làm */
.swiper-slide h2 .char {
  display: inline-block !important; /* Vẫn cần để GSAP animate từng chữ */
  opacity: 1 !important;
}

.tg_pop_search {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 1.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  flex-wrap: wrap;
  overflow: auto;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.tg_pop_search.tg_active {
  opacity: 1;
  transform: scale(1);
}

.tg_pop_search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg_pop_search .tg_ctpops {
  max-width: 1000px;
  width: 100%;
}

.tg_pop_search .tg_ctpops form {
  width: 100%;
}

.tg_pop_search .tg_ctpops form input {
  width: 100%;
  padding: 30px 90px 30px 30px;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  color: #000;
}
@media (max-width: 1024px) {
  .tg_pop_search .tg_ctpops form input {
    padding: 20px;
    font-size: 16px;
  }
}

.tg_pop_search .tg_ctpops form input::placeholder {
  font-style: italic;
  color: #adadad;
}

.tg_pop_search .tg_close_pop {
  position: absolute;
  top: 60px;
  right: 30px;
  cursor: pointer;
  max-width: 20px;
}

.tg_pop_search .tg_ctpops button {
  position: absolute;
  border: none;
  background: transparent;
  top: 50%;
  right: 20px;
  margin: -17px 0px 0px 0px;
}

.tg_pop_search .tg_ctpops .list_group {
  position: relative;
  margin: 0px 0px 150px 0px;
}

.tg_header {
  background: #007fe3;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1024px) {
  .tg_header {
    background: transparent;
    padding: 1.2rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_header.tg_fixed {
    background: #36a7ff;
  }
}
.tg_header.tg_fixed .tg_header_wrap_left_logo_desktop img {
  max-width: 5rem;
}
.tg_header.tg_fixed .tg_header_wrap_middle nav > ul > li > a {
  font-size: 1.6rem;
}
.tg_header.tg_fixed .tg_header_wrap_right .btn-type1 {
  padding: 0.5rem 1.6rem;
}
@media (max-width: 1024px) {
  .tg_header .tg_container {
    padding: 0;
  }
}
.tg_header .icon_mobile_click {
  display: none;
  width: 5.4rem;
  height: 4rem;
  border-radius: 0 9rem 9rem 0;
  cursor: pointer;
  position: relative;
  background: #007fe3;
}
@media (max-width: 1024px) {
  .tg_header .icon_mobile_click {
    display: block;
  }
}
.tg_header .icon_mobile_click img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_header_wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_header_wrap_left_logo_desktop {
    display: none;
  }
}
.tg_header_wrap_left_logo_desktop a {
  display: flex;
}
.tg_header_wrap_left_logo_desktop a img {
  max-width: 6rem;
  height: auto;
  transition: all 0.3s;
}
.tg_header_wrap_left_logo_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tg_header_wrap_left_logo_mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tg_header_wrap_middle {
    display: none;
  }
}
.tg_header_wrap_middle nav > ul {
  display: flex;
  gap: 4rem;
}
.tg_header_wrap_middle nav > ul > li {
  position: relative;
}
.tg_header_wrap_middle nav > ul > li.menu-item-has-children > a::after {
  content: url("../images/ic-ardown-08102025.svg");
  position: absolute;
  top: -2px;
  right: 0;
}
.tg_header_wrap_middle nav > ul > li > a {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  padding: 0 1.5rem 0 0;
  transition: all 0.3s;
}
.tg_header_wrap_middle nav > ul > li > .sub-menu {
  top: 5rem;
  left: 12.5rem;
  position: absolute;
  transform: translate(-50%, -1rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  visibility: hidden;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  width: 27rem;
  align-items: flex-start;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(6, 82, 156, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 16px 0px 16px 16px;
}
.tg_header_wrap_middle nav > ul > li > .sub-menu::before {
  content: "";
  height: 27px;
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
}
.tg_header_wrap_middle nav > ul > li > .sub-menu > li > a {
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 500;
  font-style: normal;
   padding: 0.8rem 1rem;
}
.tg_header_wrap_middle nav > ul > li > .sub-menu > li > a:hover {
  color: #007fe3;
}
.tg_header_wrap_middle nav > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.tg_header_wrap_right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_download_app {
    display: none;
  }
}
.tg_header_wrap_right_module {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.tg_header_wrap_right_module_search {
  cursor: pointer;
  display: flex;
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_module_search {
    width: 5.4rem;
    height: 4rem;
    border-radius: 9rem 0 0 9rem;
    cursor: pointer;
    position: relative;
    background: #007fe3;
  }
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_module_search img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_module_lang {
    display: none;
  }
}
.tg_header_wrap_right_module_lang .show_choice em.default_option {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  padding: 0 1.5rem 0 0;
}
.tg_header_wrap_right_module_lang .show_choice em.default_option::after {
  content: url("../images/ic-arrdown-09102025.svg");
  position: absolute;
  top: -4px;
  right: 4px;
}

footer.tg_bg_gray {
  background: #f6f6f6;
}
footer .tg_footer {
  background: #000;
  border-radius: 10rem 10rem 0 0;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  footer .tg_footer {
    padding: 4rem 0 10rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer {
    padding: 6rem 0 12rem 0;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer {
    border-radius: 3rem 3rem 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer {
    padding: 6rem 0 12rem 0;
    border-radius: 5rem 5rem 0 0;
  }
}
footer .tg_footer_figure {
  position: absolute;
  bottom: 240px;
  right: 0;
}
@media (max-width: 1024px) {
  footer .tg_footer_figure {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_figure {
    display: none;
  }
}
footer .tg_footer_general {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  footer .tg_footer_general {
    gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general {
    gap: 6rem;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general {
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general {
    gap: 5rem;
  }
}
footer .tg_footer_general_left {
  width: 50%;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form {
    margin: 4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_form {
    margin: 2.4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_form {
    order: 4;
  }
}
footer .tg_footer_general_left_form_title {
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_title {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_form_title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_left_form_title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_form_title {
    font-size: 1.8rem;
  }
}
footer .tg_footer_general_left_form_title h2 {
  font-size: 6.4rem;
  line-height: 130%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_title h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_form_title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_form_title h2 {
    font-size: 4rem;
  }
}
footer .tg_footer_general_left_form_title h2 img {
  margin: 0 0 0 1.6rem;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_title h2 img {
    max-width: 2.3rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_form_title h2 img {
    max-width: 2.8rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_form_title h2 img {
    max-width: 2.8rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_form_title h2 br {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_form_title h2 br {
    display: none;
  }
}
footer .tg_footer_general_left_form_title p {
  margin: 1.8rem 0 0 0;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_title p {
    margin: 1.2rem 0 0 0;
  }
}
footer .tg_footer_general_left_form_group {
  margin: 7rem 0 0 0;
  position: relative;
  max-width: 57rem;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_form_group {
    margin: 2rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_form_group {
    margin: 2rem 0 0 0;
  }
}
footer .tg_footer_general_left_form_group input {
  width: 100%;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 12rem 2.6rem 0;
  background: transparent;
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_group input {
    padding: 0 9rem 1.4rem 0;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_form_group input {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_left_form_group input {
    font-size: 1.6rem;
    padding: 0 12rem 1.4rem 0;
  }
}
footer .tg_footer_general_left_form_group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
footer .tg_footer_general_left_form_group input:focus {
  border-bottom: 0.1rem solid rgba(0, 140, 255, 0.5019607843);
}
footer .tg_footer_general_left_form_group button {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_group button {
    gap: 0.5rem;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_form_group button {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_left_form_group button {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_form_group button svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
footer .tg_footer_general_left_social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_social {
    position: relative;
    order: 2;
    margin: 2.4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_social ul {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
footer .tg_footer_general_left_social ul li {
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_social ul li {
    margin: 0;
  }
}
footer .tg_footer_general_left_social ul li:last-child {
  margin: 0;
}
footer .tg_footer_general_left_social ul li a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_social ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_social ul li a p {
    display: none;
  }
}
footer .tg_footer_general_left_social ul li a svg {
  transition: all 0.5s;
}
footer .tg_footer_general_left_social ul li a svg rect {
  transition: all 0.5s;
}
footer .tg_footer_general_left_social ul li a:hover {
  color: #48a9f4;
}
footer .tg_footer_general_left_social ul li a:hover svg rect {
  fill: #48a9f4;
}
footer .tg_footer_general_left_info {
  margin: 8rem 0 0 0;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_info {
    order: 1;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_info {
    margin: 4rem 0 0 0;
  }
}
footer .tg_footer_general_left_info_logo {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_info_logo {
    gap: 2rem;
  }
}
footer .tg_footer_general_left_info_logo_figure {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_info_logo_figure figure {
    max-width: 6rem;
    width: 100%;
  }
}
footer .tg_footer_general_left_info_logo_widget h2 {
  font-size: 3rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_info_logo_widget h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_left_info_logo_widget h2 {
    font-size: 2.4rem;
  }
}
footer .tg_footer_general_left_info_bg {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_info_bg {
    margin: 1.6rem 0 0 0;
  }
}
footer .tg_footer_general_left_info_bg ul li {
  position: relative;
  padding: 0 0 0 2.8rem;
  margin: 0 0 1.6rem 0;
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_info_bg ul li {
    font-size: 1.4rem;
    padding: 0 0 0 2rem;
    margin: 0 0 1.2rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_info_bg ul li {
    font-size: 1.6rem;
    padding: 0 0 0 2.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_info_bg ul li {
    font-size: 1.6rem;
  }
}
footer .tg_footer_general_left_info_bg ul li:last-child {
  margin: 0;
}
footer .tg_footer_general_left_info_bg ul li a {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_info_bg ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_info_bg ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_info_bg ul li a {
    font-size: 1.6rem;
  }
}
footer .tg_footer_general_left_info_bg ul li a:hover {
  color: #36a7ff;
}
footer .tg_footer_general_left_info_bg ul li strong {
  font-weight: 600;
}
footer .tg_footer_general_left_info_bg ul li i {
  font-style: italic;
}
footer .tg_footer_general_left_info_bg ul li::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  background-size: cover !important;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_info_bg ul li::before {
    width: 1.65rem;
    height: 1.65rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_left_info_bg ul li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_left_info_bg ul li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
footer .tg_footer_general_left_info_bg ul li.ft_location::before {
  background: url(../images/mycom-ft-location-icon.svg) no-repeat;
  top: 1px;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_info_bg ul li.ft_location::before {
    top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_info_bg ul li.ft_location::before {
    top: -0.2rem;
  }
}
footer .tg_footer_general_left_info_bg ul li.ft_phone::before {
  background: url(../images/mycom-ft-phone-icon.svg) no-repeat;
  top: 2px;
}
@media (max-width: 767px) {
  footer .tg_footer_general_left_info_bg ul li.ft_phone::before {
    top: 1px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_info_bg ul li.ft_phone::before {
    top: -0.1rem;
  }
}
footer .tg_footer_general_left_info_bg ul li.ft_email::before {
  background: url(../images/mycom-ft-email-icon.svg) no-repeat;
  top: 3px;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_info_bg ul li.ft_email::before {
    top: 1px;
  }
}
footer .tg_footer_general_left_copyright {
  margin: 8rem 0 0 0;
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_copyright {
    margin: 2.4rem 0 0 0;
    order: 3;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_copyright {
    margin: 4rem 0 0 0;
    font-size: 1.4rem;
  }
}
footer .tg_footer_general_left_copyright span a {
  color: #fff;
}
footer .tg_footer_general_left_copyright ul {
  margin: 1.6rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_copyright ul {
    margin: 1rem 0 0 0;
  }
}
footer .tg_footer_general_left_copyright ul li {
  position: relative;
  padding: 0 0 0 1rem;
}
footer .tg_footer_general_left_copyright ul li::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  top: 12px;
  left: 0;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_left_copyright ul li::before {
    top: 9px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_left_copyright ul li::before {
    top: 9px;
  }
}
footer .tg_footer_general_left_copyright ul li a {
  transition: all 0.5s;
  color: #fff;
}
footer .tg_footer_general_left_copyright ul li:hover::before {
  background: #36a7ff;
}
footer .tg_footer_general_left_copyright ul li:hover a {
  color: #36a7ff;
}
footer .tg_footer_general_right {
  width: 50%;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right {
    width: 100%;
  }
}
footer .tg_footer_general_right_menu {
  display: flex;
  position: relative;
  display: flex;
  gap: 1.6rem;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_right_menu {
    justify-content: inherit;
    gap: 2.4rem;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right_menu {
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_right_menu {
    justify-content: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_right_menu {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner {
    display: flex;
    gap: 2.4rem;
  }
}
footer .tg_footer_general_right_menu_inner:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  footer .tg_footer_general_right_menu_inner:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner:nth-child(1) {
    position: relative;
  }
}
footer .tg_footer_general_right_menu_inner:nth-child(2) {
  max-width: 35%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner:nth-child(2) {
    max-width: 100%;
    margin: inherit;
    justify-content: end;
  }
}
footer .tg_footer_general_right_menu_inner ul {
  margin: 0 0 8rem 0;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner ul {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  footer .tg_footer_general_right_menu_inner ul {
    margin: 0 0 3rem 0;
  }
}
footer .tg_footer_general_right_menu_inner ul:last-child {
  margin: 0;
}
footer .tg_footer_general_right_menu_inner ul li {
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner ul li {
    margin: 0 0 1.6rem 0;
  }
}
footer .tg_footer_general_right_menu_inner ul li:last-child {
  margin: 0;
}
footer .tg_footer_general_right_menu_inner ul li a {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  footer .tg_footer_general_right_menu_inner ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_right_menu_inner ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_right_menu_inner ul li a {
    font-size: 1.6rem;
  }
}
footer .tg_footer_general_right_menu_inner ul li a:hover {
  color: #36a7ff;
}
footer .tg_footer_general_right_bct {
  padding: 22rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .tg_footer_general_right_bct {
    padding: 4rem 0 0 0;
    gap: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_general_right_bct {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  footer .tg_footer_general_right_bct {
    max-width: 100%;
    margin: inherit;
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_right_bct {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer_general_right_bct figure {
    max-width: 15rem;
    width: 100%;
  }
}

.mycom_download_app_btn {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  background: #f5cc3c;
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .mycom_download_app_btn {
    display: block;
  }
}
.mycom_download_app_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.mycom_download_app_btn a svg {
  flex-shrink: 0;
}
.mycom_download_app_btn a strong {
  font-weight: 600;
}

html.tg_overflow,
body.tg_overflow {
  overflow-x: inherit;
}

.tg_banner_home {
  height: 100vh;
  background: url("../images/bg-banner-home-08102025-opt.png") bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.tg_banner_home .tg_container {
  height: 100%;
}
.tg_banner_home_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .tg_banner_home_wrap {
    flex-wrap: wrap;
  }
}
.tg_banner_home_wrap_left {
  flex: 1 1 42%;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_left {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_banner_home_wrap_left {
    flex: 1 1 60%;
  }
}
@media (max-width: 767px) {
  .tg_banner_home_wrap_left {
    flex: 1 1 100%;
  }
}
.tg_banner_home_wrap_left_list {
  margin: 0 0 10rem 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_left_list {
    margin: 0 0 6rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left_list {
    margin: 0 0 2.4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_banner_home_wrap_left_list {
    margin: 0 0 5rem 0;
  }
}
.tg_banner_home_wrap_left_textwidget h2 {
  font-size: 7rem;
  line-height: 120%;
  color: #fff;
  font-weight: 800;
  font-style: normal;
  opacity: 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_left_textwidget h2 {
    font-size: 6rem;
    line-height: 120%;
    color: #fff;
    font-weight: 800;
    font-style: normal;
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left_textwidget h2 {
    font-size: 4rem;
  }
}
.tg_banner_home_wrap_left_textwidget p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  margin: 4rem 0 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_left_textwidget p {
    font-size: 1.8rem;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    margin: 2rem 0 0 0;
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left_textwidget p {
    font-size: 1.4rem;
    margin: 1.6rem 0 0 0;
  }
}
.tg_banner_home_wrap_left_cta {
  margin: 5rem 0 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_left_cta {
    margin: 3rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left_cta {
    margin: 2.4rem 0 0 0;
  }
}
.tg_banner_home_wrap_left_cta .btn-type1 {
  padding: 1.7rem 5.3rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_left_cta .btn-type1 {
    padding: 1.3rem 3rem;
  }
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left_cta .btn-type1 {
    padding: 0.9rem 2.4rem;
  }
}
.tg_banner_home_wrap_left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}
.tg_banner_home_wrap_left .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin: 0 20px 0 0 !important;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left .swiper-pagination-bullet {
    margin: 0 10px 0 0 !important;
  }
}
.tg_banner_home_wrap_left .swiper-pagination-bullet .tg_progess_pag {
  width: 80px;
  position: relative;
  display: none;
  margin: 0 0 0 15px;
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left .swiper-pagination-bullet .tg_progess_pag {
    width: 4.5rem;
  }
}
.tg_banner_home_wrap_left .swiper-pagination-bullet.swiper-pagination-bullet-active .tg_progess_pag {
  display: flex;
}
.tg_banner_home_wrap_left .swiper-pagination-bullet .tg_wrap_slide {
  display: flex;
  align-items: center;
}
.tg_banner_home_wrap_left .swiper-pagination-bullet em {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_banner_home_wrap_left .swiper-pagination-bullet em {
    font-size: 1.4rem;
  }
}
.tg_banner_home_wrap_left .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.tg_banner_home_wrap_left .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 1px;
  background: #fff;
  border-radius: 10px;
}
.tg_banner_home_wrap_left .swiper-pagination-bullet-active {
  background-color: transparent;
}
.tg_banner_home_wrap_left .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.tg_banner_home_wrap_left .swiper-slide.swiper-slide-active h2 {
  animation: fadeInUp 0.5s linear 0.3s forwards;
}
.tg_banner_home_wrap_right {
  flex: 1 1 60%;
  padding: 8rem 0 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_banner_home_wrap_right {
    flex: 1 1 50%;
  }
  .tg_banner_home_wrap_right img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .tg_banner_home_wrap_right {
    padding: 0;
    flex: 1 1 100%;
  }
}

.tg_content_pround_move {
  background: url("../images/bg-skye-pround-08102025.webp") center center no-repeat;
  position: relative;
  margin: -12rem 0 -9rem 0;
  padding: 24rem 0 21rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .tg_content_pround_move {
    padding: 12rem 0 4rem 0;
    margin: -8rem 0 0 0;
  }
}
.tg_content_pround_move::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tg_content_pround_move::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1226px;
  z-index: 1;
}
.tg_content_pround_move .tg_building_up {
  position: absolute;
  bottom: -60px;
  left: 0;
  pointer-events: none;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_pround_move .tg_building_up {
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .tg_content_pround_move .tg_building_up {
    bottom: -30px;
  }
}
.tg_content_pround {
  position: relative;
  z-index: 2;
}
.tg_content_pround_title_top {
  position: relative;
}
.tg_content_pround_title_top h2 {
  font-size: 8.4rem;
  line-height: 130%;
  color: #36a7ff;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_pround_title_top h2 {
    font-size: 6.4rem;
    line-height: 130%;
    color: #36a7ff;
    font-weight: 600;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_content_pround_title_top h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_pround_title_top h2 {
    font-size: 4.6rem;
  }
}
.tg_content_pround_title_top span {
  font-size: 6.4rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  padding: 1rem 0 0 9rem;
  display: inline-block;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_pround_title_top span {
    font-size: 4.4rem;
    line-height: 130%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_content_pround_title_top span {
    font-size: 2.3rem;
    padding: 0 0 0 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_pround_title_top span {
    font-size: 4rem;
    padding: 0 0 0 5rem;
  }
}
.tg_content_pround_title_top .tg_arrow_pround {
  position: absolute;
  top: 120px;
  left: 15px;
  pointer-events: none;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_pround_title_top .tg_arrow_pround {
    max-width: 51rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_pround_title_top .tg_arrow_pround {
    position: relative;
    top: inherit;
    left: 5px;
    margin: -55px 0 0 0;
    max-width: 37.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_pround_title_top .tg_arrow_pround {
    margin: -70px 0 0 0;
  }
}
.tg_content_pround_title_bottom {
  max-width: 56rem;
  display: table;
  margin: 0 0 0 auto;
  position: relative;
  top: -7px;
}
@media (max-width: 1024px) {
  .tg_content_pround_title_bottom {
    margin: inherit;
    max-width: 100%;
    top: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_pround_title_bottom {
    top: -10px;
  }
}
.tg_content_pround_title_bottom p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_pround_title_bottom p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_pround_title_bottom p {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.tg_content_pround #svg-container {
  position: absolute;
  top: 0;
  right: -50px;
  pointer-events: none;
  right: -2rem;
}
.tg_content_pround #svg-container svg {
  height: 25rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_pround #svg-container {
    position: absolute;
    top: 0;
    right: -42px;
    pointer-events: none;
  }
  .tg_content_pround #svg-container svg {
    width: 95rem;
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_pround #svg-container {
    display: none;
  }
}
.tg_content_move {
  position: relative;
  z-index: 2;
}
.tg_content_move_list_item {
  background: #fff;
  padding: 3rem;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 2rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_move_list_item {
    border-radius: 2.5rem;
    padding: 2rem;
    gap: 1.6rem;
  }
}
.tg_content_move_list_item_title {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 0.1rem solid #f0f0f0;
  padding: 0 0 2rem 0;
  height: auto;
}
.tg_content_move_list_item_title b {
  font-size: 2.6rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_move_list_item_title b {
    font-size: 2.6rem;
  }
}
.tg_content_move_list_item_title figure {
  width: 5.4rem;
  height: 5.4rem;
  background: #e1f5ff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0 0 auto;
  transition: all 0.5s;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tg_content_move_list_item_title figure {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_move_list_item_title figure img {
    max-width: 1.8rem;
    width: 100%;
  }
}
.tg_content_move_list_item_textwidget p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_move_list_item_textwidget p {
    font-size: 1.4rem;
  }
}
.tg_content_move_list_item_image {
  margin: auto 0 0 0;
}
.tg_content_move_list_item_image figure {
  height: 27.5rem;
  border-radius: 3rem;
}
@media (max-width: 1024px) {
  .tg_content_move_list_item_image figure {
    height: 19.3rem;
    border-radius: 2rem;
  }
}
.tg_content_move_list_item_image figure img {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 3rem;
}
@media (max-width: 1024px) {
  .tg_content_move_list_item_image figure img {
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) {
  .tg_content_move_list_item.tg_active {
    background: linear-gradient(247.82deg, #5ac5ff 0.76%, #007fe3 99.6%);
    border-radius: 3rem 3rem 3rem 13rem;
  }
  .tg_content_move_list_item.tg_active .tg_content_move_list_item_title b {
    color: #fff;
  }
  .tg_content_move_list_item.tg_active .tg_content_move_list_item_title figure {
    background: #fff;
    transform: rotate(45deg);
  }
  .tg_content_move_list_item.tg_active .tg_content_move_list_item_textwidget p {
    color: #fff;
  }
  .tg_content_move_list_item.tg_active .tg_content_move_list_item_image img {
    border-radius: 3rem 3rem 3rem 10rem;
  }
}
.tg_content_move .tg_content_move_top {
  position: relative;
  padding: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_move .tg_content_move_top {
    padding: 3rem 0 0 0;
  }
}
.tg_content_move .tg_content_move_bottom {
  padding: 10rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_move .tg_content_move_bottom {
    padding: 4rem 0 0 0;
  }
}
.tg_content_move .tg_content_move_bottom h3 {
  font-size: 6rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_move .tg_content_move_bottom h3 {
    font-size: 4.8rem;
    line-height: 150%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_content_move .tg_content_move_bottom h3 {
    font-size: 3.2rem;
    line-height: 130%;
  }
}
.tg_content_move .tg_content_move_bottom p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  margin: 0.5rem 0 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_move .tg_content_move_bottom p {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_content_move .tg_content_move_bottom p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_move .tg_content_move_bottom p {
    max-width: 500px;
    margin: 1rem auto 0 auto;
    line-height: 150%;
  }
}
.tg_content_move .tg_content_move_bottom .btn-type1 {
  padding: 1.7rem 5.3rem;
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_move .tg_content_move_bottom .btn-type1 {
    margin: 2rem 0 0 0;
    padding: 0.9rem 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_move .tg_content_move_bottom .btn-type1 {
    margin: 3rem 0 0 0;
  }
}
.tg_content_experience_wrap {
  display: flex;
  gap: 8.5rem;
}
@media (max-width: 767px) {
  .tg_content_experience_wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_experience_wrap {
    gap: 4rem;
  }
}
.tg_content_experience_wrap_left {
  flex: 1 1 52%;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content_experience_wrap_left {
    flex: 1 1 100%;
    order: 2;
  }
}
.tg_content_experience_wrap_left_heart {
  position: absolute;
  bottom: -80px;
  right: -60px;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_experience_wrap_left_heart {
    bottom: -40px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .tg_content_experience_wrap_left_heart {
    bottom: -30px;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_experience_wrap_left_heart {
    bottom: 40px;
    right: -10px;
  }
}
.tg_content_experience_wrap_left_heart img:nth-child(1) {
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 20s normal linear infinite;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_left_heart img:nth-child(1) {
    max-width: 5.7rem;
    width: 100%;
  }
}
.tg_content_experience_wrap_left_heart img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_left_heart img:nth-child(2) {
    max-width: 3.1rem;
    width: 100%;
  }
}
.tg_content_experience_wrap_right {
  flex: 1 1 48%;
}
@media (max-width: 767px) {
  .tg_content_experience_wrap_right {
    flex: 1 1 100%;
  }
}
.tg_content_experience_wrap_right_title h2 {
  font-size: 6.4rem;
  line-height: 130%;
  color: #48a9f4;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_experience_wrap_right_title h2 {
    font-size: 5.6rem;
    line-height: 130%;
    color: #48a9f4;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_content_experience_wrap_right_title h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_experience_wrap_right_title h2 {
    font-size: 4rem;
  }
}
.tg_content_experience_wrap_right_title p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_title p {
    margin: 1.2rem 0 0 0;
    font-size: 1.4rem;
  }
}
.tg_content_experience_wrap_right_download_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 4rem 0 0 0;
  position: relative;
}
.tg_content_experience_wrap_right_download_list::before {
  content: "";
  background: url("../images/arrow-download-app1-21102025.png") center center no-repeat;
  background-size: contain;
  width: 33rem;
  height: 8rem;
  position: absolute;
  top: 0;
  right: -19rem;
  pointer-events: none;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .tg_content_experience_wrap_right_download_list::before {
    background: url("../images/arrow-download-app1-21102025.png") center center no-repeat;
  }
}
.tg_content_experience_wrap_right_download_list::after {
  content: "";
  background: url("../images/arrow-download-app2-21102025.png") center center no-repeat;
  background-size: contain;
  width: 40rem;
  height: 26rem;
  position: absolute;
  bottom: -136px;
  right: -21rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_experience_wrap_right_download_list::after {
    background: none;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .tg_content_experience_wrap_right_download_list::after {
    background: url("../images/arrow-download-app2-21102025.png") center center no-repeat;
  }
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list::after {
    background: none;
  }
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list {
    margin: 1.6rem 0 0 0;
    flex-direction: inherit;
    gap: 0;
  }
}
.tg_content_experience_wrap_right_download_list_item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list_item {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list_item:nth-child(1) {
    padding: 0 3rem 0 0;
    border-right: 0.1rem solid #d0e1f5;
  }
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list_item:nth-child(2) {
    padding: 0 0 0 3rem;
  }
}
.tg_content_experience_wrap_right_download_list_item_left {
  flex-shrink: 0;
}
.tg_content_experience_wrap_right_download_list_item_left figure {
  border: 2.2px solid #d0e1f5;
  padding: 0.6rem;
  border-radius: 1rem;
  width: 13.8rem;
  height: 13.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list_item_left figure {
    width: 9rem;
    height: 9rem;
  }
}
.tg_content_experience_wrap_right_download_list_item_right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.tg_content_experience_wrap_right_download_list_item_right figure.tg_has_hv {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  position: relative;
  margin: 0 0 0.5rem 0;
}
.tg_content_experience_wrap_right_download_list_item_right figure.tg_has_hv::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 15%;
  height: 10px;
  width: 70%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(228, 228, 228, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.tg_content_experience_wrap_right_download_list_item_right figure.tg_has_hv:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.tg_content_experience_wrap_right_download_list_item_right figure.tg_has_hv:hover::before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tg_content_experience_wrap_right_download_list_item_right figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_experience_wrap_right_download_list_item_right figure a {
    font-size: 1.4rem;
  }
}
.tg_content .tg_content_experience_vision {
  position: relative;
  border-radius: 100px 100px 0 0;
  background: #fff;
  z-index: 2;
}
.tg_content .tg_content_experience_vision .tg_before_bottom_right {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .tg_content .tg_content_experience_vision .tg_before_bottom_right {
    width: 60px;
    height: 60px;
  }
}
.tg_content .tg_content_experience_vision .tg_before_bottom_right::before {
  content: "";
  box-shadow: -110px -110px 0 0 #007fe3;
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  transform: rotate(-5deg);
}
@media (max-width: 1024px) {
  .tg_content .tg_content_experience_vision .tg_before_bottom_right::before {
    box-shadow: -50px -50px 0 0 #007fe3;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_experience_vision .tg_balloon_map {
    display: none;
  }
}
.tg_content .tg_content_experience_vision .tg_balloon_map span:nth-child(1) {
  width: 84.4rem;
  height: 84.4rem;
  position: absolute;
  bottom: 200px;
  right: -140px;
  pointer-events: none;
  background: #e1f5ff;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_experience_vision .tg_balloon_map span:nth-child(1) {
    width: 62.4rem;
    height: 62.4rem;
    position: absolute;
    bottom: 410px;
    right: -160px;
  }
}
.tg_content .tg_content_experience_vision .tg_balloon_map span:nth-child(2) {
  width: 135rem;
  height: 135rem;
  position: absolute;
  bottom: -40px;
  right: -410px;
  pointer-events: none;
  background: #f2fbff;
  border-radius: 50%;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_experience_vision .tg_balloon_map span:nth-child(2) {
    width: 108rem;
    height: 108rem;
    position: absolute;
    bottom: 180px;
    right: -410px;
  }
}
.tg_content_vision {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tg_content_vision {
    padding: 2rem 0 0 0;
  }
}
.tg_content_vision_wrap {
  display: flex;
  gap: 7rem;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap {
    flex-direction: row;
  }
}
.tg_content_vision_wrap_left {
  flex: 1 1 50%;
}
.tg_content_vision_wrap_left_title {
  position: relative;
}
.tg_content_vision_wrap_left_title h2 {
  font-size: 6.4rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  padding: 0 5rem 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_vision_wrap_left_title h2 {
    font-size: 5.6rem;
    line-height: 130%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_left_title h2 {
    line-height: 150%;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_title h2 {
    font-size: 4.4rem;
    line-height: 130%;
  }
}
.tg_content_vision_wrap_left_title h2 b {
  color: #36a7ff;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_title h2 b {
    display: inline-block;
  }
}
.tg_content_vision_wrap_left_title figure {
  position: absolute;
  bottom: -70px;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_left_title figure {
    bottom: 8px;
    left: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_title figure {
    display: none;
  }
}
.tg_content_vision_wrap_left_textwidget {
  margin: 9rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_vision_wrap_left_textwidget_top p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget_top p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.tg_content_vision_wrap_left_textwidget_bottom {
  margin: 3rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget_bottom {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_vision_wrap_left_textwidget_bottom_number {
  display: flex;
  gap: 10rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number {
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number {
    gap: 7rem;
  }
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item {
  position: relative;
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item::before {
  content: "";
  width: 0px;
  height: 66px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -51px;
  top: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number_item::before {
    width: 0px;
    height: 51px;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -31px;
    top: 9px;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number_item::before {
    border: 0.72px solid #f0f0f0;
    right: -31px;
    height: 48px;
    top: 50%;
    margin: -24px 0 0 0;
  }
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item:last-child::before {
  border: none;
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item b {
  font-size: 4.8rem;
  line-height: 120%;
  color: #f5cc3c;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number_item b {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number_item b {
    font-size: 3.2rem;
  }
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item b::after {
  content: "+";
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item b.number-not-plus::after {
  content: "";
}
.tg_content_vision_wrap_left_textwidget_bottom_number_item p {
  font-size: 2rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number_item p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_textwidget_bottom_number_item p {
    font-size: 1.4rem;
  }
}
.tg_content_vision_wrap_left_image_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_left_image_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_image_mobile {
    display: none;
  }
}
.tg_content_vision_wrap_left_image_prime {
  display: flex;
  position: relative;
  width: 528px;
  height: 528px;
  background: #eaf8ff;
  border-radius: 50%;
  bottom: -50px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_image_prime {
    width: 408px;
    height: 408px;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_image_prime {
    width: 342px;
    height: 342px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_image_prime img:nth-child(1) {
    max-width: 31rem;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_image_prime img:nth-child(1) {
    max-width: 25rem;
    width: 100%;
    position: relative;
    top: -20px;
  }
}
.tg_content_vision_wrap_left_image_prime img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_left_image_prime img:nth-child(2) {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .tg_content_vision_wrap_left_image_prime img:nth-child(2) {
    max-width: 14rem;
    width: 100%;
    top: 0px;
    left: -5px;
  }
}
.tg_content_vision_wrap_right {
  flex: 1 1 50%;
  text-align: right;
}
@media (max-width: 1024px) {
  .tg_content_vision_wrap_right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_vision_wrap_right {
    display: block;
  }
}
.tg_content .tg_content_news_partners {
  background: #007fe3;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tg_content .tg_content_news_partners .swiper-control {
    display: none;
  }
}
.tg_content .tg_content_news_partners .tg_content_partners_list_item figure {
  width: 100%;
  height: 10.8rem;
  background: #fff;
  position: relative;
  transition: all 0.3s;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_partners_list_item figure {
    height: 8rem;
  }
}
.tg_content .tg_content_news_partners .tg_content_partners_list_item figure img {
  width: 60%;
  height: 9rem;
  object-fit: contain;
  transition: all 0.3s;
}
.tg_content .tg_content_news_partners .tg_content_partners .swiper-control .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
}
.tg_content .tg_content_news_partners .tg_content_partners .swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
.tg_content .tg_content_news_partners .tg_content_news {
  margin: 10rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news {
    margin: 4rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .tg_content .tg_content_news_partners .tg_content_news .tg_readm_m_desktop {
    display: none;
  }
}
.tg_content .tg_content_news_partners .tg_content_news .tg_readm_m_mobile {
  display: none;
}
.tg_content .tg_content_news_partners .tg_content_news .tg_readm_m_mobile a {
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .tg_content .tg_content_news_partners .tg_content_news .tg_readm_m_mobile {
    display: block;
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .tg_content .tg_content_news_partners .tg_content_news_list {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list_item {
  flex: 0 1 calc((100% - 5rem) / 3);
}
@media (max-width: 767px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item {
    flex: 0 1 calc((100% - 5rem) / 1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item {
    flex: 0 1 calc((100% - 5rem) / 2);
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .wrap_figure img {
  height: 30rem;
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item .wrap_figure img {
    height: 27rem;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item .wrap_figure img {
    height: 21rem;
    border-radius: 1.6rem;
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .tg_info {
  display: flex;
  gap: 37px;
  margin: 2rem 0 0 0;
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .tg_info p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item .tg_info p {
    font-size: 1.6rem;
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .tg_info p::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -32px;
  width: 27px;
  height: 0px;
  opacity: 0.3;
  border: 1px solid #fff;
  transform: rotate(90deg);
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .tg_info span {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item .tg_info span {
    font-size: 1.6rem;
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .tg_link {
  margin: 2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item .tg_link {
    margin: 1.2rem 0 0 0;
  }
}
.tg_content .tg_content_news_partners .tg_content_news_list_item .tg_link a {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_news_partners .tg_content_news_list_item .tg_link a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  footer .tg_footer {
    border-radius: 6rem 6rem 0 0;
  }
}

.mycom-social-fixed {
  position: fixed;
  bottom: 160px;
  right: 40px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .mycom-social-fixed {
    bottom: 80px;
    right: 15px;
  }
}
.mycom-social-fixed_list_item a {
  width: 5.4rem;
  height: 5.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1.67742px solid #33a3ff;
  border-radius: 36.9032px;
}
.mycom-social-fixed_list_item a:hover {
  background: #33a3ff;
  color: #fff;
}
@media (max-width: 1024px) {
  .mycom-social-fixed_list_item a {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.hv-ic-parent .ic-hv-root-09102025 {
  display: none;
}
.hv-ic-parent:hover .ic-root-09102025 {
  display: none;
}
.hv-ic-parent:hover .ic-root-09102025 + .ic-hv-root-09102025 {
  display: inline-block;
}

.mycom_arr_btn {
  font-size: 2rem;
  line-height: 140%;
  color: #48a9f4;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0;
}
.mycom_arr_btn svg {
  transition: all 0.5s;
}
.mycom_arr_btn:hover svg {
  transform: translateX(5px);
}

.btn-type1 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #f5cc3c;
  padding: 0.9rem 1.6rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  transition: all 0.3s;
}

/* Background for news page footer */
footer.tg_bg_news {
  background: #f6f6f6 !important;
}
footer.tg_bg_white {
  background: #ffffff;
}
footer.tg_bg_blue {
  background: #007fe3;
}
footer.tg_bg_service {
  background: #DCF0FE;
}
footer.tg_bg_blue .tg_footer {
  margin: 0;
}

.hv-img-style1 {
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .hv-img-style1 {
    border-radius: 1.6rem;
  }
}
.hv-img-style1 a {
  display: table;
  width: 100%;
  height: 100%;
}
.hv-img-style1 img {
  transition: all 0.4s;
}
.hv-img-style1:hover img {
  transform: scale(1.1);
}

.tg_title_bg_blue {
  margin: 0 0 5rem 0;
}
@media (max-width: 1024px) {
  .tg_title_bg_blue {
    margin: 0 0 2rem 0;
  }
}
.tg_title_bg_blue h2 {
  font-size: 6.4rem;
  line-height: 130%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_title_bg_blue h2 {
    font-size: 4.8rem;
    line-height: 130%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_title_bg_blue h2 {
    font-size: 3.2rem;
  }
}
.tg_title_bg_blue.tg_title_has_readm {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tg_title_bg_blue.tg_title_has_readm .tg_readm_m {
  margin: 0 0 0 auto;
}
.tg_title_bg_blue.tg_title_has_readm .tg_readm_m a {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tg_title_bg_blue.tg_title_has_readm .tg_readm_m a img {
  transition: all 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 1024px) {
  .tg_title_bg_blue.tg_title_has_readm .tg_readm_m a {
    font-size: 1.4rem;
  }
}
.tg_title_bg_blue.tg_title_has_readm .tg_readm_m a:hover img {
  right: -0.5rem;
}

.tg_content .tg_content_breadcrumb_general_widget .tg_container {
  z-index: 2;
}

/* Thiết lập cơ bản cho Swiper */
.timeline-swiper {
  width: 100%;
  height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .timeline-swiper {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .timeline-swiper {
    padding-top: 24px;
    padding-bottom: 24px;
    height: inherit;
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Định dạng nội dung Timeline */
.tg_swiper_timeline {
  height: 400px;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline {
    height: inherit;
    position: relative;
  }
}
.tg_swiper_timeline .swiper-slide-active .tg_wrap_timeline::before {
  border: 0.2rem solid #01b6fd !important;
}
.tg_swiper_timeline .swiper-slide-active .tg_wrap_timeline .tg_dash_line::before {
  background: #01b6fd !important;
}
.tg_swiper_timeline_wrap {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  padding: 0 0 0 2rem;
}
@media (min-width: 1025px) {
  .tg_swiper_timeline_wrap {
    width: 110%;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap {
    position: relative;
    top: inherit;
    overflow: inherit;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper {
    transform: inherit;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper::before {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 100%;
    background: #36a7ff;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide {
    flex-shrink: inherit;
    width: inherit;
    height: inherit;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline {
    padding: 1.6rem 0 1.6rem 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline {
    padding: 2.4rem 0 2.4rem 2.4rem;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline b {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline b::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0.1rem solid #36a7ff;
    top: 50%;
    margin: -7.5px 0 0 0;
    left: -24px;
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline b::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.1rem solid #36a7ff;
    top: 50%;
    margin: -10px 0 0 0;
    left: -35px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline b::after {
    position: absolute;
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background: #36a7ff;
    top: 50%;
    margin: -3.75px 0 0 0;
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline b::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #36a7ff;
    top: 50%;
    margin: -5px 0 0 0;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline {
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline {
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .timeline-point {
    min-height: inherit;
    width: 50%;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline {
  margin: auto 0 0 0;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline b {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline b::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0.1rem solid #36a7ff;
    top: 50%;
    margin: -7.5px 0 0 0;
    right: -24px;
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline b::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.1rem solid #36a7ff;
    top: 50%;
    margin: -10px 0 0 0;
    right: -35px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline b::after {
    position: absolute;
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background: #36a7ff;
    top: 50%;
    margin: -3.75px 0 0 0;
    right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline b::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #36a7ff;
    top: 50%;
    margin: -5px 0 0 0;
    right: -30px;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 0.2rem solid #d9d9d9;
  position: absolute;
  top: -60px;
  left: -19px;
  background: #fff;
  bottom: initial;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline::before {
    display: none;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #36a7ff;
  position: absolute;
  top: -50px;
  left: -9px;
  bottom: initial;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline::after {
    display: none;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  position: relative;
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline .tg_dash_line {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline .tg_dash_line {
    display: none;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline .tg_dash_line::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-resason-faq-dashed-line-d9d9d9.png) repeat-y;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 0.2rem solid #d9d9d9;
  position: absolute;
  bottom: -60px;
  left: -19px;
  background: #fff;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline::before {
    display: none;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #36a7ff;
  position: absolute;
  bottom: -50px;
  left: -9px;
}
@media (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline::after {
    display: none;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline b {
  font-size: 3.2rem;
  line-height: 130%;
  color: #01b6fd;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline b {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline b {
    font-size: 2.4rem;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline strong {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline strong {
    font-size: 1.4rem;
    margin: 0.8rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline strong {
    font-size: 1.6rem;
    margin: 0.8rem 0 0 0;
  }
}
.tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline p {
  font-size: 2rem;
  line-height: 130%;
  color: #8c8c8c;
  font-weight: 400;
  font-style: normal;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline p {
    font-size: 1.4rem;
    margin: 0.8rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline p {
    font-size: 1.6rem;
    margin: 0.8rem 0 0 0;
  }
}

.timeline-point {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.timeline-point::before {
  content: "";
  width: 115%;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  bottom: 170px;
  left: 0;
}
@media (max-width: 1024px) {
  .timeline-point::before {
    display: none;
  }
}

.timeline-date {
  display: block;
  font-size: 14px;
  color: #008cff;
  margin-bottom: 5px;
  font-weight: 600;
}

.timeline-title {
  font-size: 24px;
  margin-top: 0;
  color: #333;
}

/* Ẩn phân trang mặc định (nếu bạn dùng thanh ngang cho pagination) */
.timeline-pagination {
  display: none;
}

.tg_aboutus .tg_content_vision .tg_content_vision_wrap_left_image_prime {
  margin: 40rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_vision .tg_content_vision_wrap_left_image_prime {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_vision .tg_content_vision_wrap_left_image_prime img:nth-child(1) {
    top: -9px;
  }
}

.tg_aboutus .tg_content_vision .tg_content_vision_wrap_left_image_prime_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_vision .tg_content_vision_wrap_left_image_prime_mobile {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */

/* Banner full-screen với ảnh nền từ CMS */
.tg_banner_full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: var(--banner-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  z-index: 10;
  /* margin-left: calc(-50vw + 50%); */
  margin-right: calc(-50vw + 50%);
}

.tg_banner_full__inner {
  position: relative;
  min-height: inherit;
}

/* GỐC – KHÔNG set top/bottom ở đây */
.tg_banner_full__cta {
  position: absolute;
  z-index: 12;
  max-width: calc(100% - 32px);
  padding-left: 10rem;
  padding-right: 12rem;
}

/* =============== TRÁI =============== */

/* TRÊN - TRÁI */
.tg_banner_full__cta.cta--top-left {
  left: clamp(16px, 5vw, 80px);
  top: 96px;  /* 80px header + 16px khoảng cách */
}

/* GIỮA - TRÁI */
.tg_banner_full__cta.cta--middle-left {
  left: clamp(16px, 5vw, 80px);
  top: 50%;
  transform: translateY(-50%);
}

/* DƯỚI - TRÁI */
.tg_banner_full__cta.cta--bottom-left {
  left: clamp(16px, 5vw, 80px);
  bottom: clamp(20px, 6vw, 120px);
}


/* =============== GIỮA =============== */

/* TRÊN - GIỮA */
.tg_banner_full__cta.cta--top-center {
  top: clamp(20px, 6vw, 120px);
  left: 50%;
  transform: translateX(-50%);
}

/* GIỮA - GIỮA */
.tg_banner_full__cta.cta--middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* DƯỚI - GIỮA */
.tg_banner_full__cta.cta--bottom-center {
  bottom: clamp(20px, 6vw, 120px);
  left: 50%;
  transform: translateX(-50%);
}


/* =============== PHẢI =============== */

/* TRÊN - PHẢI */
.tg_banner_full__cta.cta--top-right {
  right: clamp(16px, 5vw, 80px);
  top: clamp(20px, 6vw, 120px);
}

/* GIỮA - PHẢI */
.tg_banner_full__cta.cta--middle-right {
  right: clamp(16px, 5vw, 80px);
  top: 50%;
  transform: translateY(-50%);
}

/* DƯỚI - PHẢI */
.tg_banner_full__cta.cta--bottom-right {
  right: clamp(16px, 5vw, 80px);
  bottom: clamp(20px, 6vw, 120px);
}


/* Nút */
.tg_banner_full__cta .btn-type1 {
  padding:  1.7rem 5.3rem !important;
}

/* --- START FIX TIMELINE ALIGNMENT --- */
/* Chỉ áp dụng cho màn hình desktop */
@media (min-width: 1025px) {
    
  /* 1. Đặt wrapper về static để các phần tử con (dấu chấm) 
    sẽ báỏ qua chiều cao của text và định vị theo khung lớn (.timeline-point) */
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline {
    position: static !important;
  }

  /* --- ZIGZAG LOGIC --- */

  /* CHẴN (EVEN): Đẩy nội dung xuống dưới để tạo hiệu ứng ziczac */
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline {
    margin-top: auto !important; /* Đẩy text xuống đáy container */
  }

  /* CHẴN (EVEN): Đường kẻ nét đứt đi từ dưới lên đến chấm tròn */
  /* Chấm tròn nằm ở bottom: 170px */
  /* Điều chỉnh height để không chạm vào chấm (170px - khoảng cách) */
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline .tg_dash_line {
    top: auto !important;
    bottom: 0 !important;
    height: 130px !important; /* 170px - 40px gap */
  }

  /* LẺ (ODD): Đường kẻ nét đứt đi từ trên xuống đến chấm tròn */
  /* Chấm tròn ở bottom: 170px */
  /* Điều chỉnh bottom để không chạm vào chấm (170px + khoảng cách) */
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n+1) .tg_wrap_timeline .tg_dash_line {
    top: 0 !important;
    bottom: 210px !important; /* 170px + 40px gap */
    height: auto !important;
  }

  /* --- END ZIGZAG LOGIC --- */

  /* 2. Căn chỉnh lại dấu chấm tròn to (viền ngoài) */
  /* Ghi đè cả trường hợp lẻ (mặc định) và chẵn (nth-child 2n) */
  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline::before,
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline::before {
    top: auto !important;
    /* 170px là vị trí đường kẻ ngang (bottom: 170px của timeline-point)
        1.9rem là một nửa chiều cao của dấu chấm (3.8rem / 2) */
    bottom: calc(170px - 1.9rem) !important; 
    left: -19px !important; /* Giữ nguyên vị trí ngang */
  }

  .tg_swiper_timeline_wrap .swiper-wrapper .swiper-slide:nth-child(2n) .tg_wrap_timeline::after,
  .tg_swiper_timeline_wrap .swiper-wrapper .tg_wrap_timeline::after {
    top: auto !important;
    /* 170px - 0.9rem (nửa chiều cao chấm nhỏ 1.8rem) */
    bottom: calc(170px - 0.9rem) !important;
    left: -9px !important;
  }
}

/* --- Áp dụng cho mobile --- */
@media (max-width: 1024px) {
  .tg_banner_home {
    height: auto;
    border-radius: 0 0 4rem 4rem;
    background: transparent;
    background: url(../images/bg-banner-home-08102025-opt.png) !important;
  }

  .tg_banner_full {
    background-image: var(--banner-mobile);
    min-height: 100vh !important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }

  .tg_banner_full__cta {
    position: static;
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
    left: auto;
    right: auto;
    transform: none;
    padding-left: 0;
    padding-right: 0;
  }
  
  .tg_banner_full__cta {
    position: absolute;
    left: 16px !important;     /* Bên trái */
    right: auto !important;    /* Hủy căn phải */
    transform: none !important;
    max-width: calc(100% - 32px);
    text-align: left !important;
  }
  .tg_banner_full__cta .btn-type1 {
    padding: 0.9rem 2.4rem !important;
  }

.tg_banner_full__cta {
    left: 16px !important;
    top: 55% !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
    bottom: clamp(20px, 6vw, 120px);
  }

  .tg_content_experience_wrap_right_download_list::before {
    display: none;
  }

  #arrow_roadmap {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.no_match_found {
  font-size: 2rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.4s;
}

.tg_banner_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

/* PC chỉ hiện video PC */
.tg_banner_video--pc { display: block; }
.tg_banner_video--mobile { display: none; }

/* Mobile chỉ hiện video mobile */
@media (max-width: 1024px) {
  .tg_banner_video--pc { display: none; }
  .tg_banner_video--mobile { display: block; }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .tg_container {
      width: 100%;
      max-width: 155rem;
      padding: 0rem 5.6rem;
      margin: 0 auto;
  }
}

/* ========== LEVEL 3 ONLY (submenu inside submenu) ========== */

/* Cấp 2 item làm mốc để cấp 3 bám theo */
.tg_header_wrap_middle nav > ul > li > .sub-menu > li {
  position: relative;
  width: 100%;
}

/* Mặc định ẩn cấp 3 */
.tg_header_wrap_middle nav > ul > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 0;               /* bám từ đầu item cấp 2 */
  left: 100%;           /* bay sang phải */
  margin-left: 1.5rem;  /* khoảng cách với cấp 2 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 27rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 20px rgba(6, 82, 156, 0.2);
  backdrop-filter: blur(5px);
  z-index: 9999;
}

/* ✅ CẦU NỐI HOVER: lấp khoảng hở 1.2rem để rê chuột không bị mất hover */
.tg_header_wrap_middle nav > ul > li > .sub-menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;   /* đúng bằng margin-left */
  width: 1.5rem;
  height: 100%;
}

/* Hover item cấp 2 -> hiện cấp 3 */
.tg_header_wrap_middle nav > ul > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);

  /* ✅ mở tương tác khi đã hiện */
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.8);
}

/* Link cấp 3 */
.tg_header_wrap_middle nav > ul > li > .sub-menu > li > .sub-menu > li > a {
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 500;
    display: block;
  width: 100%;
  padding: 0.4rem 0;
}

/* Hover link cấp 3 */
.tg_header_wrap_middle nav > ul > li > .sub-menu > li > .sub-menu > li > a:hover {
  color: #007fe3;
}

/* chừa chỗ cho ảnh ở item cuối cấp 2 */
#menu_mobile_full 
.menu_mobile_full_bg_top_menu 
ul > li > ul.sub-menu > li:last-child{
  position: relative;
  padding-bottom: 7.5rem; /* ≈ height ảnh */
}

/* chỉ hiện khi cấp 1 đang mở */
#menu_mobile_full 
.menu_mobile_full_bg_top_menu 
ul > li.tg_active > ul.sub-menu > li:last-child::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 25rem;
  height: 7.1rem;
  background: url(../images/menu-mobile-arr-img-09102025.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* chừa chỗ cho ảnh ở item cuối cấp 3 */
#menu_mobile_full 
.menu_mobile_full_bg_top_menu 
ul ul ul.sub-menu > li:last-child{
  position: relative;
  padding-bottom: 7.5rem;
}

/* chỉ hiện khi cấp 2 đang mở */
#menu_mobile_full 
.menu_mobile_full_bg_top_menu 
ul > li.tg_active > ul.sub-menu > li.tg_active > ul.sub-menu > li:last-child::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 25rem;
  height: 7.1rem;
  background: url(../images/menu-mobile-arr-img-09102025.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
