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

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

figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

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

html.lenis {
  height: auto;
}

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

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

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

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

.wrap_figure {
  overflow: hidden;
}
.wrap_figure img {
  transition: all 0.5s;
}
.wrap_figure:hover img {
  transform: scale(1.1);
}

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

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

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

.superht-social-fixed {
  position: fixed;
  bottom: 12rem;
  right: 4rem;
  z-index: 9;
}
@media (max-width: 1024px) {
  .superht-social-fixed {
    right: 1.6rem;
    bottom: 15rem;
  }
}
.superht-social-fixed_list_item a {
  width: 5.4rem;
  height: 5.4rem;
  border: 0.15rem solid #f9ac00;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .superht-social-fixed_list_item a {
    width: 4.4rem;
    height: 4.4rem;
  }
  .superht-social-fixed_list_item a svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.tg_content_title_line.tg_title_superht {
  margin: 0 0 -6rem 0;
}
.tg_content_title_line .tg_content_title_line_wrap_tit {
  position: relative;
  max-width: 123rem;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.tg_content_title_line h2 {
  font-size: 3.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 0 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
  display: table;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_title_line h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_title_line h2 {
    font-size: 2.4rem;
  }
}
.tg_content_title_line h2 strong {
  color: #ac8c58;
}
.tg_content_title_line span {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #ac8c58;
}

.mt12 {
  margin: 12rem 0 0 0;
}
@media (max-width: 1024px) {
  .mt12 {
    margin: 6rem 0 0 0;
  }
}

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

.pt6 {
  padding: 6rem 0 0 0;
}
@media (max-width: 1024px) {
  .pt6 {
    padding: 6rem 0 0 0;
  }
}

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

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

@media screen and (orientation: landscape) and (max-width: 767px) {
  #fullpage #section0 {
    min-height: 55rem;
  }
  #fullpage #section0 .tg_textwidget_wrap_list {
    margin: 3rem auto 0 auto !important;
  }
}
.tg_btn_type1 {
  font-size: 3.2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  background: #f9ac00;
  padding: 1rem 2.4rem;
  border-radius: 10rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_btn_type1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .tg_btn_type1 {
    font-size: 2.4rem;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
  }
}
.tg_btn_type1 span,
.tg_btn_type1 img {
  position: relative;
  z-index: 1;
}
.tg_btn_type1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  position: absolute;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #ac8c58;
  transform: translateX(-100%);
}
.tg_btn_type1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  left: -50px;
  position: absolute;
  border-left: 50px solid transparent;
  border-top: 80px solid #ac8c58;
  transform: translateX(100%);
}
.tg_btn_type1:hover::before {
  transform: translateX(-49%);
}
.tg_btn_type1:hover::after {
  transform: translateX(49%);
}

