@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%;
}

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%;
}
html.tg_menu_show {
  overflow: hidden;
}

.tg_half_padding {
  padding: 12rem 0 16rem 0;
}
@media (max-width: 767px) {
  .tg_half_padding {
    padding: 4rem 0 6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_half_padding {
    padding: 6rem 0 8rem 0;
  }
}

.tg_padding {
  padding: 12rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_padding {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_padding {
    padding: 6rem 0 0 0;
  }
}

.tg_double_padding {
  padding: 12rem 0 12rem 0;
}
@media (max-width: 767px) {
  .tg_double_padding {
    padding: 4rem 0 4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_double_padding {
    padding: 6rem 0 6rem 0;
  }
}

.tg_majors_home {
  background: #eff4ff;
}
.tg_majors_home_wrap {
  display: flex;
  gap: 13rem;
}
.tg_majors_home_wrap_left {
  flex: 1 0 calc((100% - 13rem) / 2);
  max-width: 38.6rem;
}
.tg_majors_home_wrap_left h2 {
  font-size: 4rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 3rem 0;
}
@media (max-width: 1024px) {
  .tg_majors_home_wrap_left h2 {
    font-size: 2.8rem;
    line-height: 130%;
    color: #000;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 2rem 0;
  }
}
.tg_majors_home_wrap_left p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_majors_home_wrap_left {
    max-width: 100%;
  }
}
.tg_majors_home_wrap_right {
  flex: 1 0 calc((100% - 13rem) / 2);
}
.tg_majors_home_wrap_right_list {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.tg_majors_home_wrap_right_list_item {
  flex: 0 0 calc((100% - 4.8rem) / 3);
  background: #fff;
  border-radius: 1.6rem;
  padding: 2.2rem 2.8rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  box-shadow: 0px 20px 80px 0px rgba(31, 68, 122, 0.0588235294);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.tg_majors_home_wrap_right_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #034ba8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tg_majors_home_wrap_right_list_item_svg {
  position: relative;
  z-index: 2;
}
.tg_majors_home_wrap_right_list_item_svg img + img {
  display: none;
}
.tg_majors_home_wrap_right_list_item b {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.tg_majors_home_wrap_right_list_item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tg_majors_home_wrap_right_list_item:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 91, 172, 0.2);
}
.tg_majors_home_wrap_right_list_item:hover b {
  color: #034ba8;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_majors_home_wrap_right_list_item {
    padding: 2rem 2.3rem;
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .tg_majors_home_wrap_right_list_item {
    padding: 1rem 1rem 1rem 2rem;
    gap: 1.5rem;
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
@media (max-width: 767px) {
  .tg_majors_home_wrap_right_list_item {
    flex: 1;
    padding: 1rem 1rem 1rem 2rem;
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .tg_majors_home_wrap_right_list {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .tg_majors_home_wrap_right_list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_majors_home_wrap {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .tg_majors_home_wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .tg_majors_home {
    padding: 3rem 0 6rem 0 !important;
  }
}

.webform-submission-form .form-actions {
  display: flex;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 1rem 1.5rem 0 0;
  gap: 1.5rem;
}
.webform-submission-form .form-actions input[type=submit] {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
}
.webform-submission-form .form-actions span {
  display: inline-block;
  top: 12px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  z-index: 2;
  position: relative;
  right: -1.5rem;
}
.webform-submission-form .form-actions span::before {
  content: "";
  right: 26px;
  width: 20px;
  height: 2px;
  background-color: #222;
  transition: background-color 0.3s;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.webform-submission-form .form-actions span::after {
  content: "";
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #034ba8;
  transition: width 0.3s, border-radius 0.3s;
  display: inline-block;
  position: absolute;
  top: 1px;
}
@media (max-width: 1024px) {
  .webform-submission-form .form-actions span::after {
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
    right: 0.6rem;
  }
}
.webform-submission-form .form-actions span em {
  position: absolute;
  z-index: 2;
}
.webform-submission-form .form-actions span em::before {
  content: "";
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 13px;
}
.webform-submission-form .form-actions span em::after {
  content: "";
  left: 11px;
  top: 14px;
  width: 7px;
  height: 7px;
  margin: -1px 0 0 -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
}
.webform-submission-form .form-actions:hover span::before {
  background-color: #fff;
}
.webform-submission-form .form-actions:hover span::after {
  width: 5.5rem;
  border-radius: 1.5rem;
}
@media (max-width: 1024px) {
  .webform-submission-form .form-actions:hover span::after {
    width: 4.8rem;
  }
}

.tg_pd_120_60 {
  padding: 12rem 0 6rem 0;
}

.tg_pd_60_120 {
  padding: 6rem 0 12rem 0;
}

.tg_pd_120 {
  padding: 12rem 0;
}

.tg_pd_120_0 {
  padding: 12rem 0 0 0;
}

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;
}

header {
  position: relative;
  z-index: 2;
  min-height: 8.6rem;
}
@media (max-width: 767px) {
  header {
    min-height: 6rem;
  }
}

a {
  text-decoration: none;
}

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

.gmoGroupHeader {
  z-index: 9 !important;
}

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

@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;
  }
}
.tg_hv_icon1_inner img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tg_hv_icon1:hover img {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.progress-wrap {
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  height: 4.6rem;
  width: 4.6rem;
  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;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap.active-progress.tg_pos_bottom {
  bottom: 44rem;
  right: 4rem;
}
@media (max-width: 1024px) {
  .progress-wrap.active-progress.tg_pos_bottom {
    bottom: 28rem;
  }
}
.progress-wrap::after {
  position: absolute;
  content: url("../images/icon_scroll_top_2024.svg");
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}

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

.timeline-line {
  background: rgb(228, 228, 228);
  width: 0.04rem;
  border-radius: 1.2rem;
  position: relative;
  justify-self: end;
  left: 50%;
}

.timeline-point {
  border: none;
  position: absolute;
  top: -2.8rem;
  left: -7.8rem;
  background: none;
}

.timeline-point .tg_hexagone figure:nth-child(2),
.timeline-point .tg_img_prime figure:nth-child(2) {
  display: none;
}

.timeline li[done=true] .tg_hexagone figure:nth-child(2),
.timeline li[done=true] .tg_img_prime figure:nth-child(2) {
  display: block;
}

.timeline li[done=true] .tg_hexagone figure:nth-child(1),
.timeline li[done=true] .tg_img_prime figure:nth-child(1) {
  display: none;
}

.timeline li[done=true] .timeline-point {
  left: -42px;
  top: 9px;
}

.timeline-point .tg_img_prime {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-innerline {
  position: absolute;
  width: 0.2rem;
  height: 0%;
  top: 0;
  left: -0.5px;
  background: #034ba8;
}

.timeline-line {
  width: 0px;
  left: -8rem;
  top: 1rem;
  content: "";
  height: calc(100% - 20rem);
  background: url(../images/vimc-history-dashed-line-bg.png);
  width: 0.1rem;
  height: 100%;
  position: absolute;
}
@media (max-width: 1024px) {
  .timeline-line {
    left: 1rem;
  }
}

.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*/
#fullpage .tg_container {
  max-width: 155rem;
}

.img_bn_pc {
  display: block;
}
@media (max-width: 767px) {
  .img_bn_pc {
    display: none;
  }
}

.img_bn_mb {
  display: none;
}
@media (max-width: 767px) {
  .img_bn_mb {
    display: block;
  }
}

.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: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  -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: #034ba8 !important;
}
.cb-cursor.blue_cursor span::before, .cb-cursor.blue_cursor span::after {
  color: #034ba8 !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.9);
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  transform: scale(1.9);
}

.cb-cursor.-text span::before {
  content: "\f0d9";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: -1rem;
  color: #fff;
  margin: -0.7rem 0 0 0;
}

.cb-cursor.-text span::after {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: -1rem;
  color: #fff;
  margin: -0.7rem 0 0 0;
}

.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 #034ba8;
  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: #034ba8;
  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: #034ba8;
  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;
}

.fp-viewing-0 #fp-nav .tg_btn_cmenu {
  display: none;
}

#fp-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#fp-nav.right {
  right: 2.2rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  #fp-nav.right {
    right: 1.5rem;
  }
}
#fp-nav ul li {
  margin: 2.3rem 0;
}
#fp-nav ul li a span {
  width: 0.6rem;
  height: 0.6rem;
  background: #d2d2d2;
}
#fp-nav ul li a.active {
  left: 0.1rem;
}
#fp-nav ul li a.active span {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #034ba8;
  border-radius: 50%;
  background: none;
}
#fp-nav ul li > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: -0.7rem;
  left: -18rem;
  width: 17rem;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#fp-nav ul li:hover span {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  #fp-nav ul li {
    margin: 1.2rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  #fp-nav ul li {
    margin: 1rem 0;
  }
}

.fp-viewing-0 #fp-nav ul li a.active span,
.fp-viewing-1 #fp-nav ul li a.active span,
.fp-viewing-3 #fp-nav ul li a.active span {
  border: 2px solid rgb(255, 255, 255);
  background: none;
}
.fp-viewing-0 #fp-nav ul li a span,
.fp-viewing-1 #fp-nav ul li a span,
.fp-viewing-3 #fp-nav ul li a span {
  background: rgba(255, 255, 255, 0.5);
}
.fp-viewing-0 #fp-nav ul li > span,
.fp-viewing-1 #fp-nav ul li > span,
.fp-viewing-3 #fp-nav ul li > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-style: normal;
}

