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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

:focus {
  outline: none !important;
}

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

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

a:hover {
  text-decoration: none;
}

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

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

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes tgFade {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cb-cursor-text {
  color: #36a7ff !important;
}

.mycom_sticky {
  position: sticky;
  top: 11rem;
}
@media (max-width: 767px) {
  .mycom_sticky {
    position: inherit;
    top: inherit !important;
  }
}

.tg_pt120 {
  padding: 12rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_pt120 {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_pt120 {
    padding: 8rem 0 0 0;
  }
}

.tg_pt_pb120 {
  padding: 12rem 0;
}
@media (max-width: 1024px) {
  .tg_pt_pb120 {
    padding: 4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_pt_pb120 {
    padding: 8rem 0;
  }
}

.tg_recruitment_de {
  background: url(../images/mycom-bg-cloud.webp) no-repeat;
  background-size: cover;
}

.tg_call_sub_pop {
  position: relative;
}
.tg_call_sub_pop_btn {
  cursor: pointer;
  padding: 1.5rem 2rem;
  width: 100%;
  border-radius: 9rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.1rem solid #e1e1e1;
}
@media (max-width: 767px) {
  .tg_call_sub_pop_btn {
    font-size: 1.4rem;
    padding: 1.25rem 1.6rem;
  }
}
.tg_call_sub_pop_btn p {
  color: #aeaeae;
}
.tg_call_sub_pop_btn p.tg_active {
  color: #000;
}
.tg_call_sub_pop .tg_sub_pop_general {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 1.2rem 1.4rem;
  border-radius: 0.8rem;
  position: absolute;
  top: 53px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
  z-index: 2;
  max-height: 40rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .tg_call_sub_pop .tg_sub_pop_general {
    top: 44px;
  }
}
.tg_call_sub_pop .tg_sub_pop_general.tg_active {
  opacity: 1;
  visibility: visible;
}
.tg_call_sub_pop .tg_sub_pop_general ul {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.tg_call_sub_pop .tg_sub_pop_general ul li {
  cursor: pointer;
}

.mycom_location {
  position: relative;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 3.2rem;
}
@media (max-width: 1024px) {
  .mycom_location {
    font-size: 1.4rem;
    padding: 0 0 0 2.8rem;
  }
}
.mycom_location::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-location-icon-post.svg) no-repeat;
  width: 2.2rem;
  height: 2.3rem;
  background-size: cover;
  top: 50%;
  margin: -1.15rem 0 0 0;
  left: 0;
}

.mycom_date {
  position: relative;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 3.2rem;
}
@media (max-width: 1024px) {
  .mycom_date {
    font-size: 1.4rem;
  }
}
.mycom_date::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-time-icon-post.svg) no-repeat;
  width: 2.2rem;
  height: 2.3rem;
  background-size: cover;
  top: 50%;
  margin: -1.15rem 0 0 0;
  left: 0;
}

.mycom_bg_btn {
  background: #f5cc3c;
  border-radius: 9rem;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  border: none;
  cursor: pointer;
  transition: all 0.5x;
}
@media (max-width: 1024px) {
  .mycom_bg_btn {
    font-size: 1.6rem;
  }
}
.mycom_bg_btn strong {
  font-weight: 600;
  position: relative;
  top: 2px;
}

.custom-file-upload {
  width: 100%;
  margin: 1.2rem 0 0 0;
  background: #fff;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  border: none;
  border-radius: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .custom-file-upload {
    gap: 0.8rem;
  }
}
.custom-file-upload input[type=file] {
  display: none;
}
.custom-file-upload span {
  font-size: 1.8rem;
  line-height: 150%;
  color: #aeaeae;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
@media (max-width: 1024px) {
  .custom-file-upload span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .custom-file-upload span {
    font-size: 1.4rem;
  }
}
.custom-file-upload label {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #f5cc3c;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .custom-file-upload label {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.custom-file-upload label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-file-upload.has-file span {
  color: #000;
  font-style: normal;
}

.tg_arr_btn a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2rem;
  line-height: 120%;
  color: #36a7ff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_arr_btn a {
    font-size: 1.6rem;
  }
}
.tg_arr_btn a img {
  transition: all 0.5s;
}
.tg_arr_btn a:hover img {
  transform: translateX(0.5rem);
}