.tg_title_general {
  font-size: 3.6rem;
  line-height: 140%;
  color: #ac8c58;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 0 5rem 0;
}
@media (max-width: 1024px) {
  .tg_title_general {
    font-size: 2.4rem;
    margin: 0 0 2rem 0;
  }
}
.tg_title_general.tg_title_has_r {
  display: flex;
  align-items: center;
}
.tg_title_general.tg_title_has_r .tg_title_general_right {
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .tg_title_general.tg_title_has_r .tg_title_general_right {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-banner-top {
  max-width: 1520px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  .pagination-banner-top {
    display: none;
  }
}

.swiper-control {
  display: inline-flex;
  gap: 1rem;
  margin: 50px auto 0 auto;
  align-items: center;
}
@media (max-width: 1024px) {
  .swiper-control {
    margin: 2.3rem auto 0 auto;
  }
}
.swiper-control .sl_prev,
.swiper-control .sl_next {
  cursor: pointer;
  display: flex;
}
.swiper-control .sl_prev:hover svg path,
.swiper-control .sl_next:hover svg path {
  stroke: #f9ac00;
}
.swiper-control .pagination-swipe {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}

.swiper-control .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.3s;
  background: #fff;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.wrap-swiper-control {
  display: table;
  margin: 0 auto;
}

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

.icon_mobile_click {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.icon_mobile_click_close {
  display: none;
}
@media (max-width: 1024px) {
  .icon_mobile_click {
    display: block;
    top: 19px;
    right: 15px;
  }
}

#menu_mobile_full {
  position: fixed;
  top: 75px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 75px);
  left: -100%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  overflow: auto;
}
#menu_mobile_full .menu_mobile_full_bg {
  height: 100%;
  position: relative;
  padding: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
}
#menu_mobile_full .menu_mobile_full_bg_top_logo {
  display: flex;
  justify-content: center;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul {
  padding: 0 1.6rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul > li.menu-item-has-children {
  width: inherit;
  padding: 1.6rem 0;
  display: table;
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul > li.menu-item-has-children > a {
  position: relative;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  z-index: 2;
  margin: 0 0 0 0.8rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 1.6rem 1.5rem 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.tg_active.menu-item-has-children {
  padding: 0 0 3rem 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.tg_active.menu-item-has-children::before {
  content: "";
  position: absolute;
  background: url(../images/menu-mobile-arr-img-09102025.png) no-repeat;
  max-width: 25rem;
  width: 100%;
  height: 7.1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.tg_active.menu-item-has-children::after {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 2;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li span {
  margin: 0 0 0 1rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li.not-have-child a {
  display: block;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li:last-child {
  border-bottom: none;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children::before {
  right: 0;
  top: 1.5rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children::after {
  background: none !important;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu ul li ul.sub-menu > li.menu-item-has-children.tg_active > a {
  color: #f9ac00;
  font-weight: 500;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu {
  display: none;
  padding: 0;
  margin: 1.6rem 0 0 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li {
  margin: 0 0 1.2rem 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li:last-child {
  margin: 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li a {
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 400;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li:last-child {
  border-bottom: none;
  padding: 1.5rem 0 0 1.5rem;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li.not-have-child {
  padding: 0;
}
#menu_mobile_full .menu_mobile_full_bg_top_menu .sub-menu li.not-have-child a {
  display: table;
  width: 100%;
}
#menu_mobile_full .menu_mobile_full_bg_bottom {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#menu_mobile_full .menu_mobile_full_bg_bottom_img {
  margin: 3rem auto 2rem auto;
  max-width: 20rem;
}
#menu_mobile_full .menu_mobile_full_bg_bottom_lang {
  margin: 2rem 0;
}
#menu_mobile_full .menu_mobile_full_bg_bottom_lang ul {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
#menu_mobile_full .tg_header_wrap_right_module_lang {
  display: table;
  margin: 0 auto 2.4rem auto;
}
#menu_mobile_full .mobile_download_app_btn {
  bottom: 0;
  left: 0;
  background: #f5cc3c;
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  padding: 1.5rem;
}
#menu_mobile_full .mobile_download_app_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
#menu_mobile_full .mobile_download_app_btn a svg {
  flex-shrink: 0;
}
#menu_mobile_full .mobile_download_app_btn a strong {
  font-weight: 600;
}
#menu_mobile_full .header_mobif {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.6rem 0 1.6rem;
}
#menu_mobile_full .close_menu {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}
#menu_mobile_full .close_menu svg {
  cursor: pointer;
}
#menu_mobile_full .mobile-menu {
  margin: 0 0 0 0;
}
#menu_mobile_full .mobile_absolute ul.menu > li > a {
  font-weight: 400;
}
#menu_mobile_full .mobile_absolute ul li {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 1.6rem 1.5rem 1.6rem;
}
#menu_mobile_full .mobile_absolute ul li.tg_active {
  padding: 1.5rem 1.6rem 0 1.6rem;
}
#menu_mobile_full .mobile_absolute ul li.tg_active::after {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}
#menu_mobile_full .mobile_absolute ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 300;
  font-style: normal;
  position: relative;
  z-index: 2;
}
#menu_mobile_full .mobile_absolute ul li a:hover {
  background: none;
}
#menu_mobile_full .mobile_absolute ul li span {
  margin: 0 0 0 1rem;
}
#menu_mobile_full .mobile_absolute ul li.menu-item-has-children::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 1.6rem;
  top: 2rem;
  color: #000;
  z-index: 2;
}
#menu_mobile_full .mobile_absolute ul li.not-have-child {
  padding: 0;
}
#menu_mobile_full .mobile_absolute ul li.not-have-child a {
  display: block;
  padding: 1.5rem 1.6rem 1.5rem 1.6rem;
}
#menu_mobile_full .mobile_absolute ul li:last-child {
  border-bottom: none;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children::before {
  right: 0;
  top: 1.5rem;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children::after {
  background: none !important;
}
#menu_mobile_full .mobile_absolute ul li ul.sub-menu > li.menu-item-has-children.tg_active > a {
  color: #f9ac00;
  font-weight: 500;
}
#menu_mobile_full .mobile_absolute .sub-menu {
  display: none;
  padding: 0;
  border-top: none;
  margin: 1rem 0 0 0;
}
#menu_mobile_full .mobile_absolute .sub-menu li {
  padding: 1rem 0 1rem 1.5rem;
}
#menu_mobile_full .mobile_absolute .sub-menu li a {
  font-size: 1.4rem;
  text-transform: none;
}
#menu_mobile_full .mobile_absolute .sub-menu li:last-child {
  border-bottom: none;
  padding: 1.5rem 0 0 1.5rem;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child {
  padding: 0;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child a {
  padding: 1rem 0 1rem 1.5rem;
  display: table;
  width: 100%;
}
#menu_mobile_full .mobile_absolute .sub-menu li.not-have-child:last-child a {
  padding: 1rem 0 1rem 1.5rem;
}

.tg_pop_list_rooms {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow: auto;
  display: none;
}
.tg_pop_list_rooms .content_popup {
  padding: 8rem 1.5rem;
}
.tg_pop_list_rooms .tg_pop_title {
  font-size: 3.6rem;
  line-height: 140%;
  color: #ac8c58;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 0 4rem 0;
}