.tg_fixed_menu_gnr {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
}
.tg_fixed_menu_gnr.tg_active .tg_fixed_menu_gnr_wrap_left img {
  animation: zoomIn 0.5s linear 0.3s forwards;
}
.tg_fixed_menu_gnr_wrap {
  display: flex;
  height: 100%;
}
.tg_fixed_menu_gnr_wrap_left {
  width: 36.5%;
  background: url("../images/bg_gmo_fixed_menu_30092024.jpg") center center no-repeat;
  background-size: cover;
  padding: 16rem 2rem 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.tg_fixed_menu_gnr_wrap_left::before {
  content: url("../images/before_menur_fixed_30092024.svg");
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6rem 0 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_left img {
    width: 25rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_left {
    width: 30%;
  }
}
.tg_fixed_menu_gnr_wrap_right {
  width: 63.5%;
  padding: 5.5rem 8rem 4rem 8rem;
  overflow: auto;
  position: relative;
}
.tg_fixed_menu_gnr_wrap_right_menu {
  margin: 0 0 3.3rem 0;
}
.tg_fixed_menu_gnr_wrap_right_menu_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item b {
  margin: 0 0 1.5rem 0;
  display: block;
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item b a {
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item b a:hover {
  color: #005bac;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item b a {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item b a {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item b {
    margin: 0 0 0.7rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item b {
    margin: 0 0 0.5rem 0;
  }
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item ul li {
  flex: 0 0 calc(25% - 1rem);
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item ul li a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item ul li a:hover {
  color: #005bac;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item ul li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    font-weight: 300;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item ul li a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 300;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list_item ul {
    gap: 0.5rem;
  }
}
.tg_fixed_menu_gnr_wrap_right_menu_list_item.tg_not_have_child b {
  margin: 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right_menu_list {
    gap: 1.3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right_menu {
    margin: 0 0 1.5rem 0;
  }
}
.tg_fixed_menu_gnr_wrap_right_social ul {
  display: flex;
  gap: 1rem;
}
.tg_fixed_menu_gnr_wrap_right_social ul li a {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #034ba8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg_fixed_menu_gnr_wrap_right .tg_figure_abs {
  position: absolute;
  bottom: 10rem;
  right: 8rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_right .tg_figure_abs {
    bottom: 5rem;
    right: 8rem;
    max-width: 40rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right .tg_figure_abs {
    bottom: 3rem;
    right: 8rem;
    max-width: 30rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_fixed_menu_gnr_wrap_right {
    padding: 3rem 5rem 1rem 5rem;
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_fixed_menu_gnr_wrap_right {
    padding: 3rem 5rem 1rem 5rem;
  }
}
.tg_fixed_menu_gnr .tg_close_pop {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  cursor: pointer;
}

.tg_bg_loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.8s;
  padding: 0 1.6rem;
}
.tg_bg_loading_logo {
  max-width: 70rem;
}
.tg_bg_loading_logo img {
  transition: height 0.8s;
}
@media (max-width: 1024px) {
  .tg_bg_loading_logo {
    max-width: 50rem;
  }
}
@media (max-width: 767px) {
  .tg_bg_loading_logo {
    max-width: 30rem;
  }
}
.tg_bg_loading.tg_active {
  height: 0;
}
.tg_bg_loading.tg_active .tg_bg_loading_logo img {
  height: 0;
}

.tg_btn_cmenu {
  background: #fff;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  border: 0.1rem solid #034ba8;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_btn_cmenu {
    width: 3.8rem;
    height: 3.8rem;
  }
  .tg_btn_cmenu svg {
    width: 1.5rem;
  }
}

.fp-watermark {
  display: none !important;
}

.tg_readm_2609 a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.tg_readm_2609 a span {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: -70px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  z-index: 2;
}
.tg_readm_2609 a span::before {
  content: "";
  right: 26px;
  width: 20px;
  height: 2px;
  background-color: #222;
  transition: background-color 0.3s;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.tg_readm_2609 a span::after {
  content: "";
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #034ba8;
  transition: width 0.3s, border-radius 0.3s;
  display: inline-block;
  position: absolute;
  top: 1px;
}
@media (max-width: 1024px) {
  .tg_readm_2609 a span::after {
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
    right: 0.6rem;
  }
}
.tg_readm_2609 a span em {
  position: absolute;
  z-index: 2;
}
.tg_readm_2609 a span em::before {
  content: "";
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 13px;
}
.tg_readm_2609 a span em::after {
  content: "";
  left: 11px;
  top: 14px;
  width: 7px;
  height: 7px;
  margin: -1px 0 0 -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
}
@media (max-width: 1024px) {
  .tg_readm_2609 a span {
    right: -65px;
  }
}
.tg_readm_2609 a:hover span::before {
  background-color: #fff;
}
.tg_readm_2609 a:hover span::after {
  width: 5.5rem;
  border-radius: 1.5rem;
}
@media (max-width: 1024px) {
  .tg_readm_2609 a:hover span::after {
    width: 4.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_readm_2609 a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_readm_2609 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_readm_2609 a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
    gap: 1.5rem;
  }
}
.tg_readm_2609.tg_center_readm a {
  gap: 4rem;
}
.tg_readm_2609.tg_center_readm a span {
  position: relative;
  right: initial;
}
.tg_readm_2609.tg_no_abs a {
  gap: 4rem;
}
.tg_readm_2609.tg_no_abs a span {
  position: relative;
  right: initial;
  transform: none;
  top: initial;
}

.gmoGroupHeader.tg_remove {
  display: none !important;
}

.tg_content_breadcrumb {
  margin: 4rem 0 4rem 0;
}
.tg_content_breadcrumb_wrap ul {
  display: flex;
  align-items: center;
}
.tg_content_breadcrumb_wrap ul li::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 1rem;
}
.tg_content_breadcrumb_wrap ul li:first-child::before {
  content: "";
  margin: 0;
}
.tg_content_breadcrumb_wrap ul li a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_breadcrumb {
    margin: 2.5rem 0;
  }
}

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

.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;
}
@media (max-width: 767px) {
  .tg_pop_search .tg_ctpops form input[type=search] {
    padding: 15px 45px 15px 15px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.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;
}
@media (max-width: 767px) {
  .tg_pop_search .tg_ctpops form input[type=submit] {
    width: 20px;
    height: 20px;
    top: 16px;
  }
}
.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: flex;
  gap: 1.5rem;
  align-items: center;
}
.swiper-control .pagination-swipe {
  width: auto;
  color: #ccc;
}
.swiper-control .pagination-swipe .swiper-pagination-current {
  color: #000;
}
.swiper-control .sl_prev {
  cursor: pointer;
}
.swiper-control .sl_next {
  cursor: pointer;
}

.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;
  }
}

/* BUTTON SLIDE */
.slick-slider {
  margin: 0 !important;
}

.slick-prev:before {
  content: "\f104" !important;
  font: normal normal normal 1.4rem/1 FontAwesome !important;
  font-size: 3.2rem !important;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-block;
  line-height: 4rem !important;
  color: #fff !important;
  border-radius: 0rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #692ed7, #0866b2);
}

.slick-next:before {
  content: "\f105" !important;
  font: normal normal normal 1.4rem/1 FontAwesome !important;
  font-size: 3.2rem !important;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-block;
  line-height: 4rem !important;
  color: #fff !important;
  border-radius: 50%;
  background-image: linear-gradient(to right, #692ed7, #0866b2);
}

.slick-prev {
  left: 45%;
  top: 120%;
  margin-top: -3rem;
  width: 4.2rem;
  height: 4.2rem;
  display: none !important;
}

.slick-next {
  right: 46% !important;
  top: 120%;
  margin-top: -3rem;
  width: 4.2rem;
  height: 4.2rem;
  display: none !important;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -2rem;
}

.slick-dots li {
  margin: 0rem 5rem;
  width: initial;
  height: initial;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: blue;
  text-indent: -999.9rem;
  width: 1.3rem !important;
  height: 1.3rem !important;
  background: #e0ecf0 !important;
}

.slick-dots li.slick-active button {
  background-color: #034ec0 !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  margin: -0.2rem 0 0 0;
}

/*SLIDE*/
.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: 37.5rem;
  left: -37.5rem;
  background: url(../images/vimc-19042025-mobile-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  -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;
  border-right: 0.1rem solid rgba(172, 131, 85, 0.4);
  z-index: 9999999;
  overflow: auto;
  padding: 0 0 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu_mobile_full .header_mobif {
  display: flex;
  gap: 1rem;
  padding: 1.6rem 1.6rem 0 1.6rem;
}
#menu_mobile_full .close_menu {
  margin: 0 0 0 auto;
  cursor: pointer;
}
#menu_mobile_full .mobile-menu {
  margin: 1.6rem 0 0 0;
}
#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 > a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #05a6e0;
  font-weight: 500;
  font-style: normal;
}
#menu_mobile_full .mobile_absolute ul li.tg_active.menu-item-has-children::before {
  color: #05a6e0;
  content: "\f106";
}
#menu_mobile_full .mobile_absolute ul li.tg_active::after {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}
#menu_mobile_full .mobile_absolute ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
#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: #fff;
  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: #034ba8;
  font-weight: 500;
}
#menu_mobile_full .mobile_absolute .sub-menu {
  display: none;
  padding: 0;
  border-top: none;
  margin: 1.6rem 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: 1.2rem 0 1.2rem 1.6rem;
  display: table;
  width: 100%;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child:last-child a {
  padding: 1.2rem 0 1.2rem 1.6rem;
}
#menu_mobile_full .menu_mobile_full_social_family {
  margin: 2.5rem 0 0 0;
  padding: 0 1.6rem;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom {
  margin: 0 0 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom_social ul {
  display: flex;
  gap: 1rem;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom_social ul li a {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 0.1rem solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom .tg_header_wrap_right_lang {
  display: block !important;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom_family {
  position: relative;
  margin: 0 0 0 auto;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom_family p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
  min-width: 16rem;
  position: relative;
  cursor: pointer;
  border-bottom: 0.1rem solid #e4e4e4;
  padding: 0 0 1rem 0;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom_family p::after {
  content: url("../images/icon-mbf-29092024.svg");
  position: absolute;
  top: 0;
  right: 0;
}
#menu_mobile_full .menu_mobile_full_social_family .menu_mobile_wrap_bottom_family .family_bg {
  left: -19.3rem;
}
#menu_mobile_full .menu_mobile_full_social_family .tg_header_wrap_right_lang .show_choice em {
  color: #fff;
}
#menu_mobile_full .menu_mobile_full_social_family .tg_header_wrap_right_lang .show_choice .select_ul {
  top: -14rem;
  left: -10.5rem;
}

.family_bg {
  border-radius: 2rem;
  background: #fff;
  padding: 2rem;
  position: absolute;
  width: 36.5rem;
  left: -20rem;
  bottom: 5.2rem;
  display: none;
  box-shadow: 0px 0px 20px rgba(23, 47, 98, 0.1);
  z-index: 9;
}
@media (max-width: 767px) {
  .family_bg {
    left: -19.5rem;
  }
}
.family_bg strong {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.family_bg ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  margin: 10px 0px 0px 0px;
}
.family_bg ul li a {
  display: flex;
  justify-content: center;
}
.family_bg ul li a img {
  height: 3.9rem;
  object-fit: contain;
}

.tg_content_title_fullw {
  background: #ac8355;
  padding: 2rem 0;
  margin: 0 0 6rem 0;
  text-align: center;
}
.tg_content_title_fullw.tg_mg_0 {
  margin: 0;
}
.tg_content_title_fullw h2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 700;
  font-family: traj_semi;
  color: #fff;
}
.tg_content_title_fullw h2 span {
  position: relative;
  background: none;
  padding: 0 4rem;
  word-break: break-word;
  display: table;
  margin: 0 auto;
}
.tg_content_title_fullw h2 span::before {
  content: url(../images/before-star-title-02082024.png);
  position: absolute;
  top: 50%;
  margin: -2rem 0 0 0;
  left: -1.5rem;
}
@media (max-width: 1024px) {
  .tg_content_title_fullw h2 span::before {
    left: 0.5rem;
  }
}
.tg_content_title_fullw h2 span::after {
  content: url(../images/before-star-title-02082024.png);
  position: absolute;
  top: 50%;
  margin: -2rem 0 0 0;
  right: -1.5rem;
}
@media (max-width: 1024px) {
  .tg_content_title_fullw h2 span::after {
    right: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_title_fullw h2 span {
    padding: 0 5rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_title_fullw h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_title_fullw {
    margin: 0 0 3rem 0;
  }
}

.tg_textwidget_container {
  max-width: 69rem;
  padding: 0 1.5rem 4rem 1.5rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #58595b;
  text-align: center;
}

.layout_horse_slide1 {
  margin: 0 0 6rem 0;
}
.layout_horse_slide1_list_item {
  position: relative;
  height: 54rem;
}
.layout_horse_slide1_list_item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.layout_horse_slide1_list_item b {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  font-family: traj_semi;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3rem;
  text-align: center;
  width: 100%;
  padding: 0 1rem;
}
.layout_horse_slide1_list_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.layout_horse_slide1_list_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.5s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .layout_horse_slide1_list_item {
    height: 38.8rem;
  }
}
@media (max-width: 1024px) {
  .layout_horse_slide1_list_item {
    height: 38.8rem;
  }
}
.layout_horse_slide1 .slick-slide {
  padding: 0 0.6rem;
}
.layout_horse_slide1 .slick-list {
  margin: 0 -0.6rem;
  padding: 0 12% 0 12%;
}
@media (max-width: 1024px) {
  .layout_horse_slide1 .slick-list {
    padding: 0 33% 0 0;
  }
}
@media (max-width: 1024px) {
  .layout_horse_slide1 {
    padding: 0 0 0 1.5rem;
  }
}

.tg_pop_success_form_12052025 .tg_popup_02082024_content,
.tg_pop_exclamation_form_12052025 .tg_popup_02082024_content {
  max-width: 53rem;
}
.tg_pop_success_form_12052025 .tg_popup_02082024_content_inner,
.tg_pop_exclamation_form_12052025 .tg_popup_02082024_content_inner {
  text-align: center;
  margin: 1.2rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_pop_success_form_12052025 .tg_popup_02082024_content_inner figure,
.tg_pop_exclamation_form_12052025 .tg_popup_02082024_content_inner figure {
  margin: 0 0 2.4rem 0;
}
.tg_pop_success_form_12052025 .tg_popup_02082024_content_inner b,
.tg_pop_exclamation_form_12052025 .tg_popup_02082024_content_inner b {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.tg_pop_success_form_12052025 .tg_popup_02082024_content_inner p,
.tg_pop_exclamation_form_12052025 .tg_popup_02082024_content_inner p {
  margin: 0 0 1.2rem 0;
}
.tg_pop_success_form_12052025 .tg_popup_02082024_content_inner p:last-child,
.tg_pop_exclamation_form_12052025 .tg_popup_02082024_content_inner p:last-child {
  margin: 0;
}

.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: 62rem;
  width: 100%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 4rem;
  border-radius: 1.6rem;
}
@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: 3.6rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 0 2.4rem 0;
  text-align: left;
}
@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;
    margin: 0 0 1.6rem 0;
  }
}
.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: #d62825;
}
.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;
  }
}
.tg_popup_02082024.tg_download_profile form .tg_readm_2609 {
  display: table;
  margin: 2.5rem auto 0 auto;
}
.tg_popup_02082024.tg_download_profile form .tg_readm_2609 a {
  padding: 0 1.5rem 0 0;
}
.tg_popup_02082024.tg_download_profile form .tg_readm_2609 a span {
  position: relative;
  right: -1.5rem;
}
.tg_popup_02082024.tg_choose_vn .tg_popup_02082024_content {
  max-width: 94rem;
}