.mycom_main_title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
}
.mycom_main_title_left b {
  font-size: 6.4rem;
  line-height: 130%;
  color: #000;
  font-weight: 500 !important;
  font-style: normal;
}
@media (max-width: 1024px) {
  .mycom_main_title_left b {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .mycom_main_title_left b {
    font-size: 3.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mycom_main_title_left b {
    font-size: 4rem;
  }
}
.mycom_main_title_left b span {
  color: #36a7ff;
}
.mycom_main_title_left p {
  font-size: 2.4rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  margin: 1.6rem 0 0 0;
}
@media (max-width: 1024px) {
  .mycom_main_title_left p {
    font-size: 1.6rem;
    margin: 1.2rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mycom_main_title_left p {
    font-size: 1.8rem;
    margin: 1.2rem 0 0 0;
  }
}
.mycom_main_title_right {
  flex-shrink: 0;
}

.mycom_sub_title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
}
.mycom_sub_title_left b {
  font-size: 4.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .mycom_sub_title_left b {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mycom_sub_title_left b {
    font-size: 3rem;
  }
}

.mycom_sidebar_title {
  margin: 0 0 6rem 0;
}
@media (max-width: 1024px) {
  .mycom_sidebar_title {
    margin: 0 0 2.4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mycom_sidebar_title {
    margin: 0 0 4rem 0;
  }
}
.mycom_sidebar_title_left b {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .mycom_sidebar_title_left b {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mycom_sidebar_title_left b {
    font-size: 2.4rem;
  }
}

@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.tg_readm_m_mobile {
  display: none;
}
.tg_readm_m_mobile a {
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .tg_readm_m_mobile {
    display: flex;
    justify-content: center;
  }
}

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

.tg_faq .tg_content_faq {
  background: transparent;
}
.tg_faq .tg_content_faq_general {
  margin: 0;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds:nth-child(1) {
  padding: 0 0 4rem 0;
}
@media (max-width: 1024px) {
  .tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds:nth-child(1) {
    padding: 0 0 1.6rem 0;
  }
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds::before {
  background: url(../images/mycom-resason-faq-dashed-line-d2d2d2.png) repeat-x;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
  color: #000;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
  color: #000;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
  background: url(../images/mycom-resason-faq-plus-icon-black.svg) no-repeat;
  width: 2.8rem;
  height: 2.8rem;
  margin: -1.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
    width: 2rem;
    height: 2rem;
    background-size: cover;
  }
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
  color: #000;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current::before {
  background: #d2d2d2;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info b {
  color: #000;
}
.tg_faq .tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info span {
  color: #000;
}

.tg_news .tg_content_news .tg_info span {
  color: #a3a3a3 !important;
}

.tg_loyalty .tg_content_faq {
  border-radius: 10rem 10rem 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_faq {
    border-radius: 3rem 3rem 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_faq {
    border-radius: 6rem 6rem 0 0;
  }
}
.tg_loyalty .tg_content_mouse .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
}
.tg_loyalty .tg_content_mouse .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #36a7ff !important;
}
.tg_loyalty .tg_content_mouse_general_bg_detailds {
  box-shadow: 0px 20px 40px 0px rgba(1, 36, 148, 0.1019607843);
  border: 0.2rem solid #e5f4ff;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_mouse_general_bg_detailds {
    box-shadow: none;
  }
}
.tg_loyalty .tg_content_mouse_general_bg_detailds::before {
  background: url(../images/mycom-mouse-loyalty-bg-white.png) no-repeat;
}
.tg_loyalty .tg_content_mouse_general_bg_detailds_avatar span {
  color: #002f7d;
}
.tg_loyalty .tg_content_loyaltyendow {
  padding: 0 0 24rem 0;
  position: relative;
  /* Hiệu ứng khi hover: vòng tròn to dần và box-shadow biến mất */
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow {
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltyendow {
    padding: 0 0 10rem 0;
  }
}
.tg_loyalty .tg_content_loyaltyendow .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_loyalty .tg_content_loyaltyendow .swiper-pagination {
    display: block;
  }
}
.tg_loyalty .tg_content_loyaltyendow .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_loyalty .tg_content_loyaltyendow .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
.tg_loyalty .tg_content_loyaltyendow .image-container-dynamic {
  width: 460px;
  height: 460px;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.5s ease-out;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow .image-container-dynamic {
    width: 100%;
    height: 340px;
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_loyalty .tg_content_loyaltyendow .image-container-dynamic {
    width: 340px;
    height: 340px;
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltyendow .image-container-dynamic {
    width: 400px;
    height: 400px;
    border-radius: 2rem;
  }
}
.tg_loyalty .tg_content_loyaltyendow .image-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  border-radius: 3rem;
  box-shadow: 0px 5.07px 25.33px 0px rgba(0, 63, 127, 0.5019607843);
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow .image-link-wrapper {
    box-shadow: none;
    border-radius: 2rem;
    display: inline;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_loyalty .tg_content_loyaltyendow .image-link-wrapper {
    box-shadow: none;
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltyendow .image-link-wrapper {
    box-shadow: none;
    border-radius: 2rem;
  }
}
.tg_loyalty .tg_content_loyaltyendow .image-mask {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5019607843);
  background-color: transparent;
  z-index: 2;
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}
@media (max-width: 767px) {
  .tg_loyalty .tg_content_loyaltyendow .image-mask {
    box-shadow: none;
  }
}
.tg_loyalty .tg_content_loyaltyendow .image-container-dynamic:hover .image-mask {
  transform: scale(2);
  box-shadow: 0 0 0 0 transparent;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltyendow_general {
    padding: 0 0 0 1.6rem;
  }
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg {
    margin: 2.4rem 0 0 0;
    padding: 0 1.6rem;
  }
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_left {
  width: 0.1rem;
  background: #e1f5ff;
  min-height: 45rem;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg_left {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg_left {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right {
  width: 100%;
  position: absolute;
  left: 19.5rem;
  top: 16rem;
  overflow: hidden;
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 3rem 0;
  }
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds {
  border: 0.2rem solid #e5f4ff;
  background: linear-gradient(180deg, rgba(133, 181, 250, 0.5) 0%, rgba(174, 206, 255, 0.25) 15.17%, rgba(207, 228, 255, 0) 22.27%, rgba(235, 246, 255, 0.5) 35.72%, rgba(255, 255, 255, 0.5) 63.67%, rgba(235, 246, 255, 0) 98.79%);
  box-shadow: 0px 20px 40px 0px rgba(0, 140, 234, 0.1019607843);
  border-radius: 3.2rem;
  min-height: 460px;
  overflow: hidden;
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .wrap_figure figure img {
  width: 336px;
  height: 336px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .image-link-wrapper {
    height: 100%;
    display: block;
  }
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .wrap_figure {
    height: 100%;
  }
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .wrap_figure figure {
    height: 100%;
  }
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .wrap_figure figure img {
    width: 100%;
    height: 100%;
    border-radius: 3.2rem;
    top: 50%;
  }
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .text_widget {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 1.6rem;
  text-align: center;
  font-size: 3.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  border-radius: 3rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .text_widget {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds .text_widget span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds:hover .wrap_figure figure img {
  width: 100%;
  height: 100%;
  border-radius: 3.2rem;
  top: 50%;
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right_slider_detailds:hover .text_widget {
  background: linear-gradient(180deg, rgba(0, 47, 125, 0) 0%, rgba(0, 47, 125, 0.6) 100%);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  color: #fff;
}
.tg_loyalty .tg_content_loyaltyendow_general_bg_right .swiper-slide-active .image-link-wrapper {
  box-shadow: none;
}
.tg_loyalty .tg_content_loyaltymember {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(212, 234, 251, 0.8) 54.52%);
  padding: 12rem 0 20rem 0;
  border-radius: 10rem 10rem 0 0;
  margin: -4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember {
    padding: 4rem 0 8rem 0;
    border-radius: 3rem 3rem 0 0;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_loyalty .tg_content_loyaltymember {
    padding: 8rem 0 24rem 0;
    margin: -8rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember {
    border-radius: 6rem 6rem 0 0;
    padding: 8rem 0 14rem 0;
  }
}
.tg_loyalty .tg_content_loyaltymember .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_loyalty .tg_content_loyaltymember .swiper-pagination {
    display: block;
  }
}
.tg_loyalty .tg_content_loyaltymember .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_loyalty .tg_content_loyaltymember .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
.tg_loyalty .tg_content_loyaltymember_title .mycom_main_title {
  justify-content: center;
}
.tg_loyalty .tg_content_loyaltymember_regulations {
  margin: 6rem 0 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations {
    margin: 2.4rem 0 0 0;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-city-bg.png) no-repeat;
  max-width: 192rem;
  width: 100%;
  height: 50rem;
  bottom: -40px;
  left: 0px;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations::before {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations .arr_left_img {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-arr-left-bg.png) no-repeat;
  max-width: 52.1rem;
  width: 100%;
  height: 5.3rem;
  top: 8rem;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations .arr_left_img {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_regulations .arr_left_img {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations .arr_right_img {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-arr-right-bg.png) no-repeat;
  max-width: 35.5rem;
  width: 100%;
  height: 5.7rem;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0px, -50%);
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations .arr_right_img {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_regulations .arr_right_img {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: 4px;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg {
    margin: 0 0 2.4rem 0;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .wrap_figure {
  width: 30%;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .wrap_figure {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget {
  position: relative;
  width: 70%;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget {
    gap: 2.4rem;
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget {
    gap: 3.6rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget {
    gap: 3rem;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left {
  width: 52%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left {
    min-height: 37.2rem;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left {
    width: 100%;
    background: #b6ddfb;
    border-radius: 2rem;
    padding: 4rem 2rem;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-gift-img.png) no-repeat;
  width: 14.1rem;
  height: 14.1rem;
  top: 30px;
  left: -80px;
  z-index: 1;
  animation: mover 1s infinite alternate;
  background-size: cover;
}
@media (max-width: 767px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left::before {
    width: 7.2rem;
    height: 7.2rem;
    top: -10px;
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left::before {
    width: 10.2rem;
    height: 10.2rem;
    top: 0px;
    left: -30px;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left::after {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-coin2-img.png) no-repeat;
  max-width: 2.9rem;
  width: 100%;
  height: 2.7rem;
  background-size: cover;
  bottom: 9.3rem;
  right: -0.5rem;
  animation: mover 1.5s infinite alternate;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left::after {
    bottom: 4.3rem;
  }
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left::after {
    display: block;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .screen_img {
  position: relative;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .screen_img {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .screen_img::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-coin2-img.png) no-repeat;
  max-width: 5.3rem;
  width: 100%;
  height: 5.1rem;
  bottom: 2.3rem;
  left: -8px;
  animation: mover 1.5s infinite alternate;
  background-size: cover;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .screen_img::before {
    left: -20px;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .screen_img::after {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-coin1-img.png) no-repeat;
  max-width: 5rem;
  width: 100%;
  height: 4.3rem;
  top: 35px;
  right: 24px;
  animation: mover 1.75s infinite alternate;
  background-size: cover;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .screen_img::after {
    right: -5px;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82%;
  font-size: 2rem;
  line-height: 150%;
  color: #002f7d;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 100%;
    font-size: 1.6rem;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds b {
  font-size: 4.6rem;
  line-height: 150%;
  color: #002f7d;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: flex;
  justify-self: center;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds b {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul {
    margin: 2rem 0 0 0;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul li {
  position: relative;
  margin: 0 0 3rem 0;
  padding: 0 0 0 5.6rem;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul li {
    margin: 0 0 2rem 0;
    padding: 0 0 0 3.2rem;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul li:last-child {
  margin: 0;
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul li::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-member-check-icon.svg) no-repeat;
  width: 4rem;
  height: 4rem;
  top: 50%;
  margin: -2rem 0 0 0;
  left: 0;
  background-size: cover;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_left .tg_content_loyaltymember_regulations_bg_left_detailds ul li::before {
    width: 2rem;
    height: 2rem;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right {
  width: 24%;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right {
    width: 30%;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right .tg_content_loyaltymember_regulations_bg_right_detailds_inner {
  margin: 0 0 1.6rem 0;
  padding: 1.4rem 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right .tg_content_loyaltymember_regulations_bg_right_detailds_inner {
    padding: 1.2rem 1.6rem;
    margin: 0 0 0.8rem 0;
  }
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right .tg_content_loyaltymember_regulations_bg_right_detailds_inner:last-child {
  margin: 0;
}
.tg_loyalty .tg_content_loyaltymember_regulations_bg .text_widget .ct_right .tg_content_loyaltymember_regulations_bg_right_detailds_inner figure {
  flex-shrink: 0;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table {
  background: linear-gradient(247.82deg, #5ac5ff 0.76%, #007fe3 99.6%);
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_table .mycom_table {
    background: none;
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_desktop {
    display: none;
  }
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile {
    display: block;
  }
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner {
  background: linear-gradient(247.82deg, #5ac5ff 0.76%, #007fe3 99.6%);
  border-radius: 3rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_title .table_inside {
  padding: 1.6rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_detailds {
  padding: 0 1.6rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_detailds .table_inside {
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(158, 212, 255, 0.3019607843);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_detailds .table_inside_left {
  width: 70%;
  font-size: 1.4rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_detailds .table_inside_left strong {
  font-weight: 600;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_detailds .table_inside_right {
  width: 30%;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .mycom_table_mobile .mycom_table_mobile_bg_inner .table_detailds .table_inside_right strong {
  font-weight: 600;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_inside {
  width: 17rem;
  flex: 0 0 17rem;
  display: flex;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_inside {
    width: 100% !important;
    flex: inherit !important;
  }
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_inside.table_membership {
  width: 42rem;
  flex: 0 0 42rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_inside.table_membership {
    width: 30rem;
    flex: 0 0 30rem;
  }
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_inside.table_diamond {
  width: 20rem;
  flex: 0 0 20rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_title {
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(39, 161, 255, 0.2);
  border-radius: 3rem 3rem 0 0;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_title .table_inside {
  padding: 2.5rem 0;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 2rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_title .table_inside strong {
  font-weight: 600;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_title .table_inside.table_membership {
  gap: 1.8rem;
  padding: 2.5rem 1.5rem 2.5rem 3rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_title .table_inside.table_diamond {
  padding: 2.5rem 3rem 2.5rem 1.5rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_detailds {
  background: #fff;
  border-radius: 3rem;
  padding: 0 3rem;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_detailds .table_ct {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  border-bottom: 0.1rem solid rgba(158, 212, 255, 0.3019607843);
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_detailds .table_ct {
    flex-direction: column;
  }
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_detailds .table_ct:last-child {
  border-bottom: none;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_detailds .table_ct .table_inside {
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
}
.tg_loyalty .tg_content_loyaltymember_table .mycom_table .table_detailds .table_ct .table_inside.table_membership {
  justify-content: inherit;
  text-align: justify;
}

.tg_service,
.tg_service_de,
.tg_aboutus,
.tg_loyalty {
  background: url(../images/mycom-service-bg-cloud.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}

.tg_aboutus .tg_content .tg_content_vision {
  padding: 24rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content .tg_content_vision {
    padding: 4rem 0 0 0;
    background: #fff;
    margin: 4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content .tg_content_vision .tg_content_vision_wrap_right {
    display: none;
  }
}
.tg_aboutus .tg_content_vision_wrap .tg_content_vision_wrap_left_textwidget {
  margin: 1.6rem 0 0 0;
}
.tg_aboutus .tg_content_vision_wrap .tg_content_partnernews_button {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_vision_wrap .tg_content_partnernews_button {
    display: none;
  }
}
.tg_aboutus .tg_content_vision_wrap .tg_content_partnernews_button .swiper-control {
  margin: 0 auto;
}
.tg_aboutus .tg_content_vision_wrap .tg_content_partnernews_button .swiper-control .swiper_flex {
  margin: 0;
}
.tg_aboutus .tg_content_vision_wrap .tg_content_partnernews_button .swiper-control .swiper_flex .pagination-swipe {
  display: none;
}
.tg_aboutus .tg_content_breadcrumb {
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_breadcrumb {
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_breadcrumb {
    padding: 0 0 6rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_experience_vision {
    border-radius: 0 !important;
    background: transparent !important;
  }
}
.tg_aboutus .tg_content_pround #svg-container {
  top: -20px;
}
.tg_aboutus .tg_content_pround #svg-container svg {
  height: 20rem;
}
.tg_aboutus .tg_content_pround_title {
  display: flex;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_pround_title {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.tg_aboutus .tg_content_pround_title_top {
  width: 45%;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_pround_title_top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tg_aboutus .tg_content_pround_title_top .tg_arrow_pround {
    max-width: 30rem;
  }
}
.tg_aboutus .tg_content_pround_title_bottom {
  max-width: inherit;
  margin: inherit;
  width: 55%;
  margin: 12rem 0 0 0;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_pround_title_bottom {
    width: 100%;
    margin: 0;
  }
}
.tg_aboutus .tg_content_pround_title_bottom .see_de_btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #36a7ff;
  font-weight: 600;
  font-style: normal;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_aboutus .tg_content_pround_title_bottom .see_de_btn {
    display: none;
  }
}
.tg_aboutus .tg_content_pround_title_bottom .see_de_btn img {
  transition: all 0.5s;
}
.tg_aboutus .tg_content_pround_title_bottom .see_de_btn:hover img {
  transform: translateY(5px);
}
.tg_aboutus .tg_content_aboutusstory .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_aboutus .tg_content_aboutusstory .swiper-pagination {
    display: block;
  }
}
.tg_aboutus .tg_content_aboutusstory .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_aboutus .tg_content_aboutusstory .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory {
    padding: 2.4rem 0 4rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory .mycom_main_title_left b {
    font-size: 2rem;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg .swiper-slide {
  margin: 0 0 6rem 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg .swiper-slide {
    margin: 0;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg .swiper-slide:last-child {
  margin: 0;
}
.tg_aboutus .tg_content_aboutusstory_general_bg .swiper-slide:nth-child(2n) .tg_content_aboutusstory_general_bg_inner .text_widget {
  order: 2;
}
.tg_aboutus .tg_content_aboutusstory_general_bg_inner {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg_inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg_inner .text_widget {
  width: 57%;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg_inner .text_widget {
    width: 100%;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg_inner .text_widget .mycom_main_title_left p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg_inner .text_widget .mycom_main_title_left p {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 19rem;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg_inner .wrap_figure {
  width: 43%;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg_inner .wrap_figure {
    width: 100%;
    order: 2;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg_inner .wrap_figure figure {
  height: 53rem;
  border-radius: 3rem 3rem 3rem 15rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg_inner .wrap_figure figure {
    height: 29rem;
    border-radius: 2rem;
  }
}
.tg_aboutus .tg_content_aboutusstory_general_bg_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem 3rem 3rem 15rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusstory_general_bg_inner .wrap_figure figure img {
    border-radius: 2rem;
  }
}
.tg_aboutus .tg_content_news {
  margin: 0 !important;
}
.tg_aboutus .tg_content_aboutusculture_general {
  padding: 12rem 0 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general {
    padding: 0;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_figure {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 21.3rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_figure {
    display: none;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_figure figure {
  display: flex;
  justify-content: center;
}
.tg_aboutus .tg_content_aboutusculture_general_figure::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-about-mycom-title.png) no-repeat;
  max-width: 21.3rem;
  width: 100%;
  height: 21.2rem;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 20s normal linear infinite;
  transition: all 0.5s;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_figure::before {
    height: 16rem;
    max-width: 16rem;
    background-size: cover;
    bottom: -7rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider {
  margin: 6rem 0 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider {
    margin: 2.4rem 0 0 0;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure {
  width: 41%;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure {
    width: 100%;
    order: 2;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure figure {
  height: 62rem;
  border-radius: 3rem 3rem 3rem 20rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure figure {
    height: 34.3rem;
    border-radius: 2rem 2rem 2rem 10rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem 3rem 3rem 20rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure figure img {
    border-radius: 2rem 2rem 2rem 10rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .wrap_figure figure:hover img {
  transform: scale(1.1);
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget {
  width: 59%;
  padding: 0 0 12rem 8.6rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget {
    padding: 0 0 12rem 4rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info {
  padding: 0 23rem 0 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info {
    padding: 0;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info span {
  font-size: 4.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info span {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info span {
    font-size: 3rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info strong {
  font-size: 2rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  display: block;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info strong {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_info strong {
    font-size: 1.6rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_excerpt {
  margin: 8rem 0 0 0;
  position: relative;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_excerpt {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_excerpt {
    font-size: 1.6rem;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_excerpt::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-about-qoute-img.png) no-repeat;
  max-width: 12.9rem;
  width: 100%;
  height: 10.9rem;
  top: -30px;
  left: 0;
}
.tg_aboutus .tg_content_aboutusculture_general_slider_inner .text_widget .tg_content_aboutusculture_general_slider_inner_excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg_aboutus .tg_content_aboutusculture_general_slider_btn {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 59%;
  padding: 0 0 0 8.6rem;
  z-index: 2;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn {
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    padding: 0;
    margin: 1.6rem 0 0 0;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex {
    max-width: 35rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex {
    flex-direction: column;
    align-items: inherit;
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex {
    justify-content: inherit;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_left {
    order: 2;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_left .btn-type1 {
  padding: 1.7rem 4rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_left .btn-type1 {
    padding: 1.1rem;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right {
    order: 1;
  }
}
.tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .pagination-swipe {
  display: none;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control {
    display: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control .sl_prev,
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control .sl_next {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control .sl_prev svg,
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control .sl_next svg {
    width: 0.6rem;
    height: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control .swiper_flex {
    margin: 0;
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutusculture_general_slider_btn_flex .ct_right .tg_content_partnernews_button .swiper-control .swiper_flex {
    margin: 0;
  }
}
.tg_aboutus .tg_content_aboutuscore {
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore {
    padding: 0 0 4rem 0;
  }
}
.tg_aboutus .tg_content_aboutuscore .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_aboutus .tg_content_aboutuscore .swiper-pagination {
    display: block;
  }
}
.tg_aboutus .tg_content_aboutuscore .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_aboutus .tg_content_aboutuscore .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
.tg_aboutus .tg_content_aboutuscore_general_bg {
  display: flex;
  /* backdrop-filter: blur(3rem); */
  /* -webkit-backdrop-filter: blur(3rem); */
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg {
    display: inherit;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner {
  width: 16%;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner {
    width: 100%;
    border-radius: 8rem 1.6rem 1.6rem 1.6rem !important;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(1) {
  border-radius: 20rem 5rem 3rem 3rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(1) {
    border-radius: 18rem 1.6rem 1.6rem 1.6rem;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #a3ceef;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20rem 0 0 3rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(1)::before {
    display: none;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(1) .tg_content_aboutuscore_general_bg_inner_detailds_ct {
  border-radius: 20rem 5rem 3rem 3rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(1) .tg_content_aboutuscore_general_bg_inner_detailds_ct {
    border-radius: 8rem 1.6rem 1.6rem 1.6rem;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(2) {
  border-radius: 0 5rem 3rem 0;
  position: relative;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(2)::before {
  position: absolute;
  content: "";
  background: #cce4f6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(2)::before {
    display: none;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(2) .tg_content_aboutuscore_general_bg_inner_detailds_title {
  background: #a3ceef;
  border-radius: 0 5rem 3rem 0;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(3) {
  box-shadow: 0px 0px 50px 0px rgba(0, 85, 150, 0.1019607843);
  border-radius: 0 5rem 3rem 0;
  background: #cce4f6;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner:nth-child(3) .tg_content_aboutuscore_general_bg_inner_detailds_title {
  border-radius: 0 5rem 3rem 0;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds {
  height: 65rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds {
    height: inherit;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  padding: 7rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_title {
    display: none;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_title h3 {
  font-size: 4.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_title h3 {
    font-size: 3rem;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct {
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #48a9f4;
  min-height: 65rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct {
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    min-height: inherit;
    align-items: inherit;
    border-radius: 8rem 1.6rem 1.6rem 1.6rem;
    gap: 4rem;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-about-core-arr-bg.png) no-repeat;
  max-width: 54.8rem;
  width: 100%;
  height: 16.2rem;
  background-size: 100% 100%;
  top: 22%;
  left: 41%;
  z-index: 1;
}
@media (max-width: 767px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct::before {
    max-width: 30.8rem;
    width: 100%;
    height: 8.4rem;
    left: 2rem;
    top: 53%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct::before {
    max-width: 31.8rem;
    width: 100%;
    height: 8.4rem;
    left: 2rem;
    top: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct::before {
    display: none;
  }
}
@keyframes fade-text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget {
  order: 2;
  width: 45%;
  padding: 0 7rem 0 3rem;
  min-height: 49rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget {
    width: 100%;
    order: 1;
    padding: 6rem 2rem 1.6rem 2rem;
    min-height: inherit;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget h4 {
  font-size: 4.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  position: relative;
  padding: 0 5rem 0 0;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget h4 {
    font-size: 3rem;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget p {
  margin: 2.4rem 0 0 0;
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget p {
    font-size: 1.4rem;
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget p {
    font-size: 1.6rem;
    margin: 1.6rem 0 0 0;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .wrap_figure {
  width: 55%;
  min-height: 49rem;
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .wrap_figure {
    width: 80%;
    min-height: inherit;
    order: 2;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner_detailds_ct .wrap_figure figure {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner.tg_active {
  width: 68%;
  border-radius: 20rem 5rem 3rem 3rem;
}
@media (max-width: 1024px) {
  .tg_aboutus .tg_content_aboutuscore_general_bg_inner.tg_active {
    width: 100%;
  }
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner.tg_active .tg_content_aboutuscore_general_bg_inner_detailds_title {
  opacity: 0;
  visibility: hidden;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner.tg_active .tg_content_aboutuscore_general_bg_inner_detailds_ct {
  opacity: 1;
  visibility: visible;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner.tg_active .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget {
  opacity: 1;
  visibility: visible;
}
.tg_aboutus .tg_content_aboutuscore_general_bg_inner.tg_active .tg_content_aboutuscore_general_bg_inner_detailds_ct .text_widget.fade-text {
  opacity: 0; /* ban đầu ẩn */
  animation: fade-text 1s ease forwards;
  animation-delay: 0.4s; /* bắt đầu sau 1s */
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_core_active .tg_content_aboutuscore_general_bg_inner:nth-child(1)::before {
  background: #037fdf;
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_core_active .tg_content_aboutuscore_general_bg_inner:nth-child(2) .tg_content_aboutuscore_general_bg_inner_detailds_title {
  border-radius: 20rem 5rem 3rem 3rem;
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_core_active .tg_content_aboutuscore_general_bg_inner:nth-child(2) .tg_content_aboutuscore_general_bg_inner_detailds_ct {
  border-radius: 0 5rem 3rem 0;
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_vision_active .tg_content_aboutuscore_general_bg_inner:nth-child(1)::before {
  background: #037fdf;
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_vision_active .tg_content_aboutuscore_general_bg_inner:nth-child(2)::before {
  background: #1c8ee6;
  border-radius: 0 0 0 3rem;
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_vision_active .tg_content_aboutuscore_general_bg_inner:nth-child(2) .tg_content_aboutuscore_general_bg_inner_detailds_title {
  background: #1c8ee6;
  border-radius: 0 5rem 3rem 0;
}
.tg_aboutus .tg_content_aboutuscore_general_bg.tg_vision_active .tg_content_aboutuscore_general_bg_inner:nth-child(3) .tg_content_aboutuscore_general_bg_inner_detailds_ct {
  border-radius: 0 5rem 3rem 0;
}
.tg_aboutus .tg_content_vision .tg_content_vision_wrap_left_image_prime {
  width: 464px;
  height: 464px;
}
.tg_service_de .tg_content_doubleslide {
  margin: 0;
}

.tg_customer .tg_footer {
  margin: -12rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_footer {
    margin: -4rem 0 0 0;
  }
}
.tg_customer .tg_content_pround #svg-container {
  transform: rotateX(45deg);
}
.tg_customer .tg_content_mouse .mycom_main_title_left b {
  color: #fff;
}
.tg_customer .tg_content_mouse .mycom_main_title_right .tg_arr_btn a {
  color: #fff;
}
.tg_customer .tg_content_customereasy {
  position: relative;
}
.tg_customer .tg_content_customereasy .tg_content_pround {
  top: 40rem;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy .tg_content_pround {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_customer .tg_content_customereasy .tg_content_pround {
    display: none;
  }
}
.tg_customer .tg_content_customereasy .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy .swiper-pagination {
    display: block;
  }
}
.tg_customer .tg_content_customereasy .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_customer .tg_content_customereasy .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
.tg_customer .tg_content_customereasy_general {
  position: relative;
  padding: 0 0 24rem 0;
}
@media (max-width: 767px) {
  .tg_customer .tg_content_customereasy_general {
    padding: 0 0 8rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general {
    padding: 0 0 16rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general {
    padding: 0 0 12rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general .mycom_main_title_left b br {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general .mycom_main_title_left b br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general .mycom_main_title_left P {
    display: none;
  }
}
.tg_customer .tg_content_customereasy_general_bg {
  display: flex;
  gap: 9rem;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.tg_customer .tg_content_customereasy_general_bg_left {
  width: 35%;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_left {
    width: 100%;
  }
}
.tg_customer .tg_content_customereasy_general_bg_left_detailds {
  top: 3rem;
}
.tg_customer .tg_content_customereasy_general_bg_left_detailds .tg_content_pround {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_left_detailds .tg_content_pround {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_left_detailds .tg_content_pround {
    display: none;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right {
  width: 65%;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right {
    width: 100%;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 2.4rem;
  grid-row-gap: 3.2rem;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds {
    display: inherit;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure {
  height: 61rem;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure {
    height: 42rem;
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure {
    height: 42rem;
    border-radius: 2rem;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure img {
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure img {
    border-radius: 2rem;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure:hover img {
  transform: scale(1.1);
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget {
    padding: 2rem;
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget b a {
  font-size: 3.2rem;
  line-height: 150%;
  color: #33a3ff;
  font-weight: 500;
  font-style: normal;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget b a {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget b a {
    font-size: 2.4rem;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget p {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget p {
    margin: 1.6rem 0 0 0;
    padding: 1.6rem 0 0 0;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget p {
    margin: 1.6rem 0 0 0;
    padding: 1.6rem 0 0 0;
    font-size: 1.6rem;
    text-align: left;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget .see_details_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #e1f5ff;
  border-radius: 50%;
  margin: 4rem 0 0 0;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget .see_details_btn {
    width: 4rem;
    height: 4rem;
    margin: 2rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget .see_details_btn {
    width: 4rem;
    height: 4rem;
    margin: 2rem 0 0 0;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget .see_details_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget .see_details_btn:hover svg {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget:hover {
  background: linear-gradient(247.82deg, #5ac5ff 0.76%, #007fe3 99.6%);
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget:hover b a {
  color: #fff;
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget:hover p {
  color: #fff;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_inner:nth-child(2n) .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure {
  order: 2;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner:nth-child(2n) .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_inner:nth-child(2n) .tg_content_customereasy_general_bg_right_detailds_inner_ct .text_widget {
    order: 1;
  }
}
.tg_customer .tg_content_customereasy_general_bg_right_detailds_onlyfigure .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure {
  height: 96rem;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_onlyfigure .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure {
    height: 68rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customereasy_general_bg_right_detailds_onlyfigure .tg_content_customereasy_general_bg_right_detailds_inner_ct .wrap_figure figure {
    height: 68rem;
  }
}
.tg_customer .tg_content_faq {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.65) 167.86%);
  backdrop-filter: blur(0.4rem);
  border-radius: 10rem 10rem 0 0;
  padding: 12rem 0 24rem 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_faq {
    padding: 4rem 0 8rem 0;
    border-radius: 3rem 3rem 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_faq {
    padding: 8rem 0 24rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_customer .tg_content_faq {
    border-radius: 6rem 6rem 0 0;
  }
}
.tg_customer .tg_content_faq .tg_readm_m_mobile a {
  color: #36a7ff;
}
.tg_customer .tg_content_faq .mycom_main_title_left b {
  color: #000;
}
.tg_customer .tg_content_faq .mycom_main_title_right .tg_arr_btn a {
  color: #33a3ff;
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
  color: #000;
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
  color: #000;
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
  background: url(../images/mycom-resason-faq-plus-icon-black.svg) no-repeat;
  width: 2.8rem;
  height: 2.8rem;
  margin: -1.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 0;
    background-size: cover;
  }
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
  color: #000;
}
/* FAQ Dashed Line Background - Customer Page Only */
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-resason-faq-dashed-line-bg-1.png) repeat-x;
  width: 100%;
  height: 0.15rem;
  bottom: 0;
  left: 0;
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current::before {
  background: #36a7ff;
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current b {
  color: #36a7ff !important;
}
.tg_customer .tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current span {
  color: #36a7ff !important;
}
.tg_customer .tg_content_customer_bgcloud {
  background: url(../images/mycom-bg-cloud-customer.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.tg_customer .tg_content_customer_bgcloud:after {
  position: absolute;
  content: "";
  background: url(../images/mycom-bg-city-customer.png) no-repeat;
  max-width: 192rem;
  width: 100%;
  height: 52.4rem;
  background-size: cover;
  bottom: -5rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customer_bgcloud:after {
    display: none;
  }
}
.tg_customer .tg_content_customer_mousefaq_bg {
  background: #007fe3;
  border-radius: 10rem 10rem 0 0;
  margin: -12rem 0 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .tg_customer .tg_content_customer_mousefaq_bg {
    margin: -4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_customer .tg_content_customer_mousefaq_bg {
    border-radius: 3rem 3rem 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_customer .tg_content_customer_mousefaq_bg {
    margin: -8rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_customer .tg_content_customer_mousefaq_bg {
    border-radius: 6rem 6rem 0 0;
  }
}
.tg_customer .tg_content_news_other {
  background: transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tg_customer .tg_content_news_other .tg_readm_m_mobile {
    display: flex;
    justify-content: center;
    margin: 2.4rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .tg_customer .tg_content_news_other .tg_readm_m_mobile a {
    color: #36a7ff;
  }
}
.tg_customer .tg_content .tg_content_news {
  margin: 10rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news {
    margin: 4rem 0 0 0;
  }
}
.tg_customer .tg_content .tg_content_news_list {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .tg_customer .tg_content .tg_content_news_list {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}
.tg_customer .tg_content .tg_content_news_list_item {
  flex: 0 1 calc((100% - 5rem) / 3);
}
@media (max-width: 767px) {
  .tg_customer .tg_content .tg_content_news_list_item {
    flex: 0 1 calc((100% - 5rem) / 1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item {
    flex: 0 1 calc((100% - 5rem) / 2);
  }
}
.tg_customer .tg_content .tg_content_news_list_item .wrap_figure img {
  height: 30rem;
  object-fit: cover;
  border-radius: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .wrap_figure img {
    height: 27rem;
  }
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .wrap_figure img {
    height: 21rem;
    border-radius: 2.1rem;
  }
}
.tg_customer .tg_content .tg_content_news_list_item .tg_info {
  display: flex;
  gap: 37px;
  margin: 2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .tg_info {
    margin: 1rem 0 0 0;
  }
}
.tg_customer .tg_content .tg_content_news_list_item .tg_info p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .tg_info p {
    font-size: 1.6rem;
  }
}
.tg_customer .tg_content .tg_content_news_list_item .tg_info p::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -32px;
  width: 27px;
  height: 0px;
  opacity: 0.3;
  border: 1px solid #fff;
  transform: rotate(90deg);
}
.tg_customer .tg_content .tg_content_news_list_item .tg_info span {
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .tg_info span {
    font-size: 1.6rem;
  }
}
.tg_customer .tg_content .tg_content_news_list_item .tg_link {
  margin: 2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .tg_link {
    margin: 1.2rem 0 0 0;
  }
}
.tg_customer .tg_content .tg_content_news_list_item .tg_link a {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_customer .tg_content .tg_content_news_list_item .tg_link a {
    font-size: 1.6rem;
  }
}

.tg_support .tg_content_community_bg_left {
  width: 22%;
}
@media (max-width: 767px) {
  .tg_support .tg_content_community_bg_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_support .tg_content_community_bg_left {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_support .tg_content_community_bg_left {
    width: 32% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_support .tg_content_community_bg_left {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .tg_support .tg_content_community_bg_left_sidebar_tab_list {
    display: none;
  }
}
.tg_support .tg_content_community_bg_left .tg_call_sub_pop_btn {
  display: none;
}
@media (max-width: 767px) {
  .tg_support .tg_content_community_bg_left .tg_call_sub_pop_btn {
    display: flex;
    background: #36a7ff;
    font-size: 1.6rem;
    padding: 1.5rem 1.6rem;
  }
  .tg_support .tg_content_community_bg_left .tg_call_sub_pop_btn p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .tg_support .tg_content_community_bg_left .tg_sub_pop_general {
    top: 52px;
  }
}
.tg_support .tg_content_community_bg_right {
  width: 78%;
}
@media (max-width: 767px) {
  .tg_support .tg_content_community_bg_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_support .tg_content_community_bg_right {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_support .tg_content_community_bg_right {
    width: 68% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_support .tg_content_community_bg_right {
    width: 74%;
  }
}

.tg_partner .tg_content_breadcrumb {
  background: #e1f5ff;
}
.tg_partner .tg_content_pround .tg_content_pround_title_top h2 {
  color: transparent;
}
@media (max-width: 1024px) {
  .tg_partner .tg_content_pround .tg_content_pround_title_top h2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tg_partner .tg_content_pround .tg_content_pround_title_top span {
    padding: 0;
  }
}
.tg_partner .tg_content_pround .tg_content_pround_title_top span i {
  color: #36a7ff;
}
@media (max-width: 1024px) {
  .tg_partner .tg_content_pround .tg_content_pround_title_top span br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tg_partner .tg_content_pround .tg_content_pround_title_top .tg_arrow_pround {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tg_partner .tg_content_pround .tg_content_pround_title_bottom {
    margin: 2.4rem 0 0 0;
  }
}
.tg_partner .tg_content_pround #svg-container {
  transform: rotateX(45deg);
  top: 30px;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_partner .tg_content_pround #svg-container svg {
    height: inherit;
  }
}

.tg_content .tab-content {
  display: none;
  position: relative;
}
.tg_content .tab-content.tg_current {
  display: inherit;
  animation: tgUp 0.3s;
}
/* Fix: Hiển thị tất cả slides trong double slide section trên desktop */
@media (min-width: 1025px) {
  .tg_content_doubleslide .tab-content {
    display: block;
  }
  .tg_content_doubleslide .tab-content:not(.tg_current) {
    display: none;
  }
}
/* Trên mobile, Swiper sẽ quản lý việc hiển thị */
@media (max-width: 767px) {
  .tg_content_doubleslide .tab-content {
    display: block;
  }
}
.tg_content .br_mobile {
  display: none;
}
@media (max-width: 767px) {
  .tg_content .br_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .tg_content .br_desktop {
    display: none;
  }
}
.tg_content_servicewehave {
  padding: 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave {
    padding: 4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_servicewehave {
    padding: 6rem 0;
  }
}
.tg_content_servicewehave .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_servicewehave .swiper-pagination {
    display: block;
  }
}
.tg_content_servicewehave .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_servicewehave .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_title .mycom_main_title_left br {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_servicewehave_title .mycom_main_title_left br {
    display: none;
  }
}
.tg_content_servicewehave_title .mycom_main_title_left p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_title .mycom_main_title_left p {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.tg_content_servicewehave_general {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_general {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_servicewehave_general_bg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 5rem;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_general_bg {
    display: inherit;
  }
}
.tg_content_servicewehave_general_bg_detailds_inner {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 127, 227, 0.7) 0%, rgba(160, 218, 249, 0.7) 100%);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  border-radius: 3rem;
  padding: 6rem 4rem;
  min-height: 48rem;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_general_bg_detailds_inner {
    border-radius: 2rem;
    padding: 3rem 2rem;
    min-height: 36rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_servicewehave_general_bg_detailds_inner {
    padding: 3rem 2rem;
    min-height: 40rem;
  }
}
.tg_content_servicewehave_general_bg_detailds_inner::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 127, 227, 0.7) 60.1%, rgba(160, 218, 249, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tg_content_servicewehave_general_bg_detailds_inner:hover {
  border-radius: 3rem 15rem 3rem 3rem;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_general_bg_detailds_inner:hover {
    border-radius: 2rem 10rem 2rem 2rem;
  }
}
.tg_content_servicewehave_general_bg_detailds_inner:hover .wrap_figure figure {
  transform: scale(1.1);
}
.tg_content_servicewehave_general_bg_detailds_inner .wrap_figure {
  position: absolute;
  bottom: -3px;
  right: 0;
}
.tg_content_servicewehave_general_bg_detailds_inner .wrap_figure figure {
  transition: all 0.5s;
}
.tg_content_servicewehave_general_bg_detailds_inner .text_widget {
  position: relative;
  z-index: 2;
}
.tg_content_servicewehave_general_bg_detailds_inner .text_widget b {
  font-size: 3.8rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_general_bg_detailds_inner .text_widget b {
    font-size: 2.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_servicewehave_general_bg_detailds_inner .text_widget b {
    font-size: 3.2rem;
  }
}
.tg_content_servicewehave_general_bg_detailds_inner .text_widget p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_servicewehave_general_bg_detailds_inner .text_widget p {
    font-size: 1.4rem;
    margin: 2rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_servicewehave_general_bg_detailds_inner .text_widget p {
    font-size: 1.6rem;
  }
}
.tg_content_doubleslide {
  padding: 12rem 0 12rem 0;
  margin: -8rem 0 0 0;
  border-radius: 10rem 10rem 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide {
    padding: 4rem 0 4rem 0;
    border-radius: 3rem 3rem 0 0;
    margin: 0;
    margin: -4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_doubleslide {
    padding: 8rem 0 24rem 0;
    margin: -8rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide {
    border-radius: 6rem 6rem 0 0;
    padding: 8rem 0 10rem 0;
  }
}
.tg_content_doubleslide .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_doubleslide .swiper-pagination {
    display: block;
  }
}
.tg_content_doubleslide .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_doubleslide .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
.tg_content_doubleslide_title {
  display: none;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_title {
    display: block;
  }
}
.tg_content_doubleslide_title .mycom_main_title {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_doubleslide_title .mycom_main_title br {
    display: none;
  }
}
.tg_content_doubleslide::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-mouse-loyalty-bg-white-faq.png) no-repeat;
  max-width: 192rem;
  width: 100%;
  height: 50rem;
  bottom: -65px;
  left: 0;
}
@media (max-width: 767px) {
  .tg_content_doubleslide::before {
    background: url(../images/mycom-mouse-loyalty-bg-white-faq-mobile.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 31.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_doubleslide::before {
    background-position: center center;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide .mycom_main_title_left b br {
    display: none;
  }
}
.tg_content_doubleslide_general {
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_general {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general {
    gap: 3rem;
  }
}
.tg_content_doubleslide_general_left {
  width: 37%;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_general_left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_general_left_bg_inner {
    animation: none;
    display: block !important;
  }
}
.tg_content_doubleslide_general_left_bg_inner figure {
  position: relative;
  width: 38rem;
  height: 76rem;
  margin: 0 auto;
  border-radius: 5rem;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_general_left_bg_inner figure {
    width: 26rem;
    height: 51rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general_left_bg_inner figure {
    width: 36rem;
    height: 61rem;
  }
}
.tg_content_doubleslide_general_left_bg_inner figure::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-double-phone-rib.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  left: -4px;
}
.tg_content_doubleslide_general_left_bg_inner figure img {
  width: 96%;
  height: 99.5%;
  object-fit: cover;
  border-radius: 7rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general_left_bg_inner figure img {
    border-radius: 6rem;
  }
}
.tg_content_doubleslide_general_left_bg_inner_ct {
  display: none;
}
@media (max-width: 767px) {
  .tg_content_doubleslide_general_left_bg_inner_ct {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_doubleslide_general_left_bg_inner_ct {
    margin: 2.4rem auto 0 auto;
    max-width: 60%;
  }
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_general_left_bg_inner_ct {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 0.1rem solid #f5cc3c;
    border-radius: 9rem;
    padding: 1.2rem 1.6rem;
    background: rgba(255, 255, 255, 0.5019607843);
  }
}
.tg_content_doubleslide_general_left_bg_inner_ct_number {
  width: 3rem;
  height: 3rem;
  position: relative;
  border-radius: 50%;
  background: #f5cc3c;
  transition: all 0.5s;
  flex-shrink: 0;
}
.tg_content_doubleslide_general_left_bg_inner_ct_number b {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.tg_content_doubleslide_general_left_bg_inner_ct_widget {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.tg_content_doubleslide_general_left_bg_inner_ct_widget strong {
  font-weight: 600;
}
.tg_content_doubleslide_general_left_bg_inner.tg_current {
  animation: tgFade 1s !important;
}
.tg_content_doubleslide_general_right {
  width: 55%;
}
@media (max-width: 1024px) {
  .tg_content_doubleslide_general_right {
    display: none;
  }
}
.tg_content_doubleslide_general_right_bg {
  margin: 4rem 0 0 0;
}
.tg_content_doubleslide_general_right_bg_inner {
  display: flex;
  align-items: center;
  gap: 4rem;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 1.6rem;
  border-radius: 9rem;
  margin: 0 0 2rem 0;
  cursor: pointer;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general_right_bg_inner {
    gap: 2.4rem;
  }
}
.tg_content_doubleslide_general_right_bg_inner:last-child {
  margin: 0;
}
.tg_content_doubleslide_general_right_bg_inner_number {
  width: 5.8rem;
  height: 5.8rem;
  position: relative;
  border-radius: 50%;
  border: 0.3rem solid #f5cc3c;
  transition: all 0.5s;
  flex-shrink: 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general_right_bg_inner_number {
    width: 5rem;
    height: 5rem;
  }
}
.tg_content_doubleslide_general_right_bg_inner_number b {
  font-size: 3.6rem;
  line-height: 5.8rem;
  font-weight: 600;
  color: #f5cc3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general_right_bg_inner_number b {
    font-size: 2.4rem;
  }
}
.tg_content_doubleslide_general_right_bg_inner_widget span {
  font-size: 3.2rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_doubleslide_general_right_bg_inner_widget span {
    font-size: 2rem;
  }
}
.tg_content_doubleslide_general_right_bg_inner_widget span strong {
  font-weight: 600;
}
.tg_content_doubleslide_general_right_bg_inner.tg_current, .tg_content_doubleslide_general_right_bg_inner:hover {
  background: #f5cc3c;
}
.tg_content_doubleslide_general_right_bg_inner.tg_current .tg_content_doubleslide_general_right_bg_inner_number, .tg_content_doubleslide_general_right_bg_inner:hover .tg_content_doubleslide_general_right_bg_inner_number {
  border: 0.3rem solid #000;
}
.tg_content_doubleslide_general_right_bg_inner.tg_current .tg_content_doubleslide_general_right_bg_inner_number b, .tg_content_doubleslide_general_right_bg_inner:hover .tg_content_doubleslide_general_right_bg_inner_number b {
  color: #000;
}
.tg_content_mouse .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_mouse .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_mouse .swiper-pagination {
    display: block;
  }
}
.tg_content_mouse .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_mouse .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
@media (max-width: 1024px) {
  .tg_content_mouse .tg_readm_m_mobile {
    display: flex;
    justify-content: center;
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_mouse .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_mouse .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.tg_content_mouse_general {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_mouse_general_bg {
  display: flex;
  gap: 2.8rem;
  border-radius: 3.2rem;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg {
    display: inherit;
    border-radius: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds {
  width: 18.33%;
  position: relative;
  border-radius: 3.2rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds {
    border-radius: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-mouse-bg-white.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  border-radius: 3.2rem;
  background-size: cover;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds::before {
    border-radius: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds .story_main_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tg_content_mouse_general_bg_detailds_avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 0 1.8rem;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_avatar {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_avatar {
    gap: 1.6rem;
  }
}
.tg_content_mouse_general_bg_detailds_avatar figure {
  height: 18rem;
}
.tg_content_mouse_general_bg_detailds_avatar figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg_content_mouse_general_bg_detailds_avatar span {
  font-size: 3.2rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_avatar span {
    font-size: 2.4rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 3.2rem;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner {
    opacity: 1;
    visibility: visible;
    border-radius: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner .wrap_figure figure {
  height: 54rem;
  overflow: hidden;
  border-radius: 3.2rem;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner .wrap_figure figure {
    height: 40rem;
    border-radius: 2rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_inner .wrap_figure figure {
    height: 40rem;
    border-radius: 2rem;
    width: 100%;
  }
}
.tg_content_mouse_general_bg_detailds_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3.2rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner .wrap_figure figure img {
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_inner .wrap_figure figure img {
    border-radius: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner .text_widget {
  position: absolute;
  width: 100%;
  border-radius: 3.2rem;
  padding: 4rem;
  background: linear-gradient(180deg, rgba(0, 47, 125, 0) 0%, rgba(0, 47, 125, 0.6) 100%);
  backdrop-filter: blur(3rem);
  -webkit-backdrop-filter: blur(3rem);
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget {
    border-radius: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget {
    border-radius: 2rem;
    padding: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner .text_widget .ct_left span {
  font-size: 3.2rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget .ct_left span {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget .ct_left span {
    font-size: 2rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner .text_widget .ct_left strong {
  font-size: 2rem;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 1.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget .ct_left strong {
    margin: 0.4rem 0 0 0;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget .ct_left strong {
    margin: 0.4rem 0 0 0;
    font-size: 1.6rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner .text_widget .ct_right .see_details_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget .ct_right .see_details_btn {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_mouse_general_bg_detailds_inner .text_widget .ct_right .see_details_btn {
    width: 4rem;
    height: 4rem;
  }
}
.tg_content_mouse_general_bg_detailds_inner .text_widget .ct_right .see_details_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.tg_content_mouse_general_bg_detailds_inner .text_widget .ct_right .see_details_btn:hover svg {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tg_content_mouse_general_bg_detailds.tg_active {
  width: 60%;
}
.tg_content_mouse_general_bg_detailds.tg_active::before {
  opacity: 0;
  visibility: hidden;
}
.tg_content_mouse_general_bg_detailds.tg_active .tg_content_mouse_general_bg_detailds_avatar {
  opacity: 0;
  visibility: hidden;
}
.tg_content_mouse_general_bg_detailds.tg_active .tg_content_mouse_general_bg_detailds_inner {
  opacity: 1;
  visibility: visible;
}
.tg_content_mouse_general_bg_detailds.tg_active .story_main_link {
  z-index: 1;
}
.tg_content_partnernews {
  position: relative;
  background: #e1f5ff;
  border-radius: 0 0 10rem 10rem;
}
@media (max-width: 1024px) {
  .tg_content_partnernews {
    border-radius: 0 0 3rem 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnernews {
    border-radius: 0 0 5rem 5rem;
  }
}
.tg_content_partnernews .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_partnernews .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnernews .swiper-pagination {
    display: block;
  }
}
.tg_content_partnernews .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_partnernews .swiper-pagination .swiper-pagination-bullet {
  background: #91cbf8;
  opacity: 1;
}
.tg_content_partnernews_general_bg {
  margin: 3.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_partnernews_general_bg_left {
  width: 0.1rem;
  background: #e1f5ff;
  min-height: 45rem;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_left {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnernews_general_bg_left {
    display: none;
  }
}
.tg_content_partnernews_general_bg_right {
  width: 100%;
  position: absolute;
  left: 20rem;
  top: 23rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnernews_general_bg_right {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 6rem 0 0 0;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds {
    flex-direction: column;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure {
  width: 55%;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure {
    width: 100%;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure {
  height: 45rem;
  overflow: hidden;
  border-radius: 3rem 0 0 3rem;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure {
    height: 48rem;
    border-radius: 2rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure {
    height: 48rem;
    border-radius: 2rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure {
    width: 100%;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 3rem 0 0 3rem;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure img {
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .wrap_figure figure img {
    border-radius: 2rem;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget {
  width: 45%;
  border-radius: 0 3rem 3rem 0;
  padding: 3.5rem 3rem;
  background: linear-gradient(247.82deg, rgba(90, 197, 255, 0.8) 0.76%, rgba(0, 127, 227, 0.8) 99.6%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  min-height: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget {
    top: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    right: inherit;
    transform: inherit;
    height: auto;
    padding: 2rem 1.6rem;
    position: absolute;
    min-height: inherit;
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget {
    top: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    right: inherit;
    transform: inherit;
    height: auto;
    padding: 2rem 1.6rem;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_link a {
  font-size: 2.2rem;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_link a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_link a {
    font-size: 1.8rem;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_link a:hover {
  color: #f5cc3c;
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_excerpt {
  margin: 2.4rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_excerpt {
    font-size: 1.4rem;
    margin: 0.8rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_excerpt {
    font-size: 1.4rem;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .tg_excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .see_details_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 50%;
  margin: 4rem 0 0 0;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget .see_details_btn {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnernews_general_bg_right_slider_detailds .text_widget .see_details_btn {
    width: 4rem;
    height: 4rem;
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .see_details_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.tg_content_partnernews_general_bg_right_slider_detailds .text_widget .see_details_btn:hover svg {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tg_content_partnernews_button .swiper-control {
  margin: 0;
}
@media (max-width: 1024px) {
  .tg_content_partnernews_button .swiper-control {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnernews_button .swiper-control {
    display: none;
  }
}
.tg_content_partnernews_button .swiper-control .swiper_flex {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 3.2rem 0 0 0;
}
.tg_content_partnernews_button .swiper-control .sl_prev,
.tg_content_partnernews_button .swiper-control .sl_next {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: transparent;
  border: 0.15rem solid #b3b3b3;
  display: inline-block;
  transition: all 0.5s;
  cursor: pointer;
}
.tg_content_partnernews_button .swiper-control .sl_prev svg,
.tg_content_partnernews_button .swiper-control .sl_next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_content_partnernews_button .swiper-control .sl_prev svg path,
.tg_content_partnernews_button .swiper-control .sl_next svg path {
  transition: all 0.5s;
}
.tg_content_partnernews_button .swiper-control .sl_prev:hover,
.tg_content_partnernews_button .swiper-control .sl_next:hover {
  background: #f5cc3c;
  border: 0.15rem solid #f5cc3c;
}
.tg_content_partnernews_button .swiper-control .sl_prev:hover svg path,
.tg_content_partnernews_button .swiper-control .sl_next:hover svg path {
  stroke: #000;
}
.tg_content_partnernews_button .swiper-control .pagination-swipe {
  display: table;
  width: inherit;
  font-size: 2.4rem;
  line-height: 150%;
  color: #bbbfc1;
  font-weight: 500;
  font-style: normal;
}
.tg_content_partnernews_button .swiper-control .pagination-swipe .swiper-pagination-current {
  color: #000;
}
.tg_content_partnerreasonprocess_bg {
  background: url(../images/mycom-resasonprocess-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 10rem 10rem 0 0;
  position: relative;
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerreasonprocess_bg {
    border-radius: 3rem 3rem 0 0;
    padding: 4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnerreasonprocess_bg {
    border-radius: 6rem 6rem 0 0;
  }
}
.tg_content_partnerreasonprocess_bg .tg_before_bottom_right {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .tg_content_partnerreasonprocess_bg .tg_before_bottom_right {
    display: none;
  }
}
.tg_content_partnerreasonprocess_bg .tg_before_bottom_right::before {
  content: "";
  box-shadow: -110px -110px 0 0 #007fe3;
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  transform: rotate(-5deg);
}
@media (max-width: 1024px) {
  .tg_content_partnerreasonprocess_bg .tg_before_bottom_right::before {
    box-shadow: -50px -50px 0 0 #007fe3;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_partnerreasonprocess_bg .tg_content_pround .tg_content_pround_title_top span {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_partnerreasonprocess_bg .tg_content_pround .tg_content_pround_title_top span {
    font-size: 2.4rem;
  }
}
.tg_content_partnerreasonprocess_bg .tg_content_pround .tg_content_pround_title_top span strong {
  font-weight: 600;
  color: #36a7ff;
}
.tg_content_partnerreason {
  margin: 8rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerreason {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_partnerreason .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_partnerreason .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnerreason .swiper-pagination {
    display: block;
  }
}
.tg_content_partnerreason .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a7ff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_partnerreason .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.tg_content_partnerreason_general_bg {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content_partnerreason_general_bg {
    display: inherit;
  }
}
.tg_content_partnerreason_general_bg_detailds {
  position: relative;
}
.tg_content_partnerreason_general_bg_detailds .wrap_figure figure {
  height: 53rem;
  border-radius: 3rem;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_content_partnerreason_general_bg_detailds .wrap_figure figure {
    height: 45rem;
  }
}
.tg_content_partnerreason_general_bg_detailds .wrap_figure figure::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(1, 41, 81, 0) 0%, rgba(1, 41, 81, 0.8) 100%);
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 1;
}
.tg_content_partnerreason_general_bg_detailds .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  transition: all 0.5s;
}
.tg_content_partnerreason_general_bg_detailds .text_widget {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.5rem 3rem 2.5rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .tg_content_partnerreason_general_bg_detailds .text_widget {
    padding: 0 1.6rem 2rem 1.6rem;
  }
}
.tg_content_partnerreason_general_bg_detailds .text_widget b {
  font-size: 3.2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_partnerreason_general_bg_detailds .text_widget b {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_partnerreason_general_bg_detailds .text_widget b {
    font-size: 2rem;
  }
}
.tg_content_partnerreason_general_bg_detailds_inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin: 2.4rem 0 0 0;
  padding: 2.4rem 0 0 0;
  border-top: 0.1rem solid rgba(240, 240, 240, 0.3);
}
@media (max-width: 1024px) {
  .tg_content_partnerreason_general_bg_detailds_inner {
    margin: 1.6rem 0 0 0;
    padding: 1.6rem 0 0 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_partnerreason_general_bg_detailds_inner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: inherit;
    min-height: 6rem;
  }
}
.tg_content_partnerreason_general_bg_detailds:hover .wrap_figure figure {
  border-radius: 3rem 15rem 3rem 3rem;
}
.tg_content_partnerreason_general_bg_detailds:hover .wrap_figure figure::before {
  border-radius: 3rem 15rem 3rem 3rem;
  opacity: 1;
  visibility: visible;
}
.tg_content_partnerreason_general_bg_detailds:hover .wrap_figure figure img {
  border-radius: 3rem 15rem 3rem 3rem;
  transform: scale(1.1);
}
.tg_content_partnerform_general {
  display: flex;
  gap: 7rem;
  align-items: end;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.tg_content_partnerform_general .wrap_figure {
  width: 44%;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general .wrap_figure {
    width: 100%;
    order: 2;
  }
}
.tg_content_partnerform_general .wrap_figure figure {
  position: relative;
  top: 4px;
}
.tg_content_partnerform_general .text_widget {
  width: 56%;
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general .text_widget {
    width: 100%;
    padding: 0;
  }
}
.tg_content_partnerform_general_form {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general_form {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_partnerform_general_form_group {
  margin: 0 0 2rem 0;
}
.tg_content_partnerform_general_form_group:last-child {
  margin: 0;
}
.tg_content_partnerform_general_form_group_inner label {
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0 1.4rem 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general_form_group_inner label {
    font-size: 1.6rem;
  }
}
.tg_content_partnerform_general_form_group_inner label span {
  color: #ff0000;
}
.tg_content_partnerform_general_form_group_inner input {
  border-radius: 9rem;
  border: 0.1rem solid #e1e1e1;
  width: 100%;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general_form_group_inner input {
    font-size: 1.4rem;
    padding: 1.3rem 1.6rem;
  }
}
.tg_content_partnerform_general_form_group_inner input::placeholder {
  color: #aeaeae;
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general_form_group_inner .tg_call_sub_pop .tg_call_sub_pop_btn {
    font-size: 1.4rem;
    padding: 1.25rem 1.6rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_partnerform_general_form_group_inner .tg_call_sub_pop .tg_sub_pop_general {
    top: 44px;
    font-size: 1.4rem;
  }
}
.tg_content_partnerform_general_form_col6 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
}
@media (max-width: 767px) {
  .tg_content_partnerform_general_form_col6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.tg_content_partnerform_general_button {
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_partnerform_general_button {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_partnerform_general_button button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  justify-content: center;
  padding: 1.7rem;
}
@media (max-width: 767px) {
  .tg_content_partnerform_general_button button {
    padding: 1.1rem;
  }
}
.tg_content_partnerform_general_button button span {
  position: relative;
  top: 3px;
}
.tg_content_partnerprocess .mycom_main_title {
  justify-content: center;
}
@media (max-width: 767px) {
  .tg_content_partnerprocess .mycom_main_title {
    justify-content: inherit;
  }
}
.tg_content_partnerprocess .progress_btn {
  display: flex;
  justify-content: center;
  margin: 6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_partnerprocess .progress_btn {
    margin: 2.4rem 0 0 0;
    display: inherit;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_partnerprocess .progress_btn {
    margin: 3.6rem 0 0 0;
  }
}
.tg_content_partnerprocess .progress_btn .btn-type1 {
  padding: 1.7rem 4.2rem !important;
  text-transform: uppercase;
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .tg_content_partnerprocess .progress_btn .btn-type1 {
    width: 100%;
    justify-content: center;
    padding: 1.1rem !important;
  }
}
.tg_content_partnerprocess_general {
  margin: 6rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general {
    margin: 2.4rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .tg_content_partnerprocess_general {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_partnerprocess_general {
    gap: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnerprocess_general {
    gap: 4rem;
  }
}
.tg_content_partnerprocess_general .text_widget {
  width: 52%;
}
@media (max-width: 767px) {
  .tg_content_partnerprocess_general .text_widget {
    width: 100%;
  }
}
.tg_content_partnerprocess_general .wrap_figure {
  width: 48%;
}
@media (max-width: 767px) {
  .tg_content_partnerprocess_general .wrap_figure {
    width: 100%;
  }
}
.tg_content_partnerprocess_general .wrap_figure figure {
  height: 71.5rem;
  overflow: hidden;
  border-radius: 5rem 5rem 20rem 5rem;
}
@media (max-width: 767px) {
  .tg_content_partnerprocess_general .wrap_figure figure {
    height: 35rem;
    border-radius: 2rem 2rem 10rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_partnerprocess_general .wrap_figure figure {
    height: 60rem;
    border-radius: 2rem 2rem 10rem 2rem;
  }
}
.tg_content_partnerprocess_general .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem 5rem 20rem 5rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general .wrap_figure figure img {
    border-radius: 2rem 2rem 10rem 2rem;
  }
}
.tg_content_partnerprocess_general .wrap_figure figure:hover img {
  transform: scale(1.1);
}
.tg_content_partnerprocess_general_bg_detailds {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin: 0 0 3rem 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general_bg_detailds {
    gap: 1.6rem;
    margin: 0 0 2rem 0;
  }
}
.tg_content_partnerprocess_general_bg_detailds:last-child {
  margin: 0;
}
.tg_content_partnerprocess_general_bg_detailds_left figure {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #f5cc3c;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general_bg_detailds_left figure {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnerprocess_general_bg_detailds_left figure {
    width: 6rem;
    height: 6rem;
  }
}
.tg_content_partnerprocess_general_bg_detailds_left figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general_bg_detailds_left figure img {
    max-width: 4rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_partnerprocess_general_bg_detailds_left figure img {
    max-width: 4rem;
    width: 100%;
  }
}
.tg_content_partnerprocess_general_bg_detailds_right b {
  font-size: 3.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general_bg_detailds_right b {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnerprocess_general_bg_detailds_right b {
    font-size: 2.4rem;
  }
}
.tg_content_partnerprocess_general_bg_detailds_right p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 1.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_partnerprocess_general_bg_detailds_right p {
    font-size: 1.4rem;
    margin: 0.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnerprocess_general_bg_detailds_right p {
    font-size: 1.6rem;
    margin: 0.8rem 0 0 0;
  }
}
.tg_content_faq {
  background: #007fe3;
}
.tg_content_faq .mycom_main_title_left b {
  color: #fff;
}
.tg_content_faq .tg_arr_btn a {
  color: #fff;
}
.tg_content_faq .tg_readm_m_mobile {
  margin: 2.5rem 0 0 0;
}
.tg_content_faq_general {
  margin: 24px 0px 0px 0px;
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds {
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds {
    padding: 1.6rem 0;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-resason-faq-dashed-line-bg.png) repeat-x;
  width: 100%;
  height: 0.15rem;
  bottom: 0;
  left: 0;
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current::before {
  background: rgba(255, 255, 255, 0.5019607843);
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info::before {
  transform: rotate(45deg);
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info b {
  color: #fff;
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info span {
  color: #fff;
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info {
  display: flex;
  align-items: center;
  gap: 8rem;
  position: relative;
  padding: 0 0 0 18rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info {
    padding: 0 3rem 0 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info {
    padding: 0 3rem 0 8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info {
    padding: 0 4rem 0 10rem;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-resason-faq-plus-icon.svg) no-repeat;
  width: 3rem;
  height: 3rem;
  right: 0;
  transition: all 0.5s;
  background-size: cover;
  top: 50%;
  margin: -1.5rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
    width: 2rem;
    height: 2rem;
    top: 18px;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
  font-size: 6rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4.2rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
    font-size: 2.4rem;
    margin: -1.45rem 0 0 0;
    color: #b6ddfb;
    top: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
    font-size: 3rem;
    margin: -2.3rem 0 0 0;
    color: #b6ddfb;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
    font-size: 5rem;
    margin: -3.5rem 0 0 0;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
  font-size: 3.2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
    font-size: 2rem;
    color: #b6ddfb;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
    font-size: 2.4rem;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
  padding: 0 0 0 18rem;
  margin: 1.6rem 0 0 0;
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
    padding: 0 0 0 5rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
    padding: 0 8rem 0 8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
    padding: 0 10rem 0 10rem;
    font-size: 1.6rem;
  }
}
.tg_content_partnerreason {
  position: relative;
  z-index: 2;
}
.tg_content_partnerreason #svg-container {
  position: absolute;
  top: 0;
  right: -50px;
  pointer-events: none;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_partnerreason #svg-container {
    position: absolute;
    top: 0;
    right: -42px;
    pointer-events: none;
  }
  .tg_content_partnerreason #svg-container svg {
    width: 95rem;
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_partnerreason #svg-container {
    display: none;
  }
}
.tg_content_recruitment_general .mycom_main_title {
  justify-content: center;
  text-align: center;
}
.tg_content_recruitment_general_search {
  max-width: 97rem;
  width: 100%;
  margin: 0 auto;
}
.tg_content_recruitment_general_search_form {
  position: relative;
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_search_form {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_recruitment_general_search_form input {
  width: 100%;
  border: 0.1rem solid #e0e0e0;
  border-radius: 9rem;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 1.6rem 7rem 1.6rem 2rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_search_form input {
    font-size: 1.4rem;
  }
}
.tg_content_recruitment_general_search_form input::placeholder {
  color: #404040;
  font-weight: 300;
}
.tg_content_recruitment_general_search_form button {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
  top: 50%;
  margin: -1.9rem 0 0 0;
  right: 2rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_search_form button {
    margin: -1.5rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_search_form button svg {
    width: 3rem;
    height: 3rem;
  }
}
.tg_content_recruitment_general_search_form button svg path {
  transition: all 0.5s;
}
.tg_content_recruitment_general_search_form button:hover svg path {
  stroke: #36a7ff;
}
.tg_content_recruitment_general_filter {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_recruitment_general_filter_title_left {
  display: flex;
  align-items: center;
}
.tg_content_recruitment_general_filter_title_left .filter_icon {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 2.4rem 0 0;
  padding: 0 2.4rem 0 0;
  border-right: 0.1rem solid #000;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_title_left .filter_icon {
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_title_left .filter_icon svg {
    top: 2px;
    position: relative;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_title_left .filter_icon svg {
    top: 2px;
    position: relative;
  }
}
.tg_content_recruitment_general_filter_title_left .filter_icon svg path {
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_title_left .filter_icon svg:hover path {
    stroke: #36a7ff;
  }
}
.tg_content_recruitment_general_filter_title_left .filter_delete {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 140%;
  color: #36a7ff;
  font-weight: 400;
  font-style: normal;
}
.tg_content_recruitment_general_filter_bg {
  padding: 4rem 0 0 0;
  margin: 1.6rem 0 0 0;
  border-top: 0.1rem solid #e0e0e0;
  display: flex;
  gap: 9rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg {
    padding: 2rem 0 0 0;
    margin: 0.8rem 0 0 0;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg {
    padding: 2rem 0 0 0;
    margin: 0.8rem 0 0 0;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_general_filter_bg {
    gap: 4rem;
  }
}
.tg_content_recruitment_general_filter_bg .recruitment_title {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin: 0 0 3rem 0;
}
.tg_content_recruitment_general_filter_bg_left {
  width: 15%;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_general_filter_bg_left {
    width: 20%;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar {
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px !important;
    left: 0;
    background: #fff;
    border-radius: 1.6rem;
    padding: 1.6rem 1.2rem;
    z-index: 9;
    width: 18rem;
    box-shadow: 0px 3px 10px 4px rgba(0, 0, 0, 0.1490196078);
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px !important;
    left: 0;
    background: #fff;
    border-radius: 1.6rem;
    padding: 1.6rem 1.2rem;
    z-index: 9;
    width: 18rem;
    box-shadow: 0px 3px 10px 4px rgba(0, 0, 0, 0.1490196078);
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar.tg_active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar .recruitment_title {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar .recruitment_title {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner {
  margin: 0 0 6rem 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner {
    margin: 0 0 1.2rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner {
    margin: 0 0 1.2rem 0;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner:last-child {
  margin: 0;
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct {
  margin: 0 0 1.6rem 0;
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct:last-child {
  margin: 0;
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct input {
  display: none;
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct label {
  position: relative;
  margin: 0;
  padding: 0 0 0 4rem;
  font-size: 2rem;
  line-height: 140%;
  color: #404040;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct label {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct label {
    font-size: 1.4rem;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct label::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #e0e0e0;
  background: #fff;
  border-radius: 0.5rem;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct label::before {
    top: -4px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct label::before {
    top: -4px;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  background: url(../images/mycom-filter-chekced-icon.svg) no-repeat;
  background-size: cover !important;
  width: 2.4rem;
  height: 2.4rem;
  left: 0px;
  top: 0;
  background-size: cover;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct input[type=checkbox]:checked + label:after {
    top: -4px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_inner_input_ct input[type=checkbox]:checked + label:after {
    top: -4px;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar_btn button {
  width: 100%;
  border: none;
  text-align: center;
  text-transform: uppercase;
  padding: 1.3rem 1.6rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_btn button {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_left_sidebar_btn button {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}
.tg_content_recruitment_general_filter_bg_left_sidebar_btn button span {
  position: relative;
  top: 2px;
}
.tg_content_recruitment_general_filter_bg_right {
  width: 85%;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_right {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_general_filter_bg_right {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right .recruitment_title {
    font-size: 1.8rem;
    margin: 0 0 2.4rem 0;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner {
  margin: 0 0 2.8rem 0;
  padding: 0 0 2.8rem 0;
  position: relative;
  display: flex;
  gap: 1.6rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-dashed-line.png) repeat-x;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner:last-child {
  border-bottom: 0.1rem solid #e0e0e0;
  margin: 0;
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_ct {
    width: inherit !important;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_ct p {
  margin: 0 0 0.8rem 0;
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_ct p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_ct p {
    font-size: 1.6rem;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_ct p:last-child {
  margin: 0;
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_ct strong {
  font-weight: 600;
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_ct .apply_btn {
  font-size: 1.6rem;
  padding: 1.2rem 1.9rem;
  margin: 1rem 0 0 0;
  display: block;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_ct .apply_btn {
    margin: 0;
    font-size: 1.4rem;
    width: 13.5rem;
    height: 4.4rem;
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_ct .apply_btn strong {
    position: relative;
    top: 3px;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_job {
  width: 30rem;
  flex: 0 0 30rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_job {
    width: 20rem;
    flex: 0 0 20rem;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_job span {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_job span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_job span {
    font-size: 2rem;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_job p {
  color: #404040;
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_salary {
  width: 25rem;
  flex: 0 0 25rem;
}
@media (max-width: 767px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_salary {
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_salary {
    width: 15rem;
    flex: 0 0 15rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_salary {
    width: 20rem;
    flex: 0 0 20rem;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_location {
  width: 22rem;
  flex: 0 0 22rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_location {
    width: 15rem;
    flex: 0 0 15rem;
  }
}
.tg_content_recruitment_general_filter_bg_right_detailds_inner_apply {
  width: 14rem;
  flex: 0 0 14rem;
}
@media (max-width: 767px) {
  .tg_content_recruitment_general_filter_bg_right_detailds_inner_apply {
    display: flex;
    justify-content: flex-end;
  }
}
.tg_content_recruitment_bluebg {
  background: #007fe3;
  border-radius: 10rem 10rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_bluebg {
    border-radius: 3rem 3rem 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_bluebg {
    border-radius: 6rem 6rem 0 0;
  }
}
.tg_content_recruitmentsequence {
  padding: 0 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentsequence {
    padding: 0 0 4rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitmentsequence .tg_container {
    padding: 0;
  }
}
.tg_content_recruitmentsequence .swiper-pagination {
  display: none;
  position: relative;
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentsequence .swiper-pagination {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitmentsequence .swiper-pagination {
    display: block;
  }
}
.tg_content_recruitmentsequence .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 2.5rem;
  border-radius: 9rem;
  opacity: 1;
}
.tg_content_recruitmentsequence .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3019607843);
  opacity: 1;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentsequence_title {
    padding: 0 1.6rem;
  }
}
.tg_content_recruitmentsequence_title .mycom_main_title {
  justify-content: center;
}
.tg_content_recruitmentsequence_title .mycom_main_title_left b {
  color: #fff;
}
.tg_content_recruitmentsequence_general {
  margin: 6rem auto 0 auto;
  max-width: 90%;
  width: 100%;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentsequence_general {
    padding: 0 0 0 1.6rem;
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_recruitmentsequence_general_bg {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .tg_content_recruitmentsequence_general_bg {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentsequence_general_bg {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitmentsequence_general_bg {
    display: inherit;
  }
}
.tg_content_recruitmentsequence_general_bg_inner .wrap_figure {
  position: relative;
  display: flex;
  justify-content: center;
}
.tg_content_recruitmentsequence_general_bg_inner .wrap_figure .sequence_number {
  position: absolute;
  top: 50%;
  left: -35px;
  width: 6rem;
  height: 6rem;
  background: #f5cc3c;
  font-size: 2.4rem;
  line-height: 6rem;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  margin: -3rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_recruitmentsequence_general_bg_inner .wrap_figure .sequence_number {
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 0;
    line-height: 4rem;
    font-size: 1.6rem;
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentsequence_general_bg_inner .wrap_figure .sequence_number {
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 0;
    line-height: 5rem;
    font-size: 1.8rem;
    left: -30px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentsequence_general_bg_inner .wrap_figure .sequence_number {
    left: -30px;
  }
}
.tg_content_recruitmentsequence_general_bg_inner .text_widget {
  margin: 1.6rem 0 0 0;
  text-align: center;
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .tg_content_recruitmentsequence_general_bg_inner .text_widget {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentsequence_general_bg_inner .text_widget {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_recruitmentsequence_general_bg_inner .text_widget {
    font-size: 1.6rem;
  }
}
.tg_content_recruitmentwork_title .mycom_main_title {
  justify-content: center;
  text-align: center;
}
.tg_content_recruitmentwork_title .mycom_main_title_left b {
  color: #fff;
}
.tg_content_recruitmentwork_title .mycom_main_title_left p {
  color: #fff;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_title .mycom_main_title_left p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_title .mycom_main_title_left br {
    display: none;
  }
}
.tg_content_recruitmentwork_general {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_general {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_recruitmentwork_general_bg_inner {
  position: relative;
}
.tg_content_recruitmentwork_general_bg_inner .wrap_figure figure {
  border-radius: 3rem;
  overflow: hidden;
  height: 58rem;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwork_general_bg_inner .wrap_figure figure {
    height: 18rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwork_general_bg_inner .wrap_figure figure {
    height: 22rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_general_bg_inner .wrap_figure figure {
    border-radius: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwork_general_bg_inner .wrap_figure figure {
    height: 50rem;
  }
}
.tg_content_recruitmentwork_general_bg_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_general_bg_inner .wrap_figure figure img {
    border-radius: 1.6rem;
  }
}
.tg_content_recruitmentwork_general_bg_inner .text_widget {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 3rem;
  padding: 4rem 2rem;
  background: linear-gradient(180deg, rgba(0, 47, 125, 0) 0%, rgba(0, 47, 125, 0.5) 100%);
  backdrop-filter: blur(3rem);
  -webkit-backdrop-filter: blur(3rem);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_general_bg_inner .text_widget {
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    border-radius: 1.6rem;
  }
}
.tg_content_recruitmentwork_general_bg_inner .text_widget b {
  font-size: 3.2rem;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork_general_bg_inner .text_widget b {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwork_general_bg_inner .text_widget b {
    font-size: 2.4rem;
  }
}
.tg_content_recruitmentwork_general_bg_inner:hover .wrap_figure figure img {
  transform: scale(1.1);
}
.tg_content_recruitmentwork_general_bg_inner:hover .text_widget {
  opacity: 1;
  visibility: visible;
}
.tg_content_recruitmentwork .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.tg_content_recruitmentwork .swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork .swiper-backface-hidden .swiper-slide {
    transform: scale(1) translateZ(0);
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwork .swiper-backface-hidden .swiper-slide {
    transform: scale(0.75) translateZ(0);
  }
}
.tg_content_recruitmentwork .swiper-slide {
  position: relative;
  width: 50%;
  opacity: 1;
  transform: scale(0.84);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}
.tg_content_recruitmentwork .swiper-button-prev,
.tg_content_recruitmentwork .swiper-button-next {
  backdrop-filter: blur(3rem);
  -webkit-backdrop-filter: blur(3rem);
  border: none;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  transition: all 0.5s;
  top: 53%;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwork .swiper-button-prev,
  .tg_content_recruitmentwork .swiper-button-next {
    display: none;
  }
}
.tg_content_recruitmentwork .swiper-button-prev:hover,
.tg_content_recruitmentwork .swiper-button-next:hover {
  background: #f5cc3c;
}
.tg_content_recruitmentwork .swiper-button-prev i {
  content: url(../images/mycom-wework-arr-left-white-icon.svg);
}
.tg_content_recruitmentwork .swiper-button-prev:hover i {
  content: url(../images/mycom-wework-arr-left-black-icon.svg);
}
.tg_content_recruitmentwork .swiper-button-next i {
  content: url(../images/mycom-wework-arr-right-white-icon.svg);
}
.tg_content_recruitmentwork .swiper-button-next:hover i {
  content: url(../images/mycom-wework-arr-right-black-icon.svg);
}
.tg_content_recruitmentwork .swiper-button-prev {
  transform: translate(-50%, -50%);
  left: 25%;
}
.tg_content_recruitmentwork .swiper-button-next {
  transform: translate(50%, -50%);
  right: 25%;
}
.tg_content_recruitmentwehave {
  padding: 0 9rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave {
    padding: 0 1.6rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave .mycom_main_title {
    justify-content: center;
  }
}
.tg_content_recruitmentwehave_general {
  padding: 12rem 11rem;
  border-radius: 6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general {
    border-radius: 2rem;
    padding: 2.4rem 1.2rem 1.2rem 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general {
    border-radius: 2rem;
    padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general {
    padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  }
}
.tg_content_recruitmentwehave_general_bg {
  display: flex;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg {
    gap: 4rem;
  }
}
.tg_content_recruitmentwehave_general_bg_left {
  width: 53%;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left {
    width: 100%;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_left_inner {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin: 0 0 3rem 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds {
    position: relative;
    align-items: inherit;
    flex-direction: column;
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds {
    margin: 0 0 2.5rem 0;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure {
    position: absolute;
    top: -7px;
    left: 0;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure {
  position: relative;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #f5cc3c;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure {
    width: 6rem;
    height: 6rem;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure img {
    max-width: 3rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure img {
    max-width: 4rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .wrap_figure figure img {
    max-width: 4rem;
    width: 100%;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget {
    font-size: 1.6rem;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget b {
  font-size: 3.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget b {
    font-size: 1.8rem;
    padding: 0 0 0 5.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget b {
    font-size: 2.4rem;
    padding: 0 0 0 8.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget b {
    font-size: 2.4rem;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul {
  margin: 1.2rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul {
    margin: 4rem 0 0 0;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul li {
  position: relative;
  margin: 0 0 0.4rem 0;
  padding: 0 0 0 2.2rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul li {
    padding: 0 0 0 1.6rem;
  }
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul li:last-child {
  margin: 0;
}
.tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul li::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.15rem solid #000;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_left_inner_detailds .text_widget ul li::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 8px;
  }
}
.tg_content_recruitmentwehave_general_bg_right {
  width: 47%;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right {
    width: 100%;
  }
}
.tg_content_recruitmentwehave_general_bg_right_inner {
  position: relative;
}
.tg_content_recruitmentwehave_general_bg_right_inner a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_right_inner a {
    border-radius: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner a {
    border-radius: 3rem;
  }
}
.tg_content_recruitmentwehave_general_bg_right_inner .absolute_img {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img {
    width: 9.2rem;
    height: 9.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img {
    width: 9.2rem;
    height: 9.2rem;
  }
}
.tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .circle_img {
  display: flex;
  justify-content: center;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 20s normal linear infinite;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .circle_img img {
    max-width: 6.4rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .circle_img img {
    max-width: 6.4rem;
    width: 100%;
  }
}
.tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .play_icon {
    top: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .play_icon {
    top: 53%;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .play_icon img {
    max-width: 3.5rem;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .absolute_img .play_icon img {
    max-width: 3.5rem;
    width: 100%;
  }
}
.tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure {
  height: 80rem;
  overflow: hidden;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure {
    height: 36rem;
    border-radius: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure {
    border-radius: 3rem;
    height: 48rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure {
    border-radius: 3rem;
    height: 70rem;
  }
}
.tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure img {
    border-radius: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure img {
    border-radius: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitmentwehave_general_bg_right_inner .wrap_figure figure img {
    border-radius: 3rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_service .mycom_main_title {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_service .mycom_main_title_left b {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_service .mycom_main_title_left b br {
    display: none;
  }
}
.tg_content_service_title {
  position: relative;
}
.tg_content_service_title b {
  font-size: 4.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  max-width: 80%;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .tg_content_service_title b {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_service_title b {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_service_title b {
    max-width: 100%;
    text-align: justify;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_title b {
    font-size: 3rem;
    max-width: 65%;
  }
}
.tg_content_service_title b span {
  color: #36a7ff;
}
.tg_content_service_title .arr_right_img {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
}
@media (max-width: 1024px) {
  .tg_content_service_title .arr_right_img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg_detailds {
    margin: 0 0 4rem 0;
  }
}
.tg_content_service_general_bg_detailds:last-child {
  margin: 0;
}
.tg_content_service_general_bg_detailds_line {
  display: flex;
  padding: 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg_detailds_line {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg_detailds_line {
    padding: 6rem 0;
  }
}
.tg_content_service_general_bg_detailds:nth-child(2n+1) .tg_content_service_general_bg_detailds_line {
  justify-content: end;
}
.tg_content_service_general_bg_detailds:nth-child(2n) .tg_content_service_general_bg_detailds_flex .text_widget {
  order: 2;
}
.tg_content_service_general_bg_detailds:nth-child(2n) .tg_content_service_general_bg_detailds_flex .text_widget .mycom_main_title {
  justify-content: flex-end;
}
.tg_content_service_general_bg_detailds:nth-child(2n) .tg_content_service_general_bg_detailds_flex .tg_content_service_general_bg_detailds_flex_number {
  left: inherit;
  right: 0;
}
.tg_content_service_general_bg_detailds:last-child .tg_content_service_general_bg_detailds_line {
  display: none;
}
.tg_content_service_general_bg .tg_content_service_general_bg_detailds_flex {
  display: flex;
  align-items: center;
  gap: 7rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .tg_content_service_general_bg_detailds_flex {
    flex-direction: column;
    gap: 2.4rem;
    padding: 6rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .tg_content_service_general_bg_detailds_flex {
    gap: 4rem;
    align-items: inherit;
  }
}
.tg_content_service_general_bg .text_widget {
  width: 43%;
  min-height: 87rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .text_widget {
    width: 100%;
    min-height: inherit;
    order: 2;
    position: initial;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .text_widget {
    min-height: 60rem;
  }
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_number {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16rem;
  line-height: 12rem;
  color: rgba(54, 167, 255, 0.3);
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_number {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_number {
    font-size: 12rem;
  }
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner {
  margin: 5rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner {
    margin: 0;
  }
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct {
  margin: 0 0 2rem 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background: linear-gradient(180deg, rgba(212, 236, 255, 0.3) 0%, rgba(182, 221, 251, 0.3) 100%);
  border: 0.1rem solid rgba(245, 251, 255, 0.8);
  border-radius: 3rem;
  padding: 2.7rem 3rem;
  justify-content: space-between;
  border: 0.1rem solid rgba(245, 251, 255, 0.8);
  box-shadow: 0px 4px 20px 0px rgba(1, 105, 184, 0.2);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct {
    padding: 1.3rem 1.6rem;
    border-radius: 2rem;
    margin: 0 0 1.2rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct {
    padding: 1.3rem 1.6rem;
    border-radius: 2rem;
  }
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .tg_main_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_left b {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_left b {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_left b {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_left b {
    font-size: 2.4rem;
  }
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_right .see_details_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.5019607843);
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_right .see_details_btn {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_right .see_details_btn {
    width: 4rem;
    height: 4rem;
  }
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_right .see_details_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct .ct_right .see_details_btn svg path {
  transition: all 0.5s;
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct:hover {
  border: 0.1rem solid rgba(54, 167, 255, 0.6980392157);
  background: rgba(0, 132, 234, 0.6);
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct:hover .ct_left b {
  color: #fff;
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct:hover .ct_right .see_details_btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct:hover .ct_right .see_details_btn svg {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tg_content_service_general_bg .text_widget .tg_content_service_general_bg_detailds_flex_inner_ct:hover .ct_right .see_details_btn svg path {
  stroke: #fff;
}
.tg_content_service_general_bg .wrap_figure {
  width: 57%;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .wrap_figure {
    width: 100%;
  }
}
.tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure {
  height: 87rem;
  overflow: hidden;
  border-radius: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure {
    height: 36rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure {
    height: 48rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure {
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure {
    height: 60rem;
    border-radius: 2rem;
  }
}
.tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure img {
    border-radius: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure img {
    border-radius: 2rem;
  }
}
.tg_content_service_general_bg .wrap_figure .tg_content_service_general_bg_detailds_flex_inner_ct figure:hover img {
  transform: scale(1.1);
}
.tg_content_community_list {
  margin: 0 0 8rem 0;
}
@media (max-width: 767px) {
  .tg_content_community_list {
    display: block;
    overflow: auto;
  }
}
@media (max-width: 1024px) {
  .tg_content_community_list {
    margin: 0 0 2.4rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_community_list {
    margin: 0 0 4rem 0;
  }
}
.tg_content_community_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #d1d1d1;
  gap: 10rem;
}
@media (max-width: 767px) {
  .tg_content_community_list ul {
    gap: 3.6rem;
    width: 70rem;
    justify-content: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_community_list ul {
    gap: 3.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_community_list ul {
    gap: 3.6rem;
  }
}
.tg_content_community_list ul li a {
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0 1.4rem 0;
  border-bottom: 0.2rem solid transparent;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_community_list ul li a {
    font-size: 1.6rem;
    padding: 0 0 1rem 0;
  }
}
.tg_content_community_list ul li.tg_active a, .tg_content_community_list ul li:hover a {
  color: #36a7ff;
  border-bottom: 0.2rem solid #36a7ff;
}
.tg_content_community_bg {
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .tg_content_community_bg {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_content_community_bg {
    gap: 2.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_community_bg {
    gap: 4rem;
  }
}
.tg_content_community_bg_left {
  width: 18%;
}
@media (max-width: 767px) {
  .tg_content_community_bg_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_community_bg_left {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_community_bg_left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .tg_content_community_bg_left_sidebar_tab_list {
    display: block;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .tg_content_community_bg_left_sidebar_tab_list ul {
    width: 145rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
.tg_content_community_bg_left_sidebar_tab_list ul li {
  margin: 0 0 1.2rem 0;
}
@media (max-width: 767px) {
  .tg_content_community_bg_left_sidebar_tab_list ul li {
    margin: 0;
  }
}
.tg_content_community_bg_left_sidebar_tab_list ul li:last-child {
  margin: 0;
}
.tg_content_community_bg_left_sidebar_tab_list ul li a {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 9rem;
  transition: all 0.5s;
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  width: 100%;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_left_sidebar_tab_list ul li a {
    padding: 0.5rem 1.6rem;
    font-size: 1.8rem;
  }
}
.tg_content_community_bg_left_sidebar_tab_list ul li:hover a, .tg_content_community_bg_left_sidebar_tab_list ul li.tg_current a {
  color: #fff;
  background: #36a7ff;
}
.tg_content_community_bg_right {
  width: 82%;
}
@media (max-width: 767px) {
  .tg_content_community_bg_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_community_bg_right {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_community_bg_right {
    width: 70%;
  }
}
.tg_content_community_bg_right_bg_ct {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_right_bg_ct {
    font-size: 1.4rem;
  }
}
.tg_content_community_bg_right_bg_ct p {
  margin: 0 0 1.6rem 0;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_right_bg_ct p {
    margin: 0 0 1.2rem 0;
  }
}
.tg_content_community_bg_right_bg_ct ul {
  margin: 0 0 1.6rem 0;
}
.tg_content_community_bg_right_bg_ct ul li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 4rem 0;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_right .tg_faq_general .tg_faq_detailds {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
  }
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-dashed-line.png) repeat-x;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds.tg_current::before {
  background: #d2d2d2;
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info {
  font-weight: 600;
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info::before {
  transform: rotate(45deg);
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_faq_info {
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 4rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_faq_info {
    font-size: 2rem;
    padding: 0 2.8rem 0 0;
  }
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-faq-plus-icon.svg) no-repeat;
  width: 3rem;
  height: 3.1rem;
  top: 0;
  right: 0;
  transition: all 0.5s;
  background-size: cover;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
    width: 2rem;
    height: 2.1rem;
    top: 50%;
    margin: -1rem 0 0 0;
  }
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_textwidget {
  margin: 1.6rem 0 0 0;
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_textwidget {
    font-size: 1.6rem;
  }
}
.tg_content_community_bg_right .tg_faq_general .tg_faq_detailds .tg_textwidget p:last-child {
  margin: 0;
}
.tg_content_news_de_bg {
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .tg_content_news_de_bg {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg {
    gap: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_de_bg {
    gap: 4rem;
  }
}
.tg_content_news_de_bg_left {
  width: 70%;
}
@media (max-width: 767px) {
  .tg_content_news_de_bg_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_de_bg_left {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_de_bg_left {
    width: 60%;
  }
}
.tg_content_news_de_bg_left_info {
  margin: 2rem 0 0 0;
  padding: 0 0 1.6rem 0;
  border-bottom: 0.15rem solid #eeeeee;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_left_info {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_news_de_bg_left_info_left {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_left_info_left {
    font-size: 1.4rem;
  }
}
.tg_content_news_de_bg_left_info_left ul {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tg_content_news_de_bg_left_info_left ul li a {
  position: relative;
  display: flex;
}
.tg_content_news_de_bg_left_info_left ul li a svg path {
  transition: all 0.5s;
}
.tg_content_news_de_bg_left_info_left ul li a:hover svg path {
  fill: #063087;
}
.tg_content_news_de_bg_left_info_right p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #707479;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 0 0 3.2rem;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_left_info_right p {
    font-size: 1.4rem;
  }
}
.tg_content_news_de_bg_left_info_right p::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-calendar-plus.svg) no-repeat;
  width: 2.4rem;
  height: 2.5rem;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_left_info_right p::before {
    top: -2px;
  }
}
.tg_content_news_de_bg_left_inner {
  margin: 6rem 0 0 0;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_left_inner {
    margin: 2.4rem 0 0 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_de_bg_left_inner {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_news_de_bg_left_inner p {
  margin: 0 0 1.6rem 0;
}
.tg_content_news_de_bg_left_inner img {
  margin: 0 auto 1.2rem auto;
  border-radius: 3rem;
  display: block;
  max-width: 100%;
  height: auto;
}
.tg_content_news_de_bg_left_inner blockquote {
  font-style: italic !important;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 0 1.6rem 0;
}
.tg_content_news_de_bg_left_inner ul {
  margin: 0 0 1.6rem 0;
}
.tg_content_news_de_bg_left_inner ul li {
  margin: 0 0 0.4rem 0;
  position: relative;
  padding: 0 0 0 2.4rem;
}
.tg_content_news_de_bg_left_inner ul li:last-child {
  margin: 0;
}
.tg_content_news_de_bg_left_inner ul li::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  top: 11px;
  left: 9px;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_left_inner ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 9px;
    left: 9px;
  }
}
.tg_content_news_de_bg_left_inner a {
  color: #005bac;
}
.tg_content_news_de_bg_right {
  width: 30%;
}
@media (max-width: 767px) {
  .tg_content_news_de_bg_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_de_bg_right {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_de_bg_right {
    width: 40%;
  }
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds {
  margin: 0 0 3rem 0;
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds:last-child {
  margin: 0;
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .wrap_figure figure {
  height: 22rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_de_bg_right_sidebar_interested_general_detailds .wrap_figure figure {
    height: 18rem;
  }
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
  transition: all 0.4s;
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .wrap_figure:hover figure img {
  transform: scale(1.1);
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget {
  margin: 1em 0 0 0;
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_link {
  margin: 1rem 0 0 0;
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_link a {
  font-size: 2rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_link a {
    font-size: 1.6rem;
  }
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_link a:hover {
  color: #36a7ff;
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_info {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_info {
    margin: 1.2rem 0 0 0;
  }
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_info P {
  font-size: 2rem;
  line-height: 140%;
  color: #36a7ff;
  font-weight: 500;
  font-style: normal;
  border-right: 0.12rem solid #d4d4d4;
  padding: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_info P {
    font-size: 1.4rem;
  }
}
.tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_info span {
  font-size: 2rem;
  line-height: 140%;
  color: #a3a3a3;
  font-weight: 400;
  font-style: normal;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .tg_content_news_de_bg_right_sidebar_interested_general_detailds .text_widget .tg_info span {
    font-size: 1.4rem;
  }
}
.tg_content_pagination {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_pagination {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_pagination {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_pagination ul {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: center;
}
.tg_content_pagination ul li a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid #e3e3e3;
  position: relative;
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .tg_content_pagination ul li a {
    font-size: 1.4rem;
  }
}
.tg_content_pagination ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_content_pagination ul li:hover a {
  color: #36a7ff;
  border: 0.1rem solid #36a7ff;
}
.tg_content_pagination ul li.tg_active a {
  color: #36a7ff;
  border: 0.1rem solid #36a7ff;
}
.tg_content_pagination ul li.random_number a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_content_pagination ul li.random_number a svg path {
  transition: all 0.5s;
}
.tg_content_pagination ul li.random_number:hover svg path {
  fill: #36a7ff;
}
.tg_content_pagination ul li.prev_page a, .tg_content_pagination ul li.next_page a {
  width: inherit;
  height: inherit;
  padding: 1rem;
  border: none;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content_pagination ul li.prev_page a, .tg_content_pagination ul li.next_page a {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid #e3e3e3;
  }
}
.tg_content_pagination ul li.prev_page a span, .tg_content_pagination ul li.next_page a span {
  position: relative;
  top: inherit;
  left: inherit;
  transform: inherit;
}
@media (max-width: 767px) {
  .tg_content_pagination ul li.prev_page a span, .tg_content_pagination ul li.next_page a span {
    display: none;
  }
}
.tg_content_pagination ul li.prev_page a svg, .tg_content_pagination ul li.next_page a svg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tg_content_pagination ul li.prev_page a svg, .tg_content_pagination ul li.next_page a svg {
    display: block;
  }
}
.tg_content_pagination ul li.prev_page a svg path, .tg_content_pagination ul li.next_page a svg path {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .tg_content_pagination ul li.prev_page:hover a, .tg_content_pagination ul li.next_page:hover a {
    background: #e8e8e8;
  }
}
.tg_content_pagination ul li.prev_page:hover a svg path, .tg_content_pagination ul li.next_page:hover a svg path {
  stroke: #000;
}
/* @media (max-width: 767px) {
  .tg_content_pagination ul li:nth-last-child(2), .tg_content_pagination ul li:nth-child(4) {
    display: none;
  }
} */
.tg_content_news_features {
  padding: 6rem 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content_news_features {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .tg_content_news_features_general_category {
    display: block;
    overflow: auto;
  }
}
.tg_content_news_features_general_category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #d1d1d1;
  gap: 10rem;
}
@media (max-width: 767px) {
  .tg_content_news_features_general_category ul {
    gap: 3.6rem;
    width: 70rem;
    justify-content: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_features_general_category ul {
    gap: 3.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_features_general_category ul {
    gap: 3.6rem;
  }
}
.tg_content_news_features_general_category ul li a {
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0 1.4rem 0;
  border-bottom: 0.2rem solid transparent;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_category ul li a {
    font-size: 1.6rem;
    padding: 0 0 1rem 0;
  }
}
.tg_content_news_features_general_category ul li.tg_active a, .tg_content_news_features_general_category ul li:hover a {
  color: #36a7ff;
  border-bottom: 0.2rem solid #36a7ff;
}
.tg_content_news_features_general_bg {
  margin: 8rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg {
    margin: 3rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_features_general_bg {
    margin: 3rem 0 0 0;
  }
}
.tg_content_news_features_general_bg_detailds {
  margin: 6rem 0 0 0;
  display: flex;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds {
    margin: 2.4rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_features_general_bg_detailds {
    margin: 2.4rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .tg_content_news_features_general_bg_detailds {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds {
    gap: 2.4rem;
  }
}
.tg_content_news_features_general_bg_detailds_left {
  width: 52%;
}
@media (max-width: 767px) {
  .tg_content_news_features_general_bg_detailds_left {
    width: 100%;
  }
}
.tg_content_news_features_general_bg_detailds_left_inner .wrap_figure figure {
  height: 42rem;
  overflow: hidden;
  border-radius: 3rem;
}
.tg_content_news_features_general_bg_detailds_left_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  transition: all 0.4s;
}
.tg_content_news_features_general_bg_detailds_left_inner .wrap_figure:hover figure img {
  transform: scale(1.1);
}
.tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_link {
  margin: 3rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_link {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_link a {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_link a {
    font-size: 1.8rem;
  }
}
.tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_link a:hover {
  color: #36a7ff;
}
.tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_info {
  margin: 1.6rem 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_info {
    margin: 1.2rem 0 0 0;
  }
}
.tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_info P {
  font-size: 2rem;
  line-height: 140%;
  color: #36a7ff;
  font-weight: 500;
  font-style: normal;
  border-right: 0.12rem solid #d4d4d4;
  padding: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_info P {
    font-size: 1.4rem;
  }
}
.tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_info span {
  font-size: 2rem;
  line-height: 140%;
  color: #a3a3a3;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 2rem;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_left_inner .text_widget .tg_info span {
    font-size: 1.4rem;
  }
}
.tg_content_news_features_general_bg_detailds_right {
  width: 48%;
}
@media (max-width: 767px) {
  .tg_content_news_features_general_bg_detailds_right {
    width: 100%;
  }
}
.tg_content_news_features_general_bg_detailds_right_inner {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  position: relative;
  margin: 0 0 2.8rem 0;
  padding: 0 0 2.8rem 0;
}
@media (max-width: 767px) {
  .tg_content_news_features_general_bg_detailds_right_inner {
    flex-direction: column;
    gap: 1.6rem;
    align-items: inherit;
    margin: 0 0 2rem 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_right_inner {
    gap: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_features_general_bg_detailds_right_inner {
    gap: 1.6rem;
  }
}
.tg_content_news_features_general_bg_detailds_right_inner::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-dashed-line.png) repeat-x;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_right_inner::before {
    display: none;
  }
}
.tg_content_news_features_general_bg_detailds_right_inner:last-child {
  margin: 0;
  padding: 0;
}
.tg_content_news_features_general_bg_detailds_right_inner:last-child::before {
  display: none;
}
.tg_content_news_features_general_bg_detailds_right_inner .wrap_figure figure {
  width: 24rem;
  height: 16rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .tg_content_news_features_general_bg_detailds_right_inner .wrap_figure figure {
    width: 100%;
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_right_inner .wrap_figure figure {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_features_general_bg_detailds_right_inner .wrap_figure figure {
    width: 15rem;
    height: 15rem;
  }
}
.tg_content_news_features_general_bg_detailds_right_inner .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
  transition: all 0.4s;
}
.tg_content_news_features_general_bg_detailds_right_inner .wrap_figure:hover figure img {
  transform: scale(1.1);
}
.tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_link a {
  font-size: 2.4rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_link a {
    font-size: 1.6rem;
  }
}
.tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_link a:hover {
  color: #36a7ff;
}
.tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_info {
  margin: 1rem 0 0 0;
  display: flex;
  align-items: center;
}
.tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_info P {
  font-size: 1.8rem;
  line-height: 140%;
  color: #36a7ff;
  font-weight: 500;
  font-style: normal;
  border-right: 0.12rem solid #d4d4d4;
  padding: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_info P {
    font-size: 1.4rem;
  }
}
.tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_info span {
  font-size: 1.8rem;
  line-height: 140%;
  color: #a3a3a3;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 2rem;
}
@media (max-width: 767px) {
  .tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_info span {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_news_features_general_bg_detailds_right_inner .text_widget .tg_info span {
    font-size: 1.4rem;
  }
}
.tg_content_news_other {
  background: #f6f6f6;
  border-radius: 10rem 10rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_other {
    border-radius: 5rem 5rem 0 0;
  }
}
.tg_content_news_other .tg_content_news_defauilt {
  margin: 4rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 2.4rem;
  grid-row-gap: 4rem;
}
@media (max-width: 767px) {
  .tg_content_news_other .tg_content_news_defauilt {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt {
    margin: 2.4rem 0 0 0;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tg_content_news_other .tg_content_news_defauilt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 4rem 0 0 0;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .wrap_figure figure {
  height: 30rem;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .wrap_figure figure {
    height: 22rem;
    border-radius: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .wrap_figure figure {
    height: 25rem;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .wrap_figure figure img {
    border-radius: 1.6rem;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .wrap_figure:hover figure img {
  transform: scale(1.1);
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget {
  margin: 3rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_link {
  margin: 1.6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_link {
    margin: 1rem 0 0 0;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_link a {
  font-size: 2rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_link a {
    font-size: 1.6rem;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_link a:hover {
  color: #36a7ff;
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info {
  display: flex;
  align-items: center;
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info P {
  font-size: 1.8rem;
  line-height: 140%;
  color: #36a7ff;
  font-weight: 500;
  font-style: normal;
  border-right: 0.12rem solid #d4d4d4;
  padding: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info P {
    font-size: 1.4rem;
  }
}
.tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info span {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info span {
    padding: 0 0 0 2rem;
  }
  
}
@media (max-width: 1024px) {
  .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info span {
    font-size: 1.4rem;
  }
}

/* Customer page specific - remove padding */
.tg_customer .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info span {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .tg_customer .tg_content_news_other .tg_content_news_defauilt_detailds .text_widget .tg_info span {
    padding: 0;
  }
}
.tg_content_recruitment_de_bg {
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .tg_content_recruitment_de_bg {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitment_de_bg {
    gap: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg {
    gap: 4rem;
  }
}
.tg_content_recruitment_de_bg_left {
  width: 74%;
}
@media (max-width: 767px) {
  .tg_content_recruitment_de_bg_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left {
    width: 65%;
  }
}
.tg_content_recruitment_de_bg_left_info {
  margin: 6rem 0 0 0;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info {
    margin: 4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_recruitment_de_bg_left_info_detailds {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  border-radius: 1.6rem;
  background: #fff;
  gap: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_detailds {
    flex-direction: column;
    padding: 1.6rem;
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info_detailds {
    padding: 1.6rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
.tg_content_recruitment_de_bg_left_info_detailds ul {
  flex-shrink: 0;
}
.tg_content_recruitment_de_bg_left_info_detailds ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_detailds ul li {
    font-size: 1.4rem;
    margin: 0 0 0.8rem 0;
  }
}
.tg_content_recruitment_de_bg_left_info_detailds ul li:last-child {
  margin: 0;
}
.tg_content_recruitment_de_bg_left_info_detailds ul li strong {
  font-weight: 600;
}
.tg_content_recruitment_de_bg_left_info_bg {
  margin: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner {
  margin: 0 0 4rem 0;
  padding: 0 0 4rem 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner {
    flex-direction: column;
    gap: 1.2rem;
    margin: 0 0 2.4rem 0;
    padding: 0;
    border-bottom: none;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.tg_content_recruitment_de_bg_left_info_bg_inner_left {
  width: 33%;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_left {
    width: 100%;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner_left b {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_left b {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_left b {
    font-size: 2.4rem;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner_right {
  width: 67%;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_right {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_right {
    font-size: 1.6rem;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner_right ul li {
  margin: 0 0 0.4rem 0;
  position: relative;
  padding: 0 0 0 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_right ul li {
    padding: 0 0 0 2rem;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner_right ul li:last-child {
  margin: 0;
}
.tg_content_recruitment_de_bg_left_info_bg_inner_right ul li::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  top: 11px;
  left: 9px;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_right ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 9px;
    left: 6px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info_bg_inner_right ul li::before {
    top: 9px;
  }
}
.tg_content_recruitment_de_bg_left_info_bg_inner_right ul li a {
  color: #005bac;
}
.tg_content_recruitment_de_bg_left_info_form {
  margin: 6rem 0 0 0;
  background: linear-gradient(247.82deg, #5ac5ff 0.76%, #007fe3 99.6%);
  padding: 6rem 4rem;
  border-radius: 5rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form {
    margin: 4rem 0 0 0;
    padding: 3rem 1.2rem;
    border-radius: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info_form {
    margin: 4rem 0 0 0;
    padding: 3rem 1.2rem;
    border-radius: 1.6rem;
  }
}
.tg_content_recruitment_de_bg_left_info_form_title {
  text-align: center;
}
.tg_content_recruitment_de_bg_left_info_form_title b {
  font-size: 3.2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form_title b {
    font-size: 2.4rem;
  }
}
.tg_content_recruitment_de_bg_left_info_form_group {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form_group {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_recruitment_de_bg_left_info_form_group_detailds {
  margin: 0 0 2rem 0;
}
.tg_content_recruitment_de_bg_left_info_form_group_detailds:last-child {
  margin: 4rem 0 0 0;
}
.tg_content_recruitment_de_bg_left_info_form_group_detailds_inner label {
  display: block;
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form_group_detailds_inner label {
    font-size: 1.6rem;
  }
}
.tg_content_recruitment_de_bg_left_info_form_group_detailds_inner input {
  width: 100%;
  margin: 1.2rem 0 0 0;
  background: #fff;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 1.2rem 1.6rem;
  border: none;
  border-radius: 9rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form_group_detailds_inner input {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_recruitment_de_bg_left_info_form_group_detailds_inner input {
    font-size: 1.4rem;
  }
}
.tg_content_recruitment_de_bg_left_info_form_group_detailds_inner input::placeholder {
  color: #aeaeae;
  font-style: italic;
}
.tg_content_recruitment_de_bg_left_info_form_group_detailds_inner button {
  width: 100%;
  padding: 1.7rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form_group_detailds_inner button {
    padding: 1rem;
  }
}
.tg_content_recruitment_de_bg_left_info_form_group_col6 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_left_info_form_group_col6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.6rem;
  }
}
.tg_content_recruitment_de_bg_right {
  width: 26%;
}
@media (max-width: 767px) {
  .tg_content_recruitment_de_bg_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_recruitment_de_bg_right {
    width: 35%;
  }
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds {
    margin: 0 0 1.6rem 0;
    padding: 0 0 1.6rem 0;
  }
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-resason-faq-dashed-line-d2d2d2.png) repeat-x;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds:last-child {
  margin: 0;
  padding: 0;
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds:last-child::before {
  display: none;
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds_inner b {
  font-weight: 600;
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds_inner b a {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds_inner b a {
    font-size: 1.6rem;
  }
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds_inner b a:hover {
  color: #36a7ff;
}
.tg_content_recruitment_de_bg_right_sidebar_relatedwork_general_detailds_info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
  margin: 1rem 0 0 0;
}
.tg_content .tg_content_breadcrumb {
  margin: 0;
  overflow: hidden;
}
.tg_content .tg_content_breadcrumb .btn-type1 {
  margin: 4rem 0 0 0;
  padding: 1.7rem 4.2rem;
}
@media (max-width: 767px) {
  .tg_content .tg_content_breadcrumb .btn-type1 {
    margin: 1.6rem 0 0 0;
    width: 100%;
    justify-content: center;
    padding: 1.1rem;
  }
}
.tg_content .tg_content_breadcrumb_general {
  position: relative;
}
.tg_content .tg_content_breadcrumb_general_figure {
  position: relative;
}
.tg_content .tg_content_breadcrumb_general_figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/before_banner_30102025.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-size: cover;
  border-radius: 0 0 10rem 10rem;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_breadcrumb_general_figure::before {
    border-radius: 0 0 5rem 5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_breadcrumb_general_figure::before {
    border-radius: 0 0 5rem 5rem;
  }
}
.tg_content .tg_content_breadcrumb_general_figure figure {
  height: 70rem;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_breadcrumb_general_figure figure {
    height: 42rem;
    border-radius: 0 0 5rem 5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_breadcrumb_general_figure figure {
    height: 50rem;
    border-radius: 0 0 5rem 5rem;
  }
}
.tg_content .tg_content_breadcrumb_general_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 10rem 10rem;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_breadcrumb_general_figure figure img {
    border-radius: 0 0 5rem 5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_breadcrumb_general_figure figure img {
    border-radius: 0 0 5rem 5rem;
  }
}
.tg_content .tg_content_breadcrumb_general_widget .tg_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.tg_content .tg_content_breadcrumb_general_widget_inner b {
  font-size: 7rem;
  line-height: 120%;
  color: #fff;
  font-weight: 800;
  font-style: normal;
  display: block;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_breadcrumb_general_widget_inner b {
    font-size: 3.2rem;
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_breadcrumb_general_widget_inner b {
    font-size: 5rem;
  }
}
.tg_content .tg_content_breadcrumb_general_widget_inner p {
  font-size: 4.6rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  margin: 3.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content .tg_content_breadcrumb_general_widget_inner p {
    font-size: 1.9rem;
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content .tg_content_breadcrumb_general_widget_inner p {
    margin: 1.6rem 0 0 0;
    font-size: 3rem;
  }
}/*# sourceMappingURL=cuong.css.map */