.tg_popup_03072025 .tg_list_room_pop {
  display: flex;
  gap: 5rem 8rem;
  flex-wrap: wrap;
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_popup_03072025 .tg_list_room_pop {
    gap: 5rem;
  }
}
.tg_popup_03072025 .tg_list_room_pop_item {
  flex: 0 1 calc((100% - 8rem) / 2);
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_popup_03072025 .tg_list_room_pop_item {
    flex: 0 1 calc((100% - 5rem) / 2);
  }
}
.tg_popup_03072025 .tg_list_room_pop_item .wrap_figure {
  border-radius: 5rem 10rem 5rem 5rem;
}
.tg_popup_03072025 .tg_list_room_pop_item .wrap_figure img {
  height: 49rem;
  object-fit: cover;
  width: 100%;
  border-radius: 5rem 10rem 5rem 5rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_popup_03072025 .tg_list_room_pop_item .wrap_figure img {
    height: 33rem;
  }
}
.tg_popup_03072025 .tg_list_room_pop_item_title {
  margin: 2rem 0 1rem 0;
}
.tg_popup_03072025 .tg_list_room_pop_item_title b {
  font-size: 3.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_popup_03072025 .tg_list_room_pop_item_title b {
    font-size: 2.2rem;
  }
}
.tg_popup_03072025 .tg_list_room_pop_item .textwidget {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_popup_03072025 .tg_list_room_pop_item .textwidget {
    font-size: 1.6rem;
  }
}
.tg_popup_03072025 .tg_list_room_pop_item .textwidget p {
  margin: 1rem 0 0 0;
}
.tg_popup_03072025 .tg_close_pop {
  position: fixed;
  top: 0;
  right: 30px;
  background: #333333;
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 0 0 0 10px;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.tg_popup_03072025 .tg_close_pop svg {
  width: 15px;
  height: 15px;
}

.tg_popup_02082024 {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) center center no-repeat;
  font-size: 15px;
  overflow: auto;
  display: none;
  z-index: 99999;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0 2rem;
}
.tg_popup_02082024_content {
  position: relative;
  margin: 10rem auto 5rem auto;
  z-index: 9;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #fff;
  max-width: 64rem;
  width: 100%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 4rem 2.8rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .tg_popup_02082024_content_inner {
    max-height: 50rem;
    overflow: auto;
    margin: 2rem 0 0 0;
  }
}
.tg_popup_02082024_close_popup {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.3rem;
  right: 2.3rem;
  border-radius: 50%;
}
.tg_popup_02082024_close_popup svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 767px) {
  .tg_popup_02082024_close_popup svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 767px) {
  .tg_popup_02082024_close_popup {
    top: 1.5rem;
    right: 1.5rem;
  }
}

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

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

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.tg_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
@media (max-width: 1024px) {
  .tg_header {
    box-shadow: 0 0 10px #ccc;
  }
}
.tg_header.tg_fixed {
  box-shadow: 0 0 10px #ccc;
}
.tg_header.tg_fixed .tg_header_top {
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .tg_header.tg_fixed .tg_header_top {
    padding: 2.5rem 0;
  }
}
.tg_header.tg_fixed .tg_header_bottom {
  padding: 1rem 0;
}
.tg_header .tg_header_wrap_top {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1024px) {
  .tg_header .tg_header_wrap_top {
    border-bottom: none;
  }
}
.tg_header_top {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_header_top {
    padding: 2.5rem 0;
  }
}
.tg_header_top_right {
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .tg_header_top_right {
    display: none;
  }
}
.tg_header_top_right_module {
  display: flex;
}
.tg_header_top_right_module .tg_click_active_list li.tg_active a {
  border: 0.1rem solid #f9ac00;
}
.tg_header_top_right_module .tg_click_active_list li a {
  display: flex;
  border: 0.1rem solid transparent;
  border-radius: 50%;
  padding: 0.4rem;
}
.tg_header_top_right_module_lang ul {
  display: flex;
  gap: 0.3rem;
}
.tg_header_top_right_module_lang ul li img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.tg_header_top_right_download_profile a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #f9ac00;
  font-weight: 500;
  font-style: normal;
  border: 0.1rem solid #f9ac00;
  padding: 0.5rem 2.4rem;
  border-radius: 10rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.tg_header_top_right_download_profile a span,
.tg_header_top_right_download_profile a svg {
  position: relative;
  z-index: 1;
}
.tg_header_top_right_download_profile a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  position: absolute;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #f9ac00;
  transform: translateX(-100%);
}
.tg_header_top_right_download_profile a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  left: -50px;
  position: absolute;
  border-left: 50px solid transparent;
  border-top: 80px solid #f9ac00;
  transform: translateX(100%);
}
.tg_header_top_right_download_profile a:hover {
  color: #fff;
}
.tg_header_top_right_download_profile a:hover::before {
  transform: translateX(-49%);
}
.tg_header_top_right_download_profile a:hover::after {
  transform: translateX(49%);
}
.tg_header_top_right_download_profile a:hover svg path {
  stroke: #fff;
}
.tg_header_top_right_phone a {
  font-size: 2rem;
  line-height: 140%;
  color: #f9ac00;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.tg_header_bottom {
  padding: 2.4rem 1.5rem;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_header_bottom {
    display: none;
  }
}
.tg_header_bottom nav ul {
  display: flex;
  gap: 4rem;
}
.tg_header_bottom nav ul li a {
  font-size: 1.6rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_header_bottom nav ul li a:hover {
  color: #f9ac00;
}

footer .tg_footer {
  background: #e9e7db;
  padding: 6rem 0 3rem 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .tg_footer_top {
    text-align: center;
  }
}
footer .tg_footer_top_logo_primary {
  margin: 0 0 0.5rem 0;
}
footer .tg_footer_bottom {
  border-top: 0.1rem solid #ccc;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  display: flex;
}
@media (max-width: 1024px) {
  footer .tg_footer_bottom {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
footer .tg_footer_bottom_left {
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
footer .tg_footer_bottom_right {
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  footer .tg_footer_bottom_right {
    margin: 0;
  }
}
footer .tg_footer_bottom_right_social ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

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

.tg_banner_home {
  margin: 14.4rem 0 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_banner_home {
    margin: 7.4rem 0 0 0;
  }
}
.tg_banner_home .tg_contact_inner_img .textwidget {
  position: relative;
  top: initial;
  left: initial;
}
@media (max-width: 1024px) {
  .tg_banner_home .tg_contact_inner_img {
    padding: 6rem 1.5rem 6rem 1.5rem;
    background: url("../images/img1-slide-mb-24102025.jpg") center center no-repeat;
    background-size: cover !important;
    min-height: 86.4rem;
  }
}
.tg_banner_home .tg_contact_inner_img .textwidget_bottom {
  flex-direction: column;
  align-items: flex-start;
}
.tg_banner_home .tg_contact_inner_img.tg_idx2 {
  background: url("../images/img2-slide-mb-24102025.jpg") center center no-repeat;
  text-align: center;
  padding: 6rem 1.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tg_banner_home .tg_contact_inner_img.tg_idx2 .tg_img_four {
  margin: auto 0 0 0;
  position: relative;
  top: 2rem;
}
.tg_banner_home .tg_slide_pc {
  display: block;
}
@media (max-width: 1024px) {
  .tg_banner_home .tg_slide_pc {
    display: none;
  }
}
.tg_banner_home .tg_slide_mb {
  display: none;
}
@media (max-width: 1024px) {
  .tg_banner_home .tg_slide_mb {
    display: block;
  }
}

.tg_content_grand_open .tg_cta_btn {
  display: table;
  margin: 0 auto 6rem auto;
}
@media (max-width: 1024px) {
  .tg_content_grand_open .tg_cta_btn {
    margin: 0 auto 3rem auto;
  }
  .map_content_grand_open a.tg_btn_type1 {
    font-size: 1.5rem !important;
  }
  .map_content_grand_open {
    margin-top: 1rem !important;
  }
}
.tg_content_grand_open .tg_cta_btn .tg_btn_type1 {
  padding: 1rem 9rem;
}
@media (max-width: 1024px) {
  .tg_content_grand_open .tg_cta_btn .tg_btn_type1 {
    padding: 1rem 4rem;
  }
}
.tg_content_commit .wrap-swiper-control {
  display: none;
}
@media (max-width: 1024px) {
  .tg_content_commit .wrap-swiper-control {
    display: table;
  }
}
.tg_content_commit_list {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .tg_content_commit_list {
    display: block;
  }
}
.tg_content_commit_list_item {
  flex: 0 1 calc((100% - 2.4rem) / 2);
  display: flex;
  gap: 2rem;
  background: rgba(239, 232, 222, 0.4);
  border-radius: 4rem;
  transition: all 0.3s;
}
.tg_content_commit_list_item:hover {
  background: #efe8de;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item {
    flex: none;
    border-radius: 2rem;
    flex-direction: column;
  }
}
.tg_content_commit_list_item_left {
  width: 100%;
  padding: 4rem 2rem 4rem 4rem;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_left {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}
.tg_content_commit_list_item_left_title {
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_left_title {
    margin: 0 0 1rem 0;
  }
}
.tg_content_commit_list_item_left_title strong {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_left_title strong {
    font-size: 16px;
  }
  .tg_content_commit_list_item_left_title strong br {
    display: none;
  }
}
.tg_content_commit_list_item_left_textwidget {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_left_textwidget {
    font-size: 1.4rem;
  }
}
.tg_content_commit_list_item_right {
  margin: 0 0 0 auto;
  width: 30rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_right {
    width: 100%;
  }
}
.tg_content_commit_list_item_right .wrap_figure {
  border-radius: 4rem;
  overflow: hidden;
  height: 29rem;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_right .wrap_figure {
    border-radius: 2rem;
  }
}
.tg_content_commit_list_item_right .wrap_figure img {
  height: 29rem;
  object-fit: cover;
  border-radius: 4rem;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_content_commit_list_item_right .wrap_figure img {
    width: 100%;
    border-radius: 2rem;
  }
}
.tg_content_sleep_well .wrap-swiper-control {
  display: none;
}
@media (max-width: 1024px) {
  .tg_content_sleep_well .wrap-swiper-control {
    display: table;
  }
}
.tg_content_sleep_well_list {
  display: flex;
  gap: 2.4rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .tg_content_sleep_well_list {
    display: block;
  }
}
.tg_content_sleep_well_list_item {
  flex: 0 1 calc((100% - 7.2rem) / 4);
  border-radius: 4rem;
  background: rgba(239, 232, 222, 0.4);
  height: auto;
}
.tg_content_sleep_well_list_item:hover {
  background: #efe8de;
}
@media (max-width: 1024px) {
  .tg_content_sleep_well_list_item {
    flex: none;
  }
}
.tg_content_sleep_well_list_item .wrap_figure {
  border-radius: 4rem 4rem 0 0;
}
.tg_content_sleep_well_list_item .wrap_figure img {
  height: 25rem;
  object-fit: cover;
  border-radius: 4rem 4rem 0 0;
  transition: all 0.3s;
  width: 100%;
}
.tg_content_sleep_well_list_item .textwidget {
  padding: 3rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_sleep_well_list_item .textwidget {
    padding: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_sleep_well_list_item .textwidget {
    padding: 1.6rem;
  }
}
.tg_content_sleep_well_list_item .textwidget b {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.tg_content_sleep_well_list_item .textwidget p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 2rem 0 0 0;
}
.tg_content_faq {
  background: transparent;
  margin: 0;
}
.tg_content_faq .tg_faq_general .tg_faq_detailds::before {
  background: url("../images/mycom-resason-faq-dashed-line-d2d2d2.png") repeat-x;
}
.tg_content_faq .tg_faq_general .tg_faq_detailds .tg_faq_info b {
  color: #000;
}
.tg_content_faq .tg_faq_general .tg_faq_detailds .tg_faq_info span {
  color: #000;
}
.tg_content_faq .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_content_faq .tg_faq_general .tg_faq_detailds .tg_faq_info::before {
    width: 2rem;
    height: 2rem;
    background-size: cover;
  }
}
.tg_content_faq .tg_faq_general .tg_faq_detailds .tg_textwidget {
  color: #000;
}
.tg_content_faq .tg_faq_general .tg_faq_detailds.tg_current::before {
  background: #ac8c58;
}
.tg_content_faq .tg_faq_general .tg_faq_detailds.tg_current .tg_faq_info span {
  color: #000;
}
.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: 2.4rem 0;
  position: relative;
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds:first-child {
  padding: 0 0 2.4rem 0;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds:first-child {
    padding: 0 0 1.6rem 0;
  }
}
@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 .tg_faq_info::before {
  transform: rotate(45deg);
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  padding: 0 0 0 11rem;
  cursor: pointer;
}
@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;
  }
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info {
    padding: 0 4rem 0 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
}
.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: 20px;
    position: absolute;
    right: 0;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
  font-size: 1.6rem;
  line-height: 140%;
  color: #ac8c58;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -11px 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info b {
    font-size: 1.6rem;
    position: relative;
    margin: 0;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_faq_info span {
    font-size: 1.8rem;
  }
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
  padding: 0 5rem 0 11rem;
  display: none;
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_faq_general .tg_faq_general .tg_faq_detailds .tg_textwidget {
    padding: 0;
    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_high_quality {
  background: rgba(239, 232, 222, 0.5019607843);
  border-radius: 50rem 0 0 50rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_high_quality {
    border-radius: 25rem 0 0 25rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_high_quality {
    border-radius: 0;
  }
}
.tg_content_high_quality .wrap-swiper-control {
  display: none;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .wrap-swiper-control {
    display: none;
  }
}
.tg_content_high_quality .tg_title_general {
  text-align: left;
  padding: 0;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .tg_title_general {
    padding: 0;
  }
}
.tg_content_high_quality .tg_title_general_right a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 140%;
  color: #f9ac00;
  font-weight: 500;
  font-style: normal;
}
.tg_content_high_quality .tg_figure_text {
  position: relative;
}
.tg_content_high_quality .tg_figure_text .wrap_figure {
  border-radius: 2rem;
}
.tg_content_high_quality .tg_figure_text .wrap_figure img {
  width: 100%;
  border-radius: 2rem 6rem 2rem 2rem;
}
.tg_content_high_quality .tg_figure_text .tg_text_rotate {
  position: absolute;
  display: none;
  left: 0;
  top: 3rem;
  transform: translateY(-50%) rotate(90deg); /* Xoay 90 độ ngược chiều kim đồng hồ */
  transform-origin: 0 0;
  white-space: nowrap;
  z-index: 10;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .tg_figure_text .tg_text_rotate {
    left: 0;
  }
}
.tg_content_high_quality .tg_figure_text .tg_text_rotate p {
  font-size: 6rem;
  line-height: 100%;
  color: #ac8c58;
  font-weight: 700;
  font-style: normal;
  /* Đảm bảo chỉ áp dụng cho thẻ <p> bên trong .tg_text_rotate */
  margin: 0;
  padding: 0;
  /* 1. Đặt màu chữ thành trong suốt */
  color: transparent;
  font-family: "Noto Sans", sans-serif;
  -webkit-text-stroke: 1px #ac8c58; /* Ví dụ: viền đen dày 1px */
  text-stroke: 1px #ac8c58; /* Thuộc tính tiêu chuẩn (ít được hỗ trợ) */
  /* Tùy chọn: Đảm bảo hiệu ứng chống răng cưa (Antialiasing) tốt */
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
  letter-spacing: 0.5rem;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .tg_figure_text .tg_text_rotate p {
    font-size: 3.5rem;
  }
}
.tg_content_high_quality .textwidget {
  margin: 2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .textwidget {
    margin: 1rem 0 0 0;
  }
}
.tg_content_high_quality .textwidget b {
  font-size: 2.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 2rem 0;
  display: block;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .textwidget b {
    font-size: 20px;
  }
}
.tg_content_high_quality .textwidget p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 1rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_high_quality .textwidget p {
    font-size: 14px;
  }
}
.tg_content_high_quality_wrap {
  position: relative;
}
.tg_content_high_quality_wrap cite {
  width: 1px;
  min-height: 742px;
  pointer-events: none;
  display: none;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_high_quality_wrap cite {
    min-height: 66.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_high_quality_wrap cite {
    display: none;
  }
}
.tg_content_high_quality_wrap_list {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media (max-width: 1024px) {
  .tg_content_high_quality_wrap_list {
    width: 100%;
    position: relative;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_high_quality_wrap_list {
    flex-direction: row;
  }
}
.tg_content_high_quality_wrap_list_item {
  padding: 0 0 0 0;
  flex: 0 1 calc((100% - 9rem) / 3);
}
@media (max-width: 1024px) {
  .tg_content_high_quality_wrap_list_item {
    padding: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_high_quality_wrap_list_item {
    flex: 0 1 calc((100% - 3rem) / 2);
  }
}
.tg_content_rooms_amenities {
  position: relative;
}
.tg_content_rooms_amenities .tg_container {
  position: relative;
  z-index: 1;
}
.tg_content_rooms_amenities .tg_content_rooms_amenities_wrap {
  position: relative;
}
.tg_content_rooms_amenities_list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list {
    gap: 4rem;
  }
}
.tg_content_rooms_amenities_list_item {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item {
    gap: 3rem;
  }
}
.tg_content_rooms_amenities_list_item_child {
  display: flex;
  gap: 3rem;
}
.tg_content_rooms_amenities_list_item_child:nth-child(2) {
  flex-direction: row-reverse;
}
.tg_content_rooms_amenities_list_item_child:nth-child(4) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child {
    flex-direction: column !important;
    gap: 1.5rem;
  }
}
.tg_content_rooms_amenities_list_item_child_imgs {
  display: flex;
  gap: 2.4rem;
  width: 60%;
}
.tg_content_rooms_amenities_list_item_child_imgs img {
  width: calc(50% - 1.2rem);
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child_imgs {
    gap: 1rem;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child_imgs img {
    width: calc(50% - 0.6rem);
  }
}
.tg_content_rooms_amenities_list_item_child_textwidget {
  width: 40%;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child_textwidget {
    width: 100%;
  }
}
.tg_content_rooms_amenities_list_item_child_textwidget b {
  font-size: 3.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child_textwidget b {
    font-size: 2rem;
  }
}
.tg_content_rooms_amenities_list_item_child_textwidget ul {
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tg_content_rooms_amenities_list_item_child_textwidget ul li {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child_textwidget ul li {
    font-size: 1.4rem;
  }
}
.tg_content_rooms_amenities_list_item_child_textwidget ul li strong {
  min-width: 8rem;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities_list_item_child_textwidget ul li strong {
    min-width: 7rem;
  }
}
.tg_content_rooms_amenities .tg_text_run {
  right: 0;
  cursor: pointer;
  position: relative;
  top: -58rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_rooms_amenities .tg_text_run {
    top: -52rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities .tg_text_run {
    display: none;
  }
}
.tg_content_rooms_amenities .tg_text_run img {
  margin: 0 0 0 5rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_rooms_amenities .tg_text_run img {
    max-width: 250px;
  }
}
.tg_content_rooms_amenities #svg-container {
  position: absolute;
  bottom: -6rem;
  left: -23rem;
  pointer-events: none;
}
.tg_content_rooms_amenities #svg-container svg {
  height: 23rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_rooms_amenities #svg-container {
    bottom: -10rem;
    left: -43rem;
  }
  .tg_content_rooms_amenities #svg-container svg {
    height: 19rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities #svg-container {
    display: none;
  }
}
.tg_content_rooms_amenities .swiper-control {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .tg_content_rooms_amenities .swiper-control {
    position: relative;
    margin: 3rem auto 0 auto;
    display: none;
  }
}
.tg_content_access_wrap {
  display: flex;
  background: rgba(239, 232, 222, 0.5019607843);
  border-radius: 4rem;
  padding: 0.5rem;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap {
    flex-direction: column;
    border-radius: 2rem;
  }
}
.tg_content_access_wrap .tg_content_access_title {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap .tg_content_access_title {
    font-size: 1.4rem;
  }
}
.tg_content_access_wrap_left {
  background: #fff;
  border-radius: 4rem;
  padding: 2.4rem;
  flex: 0 1 54%;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left {
    border-radius: 2rem;
    padding: 1.6rem;
  }
}
.tg_content_access_wrap_left_img {
  position: relative;
}
.tg_content_access_wrap_left_img_abs {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left_img_abs {
    width: 5.9rem;
    height: 5.9rem;
  }
}
.tg_content_access_wrap_left_img_desc {
  position: absolute;
  top: -77px;
  right: -23px;
  background: #1a1004;
  padding: 2rem;
  border-radius: 0 4rem 0 2rem;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left_img_desc {
    padding: 1rem 1.5rem;
    border-radius: 0 2rem 0 2rem;
    top: -56px;
    right: -16px;
  }
}
.tg_content_access_wrap_left_img_desc b {
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
  padding: 0 0 0 2rem;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left_img_desc b {
    font-size: 1.4rem;
  }
}
.tg_content_access_wrap_left_img_desc b::before {
  content: "";
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left_img_desc b::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
    left: 5px;
  }
}
.tg_content_access_wrap_left_img_desc ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 0 0 2rem;
}
.tg_content_access_wrap_left_img_desc ul li {
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left_img_desc ul li {
    font-size: 1.2rem;
  }
}
.tg_content_access_wrap_left_img_desc ul li img {
  height: 1.8rem;
}
.tg_content_access_wrap_left_img_desc ul li strong {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_left_img_desc ul li strong {
    font-size: 1.6rem;
  }
}
.tg_content_access_wrap_right {
  flex: 0 1 46%;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_right {
    flex: 1;
    padding: 0 1.6rem 3.6rem 1.6rem;
    width: 100%;
  }
}
.tg_content_access_wrap_right .tg_content_access_title {
  margin: 0 0 1.5rem 0;
}
.tg_content_access_wrap_right ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tg_content_access_wrap_right ul li {
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_access_wrap_right ul li {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.tg_content_access_wrap_right ul li b {
  min-width: 15.5rem;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_contact_superht .tg_contact_inner_img .textwidget {
    top: 0;
    left: 0;
    position: relative;
    background: url("../images/img1-slide-mb-24102025.jpg") top center no-repeat;
    background-size: cover;
    padding: 4rem 1.5rem;
    border-radius: 4rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_contact_superht .tg_contact_inner_img .img_primary {
    display: none;
  }
}
.tg_content_contact_superht .tg_contact_inner_img .img_primary img {
  min-height: 55rem;
  object-fit: cover;
  border-radius: 3rem;
}
.tg_content_contact_superht .tg_btn_survey {
  display: flex;
  margin: 2rem auto 0 auto;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  border: 2px solid #f9ac00;
  padding: 2rem;
  border-radius: 2rem;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .tg_content_contact_superht .tg_btn_survey {
    flex-direction: column;
  }
}
.tg_content_contact_superht .tg_btn_survey p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 1rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_contact_superht .tg_btn_survey p {
    font-size: 2.2rem;
  }
}
.tg_content_contact_superht .tg_btn_survey p:first-child {
  margin: 0;
}
.tg_content_contact_superht .tg_btn_survey a {
  font-size: 2.6rem;
  display: table;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tg_content_contact_superht .tg_btn_survey a {
    font-size: 2.2rem;
  }
}
.tg_content_grand_open {
  margin: 6rem 0 5rem 0;
}
@media (max-width: 1024px) {
  .tg_content_grand_open {
    margin: 6rem 0 3rem 0;
  }
}
.tg_content_grand_open_title p {
  font-size: 3.6rem;
  line-height: 140%;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  padding: 1.5rem 3rem;
  background: #f9ac00;
  text-align: center;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_grand_open_title p {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_grand_open_title p {
    font-size: 2rem;
    line-height: 140%;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    padding: 1.5rem;
  }
}
.tg_content_grand_open_title p::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-left: 50px solid #fff;
  border-bottom: 43px solid transparent;
  left: -1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .tg_content_grand_open_title p::before {
    border-top: 43px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 43px solid transparent;
    left: -1px;
  }
}
.tg_content_grand_open_title p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-left: 50px solid #fff;
  border-bottom: 43px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .tg_content_grand_open_title p::after {
    border-top: 43px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 43px solid transparent;
    right: -1px;
  }
}
@media (max-width: 767px) {
  .tg_content_inquiry {
    background: #f7f3ef;
    margin: 6rem 0 0 0;
    padding: 6rem 0;
  }
}
.tg_content_inquiry_wrap {
  background: #f7f3ef;
  padding: 5rem 1.5rem;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .tg_content_inquiry_wrap {
    background: none;
    padding: 0;
  }
}
.tg_content_inquiry_wrap .tg_title_general {
  margin: 0 0 2rem 0;
}
.tg_content_inquiry_wrap_sub_text {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_content_inquiry_wrap_sub_text p {
  margin: 0.5rem 0 0 0;
}
.tg_content_inquiry_wrap_sub_text p:first-child {
  margin: 0;
}
.tg_content_inquiry_wrap form {
  display: table;
  margin: 5rem auto 0 auto;
  max-width: 75rem;
  width: 100%;
}
.tg_content_inquiry_wrap form .tg_btn_submit {
  display: table;
  margin: 3rem auto 0 auto;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form .tg_btn_submit {
    width: 100%;
  }
}
.tg_content_inquiry_wrap form button[type="submit"] {
  font-size: 1.8rem;
  line-height: 130%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  background: #f9ac00;
  padding: 1.6rem 6.4rem;
  border-radius: 10rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form button[type="submit"] {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.tg_content_inquiry_wrap form button[type="submit"] img {
  width: 2.4rem;
  height: 2.4rem;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item input[type="radio"] {
  display: none;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item input[type="text"],
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item input[type="email"],
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item input[type="tel"],
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item textarea {
  width: 100%;
  padding: 1.3rem 1.6rem;
  border: 0.1rem solid #c1c1c1;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item textarea {
  height: 12rem;
  resize: none;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item input::placeholder {
  font-size: 1.6rem;
  line-height: 130%;
  color: #989898;
  font-weight: 400;
  font-style: normal;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item label {
  font-size: 1.8rem;
  line-height: 130%;
  color: #2f2f07;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item label {
    font-size: 1.4rem;
  }
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item label span.tg_field_required {
  background: #dd3421;
  font-size: 1.4rem;
  line-height: 130%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  padding: 0.2rem 0.5rem;
  border-radius: 0.2rem;
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio {
  display: flex;
  gap: 3rem;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio {
    flex-direction: column;
  }
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio input:checked + label::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #f9ac00;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio input:checked + label::after {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 4px;
  }
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio label {
  position: relative;
  padding: 0 0 0 3.3rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio label {
    padding: 0 0 0 3.3rem;
  }
}
.tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #f9ac00;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .tg_content_inquiry_wrap form .tg_content_inquiry_wrap_form_list_item.tg_item_radio label::before {
    width: 2.4rem;
    height: 2.4rem;
    top: -2px;
  }
}

.tg_contact_inner_img {
  position: relative;
}
.tg_contact_inner_img .textwidget {
  position: absolute;
  top: 4rem;
  left: 6rem;
}
.tg_contact_inner_img .textwidget h4 {
  font-size: 2.6rem;
  line-height: 160%;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 4rem 0;
}
@media (max-width: 1024px) {
  .tg_contact_inner_img .textwidget h4 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
}
.tg_contact_inner_img .textwidget h4 span {
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  .tg_contact_inner_img .textwidget h4 span {
    font-size: 2.8rem;
  }
}
.tg_contact_inner_img .textwidget_top {
  display: flex;
  gap: 2.8rem;
}
@media (max-width: 1024px) {
  .tg_contact_inner_img .textwidget_top {
    flex-direction: column;
  }
}
.tg_contact_inner_img .textwidget_top_left {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tg_contact_inner_img .textwidget_top_left {
    display: none;
  }
}
.tg_contact_inner_img .textwidget_top_left b {
  width: 8rem;
  height: 8rem;
  background: #f9ac00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_top_right ul {
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tg_contact_inner_img .textwidget_top_right ul li {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_top_right p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_bottom {
  display: flex;
  gap: 2rem;
  margin: 4rem 0 0 0;
  align-items: center;
}
@media (max-width: 1024px) {
  .tg_contact_inner_img .textwidget_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tg_contact_inner_img .textwidget_bottom_left {
  background: #f9ac00;
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.tg_contact_inner_img .textwidget_bottom_left b {
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_bottom_left p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_bottom_middle {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_bottom_middle p {
  margin: 0 0 0.5rem 0;
}
.tg_contact_inner_img .textwidget_bottom_right a {
  background: #f9ac00;
  padding: 1rem 2rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 1.8rem;
  line-height: 130%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
.tg_contact_inner_img .textwidget_bottom_right a img {
  width: 2.5rem;
  height: 2.5rem;
} /*# sourceMappingURL=style.css.map */

html {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.tg_header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 99;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  transform: translateX(-50%);
}
.tg_pop_menu .content_popup {
  background-color: #fffbf2 !important;
}
.tg_pop_menu .content_popup {
  padding: 5% 5% !important;
}
@media (max-width: 1024px) {
  .tg_content_grand_open a.tg_pop_menu_button {
    font-size: 17px;
  }
  .tg_pop_menu .content_popup {
    padding: 0rem !important;
  }
  .tg_pop_menu .tg_close_pop {
    right: 0 !important;
    font-size: 1rem !important;
    width: 4.5rem !important;
    height: 4.5rem !important;
  }
}
.tg_header_bottom nav ul {
  text-align: center;
}