.tg_pop_apply_now_29042025 .tg_pop_apply_form_group {
  margin: 0 0 1.6rem 0;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group label {
  display: block;
  margin: 0 0 0.8rem 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_form_group label {
    font-size: 1.4rem;
    line-height: 140%;
    color: #000;
    font-weight: 500;
    font-style: normal;
    argin: 0 0 0.4rem 0;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group label span {
  color: #ff0000;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group input {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  border-radius: 9rem;
  padding: 0.9rem 1.6rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_form_group input {
    font-size: 1.4rem;
    line-height: 140%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group input::placeholder {
  font-size: 1.6rem;
  line-height: 150%;
  color: #aeaeae;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_form_group input::placeholder {
    font-size: 1.4rem;
    line-height: 140%;
    color: #aeaeae;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group input:focus {
  border: 0.1rem solid #034ba8;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group textarea {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  border-radius: 2rem;
  padding: 1.6rem;
  height: 15rem;
  resize: none;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_form_group textarea {
    font-size: 1.4rem;
    line-height: 140%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group textarea::placeholder {
  font-size: 1.8rem;
  line-height: 150%;
  color: #aeaeae;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_form_group textarea::placeholder {
    font-size: 1.4rem;
    line-height: 140%;
    color: #aeaeae;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_form_group textarea:focus {
  border: 0.1rem solid #034ba8;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.4rem 0 0 0;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_button {
    flex-direction: column;
    align-items: inherit;
    justify-content: inherit;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.9rem 2.4rem;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 150%;
  color: #05a6e0;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn {
    justify-content: center;
    font-size: 1.4rem;
    line-height: 140%;
    color: #05a6e0;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn:hover {
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  background: #05a6e0;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn:hover {
    font-size: 1.4rem;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn svg {
  flex-shrink: 0;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn svg rect,
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn svg path {
  transition: all 0.3s;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn:hover svg rect,
.tg_pop_apply_now_29042025 .tg_pop_apply_button .upload_cv_btn:hover svg path {
  stroke: #fff;
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .send_cv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.4rem;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  background: #05a6e0;
  max-width: 16.5rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_pop_apply_now_29042025 .tg_pop_apply_button .send_cv_btn {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_pop_apply_now_29042025 .tg_pop_apply_button .send_cv_btn:hover {
  background: #009fd9;
}

.tg_news_layout_v2_wrap_top {
  display: flex;
  align-items: center;
  margin: 0 0 4rem 0;
}
.tg_news_layout_v2_wrap_top h2 {
  font-size: 4rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_news_layout_v2_wrap_top h2 {
    font-size: 2.8rem;
    line-height: 130%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_news_layout_v2_wrap_top .tg_readm_2609 {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .tg_news_layout_v2_wrap_top .tg_readm_2609 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tg_news_layout_v2_wrap_top {
    margin: 0 0 2rem 0;
  }
}
.tg_news_layout_v2_wrap_bottom_wrap_list {
  display: flex;
  gap: 4rem;
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item {
  flex: 0 0 calc((100% - 12rem) / 4);
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item .wrap_figure {
  height: 23.6rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item .wrap_figure img {
  height: 23.6rem;
  border-radius: 1.2rem;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s;
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item .tg_info_news b {
  margin: 2rem 0 0 0;
  display: block;
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item .tg_info_news b a {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list_item .tg_info_news b a {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list_item .tg_info_news b a {
    display: block;
    font-size: 1.8rem;
    line-height: 140%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item .tg_info_news p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #81838c;
  font-weight: 300;
  font-style: normal;
  margin: 1.5rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list_item .tg_info_news p {
    font-size: 1.4rem;
    line-height: 150%;
    color: #81838c;
    font-weight: 300;
    font-style: normal;
  }
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item:hover img {
  transform: scale(1.05);
}
.tg_news_layout_v2_wrap_bottom_wrap_list_item:hover .tg_info_news b a {
  color: #034ba8;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list_item {
    flex: 0 0 calc((100% - 6rem) / 4);
  }
}
@media (max-width: 1024px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list_item {
    flex: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list {
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .tg_news_layout_v2_wrap_bottom_wrap_list {
    gap: 0;
    display: block;
    overflow: hidden;
  }
}
.tg_news_layout_v2_wrap_bottom .swiper-control {
  display: none;
  margin: 2rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_news_layout_v2_wrap_bottom .swiper-control {
    display: flex;
  }
}
.tg_news_layout_v2_wrap_bottom .tg_readm_2609 {
  margin: 2rem 0 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .tg_news_layout_v2_wrap_bottom .tg_readm_2609 {
    display: block;
  }
}

.fp-section.active .tg_textwidget_wrap .wrap_figure {
  animation: zoomIn 0.6s linear 0.3s forwards;
}

.fp-section.active .tg_section1_wrap_left,
.fp-section.active .tg_section2_wrap_right,
.fp-section.active .tg_section3_wrap_left,
.fp-section.active .tg_section5_wrap_right,
.fp-section.active .tg_section2_wrap_left,
.fp-section.active .tg_section4_wrap_top {
  animation: fadeInUp 0.6s linear 0.3s forwards;
}

.fp-section.active .tg_section1_wrap_right,
.fp-section.active .tg_section4_wrap_bottom {
  animation: fadeIn 0.6s linear 0.3s forwards;
}

.tg_bg_loading_logo {
  opacity: 0;
  animation: zoomIn 1s linear 0.3s forwards;
}

@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);
  }
}
.tg_header {
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  position: relative;
}
.tg_header::before {
  content: "";
  height: 0;
  background: #fff;
  width: 100%;
  position: absolute;
  transition: height 0.5s;
  z-index: 1;
  pointer-events: none;
}
.tg_header .tg_header_wrap_active_menu {
  content: "";
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  transition: height 0.5s;
  position: absolute;
  box-shadow: 0px 20px 80px 0px rgba(31, 68, 122, 0.0588235294);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
.tg_header .tg_container {
  width: 100%;
  position: relative;
  z-index: 3;
}
.tg_header.tg_home_page.tg_fixed .nav_primary > li > a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_header.tg_home_page.tg_fixed .nav_primary > li > a {
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_header.tg_home_page.tg_fixed .nav_primary > li:hover > a {
  color: #034ba8 !important;
}
.tg_header.tg_home_page.tg_fixed .nav_primary > li:hover > a::after {
  color: #034ba8 !important;
}
.tg_header.tg_home_page.tg_fixed .nav_primary > li.menu-item-has-children > a::after {
  color: #000;
}
.tg_header.tg_home_page.tg_fixed .nav_primary > li ul.sub-menu {
  background: #fff;
  box-shadow: 0 0.4rem 2rem 0 rgba(6, 82, 156, 0.2);
}
.tg_header.tg_home_page.tg_fixed .tg_header_wrap_right_search svg circle,
.tg_header.tg_home_page.tg_fixed .tg_header_wrap_right_search svg path {
  stroke: #000;
}
.tg_header.tg_home_page.tg_fixed .icon_mobile_click svg circle,
.tg_header.tg_home_page.tg_fixed .icon_mobile_click svg path {
  stroke: #000;
}
.tg_header.tg_active_menu {
  background: none;
}
.tg_header.tg_active_menu::before {
  height: 7.2rem;
}
.tg_header.tg_active_menu .tg_header_wrap_active_menu {
  height: 32rem;
}
.tg_header.tg_active_menu.tg_menu_services_active .tg_header_wrap_active_menu {
  height: 56rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_header.tg_active_menu.tg_menu_services_active .tg_header_wrap_active_menu {
    height: 52rem;
  }
}
.tg_header.tg_active_menu.tg_home_page .tg_header_wrap_left_logo a img:nth-child(1) {
  display: none;
}
.tg_header.tg_active_menu.tg_home_page .tg_header_wrap_left_logo a img:nth-child(2) {
  display: block;
}
.tg_header.tg_active_menu.tg_home_page .tg_header_wrap_right_search svg circle,
.tg_header.tg_active_menu.tg_home_page .tg_header_wrap_right_search svg path {
  stroke: #1a1919 !important;
}
.tg_header.tg_active_menu.tg_home_page .tg_header_wrap_right_lang .show_choice em {
  color: #1a1919 !important;
}
.tg_header.tg_active_menu .tg_header_wrap_right_search svg path,
.tg_header.tg_active_menu .tg_header_wrap_right_search svg circle {
  stroke: #000;
}
.tg_header.tg_active_menu .tg_header_wrap_right_lang em {
  color: #000 !important;
}
.tg_header.tg_active_menu .nav_primary > li::before {
  background: #034ba8 !important;
}
.tg_header.tg_active_menu .nav_primary > li > a::after {
  color: #034ba8 !important;
}
.tg_header.tg_active_menu .nav_primary > li > a {
  color: #000 !important;
}
.tg_header.tg_active_menu .nav_primary > li:hover > a {
  color: #034ba8 !important;
}
.tg_header.tg_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0.4rem 2rem 0 rgba(3, 75, 168, 0.1019607843);
  width: 100%;
  animation: stuckMoveDown 0.6s;
  z-index: 999;
}
.tg_header.tg_fixed.tg_home_page {
  top: 0;
}
.tg_header.tg_fixed .tg_header_wrap_right_menu_mobile svg rect {
  fill: #034ba8;
}
.tg_header.tg_fixed .tg_header_wrap_right_lang .default_option {
  color: #000;
}
@media (max-width: 1024px) {
  .tg_header.tg_fixed .tg_header_wrap {
    padding: 1rem 0;
  }
}
.tg_header.tg_fixed.tg_home_page .tg_header_wrap_left_logo a img:first-child {
  display: none;
}
.tg_header.tg_fixed.tg_home_page .tg_header_wrap_left_logo a img:nth-child(2) {
  display: block;
}
.tg_header.tg_fixed.tg_home_page .tg_header_wrap_right_lang .show_choice em {
  color: #000 !important;
}
.tg_header.tg_fixed.tg_home_page .tg_header_wrap_right .icon_mobile_click svg rect {
  fill: #000;
}
.tg_header.tg_home_page {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: initial;
}
.tg_header.tg_home_page .nav_primary > li.menu-item-has-children > a::after {
  color: #fff;
}
.tg_header.tg_home_page .nav_primary > li:hover > a {
  color: #fff;
}
.tg_header.tg_home_page .nav_primary > li > a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.tg_header.tg_home_page.tg_active_menu .nav_primary > li::before {
  background: #034ba8 !important;
}
.tg_header.tg_home_page .tg_header_wrap_right_lang .show_choice em {
  color: #fff !important;
}
.tg_header.tg_home_page .tg_header_wrap_right_search svg path,
.tg_header.tg_home_page .tg_header_wrap_right_search svg circle {
  stroke: #fff;
}
.tg_header.tg_home_page .tg_header_wrap_right_menu_mobile .icon_mobile_click svg rect {
  fill: #fff;
}
@media (max-width: 767px) {
  .tg_header.tg_home_page {
    top: 0;
  }
}
.tg_header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2509803922);
}
@media (max-width: 1024px) {
  .tg_header_wrap {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .tg_header_wrap_left_logo a img {
    max-width: 15rem;
    width: 100%;
  }
}
.tg_header_wrap_left_logo a img:nth-child(1) {
  display: block;
}
.tg_header_wrap_left_logo a img:nth-child(2) {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_header_wrap_left_logo {
    max-width: 24rem;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .tg_header_wrap_left_logo {
    max-width: 24rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_header_wrap_left_logo {
    max-width: 20rem;
  }
}
@media (max-width: 767px) {
  .tg_header_wrap_left_logo {
    max-width: 10.5rem;
  }
}
.tg_header_wrap_middle {
  position: relative;
}
.tg_header_wrap_middle::before {
  content: "";
  width: 100%;
  height: 13rem;
  position: absolute;
  top: -10rem;
  left: 0;
}
.tg_header_wrap_middle_menu .nav_primary {
  display: flex;
  gap: 5rem;
}
.tg_header_wrap_middle_menu .nav_primary > li {
  position: relative;
  cursor: pointer;
}
.tg_header_wrap_middle_menu .nav_primary > li::before {
  content: "";
  position: absolute;
  background: transparent;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 140%;
}
/* .tg_header_wrap_middle_menu .nav_primary > li.tg_active::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 0.1rem;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -135%;
} */
.tg_header_wrap_middle_menu .nav_primary > li a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_header_wrap_middle_menu .nav_primary > li a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 300;
    font-style: normal;
  }
}
.tg_header_wrap_middle_menu .nav_primary > li:hover > a {
  color: #034ba8;
}
.tg_header_wrap_middle_menu .nav_primary > li.menu-item-has-children > a::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 0.8rem;
  color: #000;
}
.tg_header_wrap_middle_menu .nav_primary > li > ul.sub-menu {
  top: 5.6rem;
  left: 8rem;
  position: absolute;
  transform: translate(-50%, -1rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  visibility: hidden;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  width: 16rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1.6rem;
}
.tg_header_wrap_middle_menu .nav_primary > li > ul.sub-menu::before {
  content: "";
  height: 3.5rem;
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 100%;
}
.tg_header_wrap_middle_menu .nav_primary > li > ul.sub-menu > li > a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  text-transform: capitalize;
}
.tg_header_wrap_middle_menu .nav_primary > li > ul.sub-menu > li > a:hover {
  color: #05a6e0;
}
.tg_header_wrap_middle_menu .nav_primary > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_header_wrap_middle_menu .nav_primary {
    gap: 1.8rem;
  }
}
.tg_header_wrap_middle_menu .nav_primary .tg_menu_intro_hd ul.sub-menu {
  left: 11rem;
  width: 22rem;
}
@media (max-width: 1024px) {
  .tg_header_wrap_middle {
    display: none;
  }
}
.tg_header_wrap_right {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 0.5rem 0 0;
}
@media (max-width: 1024px) {
  .tg_header_wrap_right {
    gap: 1.6rem;
  }
}
.tg_header_wrap_right_search {
  position: relative;
  z-index: 999999;
}
.tg_header_wrap_right_search::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tg_header_wrap_right_search span {
  position: relative;
}
.tg_header_wrap_right_search span::before {
  position: absolute;
}
.tg_header_wrap_right_search span svg {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  top: 0.2rem;
}
.tg_header_wrap_right_search span svg path,
.tg_header_wrap_right_search span svg circle {
  stroke: #000;
}
.tg_header_wrap_right_search span svg:hover {
  transform: scale(1.2);
}
.tg_header_wrap_right_search_form {
  width: 45rem;
  position: absolute;
  bottom: -8.5rem;
  right: -2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99;
}
@media (max-width: 767px) {
  .tg_header_wrap_right_search_form {
    bottom: -5.5rem;
    right: 0 !important;
  }
}
.tg_header_wrap_right_search_form::before {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 5rem;
  top: -5rem;
  left: -1.5rem;
}
@media (max-width: 767px) {
  .tg_header_wrap_right_search_form {
    right: 1.6rem;
    width: 35rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_header_wrap_right_search_form {
    right: 5rem;
  }
}
.tg_header_wrap_right_search_form form {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .tg_header_wrap_right_search_form form {
    padding: 0.8rem 1.8rem;
  }
}
.tg_header_wrap_right_search_form form input {
  flex-grow: 1;
  background: #fff;
  border: none;
  background: transparent;
  padding: 0;
}
.tg_header_wrap_right_search_form form button {
  flex-shrink: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.tg_header_wrap_right_search_form form button img {
  max-width: 2rem;
  width: 100%;
}
.tg_header_wrap_right_search.tg_active .tg_header_wrap_right_search_form {
  opacity: 1;
  visibility: visible;
  transform: translateX(5rem);
}
.tg_header_wrap_right_search.tg_active::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_lang {
    display: none;
  }
}
.tg_header_wrap_right_lang .show_choice em {
  position: relative;
  cursor: pointer;
  padding: 0 1rem 0 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.tg_header_wrap_right_lang .show_choice em::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0.3rem;
  right: -0.5rem;
  margin: 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_header_wrap_right_lang .show_choice em::after {
    top: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_lang .show_choice em::after {
    top: 0.1rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_header_wrap_right_lang .show_choice em {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_header_wrap_right_lang .show_choice em {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 300;
    font-style: normal;
  }
}
.tg_header_wrap_right_menu_mobile {
  display: none;
}
.tg_header_wrap_right_menu_mobile .icon_mobile_click svg rect {
  fill: #034ba8;
}
@media (max-width: 1024px) {
  .tg_header_wrap_right_menu_mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tg_header_wrap {
    padding: 1.5rem 0;
  }
}

.tg_content_vn_trusted_partner_general_bottom_bg {
  grid-gap: 7.5rem;
}

.tg_footer {
  background: #003670;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.tg_footer .tg_footer_title {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  margin: 0.8rem 0 2.4rem 0;
  display: block;
}
@media (max-width: 1024px) {
  .tg_footer .tg_footer_title {
    margin: 0 0 2rem 0;
  }
}
.tg_footer_top {
  padding: 4.8rem 0 3.2rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.tg_footer_top_general {
  display: flex;
  gap: 16.5rem;
}
@media (max-width: 1024px) {
  .tg_footer_top_general {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tg_footer_top_general {
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_footer_top_general {
    gap: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_footer_top_general {
    gap: 10rem;
  }
}
.tg_footer_top_general_left {
  width: 35%;
}
@media (max-width: 1024px) {
  .tg_footer_top_general_left {
    width: 100%;
    order: 2;
  }
}
.tg_footer_top_general_left_info {
  margin: 2.4rem 0 0 0;
}
.tg_footer_top_general_left_info b {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
.tg_footer_top_general_left_info ul {
  margin: 1.6rem 0 0 0;
}
.tg_footer_top_general_left_info ul li {
  margin: 0 0 1.6rem 0;
  padding: 0 0 0 3.6rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_footer_top_general_left_info ul li {
    margin: 0 0 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .tg_footer_top_general_left_info ul li {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_footer_top_general_left_info ul li:last-child {
  margin: 0;
}
.tg_footer_top_general_left_info ul li svg {
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media (max-width: 767px) {
  .tg_footer_top_general_left_info ul li svg {
    top: 0;
  }
}
.tg_footer_top_general_left_info ul li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_footer_top_general_left_info ul li a {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_footer_top_general_left_info ul li strong {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_footer_top_general_left_info ul li strong {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_footer_top_general_left_info ul li br {
    display: none;
  }
}
.tg_footer_top_general_right {
  width: 65%;
  display: flex;
  gap: 11rem;
}
@media (max-width: 1024px) {
  .tg_footer_top_general_right {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_footer_top_general_right {
    gap: 5rem;
  }
}
.tg_footer_top_general_right_menu {
  width: 40%;
}
@media (max-width: 1024px) {
  .tg_footer_top_general_right_menu {
    display: none;
  }
}
.tg_footer_top_general_right_menu ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 6rem;
  grid-row-gap: 1.9rem;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_footer_top_general_right_menu ul {
    grid-column-gap: 1.6rem;
  }
}
.tg_footer_top_general_right_menu ul li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s;
}
.tg_footer_top_general_right_menu ul li a:hover {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #05a6e0;
  font-weight: 400;
  font-style: normal;
}
.tg_footer_top_general_right_search {
  width: 60%;
}
@media (max-width: 1024px) {
  .tg_footer_top_general_right_search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tg_footer_top_general_right_search_form p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_footer_top_general_right_search_form_group {
  background: rgba(0, 176, 240, 0.1019607843);
  position: relative;
  border-radius: 9rem;
  margin: 1.6rem 0 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_footer_top_general_right_search_form_group {
    width: 60%;
  }
}
.tg_footer_top_general_right_search_form_group input {
  padding: 1.5rem 14.2rem 1.5rem 2.4rem;
  background: transparent;
  border: none;
  border-radius: 9rem 0 0 9rem;
  width: 100%;
  color: #fff;
}
.tg_footer_top_general_right_search_form_group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
@media (max-width: 767px) {
  .tg_footer_top_general_right_search_form_group input {
    padding: 1.4rem 14.2rem 1.4rem 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_footer_top_general_right_search_form_group input {
    padding: 1.4rem 12.2rem 1.4rem 2.4rem;
  }
}
.tg_footer_top_general_right_search_form_group button {
  background: #05a6e0;
  color: #fff;
  border-radius: 9rem;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  text-align: center;
  padding: 1.5rem 3.5rem;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tg_footer_top_general_right_search_form_group button {
    padding: 1.4rem 3.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_footer_top_general_right_search_form_group button {
    padding: 1.5rem 2.5rem;
  }
}
.tg_footer_bottom_general {
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tg_footer_bottom_general {
    padding: 2rem 0;
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 767px) {
  .tg_footer_bottom_general_left {
    order: 2;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_footer_bottom_general_right {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_footer_bottom_general_right {
    justify-content: space-between;
  }
}
.tg_footer_bottom_general_right_social ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tg_footer_bottom_general_right_social ul li a {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  display: inline-block;
}
.tg_footer_bottom_general_right_social ul li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_footer_bottom_general_right_family_site {
  position: relative;
}
.tg_footer_bottom_general_right_family_site .family_btn {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding: 0.9rem 7rem 0.9rem 2rem;
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 9rem;
}
.tg_footer_bottom_general_right_family_site .family_btn svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: -0.6rem 0 0 0;
}
.tg_footer_bottom_general_right_family_site.tag_active .family_bg {
  display: block !important;
}

@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve,
  .vimc_news_event_de .tg_content .vimc_swen_tneve,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve,
  .vimc_news_event_de .tg_content .vimc_swen_tneve,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve .tg_container,
  .vimc_news_event_de .tg_content .vimc_swen_tneve .tg_container,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve .tg_container {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve_general_left,
  .vimc_news_event_de .tg_content .vimc_swen_tneve_general_left,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve_general_left {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve_general_right,
  .vimc_news_event_de .tg_content .vimc_swen_tneve_general_right,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve_general_right {
    padding: 4rem 1.6rem 6rem 1.6rem;
    background: #f4f9ff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve_general_right,
  .vimc_news_event_de .tg_content .vimc_swen_tneve_general_right,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve_general_right {
    padding: 6rem 1.6rem 8rem 1.6rem;
    background: #f4f9ff;
  }
}

.vimc_news_event_de .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 {
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .vimc_news_event_de .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 {
    margin: 0.4rem 0 0 0;
  }
}

@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_share_date,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve .vimc_share_date {
    flex-direction: column;
    align-items: inherit !important;
  }
}
@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_share_date_right,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve .vimc_share_date_right {
    flex-direction: column;
    align-items: inherit !important;
    gap: 1.6rem !important;
  }
}
.vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_share_date_right .vimc_date span,
.vimc_shareholder_relations_de .tg_content .vimc_swen_tneve .vimc_share_date_right .vimc_date span {
  font-size: 1.4rem;
  line-height: 120%;
  color: #96a1ad;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_swen_tneve_general_right_related_general_bg,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve .vimc_swen_tneve_general_right_related_general_bg {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_swen_tneve_general_right_related_general_bg_detailds,
  .vimc_shareholder_relations_de .tg_content .vimc_swen_tneve .vimc_swen_tneve_general_right_related_general_bg_detailds {
    padding: 1.6rem 0;
    transition: all 0.3s;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_share_date_right {
    flex-direction: column;
    align-items: inherit !important;
    gap: 1.6rem !important;
  }
}
.vimc_recruitment_de .tg_content .vimc_swen_tneve .vimc_share_date_right .vimc_date span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.vimc_search_results .vimc_breadcrumb_general_widget h3 {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .vimc_search_results .vimc_breadcrumb_general_widget h3 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vimc_search_results .vimc_breadcrumb_general_widget h3 {
    margin: 0 !important;
  }
}

.vimc_news_event .tg_content .vimc_featured_news_general {
  border-bottom: none;
  padding: 0;
}

.vimc_shareholder_relations_de .vimc_swen_tneve_general_right_related_general_bg_detailds .vimc_date {
  margin: 1rem 0 0 0;
}

.tg_content {
  position: relative;
  z-index: 1;
}
.tg_content.tg_active_family {
  position: relative;
}
.tg_content .tab-content {
  display: none;
  padding: 0;
  position: relative;
}
.tg_content .tab-content.tg_active {
  display: inherit;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.tg_content .swiper-pagination {
  position: relative;
  margin: 3.6rem 0 0 0;
  top: 0;
}
.tg_content .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.8rem;
  border: 0.2rem solid #00b0f0;
  background: transparent;
}
@media (max-width: 767px) {
  .tg_content .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.tg_content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00b0f0;
}
@media (max-width: 1024px) {
  .tg_content br {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content br {
    display: none;
  }
}
.tg_content br.br_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tg_content br.br_mobile {
    display: block;
  }
}
.tg_content br.br_defauilt {
  display: block !important;
}
.tg_content .vimc_pagination {
  margin: 6rem 0 0 0;
}
.tg_content .vimc_pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.tg_content .vimc_pagination ul li {
  width: 4rem;
  height: 4rem;
}
.tg_content .vimc_pagination ul li a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  border: 0.1rem solid #e8e8e8;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.8rem;
  color: #1a1919;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s;
}
.tg_content .vimc_pagination ul li a:hover {
  background: #034ba8;
  border: 0.1rem solid #034ba8;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_pagination ul li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_content .vimc_pagination ul li a svg circle {
  transition: all 0.3s;
}
.tg_content .vimc_pagination ul li a:hover svg circle {
  fill: #fff;
}
.tg_content .vimc_pagination ul li.pagination_svg a:hover {
  background: #e8e8e8;
  border: 0.1rem solid #e8e8e8;
}
.tg_content .vimc_pagination ul li.pagination_svg a svg path {
  transition: all 0.3s;
}
.tg_content .vimc_pagination ul li.pagination_svg a:hover svg path {
  stroke: #212121;
}
.tg_content .vimc_pagination ul li.tg_active a {
  background: #034ba8;
  border: 0.1rem solid #034ba8;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_main_title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  justify-content: space-between;
}
.tg_content .vimc_main_title_left span {
  font-size: 1.6rem;
  line-height: 120%;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
  display: block;
}
@media (max-width: 767px) {
  .tg_content .vimc_main_title_left span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1rem 0;
  }
}
.tg_content .vimc_main_title_left h2 {
  font-size: 4.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_main_title_left h2 {
    font-size: 2.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_main_title_left h2 {
    font-size: 3.6rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_main_title_left h2 {
    font-size: 4rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_main_title_left h2 strong {
  font-size: 4.6rem;
  line-height: 120%;
  color: #034ba8;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_main_title_left h2 strong {
    font-size: 2.4rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_main_title_left h2 strong {
    font-size: 3.6rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_main_title_left h2 strong {
    font-size: 4rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 600;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_content .vimc_main_title_left h2 br {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_main_title_left h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_main_title_left h2 br.br_mobile {
    display: block;
  }
}
.tg_content .vimc_swen_tneve_general {
  display: flex;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_swen_tneve_general {
    gap: 4rem;
  }
}
.tg_content .vimc_swen_tneve_general_left {
  width: 70%;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_left {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_swen_tneve_general_left {
    width: 55%;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date {
  padding: 2.4rem 0 1.6rem 0;
  border-bottom: 0.1rem solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date {
    padding: 1.6rem 0 1.2rem 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left span {
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left ul li a {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left ul li a svg {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left ul li a svg path {
  transition: all 0.3s;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_left ul li a:hover svg path {
  fill: #034ba8;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .vimc_date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .vimc_date span {
  font-size: 1.4rem;
  line-height: 120%;
  color: #96a1ad;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .vimc_date span {
    font-size: 1.2rem;
    line-height: 2;
    color: #96a1ad;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .vimc_date strong {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 120%;
  color: #96a1ad;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .vimc_date strong {
    font-size: 1.2rem;
    line-height: 2;
    color: #96a1ad;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .vimc_date svg {
  flex-shrink: 0;
  position: relative;
  top: -0.1rem;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .apply_now_btn {
  background: #05a6e0;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #05a6e0;
  font-weight: 500;
  font-style: normal;
  padding: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  width: 16.6rem;
  text-align: center;
  background: #fff;
}
.tg_content .vimc_swen_tneve_general_left_inner .vimc_share_date_right .apply_now_btn:hover {
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  background: #05a6e0;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct {
  margin: 4.8rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct {
    margin: 1.2rem 0 0 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside {
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside {
    margin: 1.2rem 0 0 0;
    font-size: 1.4rem;
    line-height: 120%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside p {
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside p {
    margin: 1.2rem 0 0 0;
    margin: 0 0 1.2rem 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside img {
  border-radius: 1rem;
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside img {
    margin: 0 0 1.6rem 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside blockquote {
  font-style: italic;
  text-align: center;
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside blockquote {
    margin: 0 0 1.2rem 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside ul {
  margin: 1.6rem 0 0 0;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside ul li {
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside ul li::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 0.15rem solid #00112e;
  top: 0.9rem;
  left: 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_inside ul li::before {
    top: 0.5rem;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_inside ul li:last-child {
  margin: 0;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info b {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info ul {
  margin: 1.6rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #deedff;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info ul li {
    padding: 0.8rem;
    font-size: 1.4rem;
    line-height: 120%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info ul li strong {
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info ul li strong {
    padding: 0.8rem;
    font-size: 1.4rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_info ul li svg {
  flex-shrink: 0;
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds {
  margin: 3.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds b {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds b {
    font-size: 1.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul {
  margin: 1.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul {
    margin: 0.8rem 0 0 0;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul li {
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul li {
    font-size: 1.4rem;
    line-height: 120%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul li::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 0.15rem solid #00112e;
  top: 0.9rem;
  left: 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul li::before {
    top: 0.5rem;
  }
}
.tg_content .vimc_swen_tneve_general_left_inner_ct_regime_bg_detailds ul li:last-child {
  margin: 0;
}
.tg_content .vimc_swen_tneve_general_right {
  width: 30%;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_swen_tneve_general_right {
    width: 45%;
  }
}
.tg_content .vimc_swen_tneve_general_right_related {
  position: sticky;
  top: 13rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related {
    position: inherit;
    top: inherit;
  }
}
.tg_content .vimc_swen_tneve_general_right_related .vimc_sub_title_left h4 {
  font-size: 2.4rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right_related .vimc_sub_title_left h4 {
    font-size: 2rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related .vimc_sub_title_left h4 {
    font-size: 2.2rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg {
  margin: 4.8rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2.4rem;
    grid-row-gap: 3.6rem;
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds {
  display: flex;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
  padding: 0 0 2.4rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds {
    gap: 1.6rem;
    margin: 2.4rem 0 0 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds {
    margin: 0;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-22042025-dashed-news-line.png) no-repeat;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds:last-child {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds:last-child {
    padding: 0 0 2.4rem 0;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds:last-child::before {
  background: none;
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_figure figure {
  width: 19rem;
  height: 13rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_figure figure {
    width: 100%;
    height: 19rem;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget .vimc_info {
  flex-direction: column;
  gap: 1rem;
  align-items: inherit;
}
@media (max-width: 1024px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget .vimc_info {
    flex-direction: inherit;
    align-items: center;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 {
  margin: 1rem 0 0 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 {
    margin: 0.4rem 0 0 0;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 a {
    font-size: 1.4rem;
    line-height: 120%;
    color: #00112e;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds:hover .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_swen_tneve_general_right_related_general_bg_detailds:hover .vimc_swen_tneve_general_right_related_general_bg_detailds_widget h3 a {
    font-size: 1.4rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_event .vimc_event_general_menu {
  display: flex;
  align-items: center;
}
.tg_content .vimc_event .vimc_event_general_menu_icon figure {
  position: relative;
  top: 0.4rem;
  cursor: pointer;
}
.tg_content .vimc_event .vimc_event_general_menu_icon .arrup {
  display: none;
}
.tg_content .vimc_event .vimc_event_general_menu_nav {
  position: absolute;
  top: 50%;
  margin: -1.2rem 0 0 0;
  right: 3.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav {
    box-shadow: 0 2rem 8rem 0 rgba(31, 68, 122, 0.1607843137);
    padding: 2.4rem 1.6rem;
    border-radius: 1.6rem;
    background: #fff;
    top: 6rem;
    width: 35rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav {
    box-shadow: 0 2rem 8rem 0 rgba(31, 68, 122, 0.1607843137);
    padding: 2.4rem 1.6rem;
    border-radius: 1.6rem;
    background: #fff;
    top: 6rem;
    width: 35rem;
  }
}
.tg_content .vimc_event .vimc_event_general_menu_nav ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
.tg_content .vimc_event .vimc_event_general_menu_nav ul li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav ul li a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_event .vimc_event_general_menu_nav ul li a:hover {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav ul li a:hover {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_event .vimc_event_general_menu_nav ul li.tg_active a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_event .vimc_event_general_menu_nav ul li.tg_active a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_event .vimc_event_general_menu.tg_active .vimc_event_general_menu_icon .arrdown {
  display: none;
}
.tg_content .vimc_event .vimc_event_general_menu.tg_active .vimc_event_general_menu_icon .arrup {
  display: block;
}
.tg_content .vimc_event .vimc_event_general_menu.tg_active .vimc_event_general_menu_nav {
  opacity: 1;
  visibility: visible;
  right: 6rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_event .vimc_event_general_menu.tg_active .vimc_event_general_menu_nav {
    right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_event .vimc_event_general_menu.tg_active .vimc_event_general_menu_nav {
    right: 0;
  }
}
.tg_content .vimc_event_general_bg {
  margin: 4.8rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_event_general_bg {
    margin: 2.4rem 0 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_event_general_bg {
    margin: 3.6rem 0 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_event_general_bg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_event_general_bg_detailds {
    display: none;
  }
}
.tg_content .vimc_event_general_bg_detailds.vimc_event_general_bg_mobile {
  display: block !important;
}
.tg_content .vimc_event_general_bg_detailds_figure figure {
  height: 23.6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_event_general_bg_detailds_figure figure {
    height: 19rem;
  }
}
.tg_content .vimc_event_general_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.tg_content .vimc_event_general_bg_detailds_widget {
  margin: 2.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_event_general_bg_detailds_widget {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_event_general_bg_detailds_widget h3 {
  margin: 1.2rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_event_general_bg_detailds_widget h3 {
    margin: 0.4rem 0 0 0;
  }
}
.tg_content .vimc_event_general_bg_detailds_widget h3 a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #00112e;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_event_general_bg_detailds_widget h3 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #00112e;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_event_general_bg_detailds:hover .vimc_event_general_bg_detailds_widget h3 a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_event_general_bg_detailds:hover .vimc_event_general_bg_detailds_widget h3 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_tliuser .tg_container {
  max-width: 133rem;
}
.tg_content .vimc_tliuser_form_group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  border: 0.1rem solid #034ba8;
  border-radius: 9rem;
  padding: 1.5rem 2.4rem;
  margin: 0 auto 6rem auto;
  width: 80%;
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser_form_group {
    margin: 0 auto 2.4rem auto;
    padding: 0.8rem 1.6rem;
    width: 100%;
  }
}
.tg_content .vimc_tliuser_form_group input {
  flex-grow: 1;
  background: transparent;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser_form_group input {
    font-size: 1.4rem;
    line-height: 140%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_tliuser_form_group input::placeholder {
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(173, 183, 195, 0.6);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser_form_group input::placeholder {
    font-size: 1.4rem;
    line-height: 140%;
    color: rgba(173, 183, 195, 0.6);
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_tliuser_form_group button {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tg_content .vimc_tliuser_form_group button svg path {
  stroke: #034ba8;
}
.tg_content .vimc_tliuser_form_group button svg ellipse {
  stroke: #034ba8;
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser .vimc_sub_title {
    flex-direction: column;
    gap: 0.8rem;
    align-items: inherit;
  }
}
.tg_content .vimc_tliuser .vimc_sub_title .resuilt_num {
  font-size: 1.6rem;
  line-height: 150%;
  color: #828282;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_tliuser .vimc_sub_title .resuilt_num span {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_tliuser .vimc_event_general_bg {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser .vimc_event_general_bg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_tliuser .vimc_event_general_bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser .vimc_event_general_bg_detailds {
    display: block;
  }
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds_figure figure {
  height: 25rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_tliuser .vimc_event_general_bg_detailds_figure figure {
    height: 22rem;
  }
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds_widget {
  margin: 1.6rem 0 0 0;
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds_widget h3 {
  margin: 0.8rem 0 0 0;
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds_widget h3 a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser .vimc_event_general_bg_detailds_widget h3 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds_widget .vimc_info .vimc_date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds_widget .vimc_info .vimc_date svg {
  flex-shrink: 0;
}
.tg_content .vimc_tliuser .vimc_event_general_bg_detailds:hover .vimc_event_general_bg_detailds_widget h3 a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_tliuser .vimc_event_general_bg_detailds:hover .vimc_event_general_bg_detailds_widget h3 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_download_btn {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  display: inline-block;
  transition: all 0.3s;
  flex-shrink: 0;
}
.tg_content .vimc_download_btn svg {
  transition: all 0.3s;
}
.tg_content .vimc_download_btn:hover {
  background: #deedff;
  transform: rotate(45deg);
}
.tg_content .vimc_download_btn:hover svg path {
  stroke: #034ba8;
}
.tg_content .news_event_btn {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .news_event_btn {
    display: none;
  }
}
.tg_content .news_event_btn a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  padding: 0.85rem 2.3rem;
  transition: all 0.3s;
  background: #05a6e0;
}
.tg_content .news_event_btn a:hover {
  background: #009fd9;
}
.tg_content .news_event_btn a svg {
  flex-shrink: 0;
  transition: all 0.3s;
}
.tg_content .news_event_btn a svg path {
  transition: all 0.3s;
  stroke: #fff;
}
.tg_content .news_event_btn a:hover svg {
  transform: rotate(180deg);
}
.tg_content .vimc_sub_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tg_content .vimc_sub_title_left h4 {
  font-size: 3rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_sub_title_left h4 {
    font-size: 2.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_sub_title_left h4 {
    font-size: 2.8rem;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_sub_title_left h4 strong {
  font-size: 3rem;
  line-height: 120%;
  color: #034ba8;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_sub_title_left h4 strong {
    font-size: 2.4rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_sub_title_left h4 strong {
    font-size: 2.8rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_sub_title_left span {
  font-size: 1.6rem;
  line-height: 120%;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
  display: block;
}
.tg_content .vimc_breadcrumb_general {
  position: relative;
}
.tg_content .vimc_breadcrumb_general .tg_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tg_content .vimc_breadcrumb_general .tg_container {
    top: 55%;
  }
}
.tg_content .vimc_breadcrumb_general_figure figure {
  height: 50rem;
  position: relative;
}
.tg_content .vimc_breadcrumb_general_figure figure::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-breadcrumb-bg.png) no-repeat;
  max-width: 100%;
  width: 100%;
  height: 16.5rem;
  top: 0;
  left: 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .tg_content .vimc_breadcrumb_general_figure figure {
    height: 40rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_breadcrumb_general_figure figure {
    height: 45rem;
  }
}
.tg_content .vimc_breadcrumb_general_figure figure.breadcrumb_mobile_img {
  display: none;
}
@media (max-width: 767px) {
  .tg_content .vimc_breadcrumb_general_figure figure.breadcrumb_mobile_img {
    display: block;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_breadcrumb_general_figure figure.breadcrumb_desktop_img {
    display: none;
  }
}
.tg_content .vimc_breadcrumb_general_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg_content .vimc_breadcrumb_general_widget {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .tg_content .vimc_breadcrumb_general_widget {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_breadcrumb_general_widget {
    margin: 0 0 0 1.6rem;
  }
}
.tg_content .vimc_breadcrumb_general_widget p {
  font-size: 2.4rem;
  line-height: 100%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tg_content .vimc_breadcrumb_general_widget p {
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_breadcrumb_general_widget p {
    font-size: 2rem;
    line-height: 120%;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_breadcrumb_general_widget h3 {
  font-size: 5rem;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  margin: 1.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_breadcrumb_general_widget h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin: 0.8rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_breadcrumb_general_widget h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin: 0.8rem 0 0 0;
  }
}
.tg_content .vimc_chair_man_talk {
  background: #f4f9ff;
}
.tg_content .vimc_chair_man_talk_general {
  display: flex;
  align-items: flex-end;
  gap: 6rem;
}
.tg_content .vimc_chair_man_talk_general_figure {
  width: 40%;
}
.tg_content .vimc_chair_man_talk_general_figure figure {
  position: relative;
  top: 2rem;
}
.tg_content .vimc_chair_man_talk_general_widget {
  width: 60%;
  padding: 0 0 10rem 0;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds h2 {
  font-size: 4.6rem;
  line-height: 120%;
  color: #1a1919;
  font-weight: 600;
  font-style: normal;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds_inner {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1a1919;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  text-align: justify;
  margin: 6rem 0 0 0;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds_inner p:last-child {
  margin: 0;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds_position {
  margin: 4rem 0 0 0;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds_position .vimc_chair_man_talk_name {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1a1919;
  font-weight: 500;
  font-style: normal;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds_position .vimc_chair_man_talk_job {
  font-size: 1.6rem;
  line-height: 150%;
  color: #8d8c8c;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_chair_man_talk_general_widget_detailds .vimc_chair_man_talk_big_name {
  font-size: 5.8rem;
  line-height: 2.6rem;
  color: rgba(205, 228, 255, 0.6);
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin: 5rem 0 0 0;
}
.tg_content .vimc_filter_icon svg {
  cursor: pointer;
}
.tg_content .vimc_filter_icon svg path {
  transition: all 0.3s;
}
.tg_content .vimc_filter_icon svg:hover path {
  stroke: #034ba8;
}
.tg_content .vimc_filter_form {
  box-shadow: 0 0.4rem 0.4rem 0.4rem rgba(3, 75, 168, 0.1019607843);
  background: #fff;
  padding: 2.4rem 1.6rem;
  border-radius: 1.6rem;
  width: 41rem;
  position: absolute;
  top: 3.2rem;
  right: -1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_filter_form {
    width: 34.5rem;
    top: 4.2rem;
  }
}
.tg_content .vimc_filter_form b {
  font-size: 1.6rem;
  line-height: 150%;
  color: #212121;
  font-weight: 500;
  font-style: normal;
}
.tg_content .vimc_filter_form_group_inner {
  margin: 1.6rem 0 0 0;
  position: relative;
}
.tg_content .vimc_filter_form_group_inner input {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  padding: 1.25rem 1.6rem;
  border-radius: 9rem;
  font-size: 1.4rem;
  line-height: 120%;
  color: #212121;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_filter_form_group_inner input::placeholder {
  font-size: 1.4rem;
  line-height: 120%;
  color: rgba(173, 183, 195, 0.6);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.tg_content .vimc_filter_form_group_inner input:focus {
  border: 0.1rem solid #034ba8;
}
.tg_content .vimc_filter_form_group_inner input.tg_basic_date {
  padding: 1.25rem 5.6rem 1.25rem 1.6rem;
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  height: 4.4rem;
}
.tg_content .vimc_filter_form_group_inner input input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.tg_content .vimc_filter_form_group_inner svg {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 1.6rem;
  margin: -1.2rem 0 0 0;
}
.tg_content .vimc_filter_form_group_inner button {
  width: 100%;
  background: #05a6e0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  padding: 0.9rem;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tg_content .vimc_filter_form_group_inner button {
    font-size: 1.4rem;
    line-height: 150%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_filter_form_group_inner button:hover {
  background: #009fd9;
}
.tg_content .vimc_filter .tg_active.vimc_filter_form {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 9;
}
.tg_content .vimc_oops {
  display: flex;
  height: 100vh;
  align-items: center;
}
.tg_content .vimc_oops_general {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_oops_general {
    font-size: 1.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_oops_general h2 {
  font-size: 5rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
  margin: 4rem 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_oops_general h2 {
    margin: 2.4rem 0 1.6rem 0;
  }
}
.tg_content .vimc_oops_general .vimc_return_btn {
  background: #05a6e0;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  padding: 1.1rem 4.7rem;
  cursor: pointer;
  transition: all 0.3s;
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_oops_general .vimc_return_btn {
    margin: 3rem 0 0 0;
    width: 100%;
    display: table;
    font-size: 1.4rem;
    line-height: 120%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    padding: 1.3rem;
    text-align: center;
  }
}
.tg_content .vimc_oops_general .vimc_return_btn:hover {
  background: #009fd9;
}
.tg_content .vimc_goods_general_bg {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 4.2rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_goods_general_bg {
    display: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_goods_general_bg {
    grid-gap: 2.4rem;
  }
}
.tg_content .vimc_goods_general_bg_detailds {
  padding: 3rem 2.4rem;
  background: #f4f9ff;
  border-radius: 2rem;
  position: relative;
  min-height: 31rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_content .vimc_goods_general_bg_detailds {
    padding: 3rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_goods_general_bg_detailds {
    min-height: 25rem;
  }
}
.tg_content .vimc_goods_general_bg_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-26042025-complaints-ball-bg.png) no-repeat;
  max-width: 11.6rem;
  width: 100%;
  height: 11.5rem;
  top: 0;
  right: 0;
}
.tg_content .vimc_goods_general_bg_detailds_inner_figure figure {
  background: #fff;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_figure figure {
    width: 6rem;
    height: 6rem;
  }
}
.tg_content .vimc_goods_general_bg_detailds_inner_figure figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_figure figure img {
    max-width: 3.6rem;
    width: 100%;
  }
}
.tg_content .vimc_goods_general_bg_detailds_inner_widget {
  margin: 2.4rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_widget {
    font-size: 1.4rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_widget {
    font-size: 1.5rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
    min-height: 12rem;
  }
}
.tg_content .vimc_goods_general_bg_detailds_inner_widget b {
  font-size: 1.8rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 0 0 1.6rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_widget b {
    font-size: 1.6rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 1.2rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_widget ul {
    min-height: 7rem;
  }
}
.tg_content .vimc_goods_general_bg_detailds_inner_widget ul li {
  margin: 0 0 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tg_content .vimc_goods_general_bg_detailds_inner_widget ul li:last-child {
  margin: 0;
}
.tg_content .vimc_goods_general_bg_detailds_inner_widget ul li svg {
  flex-shrink: 0;
}
.tg_content .vimc_goods_general_bg_detailds_inner_widget ul li.vimc_goods_location svg {
  position: relative;
  top: -1rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_goods_general_bg_detailds_inner_widget ul li.vimc_goods_location svg {
    top: 0;
  }
}
.tg_content .vimc_search_form_group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_search_form_group {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.tg_content .vimc_search_form_group span {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_search_form_group span {
    display: none;
  }
}
.tg_content .vimc_search_form_group_bg {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .tg_content .vimc_search_form_group_bg {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.6rem;
  }
}
.tg_content .vimc_search_form_group_bg_inner {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .tg_content .vimc_search_form_group_bg_inner {
    width: 100%;
  }
}
.tg_content .vimc_search_form_group_bg_inner:nth-child(1) {
  width: 38rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_search_form_group_bg_inner:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_search_form_group_bg_inner:nth-child(1) {
    width: 15rem;
  }
}
.tg_content .vimc_search_form_group_bg_inner input {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  border-radius: 9rem;
  padding: 1.1rem 1.6rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_search_form_group_bg_inner input::placeholder {
  font-size: 1.6rem;
  line-height: 120%;
  color: rgba(173, 183, 195, 0.6);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.tg_content .vimc_search_form_group_bg_inner input:focus {
  border: 0.1rem solid #034ba8;
}
.tg_content .vimc_search_form_group_bg_inner select {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  border-radius: 9rem;
  padding: 1.1rem 1.6rem;
  height: 4.5rem;
  cursor: pointer;
  background: url(../images/vimc-28042025-arr-select.svg) #fff no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_search_form_group_bg_inner select {
    background-position: 93% 50%;
  }
}
.tg_content .vimc_search_form_group_bg_inner select:focus {
  border: 0.1rem solid #034ba8;
}
.tg_content .vimc_search_form_group_bg_inner select:invalid {
  color: rgba(173, 183, 195, 0.6);
  font-style: italic;
}
.tg_content .vimc_search_form_group button {
  margin-left: auto;
  flex-shrink: 0;
  background: #05a6e0;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  font-size: 1.6rem;
  line-height: 4.5rem;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  padding: 0.85rem;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 2.5rem;
  max-width: 11.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .tg_content .vimc_search_form_group button {
    max-width: 100%;
    width: 100%;
    display: table;
    font-size: 1.4rem;
    line-height: 120%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    padding: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_search_form_group button {
    font-size: 1.4rem;
    line-height: 120%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    padding: 1.3rem;
  }
}
.tg_content .vimc_search_form_group button:hover {
  background: #009fd9;
}
.tg_content .vimc_positions .tg_container {
  max-width: 129rem;
}
.tg_content .vimc_positions .vimc_booking_detail_table {
  display: block;
  overflow: auto;
}
.tg_content .vimc_positions_general_bg {
  margin: 4.8rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_positions_general_bg {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content .vimc_positions_general_bg_detailds {
  margin: 1.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_positions_general_bg_detailds {
    margin: 0;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner {
  padding: 2.4rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content .vimc_positions_general_bg_detailds_inner {
    padding: 1.2rem 0 1.8rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_positions_general_bg_detailds_inner {
    padding: 1.6rem 0 1.6rem 0;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-28042025-dashed-news-line.png) no-repeat;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.tg_content .vimc_positions_general_bg_detailds_inner a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #212121;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_positions_general_bg_detailds_inner a {
    font-size: 1.6rem;
    line-height: 120%;
    color: #212121;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.6rem 0;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_positions_general_bg_detailds_inner_title {
    align-items: inherit;
    margin: 0 0 0.8rem 0;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner_title h3 {
  text-align: justify;
}
.tg_content .vimc_positions_general_bg_detailds_inner:hover::before {
  background: #034ba8;
}
.tg_content .vimc_positions_general_bg_detailds_inner:hover a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_positions_general_bg_detailds_inner:hover a {
    font-size: 1.6rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner:hover .vimc_download_btn {
  background: #deedff;
  transform: rotate(45deg);
}
.tg_content .vimc_positions_general_bg_detailds_inner:hover .vimc_download_btn svg path {
  stroke: #034ba8;
}
.tg_content .vimc_positions_general_bg_detailds_inner_info ul {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .tg_content .vimc_positions_general_bg_detailds_inner_info ul {
    gap: 0;
    column-gap: 1.6rem;
    row-gap: 0.8rem;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner_info ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_positions_general_bg_detailds_inner_info ul li {
    font-size: 1.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 400;
    font-style: normal;
    gap: 0.4rem;
  }
}
.tg_content .vimc_positions_general_bg_detailds_inner_info ul li:nth-child(2) {
  order: 3;
}
.tg_content .vimc_positions_general_bg_detailds_inner_info ul li:nth-child(3) {
  order: 2;
}
.tg_content .vimc_positions_general_bg_detailds_inner_info ul li:nth-child(4) {
  order: 4;
}
.tg_content .vimc_positions_general_bg_detailds_inner_info ul li svg {
  flex-shrink: 0;
}
.tg_content .vimc_positions_general .news_event_btn {
  margin: 3.2rem 0 0 0;
}
.tg_content .vimc_complaints_general {
  display: flex;
  gap: 7rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general {
    gap: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_complaints_general {
    gap: 4rem;
  }
}
.tg_content .vimc_complaints_general_left {
  width: 52%;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_left {
    width: 100%;
  }
}
.tg_content .vimc_complaints_general_left_inner {
  margin: 2.4rem 0 0 0;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_left_inner {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 120%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_complaints_general_left_inner p {
  margin: 0 0 3.6rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_left_inner p {
    margin: 0 0 1.6rem 0;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab {
  margin: 4.8rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab {
    margin: 1.2rem 0 0 0;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab {
  display: block;
  overflow: auto;
}
.tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  border-bottom: 0.15rem solid #e0e8f2;
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul {
    gap: 1.6rem;
    width: 50rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul {
    gap: 3.6rem;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li a {
  display: inline-block;
  padding: 0.8rem 0;
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li a {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li a {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li.tg_active a {
  font-size: 1.8rem;
  line-height: 130%;
  color: #034ba8;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li.tg_active a {
    font-size: 1.6rem;
    line-height: 130%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li.tg_active a {
    font-size: 1.6rem;
    line-height: 130%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab .list_contact_tab ul li.tg_active a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #034ba8;
  bottom: -0.1rem;
  left: 0;
}
.tg_content .vimc_complaints_general_left_contact_tab_bg {
  margin: 3.6rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab_bg {
    font-size: 1.4rem;
    line-height: 120%;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
    margin: 2.4rem 0 0 0;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds {
  text-align: justify;
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds figure {
  margin: 0 0 1.6rem 0;
  height: 42rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_left_contact_tab_bg_detailds figure {
    height: 18rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab_bg_detailds figure {
    height: 22rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_complaints_general_left_contact_tab_bg_detailds figure {
    height: 30rem;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds b {
  font-size: 2rem;
  line-height: 140%;
  color: #1a1919;
  font-weight: 600;
  font-style: normal;
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds ul {
  margin: 0.8rem 0 0 0;
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds ul li {
  margin: 0 0 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 3.4rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_complaints_general_left_contact_tab_bg_detailds ul li {
    gap: 0.8rem;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds ul li:last-child {
  margin: 0;
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds_inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_left_contact_tab_bg_detailds_inner {
    gap: 0.4rem;
  }
}
.tg_content .vimc_complaints_general_left_contact_tab_bg_detailds_inner svg {
  flex-shrink: 0;
}
.tg_content .vimc_complaints_general_right {
  width: 48%;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right {
    width: 100%;
  }
}
.tg_content .vimc_complaints_general_right_form {
  margin: 3.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right_form {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_complaints_general_right_form_group {
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right_form_group {
    margin: 0 0 1.6rem 0;
  }
}
.tg_content .vimc_complaints_general_right_form_group label {
  display: block;
  margin: 0 0 0.8rem 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right_form_group label {
    font-size: 1.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 500;
    font-style: normal;
    argin: 0 0 0.4rem 0;
  }
}
.tg_content .vimc_complaints_general_right_form_group label span {
  color: #ff0000;
}
.tg_content .vimc_complaints_general_right_form_group input {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  border-radius: 9rem;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right_form_group input {
    font-size: 1.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_complaints_general_right_form_group input::placeholder {
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(173, 183, 195, 0.6);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right_form_group input::placeholder {
    font-size: 1.4rem;
    line-height: 120%;
    color: #aeaeae;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_complaints_general_right_form_group input:focus {
  border: 0.1rem solid #034ba8;
}
.tg_content .vimc_complaints_general_right_form_group textarea {
  width: 100%;
  border: 0.1rem solid #e9e8e8;
  border-radius: 2rem;
  padding: 1.6rem;
  height: 15rem;
  resize: none;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_complaints_general_right_form_group textarea::placeholder {
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(173, 183, 195, 0.6);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right_form_group textarea::placeholder {
    font-size: 1.4rem;
    line-height: 120%;
    color: #aeaeae;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_complaints_general_right_form_group textarea:focus {
  border: 0.1rem solid #034ba8;
}
.tg_content .vimc_complaints_general_right button {
  background: #05a6e0;
  border: 0.1rem solid #05a6e0;
  border-radius: 9rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  padding: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  max-width: 23.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right button {
    max-width: 100%;
    width: 100%;
    display: table;
    font-size: 1.4rem;
    line-height: 120%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    padding: 1.3rem;
  }
}
.tg_content .vimc_complaints_general_right button:hover {
  background: #009fd9;
}
@media (max-width: 767px) {
  .tg_content .vimc_complaints_general_right button:hover {
    width: 100%;
    display: table;
    font-size: 1.4rem;
    line-height: 120%;
    color: #05a6e0;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder .tg_container {
    padding: 0;
  }
}
.tg_content .vimc_shareholder_general {
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_shareholder_general {
    gap: 3.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_shareholder_general {
    gap: 3.6rem;
  }
}
.tg_content .vimc_shareholder_general_left {
  width: 18%;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_left {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_shareholder_general_left {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_shareholder_general_left {
    width: 25%;
  }
}
.tg_content .vimc_shareholder_general_left_menu {
  position: sticky;
  top: 13rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu {
    position: inherit;
    display: block;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_left_menu {
    top: 9rem;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu ul {
    display: flex;
    align-items: center;
    width: 110rem;
    gap: 2.4rem;
    padding: 0 1.6rem;
    border-bottom: 0.1rem solid #d9d9d9;
  }
}
.tg_content .vimc_shareholder_general_left_menu ul li {
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu ul li {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_left_menu ul li {
    margin: 0 0 1.2rem 0;
  }
}
.tg_content .vimc_shareholder_general_left_menu ul li:last-child {
  margin: 0;
}
.tg_content .vimc_shareholder_general_left_menu ul li a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #212121;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu ul li a {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 120%;
    color: #212121;
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_left_menu ul li a {
    font-size: 1.4rem;
    line-height: 120%;
    color: #212121;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #034ba8;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
}
.tg_content .vimc_shareholder_general_left_menu ul li a:hover {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu ul li a:hover {
    font-size: 1.4rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_shareholder_general_left_menu ul li.tg_active a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_left_menu ul li.tg_active a {
    font-size: 1.4rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_shareholder_general_left_menu ul li.tg_active a::before {
  opacity: 1;
  visibility: visible;
}
.tg_content .vimc_shareholder_general_right {
  width: 82%;
}
@media (max-width: 767px) {
  .tg_content .vimc_shareholder_general_right {
    width: 100%;
    padding: 0 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_right {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_shareholder_general_right {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_shareholder_general_right {
    width: 75%;
  }
}
.tg_content .vimc_shareholder_general_right_bg_detailds {
  margin: 0 0 2.4rem 0;
  padding: 0 0 2.4rem 0;
  border-bottom: 0.1rem solid #eeeeee;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_right_bg_detailds {
    margin: 0 0 1.6rem 0;
    padding: 0 0 1.6rem 0;
  }
}
.tg_content .vimc_shareholder_general_right_bg_detailds:hover {
  border-bottom: 0.1rem solid #034ba8;
}
.tg_content .vimc_shareholder_general_right_bg_detailds:nth-child(1) {
  margin: 3.6rem 0 2.4rem 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_right_bg_detailds:nth-child(1) {
    margin: 2.4rem 0 1.6rem 0;
  }
}
.tg_content .vimc_shareholder_general_right_bg_detailds a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #212121;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_right_bg_detailds a {
    font-size: 1.6rem;
    line-height: 120%;
    color: #212121;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_shareholder_general_right_bg_detailds_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 1rem 0 0 0;
}
.tg_content .vimc_shareholder_general_right_bg_detailds_title h3 {
  text-align: justify;
}
.tg_content .vimc_shareholder_general_right_bg_detailds:hover a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_shareholder_general_right_bg_detailds:hover a {
    font-size: 1.6rem;
    line-height: 120%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_shareholder_general_right_bg_detailds:hover .vimc_download_btn {
  background: #deedff;
  transform: rotate(45deg);
}
.tg_content .vimc_shareholder_general_right_bg_detailds:hover .vimc_download_btn svg path {
  stroke: #034ba8;
}
.tg_content .vimc_shareholder_general .news_event_btn {
  margin: 3.6rem 0 0 0;
}
.tg_content .vimc_mining_specifi_general {
  display: flex;
  gap: 7.5rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general {
    gap: 2.4rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general {
    gap: 4.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_mining_specifi_general {
    gap: 4.8rem;
  }
}
.tg_content .vimc_mining_specifi_general_left {
  width: 22%;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left {
    width: 40%;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu {
  position: sticky;
  top: 12rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left_menu {
    top: 9rem;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li {
  padding: 2.4rem 0;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left_menu ul.menu > li {
    padding: 1.6rem 0;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-22042025-dashed-news-line.png) no-repeat;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li:nth-child(1) {
  padding: 0 0 2.4rem 0;
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li > a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left_menu ul.menu > li > a {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li.tg_active > a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li.menu-item-has-children > a::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-24042025-arr-up.svg) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  right: 0;
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li.menu-item-has-children.tg_active > a::before {
  transform: rotate(180deg);
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu {
  display: none;
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li {
  padding: 2.4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li {
    padding: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li > a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li > a {
    font-size: 1.4rem;
    line-height: 120%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li > a:hover {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li > a:hover {
    font-size: 1.4rem;
    line-height: 150%;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li.sub-menu-active a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_left_menu ul.menu > li ul.sub-menu > li.sub-menu-active a {
    font-size: 1.4rem;
    line-height: 150%;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_mining_specifi_general_right {
  width: 78%;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right {
    width: 60%;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget {
  display: flex;
  gap: 4rem;
  position: sticky;
  top: 12rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget {
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right_widget {
    gap: 3.6rem;
  }
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right_widget {
    flex-direction: column;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget .vimc_sub_title {
  margin: 0 0 4.8rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget .vimc_sub_title {
    margin: 0 0 1.6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right_widget .vimc_sub_title {
    margin: 0 0 2.4rem 0;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter {
  width: 56%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter {
    width: 100%;
    order: 2;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table {
  display: block;
  overflow: auto;
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table {
  width: 100%;
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:nth-child(2n) {
  background: #fafdff;
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:nth-child(2n+1) {
  background: #eaf3ff;
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr td {
  padding: 1.6rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 120%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr td:nth-child(1) {
  width: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr td:nth-child(1) {
    width: 0.4rem;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr td:nth-child(2) {
  width: 22rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr td:nth-child(2) {
    width: 13rem;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:first-child td:first-child {
  border-radius: 1.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:first-child td:first-child {
    border-radius: 0;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:first-child td:last-child {
  border-radius: 0 1.6rem 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:first-child td:last-child {
    border-radius: 0;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 1.6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:last-child td:first-child {
    border-radius: 0;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:last-child td:last-child {
  border-radius: 0 0 1.6rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_parameter_table table tbody tr:last-child td:last-child {
    border-radius: 0;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_slider {
  width: 44%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right_widget_slider {
    width: 100%;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_slider_bg {
  position: sticky;
  top: 12rem;
}
.tg_content .vimc_mining_specifi_general_right_widget_slider_inner_figure figure {
  height: 33rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_slider_inner_figure figure {
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_mining_specifi_general_right_widget_slider_inner_figure figure {
    height: 28rem;
  }
}
.tg_content .vimc_mining_specifi_general_right_widget_slider_inner_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_mining_specifi_general_right_widget_slider .swiper-pagination {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .tg_content_history_wrap {
  display: flex;
  gap: 8rem;
  position: relative;
  padding: 0 0 8rem 0;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap.sticky_fixed .tg_content_history_wrap_left {
    position: fixed;
    top: 5.8rem;
    background: #fff;
    z-index: 999;
    left: 0;
    padding: 1.5rem;
    width: 100%;
    overflow: auto;
  }
}
.tg_content .tg_content_history_wrap_left {
  flex: 1 1 calc(35.5% - 4rem);
  position: relative;
  z-index: 2;
  padding: 0 8rem 0 0;
}
.tg_content .tg_content_history_wrap_left_seemore_list {
  position: sticky;
  top: 10.6rem;
}
.tg_content .tg_content_history_wrap_left_list_item ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tg_content .tg_content_history_wrap_left_list_item ul li {
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 500;
  font-style: normal;
  display: flex;
  gap: 2rem;
  cursor: pointer;
}
.tg_content .tg_content_history_wrap_left_list_item ul li span {
  min-width: 4.5rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_left_list_item ul li p {
    display: none;
  }
}
.tg_content .tg_content_history_wrap_left_list_item ul li:hover span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #034ba8;
  font-weight: 600;
  font-style: normal;
}
.tg_content .tg_content_history_wrap_left_list_item ul li:hover p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
.tg_content .tg_content_history_wrap_left_list_item ul li.tg_active span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #034ba8;
  font-weight: 600;
  font-style: normal;
}
.tg_content .tg_content_history_wrap_left_list_item ul li.tg_active p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_left_list_item ul li {
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_history_wrap_left_list_item ul {
    gap: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_left_list_item ul {
    flex-direction: row;
    gap: 1rem;
  }
}
.tg_content .tg_content_history_wrap_left .tg_see_more {
  margin: 3rem 0 0 0;
}
.tg_content .tg_content_history_wrap_left .tg_see_more p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
}
.tg_content .tg_content_history_wrap_left .tg_see_more p a {
  color: #034ba8;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_history_wrap_left .tg_see_more p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_left .tg_see_more {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_history_wrap_left .tg_see_more {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_left_seemore_list {
    position: unset;
    top: initial;
  }
}
.tg_content .tg_content_history_wrap_right {
  flex: 1 1 calc(64.5% - 4rem);
  position: relative;
}
.tg_content .tg_content_history_wrap_right::before {
  content: "";
  height: 100%;
  border: none;
  position: absolute;
  left: -7rem;
  top: 1rem;
}
.tg_content .tg_content_history_wrap_right_list {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin: -8rem 0 0 0;
}
.tg_content .tg_content_history_wrap_right_list_item {
  padding: 4.8rem 0 0 0;
}
.tg_content .tg_content_history_wrap_right_list_item:nth-child(1) b::before {
  top: 40px;
}
.tg_content .tg_content_history_wrap_right_list_item:nth-child(1) b:after {
  top: 37px;
}
.tg_content .tg_content_history_wrap_right_list_item_figure {
  margin: 2.4rem 0 0 0;
  display: flex;
  gap: 2.4rem;
}
.tg_content .tg_content_history_wrap_right_list_item_figure figure {
  height: 25rem;
}
.tg_content .tg_content_history_wrap_right_list_item_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.tg_content .tg_content_history_wrap_right_list_item b {
  font-size: 2.4rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.tg_content .tg_content_history_wrap_right_list_item b::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 6px;
  left: -85px;
  background: #aeaeae;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_right_list_item b::before {
    left: -3.5rem;
  }
}
.tg_content .tg_content_history_wrap_right_list_item b:after {
  position: absolute;
  content: "";
  background: rgba(3, 75, 168, 0.2);
  width: 1.6rem;
  height: 1.6rem;
  top: 3px;
  left: -87.5px;
  border-radius: 50%;
  animation-name: zoomIn_zalo;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  visibility: hidden;
}
.tg_content .tg_content_history_wrap_right_list_item.in-view b::before {
  background: #034ba8;
}
.tg_content .tg_content_history_wrap_right_list_item.in-view b::after {
  opacity: 1;
  visibility: visible;
}
.tg_content .tg_content_history_wrap_right_list_item em {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 2.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_right_list_item em {
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
    margin: 1rem 0 0 0;
  }
}
.tg_content .tg_content_history_wrap_right_list_item .tg_textwidget {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: 1.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_right_list_item .tg_textwidget {
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_history_wrap_right_list_item {
    padding: 4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_right_list_item {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_history_wrap_right_list {
    margin: -4rem 0 0 0;
    padding: 0 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap_right_list {
    margin: -4rem 0 0 0;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 1024px) {
  .tg_content .tg_content_history_wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
@keyframes zoomIn_zalo {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.tg_content .vimc_member_unit_general {
  display: flex;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_member_unit_general {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general {
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_member_unit_general {
    gap: 3.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_member_unit_general {
    gap: 4rem;
  }
}
.tg_content .vimc_member_unit_general_left {
  width: 18%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_left {
    width: 100%;
  }
}
.tg_content .vimc_member_unit_general_right {
  width: 82%;
  display: flex;
  gap: 3.6rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general_right {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.tg_content .vimc_member_unit_general_right_detailds {
  padding: 4rem 2rem;
  border-radius: 1.6rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right_detailds {
    padding: 2.4rem 1.6rem;
  }
}
.tg_content .vimc_member_unit_general_right_detailds:nth-child(1) {
  width: 40%;
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(1) {
    width: 50%;
  }
}
.tg_content .vimc_member_unit_general_right_detailds:nth-child(1) .vimc_member_unit_general_right_detailds_figure figure {
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(1) .vimc_member_unit_general_right_detailds_figure figure {
    top: 0;
  }
}
.tg_content .vimc_member_unit_general_right_detailds:nth-child(2) {
  width: 60%;
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(2) {
    width: 50%;
  }
}
.tg_content .vimc_member_unit_general_right_detailds:nth-child(2) .vimc_member_unit_general_right_detailds_figure {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3.2rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(2) .vimc_member_unit_general_right_detailds_figure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_member_unit_general_right_detailds:nth-child(2) .vimc_member_unit_general_right_detailds_figure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.6rem;
  }
}
.tg_content .vimc_member_unit_general_right_detailds_widget {
  border-bottom: 0.1rem solid #e0e8f2;
  padding: 0 0 2.4rem 0;
  margin: 0 0 2.4rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general_right_detailds_widget {
    padding: 0 0 1.6rem 0;
    margin: 0 0 1.6rem 0;
  }
}
.tg_content .vimc_member_unit_general_right_detailds_widget p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general_right_detailds_widget p {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_member_unit_general_right_detailds_figure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 767px) {
  .tg_content .vimc_member_unit_general_right_detailds_figure {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_member_unit_general_right_detailds_figure {
    gap: 2.4rem;
  }
}
.tg_content .vimc_member_unit_general_right_detailds_figure figure {
  display: flex;
  justify-content: center;
}
.tg_content .vimc_business_intro_general {
  display: flex;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_intro_general {
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_business_intro_general {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_business_intro_general {
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_intro_general {
    gap: 4.8rem;
  }
}
.tg_content .vimc_business_intro_general_figure {
  width: 57%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_intro_general_figure {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_business_intro_general_figure {
    width: 100%;
    order: 2;
  }
}
.tg_content .vimc_business_intro_general_figure figure {
  height: 59rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_intro_general_figure figure {
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_intro_general_figure figure {
    height: 44rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_business_intro_general_figure figure {
    height: 63rem;
  }
}
.tg_content .vimc_business_intro_general_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.tg_content .vimc_business_intro_general_widget {
  width: 43%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_intro_general_widget {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_business_intro_general_widget {
    width: 100%;
  }
}
.tg_content .vimc_business_intro_general_widget_detailds {
  margin: 3.2rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_intro_general_widget_detailds {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_intro_general_widget_detailds {
    margin: 2.4rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_business_intro_general_widget_detailds P {
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_intro_general_widget_detailds P {
    margin: 0 0 1.6rem 0;
  }
}
.tg_content .vimc_business_intro_general_widget_detailds P:last-child {
  margin: 0;
}
.tg_content .vimc_business_intro_general .vimc_top_general_widget_number {
  margin: 4.8rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_intro_general .vimc_top_general_widget_number {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_intro_general .vimc_top_general_widget_number {
    margin: 3.6rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_business_intro_general .vimc_top_general_widget_number {
    margin: 3rem 0 0 0;
  }
}
.tg_content .vimc_feild_intro_general_bg {
  display: flex;
  gap: 8rem;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_feild_intro_general_bg {
    gap: 4rem;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget {
  width: 43%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_feild_intro_general_bg_widget {
    width: 100%;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget .vimc_sub_title {
  margin: 0 0 2.4rem 0;
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct {
  border-bottom: 0.1rem solid #e0e8f2;
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click {
  padding: 2.4rem 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click {
    padding: 1.6rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click {
    padding: 1.6rem 0;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click h3 {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click h3 {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click .arrup {
  display: none;
  z-index: 9;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1.2rem 0 0 0;
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_click .arrdown {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1.2rem 0 0 0;
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show {
  display: none;
  margin: 0.4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show {
    margin: 0;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show_inner {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show_inner {
    font-size: 1.4rem;
    line-height: 150%;
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show_inner p:last-child {
  margin: 0;
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number {
  margin: 3.2rem 0 3.6rem 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 4.8rem;
  grid-row-gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number {
    margin: 1.6rem 0;
    grid-column-gap: 1.6rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 1.6rem 0;
    grid-column-gap: 1.6rem;
    grid-row-gap: 2rem;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number .tg-count-number {
  font-size: 2.8rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number .tg-count-number {
    font-size: 2.4rem;
    line-height: 120%;
    color: #f26522;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number sup {
  font-size: 1.6rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin: 0 0 0 0.3rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget_detailds_ct_show .vimc_top_general_widget_number p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget .vimc_feild_mobile_img {
  display: none;
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_feild_intro_general_bg_widget .vimc_feild_mobile_img {
    display: block;
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_feild_intro_general_bg_widget .vimc_feild_mobile_img {
    display: block;
    height: 44rem;
  }
}
.tg_content .vimc_feild_intro_general_bg_widget .vimc_feild_mobile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.tg_content .vimc_feild_intro_general_bg_figure {
  width: 57%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_feild_intro_general_bg_figure {
    display: none;
  }
}
.tg_content .vimc_feild_intro_general_bg_figure_detailds figure {
  height: 65rem;
}
.tg_content .vimc_feild_intro_general_bg_figure_detailds figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.tg_content .vimc_top_general_widget_number {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 4.2rem;
  margin: 8rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_top_general_widget_number {
    margin: 2.4rem 0 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 1.6rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_top_general_widget_number {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_top_general_widget_number {
    margin: 3.6rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_top_general_widget_number {
    grid-gap: 2.4rem;
    margin: 3rem 0 0 0;
  }
}
.tg_content .vimc_top_general_widget_number_item .tg-count-number {
  font-size: 3rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
}
.tg_content .vimc_top_general_widget_number_item sup {
  font-size: 2rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin: 0 0 0 0.3rem;
}
.tg_content .vimc_top_general_widget_number_item p {
  padding: 1.2rem 0 0 0;
  margin: 1.2rem 0 0 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_top_general_widget_number_item p {
    padding: 0.8rem 0 0 0;
    margin: 0.8rem 0 0 0;
  }
}
.tg_content .vimc_top_general_widget_number_item p::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-22042025-dashed-line.png) no-repeat;
  width: 100%;
  height: 0.1rem;
  top: 0;
  left: 0;
}
.tg_content .vimc_info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tg_content .vimc_info .vimc_category {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tg_content .vimc_info .vimc_category li a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #034ba8;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tg_content .vimc_info .vimc_category li a {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #034ba8;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_date span {
  font-size: 1.4rem;
  line-height: 120%;
  color: #96a1ad;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_date span {
    font-size: 1.2rem;
    line-height: 2;
    color: #96a1ad;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_all_btn svg {
  transition: all 0.3s;
  position: relative;
  top: -0.1rem !important;
}
.tg_content .vimc_all_btn:hover svg {
  transform: rotate(45deg) !important;
}
.tg_content .vimc_btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #05a6e0;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_btn {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #05a6e0;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_btn span {
  font-size: 1.6rem;
  line-height: 150%;
  color: #05a6e0;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_btn span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #05a6e0;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_btn svg {
  transition: all 0.3s;
  position: relative;
  top: 0.1rem;
}
.tg_content .vimc_btn:hover svg {
  transform: translateX(0.8rem);
}
.tg_content .vimc_marquee_general {
  overflow: hidden;
}
.tg_content .vimc_marquee_general_detailds {
  width: 192rem;
  display: flex;
  animation: marquee 15s linear infinite;
  align-items: center;
  gap: 4.8rem;
}
.tg_content .vimc_marquee_general_detailds:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .tg_content .vimc_marquee_general_detailds img {
    max-width: 50%;
    width: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); /* from opacity 0 and -y (simulates 'drop') */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* to opacity 1 and y=0 */
  }
}
.tg_content .vimc_slider_toppage {
  position: relative;
}
.tg_content .vimc_slider_toppage .swiper-slide-active .vimc_slider_toppage_general_slider_detailds_widget span {
  animation: fadeIn 1s ease-in both;
  animation-delay: 1s;
}
.tg_content .vimc_slider_toppage .swiper-slide-active .vimc_slider_toppage_general_slider_detailds_widget h2 {
  animation: fadeIn 1.5s ease-in both;
  animation-delay: 1.5s;
}
.tg_content .vimc_slider_toppage .swiper-slide-active .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn {
  animation: fadeIn 2s ease-in both;
  animation-delay: 2s;
}
.tg_content .vimc_slider_toppage .swiper-slide-active .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn span {
  animation: none;
}
.tg_content .vimc_slider_toppage_scroll_line {
  position: absolute;
  bottom: 20rem;
  right: 5rem;
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_slider_toppage_scroll_line {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_slider_toppage_scroll_line {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_slider_toppage_scroll_line {
    right: -1.4rem;
    bottom: 18rem;
  }
}
.tg_content .vimc_slider_toppage_scroll_line span {
  font-size: 1rem;
  line-height: 100%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  transform: rotate(90deg);
  letter-spacing: 0.5rem;
}
.tg_content .vimc_slider_toppage_scroll_line .scrolldown {
  width: 0.2rem;
  height: 6rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.tg_content .vimc_slider_toppage_scroll_line .scrolldown::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3019607843);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.tg_content .vimc_slider_toppage_general {
  position: relative;
}
.tg_content .vimc_slider_toppage_general .tg_container {
  margin: -2.1rem auto 0 auto;
}
.tg_content .vimc_slider_toppage_general_slider .swiper-slide-prev img,
.tg_content .vimc_slider_toppage_general_slider .swiper-slide-active img,
.tg_content .vimc_slider_toppage_general_slider .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 8s;
  animation-fill-mode: forwards;
}
.tg_content .vimc_slider_toppage_general_slider_detailds {
  position: relative;
}
.tg_content .vimc_slider_toppage_general_slider_detailds .tg_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  display: flex;
  align-items: center;
}
.tg_content .vimc_slider_toppage_general_slider_detailds_figure figure {
  height: 100vh;
  position: relative;
}
.tg_content .vimc_slider_toppage_general_slider_detailds_figure figure::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-breadcrumb-bg.png) no-repeat;
  max-width: 100%;
  width: 100%;
  height: 16.5rem;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_figure figure {
    height: 74rem;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_figure .vimc_desktop_img {
    display: none;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_figure .vimc_mobile_img {
  display: none;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_figure .vimc_mobile_img {
    display: block;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget {
    text-align: center;
    width: 100%;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_widget span {
  font-size: 2.4rem;
  line-height: 100%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget span {
    font-size: 1.6rem;
    line-height: 100%;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget span {
    font-size: 2rem;
    line-height: 100%;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget span {
    font-size: 2rem;
    line-height: 100%;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_widget h2 {
  font-size: 6.4rem;
  line-height: 130%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  margin: 2.4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget h2 {
    font-size: 4.2rem;
    line-height: 5rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget h2 {
    font-size: 4.2rem;
    line-height: 5rem;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
  margin: 8rem 0 0 0;
  border-radius: 9rem;
  background: #fff;
  padding: 1.4rem 3.7rem;
  position: relative;
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn {
    justify-content: center;
    margin: 3.6rem 0 0 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn {
    margin: 4.8rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn {
    margin: 4.8rem 0 0 0;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn span {
  font-size: 1.6rem;
  line-height: 150%;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
  text-transform: inherit;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn span {
    position: relative;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_slider_toppage_general_slider_detailds_widget .toppage_btn svg {
  flex-shrink: 0;
}
.tg_content .vimc_slider_toppage_general .swiper-pagination {
  top: inherit;
  text-align: left;
  position: relative;
  bottom: 8rem;
  margin: 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general .swiper-pagination {
    text-align: center;
  }
}
.tg_content .vimc_slider_toppage_general .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  position: relative;
}
.tg_content .vimc_slider_toppage_general .swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  border: 0.15rem solid rgba(255, 255, 255, 0.5019607843);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 2rem;
    height: 2rem;
    border: 0.12rem solid #fff;
  }
}
.tg_content .vimc_slider_toppage_general .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 1.5rem;
  opacity: 1;
  border: none;
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_slider_toppage_general .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@keyframes marquee {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1227px;
  }
}
.tg_content .vimc_utilities_general_bg {
  margin: 4.8rem 0 0 0;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg {
    margin: 2.4rem 0 0 0;
    flex-direction: column;
    gap: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg {
    margin: 3.6rem 0 0 0;
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg {
    flex-direction: column;
  }
}
.tg_content .vimc_utilities_general_bg_item {
  width: 12rem;
  transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  position: relative;
  background: #f4f9ff;
  border-radius: 1.6rem;
  max-height: 55rem;
  position: relative;
  overflow: hidden;
  width: 9%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item {
    max-height: 7.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item {
    max-height: 12rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item {
    width: 100%;
    max-height: 12rem;
  }
}
.tg_content .vimc_utilities_general_bg_item.tg_current {
  width: 70%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item.tg_current {
    width: 100%;
    max-height: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item.tg_current {
    width: 100%;
    max-height: inherit;
  }
}
.tg_content .vimc_utilities_general_bg_item.tg_current .vimc_utilities_general_bg_item_inner_widget_ct_bg {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tg_content .vimc_utilities_general_bg_item_inner {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #deedff;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: relative;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: relative;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_figure figure {
  height: 55rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_inner_figure figure {
    height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_inner_figure figure {
    height: 40rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_inner_figure figure {
    height: 40rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.tg_content .vimc_utilities_general_bg_item_inner::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-16042025-support-ball-bg.png) no-repeat;
  max-width: 24.5rem;
  width: 100%;
  height: 24.5rem;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_inner::before {
    display: none !important;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget {
  display: flex;
  align-items: center;
  min-height: 55rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget {
    min-height: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget {
    min-height: inherit;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg {
  transform: translateY(-4rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s 0.3s;
  padding: 0 4rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg {
    padding: 3rem 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg {
    padding: 3rem 1.6rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_icon {
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: -6.5rem;
    left: 1.6rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_icon img {
    width: 3rem;
    height: 3rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg h3 {
  font-size: 2.4rem;
  line-height: 120%;
  color: #00112e;
  font-weight: 600;
  font-style: normal;
  margin: 2.4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_inside {
  transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  margin: 2.4rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_inside {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_inside P {
  margin: 0 0 0.8rem 0;
}
.tg_content .vimc_utilities_general_bg_item_inner_widget_ct_bg_inside P:last-child {
  margin: 0;
}
.tg_content .vimc_utilities_general_bg_item.tg_current .vimc_utilities_general_bg_item_inner {
  opacity: 1;
  visibility: visible;
}
.tg_content .vimc_utilities_general_bg_item.tg_current .vimc_utilities_general_bg_item_inner::before {
  display: block;
}
.tg_content .vimc_utilities_general_bg_item_detailds {
  opacity: 1;
  visibility: visible;
  transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  position: relative;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 40rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_detailds {
    flex-direction: inherit;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_detailds {
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_detailds {
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_detailds {
    flex-direction: inherit;
    width: 100%;
    align-items: center;
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_utilities_general_bg_item_detailds {
    left: -1rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_detailds_figure figure {
  position: relative;
  width: 7rem;
  height: 7rem;
  background: #fff;
  border-radius: 50%;
  margin: 4rem 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_figure figure {
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_figure figure {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_figure figure {
    width: 4rem;
    height: 4rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_detailds_figure figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_figure figure img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.tg_content .vimc_utilities_general_bg_item_detailds_widget {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  transform: rotate(-90deg);
  padding: 4.5rem 4rem 2.4rem 4rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_widget {
    transform: inherit;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_widget {
    transform: inherit;
    padding: 0;
  }
}
.tg_content .vimc_utilities_general_bg_item_detailds_widget strong {
  position: absolute;
  font-size: 2rem;
  line-height: 120%;
  color: #00112e;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_widget strong {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_widget strong {
    font-size: 1.6rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_utilities_general_bg_item_detailds_widget strong {
    position: relative;
  }
}
.tg_content .vimc_utilities_general_bg_item.tg_current .vimc_utilities_general_bg_item_detailds {
  opacity: 0;
  visibility: hidden;
}
.tg_content .vimc_utilities .utilities_btn {
  margin: 2.4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_utilities .utilities_btn {
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_utilities .utilities_btn {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_top_general {
  position: relative;
}
.tg_content .vimc_top_general_widget {
  width: 45%;
  padding: 0 7rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_top_general_widget {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_top_general_widget {
    width: 100%;
    padding: 0;
  }
}
.tg_content .vimc_top_general_widget_detailds {
  margin: 4.8rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 767px) {
  .tg_content .vimc_top_general_widget_detailds {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_top_general_widget_detailds {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content .vimc_top_general_widget .top_btn {
  margin: 3.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_top_general_widget .top_btn {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content .vimc_top_general_figure {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .tg_content .vimc_top_general_figure {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_top_general_figure {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_top_general_figure {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_top_general_figure {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
    padding: 0 1.6rem;
    margin: 4.8rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_top_general_figure {
    max-width: 55%;
  }
}
.tg_content .vimc_top_general_figure figure {
  height: 65rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_top_general_figure figure {
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_top_general_figure figure {
    height: 44rem;
  }
}
.tg_content .vimc_top_general_figure figure img {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 0 0 1.6rem;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .tg_content .vimc_top_general_figure figure img {
    border-radius: 1.6rem;
  }
}
.tg_content .vimc_business_general_bg {
  margin: 4.8rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg {
    margin: 2.4rem 0 0 0;
    display: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_general_bg {
    margin: 3.6rem 0 0 0;
  }
}
.tg_content .vimc_business_general_bg_detailds {
  display: flex;
  gap: 2.4rem;
  position: relative;
  width: 35%;
  transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  flex-shrink: inherit;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds {
    flex-shrink: 0;
  }
}
.tg_content .vimc_business_general_bg_detailds::before {
  position: absolute;
  content: "";
  background: rgba(10, 67, 107, 0.6);
  border-radius: 2rem 2rem 2rem 2rem;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_general_bg_detailds::before {
    display: none;
  }
}
.tg_content .vimc_business_general_bg_detailds.tg_current::before {
  display: none;
}
.tg_content .vimc_business_general_bg_detailds.tg_current {
  width: 73%;
}
.tg_content .vimc_business_general_bg_detailds_figure figure {
  height: 52rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds_figure figure {
    height: 48rem;
  }
}
.tg_content .vimc_business_general_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.tg_content .vimc_business_general_bg_detailds_widget {
  transition: all 0.7s 0.3s;
  padding: 5rem 4rem;
  border-radius: 0 0 2rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds_widget {
    justify-content: flex-end;
    padding: 3.6rem 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_general_bg_detailds_widget {
    padding: 3.6rem 1.6rem;
  }
}
.tg_content .vimc_business_general_bg_detailds_widget::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(3, 75, 168, 0) -3.99%, rgba(3, 75, 168, 0.7) 37.48%, #034ba8 100%);
  border-radius: 2rem;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_general_bg_detailds_widget::before {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(180deg, rgba(3, 75, 168, 0) 2.71%, rgba(3, 75, 168, 0.7) 46.14%, #034ba8 100%);
    height: 70%;
  }
}
.tg_content .vimc_business_general_bg_detailds_widget_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds_widget_top {
    gap: 2rem;
    margin: 0 0 1.2rem 0;
  }
}
.tg_content .vimc_business_general_bg_detailds_widget_top figure {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: relative;
}
.tg_content .vimc_business_general_bg_detailds_widget_top figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  backdrop-filter: blur(0.5rem);
  top: 0;
  left: 0;
}
.tg_content .vimc_business_general_bg_detailds_widget_top figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tg_content .vimc_business_general_bg_detailds_widget_top b {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds_widget_top b {
    font-size: 1.8rem;
    line-height: 150%;
    color: #fff;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_business_general_bg_detailds_widget_bottom {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  margin: 0 4rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_general_bg_detailds_widget_bottom {
    margin: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds_widget_bottom {
    margin: 0;
    opacity: 1;
    visibility: visible;
    bottom: inherit;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    position: relative;
  }
}
.tg_content .vimc_business_general_bg_detailds_widget_bottom p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg_content .vimc_business_general_bg_detailds_widget_bottom .business_btn {
  justify-content: center;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  margin: 2.4rem 0 0 0;
}
.tg_content .vimc_business_general_bg_detailds.tg_current .vimc_business_general_bg_detailds_widget::before {
  opacity: 1;
  visibility: visible;
}
.tg_content .vimc_business_general_bg_detailds.tg_current .vimc_business_general_bg_detailds_widget_bottom {
  opacity: 1;
  visibility: visible;
  transform: translateY(-4rem);
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_bg_detailds.tg_current .vimc_business_general_bg_detailds_widget_bottom {
    transform: translateY(0);
  }
}
.tg_content .vimc_business_general_number {
  margin: 4.8rem auto 0 auto;
  max-width: 126rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_general_number {
    margin: 2rem auto 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_number {
    grid-column-gap: 1.6rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_general_number {
    grid-column-gap: 3.2rem;
    grid-row-gap: 4rem;
  }
}
.tg_content .vimc_business_general_number_detailds {
  padding: 0 6.5rem;
  border-right: 0.1rem solid #e0e8f2;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_general_number_detailds {
    padding: 0 !important;
    border-right: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_business_general_number_detailds {
    padding: 0 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_business_general_number_detailds {
    padding: 0 4.8rem;
  }
}
.tg_content .vimc_business_general_number_detailds:nth-child(1) {
  padding: 0 6.5rem 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_business_general_number_detailds:nth-child(1) {
    padding: 0 4.8rem 0 0;
  }
}
.tg_content .vimc_business_general_number_detailds:last-child {
  border-right: none;
  padding: 0 0 0 6.5rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .vimc_business_general_number_detailds:last-child {
    padding: 0 0 0 4.8rem;
  }
}
.tg_content .vimc_business_general_number_detailds_inner b {
  font-size: 5rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_number_detailds_inner b {
    font-size: 2.4rem;
    line-height: 120%;
    color: #f26522;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_business_general_number_detailds_inner b sup {
  font-size: 3rem;
  line-height: 120%;
  color: #f26522;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_number_detailds_inner b sup {
    font-size: 1.6rem;
    line-height: 120%;
    color: #f26522;
    font-weight: 600;
    font-style: normal;
  }
}
.tg_content .vimc_business_general_number_detailds_inner P {
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #00112e;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content .vimc_business_general_number_detailds_inner P {
    border-top: 0.1rem dashed #e0e8f2;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_number_detailds_inner P {
    margin: 0.8rem 0 0 0;
    padding: 0.8rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_business_general_number_detailds_inner P {
    margin: 1.6rem 0 0 0;
    padding: 1.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #00112e;
    font-weight: 400;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_business_general_number_detailds_inner P br {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_business_general_number_detailds_inner P br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_business .swiper-pagination {
    margin: 2rem 0 0 0;
  }
}
.tg_content .vimc_backdrop_bg {
  background: #f4f9ff;
  padding: 12rem 0 16rem 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_backdrop_bg {
    padding: 4rem 0 6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_backdrop_bg {
    padding: 6rem 0 8rem 0;
  }
}
.tg_content .vimc_featured_news_general {
  border-bottom: 0.1rem solid #e0e8f2;
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content .vimc_featured_news_general {
    border-bottom: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general .vimc_all_btn {
    display: none;
  }
}
.tg_content .vimc_featured_news_general .news_mobile_btn {
  display: none;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general .news_mobile_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 9rem;
    border: 0.1rem solid #05a6e0;
    gap: 0.8rem;
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #05a6e0;
    font-weight: 500;
    font-style: normal;
    margin: 2rem 0 0 0;
  }
}
.tg_content .vimc_featured_news_general_bg {
  margin: 4.8rem 0 0 0;
  display: flex;
  gap: 7rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg {
    gap: 0;
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg {
    gap: 2.4rem;
    margin: 3.6rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg {
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_featured_news_general_bg {
    gap: 3.5rem;
  }
}
.tg_content .vimc_featured_news_general_bg_left {
  width: 60%;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg_left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_left {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg_left::before {
    position: absolute;
    content: "";
    background: url(../images/vimc-22042025-dashed-news-line.png) no-repeat;
    width: 100%;
    height: 0.1rem;
    bottom: 0;
    left: 0;
    background-size: cover;
  }
}
.tg_content .vimc_featured_news_general_bg_left_new_figure figure {
  height: 43rem;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_left_new_figure figure {
    height: 22rem;
  }
}
.tg_content .vimc_featured_news_general_bg_left_new_figure img {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  object-fit: cover;
}
.tg_content .vimc_featured_news_general_bg_left_new_widget {
  margin: 3.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_left_new_widget {
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg_left_new_widget {
    margin: 3.2rem 0 0 0;
  }
}
.tg_content .vimc_featured_news_general_bg_left_new_widget h3 {
  margin: 1.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_left_new_widget h3 {
    margin: 0.4rem 0 0 0;
  }
}
.tg_content .vimc_featured_news_general_bg_left_new_widget h3 a {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #00112e;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_left_new_widget h3 a {
    font-size: 1.6rem;
    line-height: 150%;
    color: #00112e;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_featured_news_general_bg_left_new:hover .vimc_featured_news_general_bg_left_new_widget h3 a {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_left_new:hover .vimc_featured_news_general_bg_left_new_widget h3 a {
    font-size: 1.6rem;
    line-height: 150%;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_featured_news_general_bg_right {
  width: 40%;
}
@media (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg_right {
    width: 100%;
  }
}
.tg_content .vimc_featured_news_general_bg_right_new {
  margin: 0 0 2.4rem 0;
  padding: 0 0 2.4rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .vimc_featured_news_general_bg_right_new {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content .vimc_featured_news_general_bg_right_new {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
  }
}
.tg_content .vimc_featured_news_general_bg_right_new::before {
  position: absolute;
  content: "";
  background: url(../images/vimc-22042025-dashed-news-line.png) no-repeat;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.tg_content .vimc_featured_news_general_bg_right_new:last-child {
  margin: 0;
  padding: 0;
}
.tg_content .vimc_featured_news_general_bg_right_new:last-child::before {
  background: none;
}
.tg_content .vimc_featured_news_general_bg_right_new h3 {
  margin: 1.2rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_right_new h3 {
    margin: 0.4rem 0 0 0;
  }
}
.tg_content .vimc_featured_news_general_bg_right_new h3 a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #00112e;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_right_new h3 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #00112e;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_featured_news_general_bg_right_new:hover h3 a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #034ba8;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .vimc_featured_news_general_bg_right_new:hover h3 a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #034ba8;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_content .vimc_partner_general .tg_wrap_figure {
  width: 100%;
  height: 10rem;
  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: 767px) {
  .tg_content .vimc_partner_general .tg_wrap_figure {
    height: 7.4rem;
  }
}
.tg_content .vimc_partner_general .tg_wrap_figure img {
  width: 60%;
  height: 9rem;
  object-fit: contain;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content .vimc_partner_general .swiper-pagination {
    margin: 2.4rem 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */