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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none !important;
}

a:hover {
  color: #fff;
}

:hover,
:focus {
  outline: none !important;
}

button {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

a,
img,
button,
input,
label,
textarea,
select {
  padding: 0;
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  background-color: transparent;
}

input:-webkit-autofill {
  transition: background-color 9999s ease-in-out 0s;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

@media (max-width: 1599.98px) {
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
}
@media (max-width: 1399.98px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
html {
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  font-style: inherit;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0em;
  color: #000;
  font-family: "Inter", sans-serif;
  position: relative;
  padding: 0px;
  overflow: hidden;
  background: linear-gradient(180deg, #f2faff, #fff);
}
.tg_container {
  max-width: 1550px;
  width: 100% !important;
  margin: 0px auto;
  padding: 0 15px;
}

@keyframes tgUp-free-domain {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.container {
  max-width: 1326px;
  width: 100% !important;
  margin: 0px auto;
}

#menu_mobile_full {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -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: 9999;
  border-right: 1px solid #fff;
  overflow: auto;
  height: 100%;
  top: 0px;
  left: -100%;
  padding: 0px;
}

#menu_mobile_full .tg_login_hd {
  padding: 0px 15px;
}

#menu_mobile_full .tg_login_hd a {
  color: #0066b2;
  display: table;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  border: 1px solid #0066b2;
  border-radius: 99px;
  padding: 11px;
  font-size: 16px;
  line-height: 24px;
}

#menu_mobile_full .mobile_flex {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

#menu_mobile_full .tg_lang_2023 {
  margin-left: auto;
  position: relative;
  padding: 0px 17px 0px 0px;
  color: #0066b2;
}

#menu_mobile_full .tg_support_hd a {
  color: #000;
}

#menu_mobile_full .tg_support_hd a::after {
  content: url(../images/icon_rightup_20082024.png);
  margin: 0px 0px 0px 5px;
  position: relative;
  top: 2px;
}

#menu_mobile_full .tg_lang_2023::after {
  content: "";
  background: url(../images/02022026-hd-arr-icon-black.svg) no-repeat;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(41%) sepia(74%) saturate(7287%) hue-rotate(191deg) brightness(84%) contrast(101%);
}

#menu_mobile_full .tg_lang_2023 p {
  margin: 0px;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

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

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_full .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: #14406f;
  display: none;
  cursor: pointer;
  top: 0px;
  z-index: 999;
}

#menu_mobile_full .mobile-menu {
  margin: 10px 0px 0px 0px;
  padding: 0px 15px;
}

#menu_mobile_full ul li {
  width: 100%;
  display: block;
}

#menu_mobile_full ul li.menu-item-has-children > a {
  font-weight: 600;
}

#menu_mobile_full ul li {
  position: relative;
  font-weight: 400;
}

#menu_mobile_full ul.menu > li {
  margin: 0px;
  padding: 12px 0px;
  border-bottom: 1px dashed #cce0f0;
}

#menu_mobile_full ul.menu > li.active > .sub-menu {
  display: block;
}

#menu_mobile_full ul.menu > li #menu_mobile_full ul.menu > li.active > a {
  color: #0066b3;
}

#menu_mobile_full ul.menu > li:last-child {
  border-bottom: none;
}

#menu_mobile_full ul.menu li a {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s;
  position: relative;
}

#menu_mobile_full ul.menu > li > a {
  pointer-events: none;
}

#menu_mobile_full ul.menu li a:hover {
  color: #0066b2;
}

#menu_mobile_full ul.menu li a em {
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  color: #ffffff;
  padding: 0px 3px;
  background: #f42e1c;
  border-radius: 4px;
  position: absolute;
  top: 0px;
}

#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_full li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_full .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}

#menu_mobile_full .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_full .sub-menu li a {
  text-transform: none;
  font-size: 14px;
  padding: 6px 0px 6px 15px;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  transition: all 0.3s;
}

#menu_mobile_full .sub-menu li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #0066b2;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}

#menu_mobile_full .sub-menu li > a:hover {
  color: #0066b3;
}

/*.editBefore_mobile::before {
  content: "" !important;
}*/
#menu_mobile_full li.menu-item-has-children::before {
  content: "";
  background: url(../images/02022026_arr-right.svg) no-repeat;
  position: absolute;
  right: 0px;
  top: 16px;
  width: 16px;
  height: 16px;
}

#menu_mobile_full li.editBefore_mobile::before {
  content: "\f107" !important;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child > a {
  display: table;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}

#menu_mobile_full .menu > li.not-have-child > a {
  display: inline-block;
}

#menu_mobile_full .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full .menu li select {
  border: none;
  color: #fff;
  background: #0066b3;
}

#menu_mobile_full .menu li select:focus {
  outline: none;
  border: none;
}

/* END MENU MOBILE*/
/*css header*/
.tg_header_2024 {
  padding: 20px 0px;
  position: relative;
}

.tg_header_2024 > .container {
  max-width: 1870px;
}

.tg_header_2024 .hd_flex {
  display: flex;
  align-items: center;
}

.tg_header_2024 .hd_left {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.tg_header_2024 .logo_tenten {
  position: relative;
  padding: 0px 26px 0px 0px;
}

.tg_header_2024 .logo_numberone {
  padding: 0px 26px 0px 0px;
  margin-top: 10px;
}

.tg_header_2024 .logo_trophy {
  margin-top: 12px;
}

.tg_header_2024 .hd_middle {
  width: 60%;
}

.tg_header_2024 .hd_right {
  width: 320px;
}

@media (max-width: 1499.98px) {
  .tg_header_2024 .hd_right {
    width: 290px;
  }
}
@media (max-width: 1399.98px) {
  .tg_header_2024 .hd_right {
    width: 230px;
  }
}
.tg_header_2024 .tg_nav_primary_2024 {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li {
  padding: 6px 12px;
  border-radius: 100px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > a:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu {
  position: absolute;
  width: 100%;
  top: 86px;
  left: 0px;
  z-index: 9999999999;
  background: #fff;
  padding: 30px 0px 40px 0px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

/* 

  .tg_header_2024
  .tg_menu_hd_2024
  .tg_nav_l_2024
  > li:hover
  > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 81px;
} */
.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct {
  display: flex;
  gap: 80px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .l_left {
  width: 57%;
  display: flex;
  gap: 20px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .l_right {
  width: 43%;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .l_right .images_kt_1242023 {
  height: 288px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .l_right .images_kt_1242023 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.l_left_ct {
  background: transparent;
  border-radius: 10px;
  padding: 20px;
  margin: 0px 0px 0px -20px;
  position: relative;
}

.tg_new_mn2023 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 1px 5px;
  background: #f42e1c;
  border-radius: 4px;
  margin: 0px 0px 0px 5px;
  position: relative;
  top: -1px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .l_left_flex {
  width: 65%;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .kt_dv_khac12042023 {
  width: 35%;
}

.kt_dv_khac12042023 span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(24, 24, 24, 0.7);
  border-left: 2px solid #0066b2;
  padding: 0px 0px 0px 10px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .kt_dv_khac12042023 ul {
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
}

.kt_dv_khac12042023 ul li {
  margin: 0px 0px 10px 0px;
  font-weight: 500;
}

.kt_dv_khac12042023 ul > li:last-child {
  margin: 0px;
}

.kt_dv_khac12042023 ul li a {
  display: inline-block;
  color: #181818;
}

.tg_header_2024 .tg_menu_hd_2024 .l_left_ct:hover {
  background: #f4f8fb;
}

.tg_menu_flex_2024 .l_left_ct:hover {
  background: rgba(0, 102, 178, 0.05);
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_l_ct .l_left_ct strong {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}

.l_left_ct strong a {
  color: #181818;
  transition: all 0.3s;
}

.l_left_ct strong a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l_left_ct:hover strong a {
  color: #0066b2;
}

.l_exc {
  display: block;
  margin: 6px 0px 0px 0px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 22px;
}

.tg_header_2024 .tg_nav_primary_2024 .tg_label_new em {
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  color: #ffffff;
  padding: 0px 3px;
  background: #f42e1c;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  left: 40px;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li.menu-item-has-children > a {
  display: flex;
  gap: 6px;
  align-items: center;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li.menu-item-has-children > a:after {
  content: url(../images/02022026-hd-arr-icon-black.svg);
  position: relative;
  top: 3px;
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(1382%) hue-rotate(177deg) brightness(118%) contrast(100%);
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_only .l_left_flex {
  width: 100%;
}

.tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > ul.sub-menu .sub_nav_only .l_left_flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 15px;
}

.tg_header_2024 .tg_cart_hd_2024 {
  position: relative;
}

.tg_header_2024 .tg_cart_hd_2024 span {
  position: absolute;
  top: 0px;
  right: -4px;
  width: 20px;
  height: 12px;
  background: red;
  border-radius: 4px;
  color: #fff;
  line-height: 12px;
  text-align: center;
  font-size: 9px;
  font-weight: 500;
}

.tg_register_hd_2024 {
  padding: 0px 16px 0px 20px;
}

.tg_tenten_btn {
  display: inline-block;
  text-align: center;
  border-radius: 90px;
  font-weight: 500;
  color: #fff;
  background: #0066b2;
  border: 1px solid #0066b2;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.tg_hoverbtn_s1,
.tg_btnhover_s1 {
  overflow: hidden;
}

/*  .tg_tenten_btn:hover span,
 .filter_btn a:hover span,
 .cart_btn a:hover span,
 .cart_proceduce .cart_continue_btn:hover span,
.tg_hoverbtn_s1:hover span,
.tg_btnhover_s1:hover span {
  transform: translateY(-150%);
} */
/*  .tg_tenten_btn:hover span > strong:nth-child(1),
 .filter_btn a:hover span > strong:nth-child(1),
 .cart_btn a:hover span > strong:nth-child(1),

  .cart_proceduce
  .cart_continue_btn:hover
  span
  > strong:nth-child(1),
.tg_hoverbtn_s1:hover strong:nth-child(1),
.tg_btnhover_s1:hover strong:nth-child(1) {
  opacity: 0;
} */
/*  .tg_tenten_btn:hover span > strong:nth-child(2),
 .filter_btn a:hover span > strong:nth-child(2),
 .cart_btn a:hover span > strong:nth-child(2),

  .cart_proceduce
  .cart_continue_btn:hover
  span
  > strong:nth-child(2),
.tg_hoverbtn_s1:hover strong:nth-child(2),
.tg_btnhover_s1:hover strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
} */
.tg_tenten_btn cite {
  position: relative;
  z-index: 1;
  font-style: normal;
}

.tg_register_hd_2024 a {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0px;
  width: 105px;
}

.tg_translate_hd_2024 {
  cursor: pointer;
  position: relative;
}

.tg_translate_hd_2024.tg_register_account {
  margin-right: 18px;
}

.tg_translate_hd_2024.tg_register_account a {
  color: #fff;
  font-size: 14px;
}

.tg_translate_hd_2024 .default_option {
  display: flex;
  align-items: center;
  min-width: 55px;
}

.tg_translate_hd_2024 .default_option li span {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.tg_translate_hd_2024 .default_option:after {
  content: url(../images/02022026-hd-arr-icon-black.svg);
  padding: 0px 0px 0px 5px;
  position: relative;
  top: 3px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(1382%) hue-rotate(177deg) brightness(118%) contrast(100%);
}

.tg_translate_hd_2024.tag_active .default_option:after {
  transform: rotate(180deg);
  padding: 0px 5px 0px 0px;
  top: -3px;
}

.tg_translate_hd_2024.tag_active .select_ul {
  display: block;
}

.tg_translate_hd_2024 .select_ul {
  position: absolute;
  background: #ffffff;
  width: 90px;
  top: 40px;
  display: none;
  left: -45px;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0px 22px 30.9px -18px rgba(0, 17, 36, 0.1019607843);
}

.tg_translate_hd_2024 .select_ul:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  top: -12px;
  right: 0px;
}

.tg_translate_hd_2024 .select_ul li span {
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  border-bottom: 1px solid #d8e8f3;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 22px;
}

.tg_translate_hd_2024 .select_ul li:hover span {
  color: #0066b2;
}

.tg_translate_hd_2024 .select_ul > li:nth-child(1) span {
  border-radius: 5px 5px 0px 0px;
}

.tg_translate_hd_2024 .select_ul > li:last-child span {
  border-bottom: none;
}

/*end css header*/
/*css popup*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: auto;
  padding: 0px 15px !important;
}

.popup .content_popup {
  position: relative;
  margin: 80px auto 20px 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;
  max-width: 550px;
  background: #fff;
  width: 100%;
  border-radius: 20px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 32px;
  overflow: auto;
}

.popup .content_popup #who_is_content::-webkit-scrollbar,
.tg_scroll_general_23092024::-webkit-scrollbar {
  width: 3px;
  background-color: #cce0f0;
  border-radius: 5px;
}

.popup .content_popup #who_is_content::-webkit-scrollbar-thumb,
.tg_scroll_general_23092024::-webkit-scrollbar-thumb {
  background-color: #0066b2;
  border-radius: 5px;
}

.popup .content_popup h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  margin: 0px 0px 60px 0px;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/*end css popup*/
/*css content*/
.tenten_bgallp_25072024 {
  position: absolute;
  content: "";
  background: url(../images/25072024-tp-bg.jpg) top center no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-size: cover !important;
}

.tg_pd80 {
  padding: 80px 0px 0px 0px;
}

.tg_pd100 {
  padding: 90px 0px 0px 0px;
}

.trending_domain_2024 .trending_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.trending_domain_2024 .sli_general {
  position: relative;
  margin: 0px 0px 0px 0px;
}

.trending_domain_2024 .trending_left {
  width: 160px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 0px;
}

.trending_domain_2024 .trending_right {
  padding: 0px 0px 0px 180px;
}

.trending_domain_2024 .trending_left .sli_detailds {
  background: #0066b2;
}

.trending_domain_2024 .sli_detailds {
  padding: 11px 20px;
  border-radius: 10px;
  position: relative;
  min-height: 74px;
  background: #fff;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}

.trending_domain_2024 .sli_detailds:hover {
  box-shadow: 0px 10px 30.9px -18px rgba(0, 17, 36, 0.1019607843);
}

.trending_domain_2024 .sli_detailds a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: transparent;
  border-radius: 10px;
  padding: 11px 20px;
}

.trending_domain_2024 .sli_detailds b {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #0066b2;
  display: block;
}

.trending_domain_2024 .trending_left .sli_detailds a b {
  color: #fff;
}

.trending_domain_2024 .sli_detailds strong {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  align-items: center;
  gap: 10px;
  color: #000;
}

.trending_domain_2024 .trending_left .sli_detailds a strong {
  color: #fff;
}

.trending_domain_2024 .sli_detailds strong del {
  font-size: 16px;
  line-height: 24px;
  color: rgba(19, 26, 31, 0.3);
  font-weight: 400;
}

.trending_domain_2024 .trending_left .sli_detailds a strong del {
  color: rgba(255, 255, 255, 0.3);
}

.slick-slider {
  margin: 0px;
}

.trending_domain_2024 .slick-list {
  margin: 0px -10px;
  padding: 20px 0px;
}

.trending_domain_2024 .slick-track > .slick-slide {
  padding: 0px 10px;
}

.endow_hot_2024 .endow_bg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}

.endow_hot_2024 .endow_detailds figure {
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
}

.endow_hot_2024 .endow_detailds figure img {
  transition: all 0.3s;
}

.endow_hot_2024 .endow_detailds:hover figure img {
  transform: scale(1.05);
}

.endow_hot_2024 .endow_detailds figure a,
.out_service_2024 .service_detailds .wrap_figure figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.endow_hot_2024 .endow_detailds figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@-moz-keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}
.endow_hot_2024 .tg_title_2024 {
  margin: 20px 0px 0px 0px;
}

.tg_title_2024 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tg_title_2024 .title_left h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0px;
}

.tg_title_2024 .title_left h2 strong {
  color: #0066b2;
}

.tg_title_2024 .title_left span {
  display: block;
  margin: 16px 0px 0px 0px;
}

.tg_title_2024 .title_left span p {
  margin: 0px;
  color: #0066b2;
  display: inline-block;
}

.endow_hot_2024 .endow_btn_desk {
  margin: 30px 0px 0px 0px;
  padding: 7px 40px;
}

.endow_hot_2024 .endow_btn_mobile {
  display: none;
}

.out_service_2024 .tg_title_2024 {
  text-align: center;
  justify-content: center;
}

.out_service_2024 .service_general {
  margin: 36px 0px 0px 0px;
}

.out_service_2024 .slick-list {
  margin: 0px -15px;
}

.out_service_2024 .slick-track > .slick-slide {
  padding: 0px 15px;
}

.out_service_2024 .service_detailds .wrap_figure figure {
  height: 225px;
  overflow: hidden;
  border-radius: 10px;
}

.out_service_2024 .service_detailds .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
}

.out_service_2024 .service_detailds:hover .wrap_figure figure img {
  transform: scale(1.1);
}

.out_service_2024 .service_detailds .text_widget {
  margin: 20px 0px 0px 0px;
}

.out_service_2024 .title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.out_service_2024 .title_flex h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.out_service_2024 .title_flex h3 a {
  color: #131a1f;
}

.tg_see_btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(0, 102, 178, 0.1019607843);
  border-radius: 50%;
  line-height: 30px;
  transition: all 0.3s;
  text-align: center;
}

.service_detailds:hover .tg_see_btn {
  background: #0066b2;
  box-shadow: 0px 10px 20px 0px rgba(0, 102, 178, 0.2);
}

.tg_see_btn svg path {
  transition: all 0.3s;
}

.service_detailds:hover .tg_see_btn svg path {
  stroke: #fff;
}

.out_service_2024 .service_detailds .text_widget span {
  color: #0066b2;
  font-weight: 500;
  display: block;
  margin: 6px 0px 0px 0px;
}

.out_service_2024 .service_detailds .text_widget span strong {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.out_service_2024 .out_service_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 0px 0px;
  gap: 22px;
}

.sl_prev,
.sl_next {
  cursor: pointer;
}

.sl_prev svg path,
.sl_next svg path {
  transition: all 0.3s;
}

.sl_prev:hover svg path,
.sl_next:hover svg path {
  stroke: #0066b2;
}

.color_number {
  color: #0066b2;
}

.pagingInfo_inner span {
  color: #828282;
}

.the_best_2024 .tg_title_2024 {
  text-align: center;
  justify-content: center;
}

.the_best_2024 .tg_title_2024 .title_left h2 {
  display: table;
  margin: 16px auto 0px auto;
}

.the_best_2024 figure {
  display: table;
  margin: 0px auto;
}

.the_best_2024 .best_btn {
  margin: 30px auto 0px auto;
  padding: 7px 40px;
}

.trusted_partner_2024 {
  padding: 160px 0px 0px 0px;
  position: relative;
}

.trusted_partner_2024::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0066b2;
  position: absolute;
  top: 80px;
  left: 50%;
  opacity: 0.2;
  max-width: 1241px;
  transform: translate(-50%, -50%);
}

.trusted_partner_2024 .trust_title {
  display: table;
  margin: 0px auto;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.trusted_partner_2024 .trust_title span {
  color: #0066b2;
}

.trusted_partner_2024 .partner_general {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0px 0px 0px;
}

.trusted_partner_2024 .partner_general figure {
  width: 12%;
  text-align: center;
}

.why_choose_2024 .tg_title_2024 {
  justify-content: center;
}

.why_choose_2024 .why_general {
  margin: 30px 0px 0px 0px;
  position: relative;
}

.why_choose_2024 .why_img {
  height: 750px;
}

.why_choose_2024 .why_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.why_choose_2024 iframe {
  width: 100%;
  height: 750px;
  border-radius: 30px;
  transition: all 0.3s;
}

.why_choose_2024 .why_detailds {
  position: relative;
}

.why_choose_2024 .play_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 9;
  top: 0px;
  left: 0px;
}

.why_choose_2024 .why_general:hover .play_icon {
  opacity: 1;
  visibility: visible;
}

.featured_news_2024 {
  position: relative;
  z-index: 9;
  padding: 130px 0px 0px 0px;
}

.featured_news_2024::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0066b2;
  position: absolute;
  top: 55px;
  left: 50%;
  opacity: 0.2;
  max-width: 1270px;
  transform: translate(-50%, -50%);
}

.featured_news_2024 .featured_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0066b2;
}

.featured_news_2024 .featured_general {
  margin: 20px 0px 0px 0px;
}

.featured_news_2024 .featured_bg {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}

.featured_news_2024 .featured_detailds {
  border-radius: 20px;
  padding: 30px 20px;
  background: #f4f8fb;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}

.featured_news_2024 .featured_detailds:hover {
  background: #0066b2;
}

.tg_cat {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.tg_cat a {
  color: #0066b2;
}

.featured_news_2024 .featured_detailds:hover .tg_cat a {
  color: #fff;
}

.featured_news_2024 .featured_detailds h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px 30px 0px;
  min-height: 84px;
}

.featured_news_2024 .featured_detailds h3 a {
  color: #131a1f;
}

.featured_news_2024 .featured_detailds h3 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.featured_news_2024 .featured_detailds:hover h3 a {
  color: #fff;
}

.title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured_news_2024 .featured_detailds .tg_see_btn {
  box-shadow: none;
}

.featured_news_2024 .featured_detailds:hover .tg_see_btn {
  background: rgba(255, 255, 255, 0.1);
}

.featured_news_2024 .featured_detailds .tg_see_btn svg path {
  transition: all 0.3s;
}

.featured_news_2024 .featured_detailds:hover .tg_see_btn svg path {
  stroke: #fff;
}

.featured_news_2024 .tg_date {
  font-size: 12px;
  line-height: 20px;
  color: rgba(78, 78, 78, 0.5);
}

.featured_news_2024 .featured_detailds:hover .tg_date {
  color: rgba(255, 255, 255, 0.5);
}

.protect_band_2024 {
  padding: 80px 0px 70px 0px;
}

.protect_band_2024 .protect_general {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.protect_band_2024 .protect_left {
  width: 50%;
}

.protect_band_2024 .protect_btn {
  margin: 30px 0px 0px 0px;
  padding: 7px 32px;
}

.tg_middle_ft .ft_general {
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 102, 178, 0.2);
  border-bottom: 1px solid rgba(0, 102, 178, 0.2);
}

.tg_list_patvn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tg_list_patvn figure {
  mix-blend-mode: multiply;
}

.tg_list_patvn figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-content {
  display: none;
  position: relative;
}

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

@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.always_good_2024 {
  padding: 70px 0px 0px 0px;
  position: relative;
}

.always_good_2024 .always_general {
  display: flex;
  align-items: center;
  gap: 55px;
}

.always_good_2024 .always_left {
  width: 55%;
}

.always_good_2024 .always_right {
  width: 45%;
}

.always_good_2024 .list_always {
  display: table;
  margin: 0px auto;
}

.always_good_2024 .list_always .show_hide_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 102, 178, 0.05);
  border-radius: 90px;
}

.always_good_2024 .list_always .show_hide_tab li a {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 500;
  color: #4e4e4e;
  border-radius: 90px;
  background: transparent;
}

.always_good_2024 .list_always .show_hide_tab li.tg_current a {
  background: rgba(112, 194, 226, 0.8);
  color: #fff;
}

.always_good_2024 .list_always .show_hide_tab li a img {
  display: inline-block;
  position: relative;
  top: -1px;
}

.always_good_2024 .always_title {
  margin: 30px 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.always_good_2024 .always_title .title_right {
  font-size: 14px;
  line-height: 22px;
}

.always_good_2024 .always_title .title_left figure {
  display: table;
  margin: 0px auto;
}

.always_good_2024 .always_title .title_right b {
  font-size: 48px;
  line-height: 56px;
  color: #0066b2;
  display: block;
  margin: 0px 0px 10px 0px;
}

.always_good_2024 .always_detailds {
  margin: 36px 0px 0px 0px;
}

.always_form_group {
  border: 2px solid #408cc5;
  box-shadow: 0px 10px 50px -10px rgba(2, 23, 97, 0.1019607843);
  border-radius: 20px;
  padding: 18px 20px;
  background: #fff;
  display: flex;
}

.always_good_2024 #always-1 .always_form_group {
  gap: 8px;
  max-height: 125px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.always_good_2024 #always-2 .always_form_group {
  flex-direction: column;
  gap: 16px;
}

.always_form_group::-webkit-scrollbar {
  width: 0 !important;
}

.always_form_group {
  scrollbar-width: none;
}

.always_form_group {
  -ms-overflow-style: none;
}

.always_form_group::-webkit-scrollbar {
  width: 5px;
}

.always_form_group::-webkit-scrollbar-track {
  background: #f2f3f4;
}

.always_form_group::-webkit-scrollbar-thumb {
  background-color: #0066b3;
  border-radius: 90px;
  border: 90px solid #0066b3;
}

.always_good_2024 #always-1 .always_form_group .form_left {
  flex-grow: 1;
}

.always_good_2024 #always-1 .always_form_group .form_right {
  display: flex;
  align-items: center;
  min-width: 190px;
}

.always_filter {
  padding: 0px 16px 0px 0px;
}

.always_form_group .form_left .tagify {
  border: none;
  gap: 6px;
  align-items: center;
  width: 100%;
  max-height: 100px;
  overflow-x: hidden;
}

.always_form_group .form_left .tagify::-webkit-scrollbar {
  width: 5px;
}

.always_form_group .form_left .tagify::-webkit-scrollbar-track {
  background: #f2f3f4;
}

.always_form_group .form_left .tagify::-webkit-scrollbar-thumb {
  background-color: #0066b3;
  border-radius: 90px;
  border: 90px solid #0066b3;
}

.always_form_group .form_left .tagify__tag > div {
  padding: 0px;
}

.always_form_group .form_left .tagify__tag__removeBtn {
  margin: 0px;
  position: relative;
  top: 1px;
}

.always_form_group .form_left .tagify__tag__removeBtn:hover {
  background: transparent;
  position: relative;
}

.always_form_group .form_left .tagify__tag__removeBtn::after {
  content: url(../images/25072024-inputtags-close-icon.png);
}

.always_form_group .form_left .tagify__tag {
  margin: 0px;
  display: flex;
  gap: 10px;
  padding: 4px 10px;
  word-break: break-word;
}

.always_form_group .form_left .tagify__tag > div::before {
  background: rgba(0, 102, 178, 0.1);
  box-shadow: none !important;
  border-radius: 7px;
  transition: all 0.3s;
}

.always_form_group .form_left .tagify__tag:focus div::before,
.always_form_group .form_left .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: 0px;
}

.always_form_group .form_left .tagify__tag-text {
  color: #0066b2;
  font-size: 14px;
  line-height: 22px;
}

.always_form_group .form_left .tagify__tag__removeBtn:hover + div > span {
  opacity: 1;
}

.always_form_group .form_left .tagify__input {
  margin: 0px;
  padding: 0px;
  word-break: break-all;
}

.always_form_group .form_left input {
  width: 100%;
  border: none;
  resize: none;
  height: 48px;
  line-height: 48px;
  scrollbar-width: none;
  padding: 0px;
}

.always_form_group .form_left input::placeholder {
  color: rgba(7, 11, 23, 0.2);
  font-style: italic;
}

.always_filter .filter_icon {
  cursor: pointer;
  position: relative;
}

.always_filter .filter_icon span {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 12px;
  background: red;
  border-radius: 4px;
  color: #fff;
  line-height: 12px;
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  display: none;
}

.always_filter .filter_general {
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 20px 25px;
  border-radius: 20px;
  z-index: 9;
  left: -2px;
  display: none;
  box-shadow: 0px 0px 30.9px 0px rgba(0, 17, 36, 0.1019607843);
  top: 80px;
}

.always_filter.tag_active .filter_general {
  display: block;
}

.filter_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: block;
  position: relative;
}

.filter_title cite {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.filter_bg {
  margin: 15px 0px 0px 0px;
}

.filter_bg > .filter_detailds:nth-child(1) {
  margin: 0px;
}

.filter_detailds {
  margin: 15px 0px 0px 0px;
}

.filter_detailds strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.filter_detailds .filter_ct {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 10px;
  margin: 10px 0px 0px 0px;
}

.filter_inside input {
  display: none;
}

.filter_inside label {
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 0px 30px;
  position: relative;
  cursor: pointer;
}

.filter_inside input[type=checkbox]:checked + label {
  color: #0066b2;
}

.filter_inside label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  left: 0px;
  background: #fff;
  top: 3px;
  border: 1px solid #cce0f0;
}

.filter_inside input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  background: url(../images/25072024-filter-check-icon.png);
  width: 20px;
  height: 20px;
  text-align: center;
  left: 0px;
  top: 3px;
}

.filter_bg {
  max-height: 265px;
  overflow-x: hidden;
}

.popup_search_mobile .filter_bg {
  max-height: 388px;
  overflow-x: hidden;
}

.always_good_2024 #always-2 .form_left textarea::-webkit-scrollbar,
.filter_bg::-webkit-scrollbar {
  width: 2px;
}

.always_good_2024 #always-2 .form_left textarea::-webkit-scrollbar-track,
.filter_bg::-webkit-scrollbar-track {
  background: #cce0f0;
}

.always_good_2024 #always-2 .form_left textarea::-webkit-scrollbar-thumb,
.filter_bg::-webkit-scrollbar-thumb {
  background-color: #0066b3;
  border-radius: 90px;
  border: 90px solid #0066b3;
}

.filter_btn {
  margin: 24px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.filter_btn a {
  border-radius: 90px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.filter_btn .filter_refresh_btn {
  color: #181818;
  border: 1px solid #cce0f0;
  background: transparent;
  padding: 9px 20px;
}

.filter_btn .filter_apply_btn {
  border: 1px solid #0066b2;
  color: #fff;
  background: #0066b2;
  padding: 9px 40px;
}

.always_good_2024 .always_form_group .form_right button {
  border: none;
  background: #0066b2;
  border-radius: 90px;
  padding: 7px 17px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 102, 178, 0.2);
  gap: 10px;
  transition: all 0.3s;
  border: 1px solid #0066b2;
  position: relative;
}

.always_good_2024 .always_form_group .form_right button span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
}

/* 
  .always_good_2024
  .always_form_group
  .form_right
  button:hover
  span {
  transform: translateY(-150%);
} */
.always_good_2024 .always_form_group .form_right button span strong {
  position: relative;
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.always_good_2024 .always_form_group .form_right button span > strong:nth-child(2) {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}

/* 
  .always_good_2024
  .always_form_group
  .form_right
  button:hover
  span
  > strong:nth-child(1) {
  opacity: 0;
} */
.always_good_2024 .always_form_group .form_right button:hover span > strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}

/* .always_good_2024 .always_form_group .form_right button:hover{
  background: #fff;
}
 .always_good_2024 .always_form_group .form_right button svg circle,
 .always_good_2024 .always_form_group .form_right button svg path {
 transition: all 0.3s;
}
 .always_good_2024 .always_form_group .form_right button:hover svg circle,
 .always_good_2024 .always_form_group .form_right button:hover svg path{
  stroke: #0066B2;
}*/
.always_good_2024 #always-2 .always_form_group .form_right button {
  padding: 7px 13px;
}

.always_good_2024 #always-2 .always_form_group .form_right {
  display: flex;
  justify-content: flex-end;
}

.always_good_2024 .always_form_group .form_right button p {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
  margin: 0px;
}

.always_good_2024 #always-2 .form_left textarea {
  width: 100%;
  padding: 0px;
  resize: none;
  border: none;
}

.always_good_2024 #always-2 .form_left textarea::placeholder {
  color: rgba(0, 0, 0, 0.23);
}

#tenten_circle {
  position: relative;
  width: 505px;
  height: 505px;
}

#tenten_sun1 {
  height: 400px;
  width: 400px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 0px auto;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#tenten_sun2 {
  width: 404px;
  height: 404px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(112, 194, 226, 0.5) 0%, rgba(148, 222, 251, 0.5) 100%);
  border-radius: 50%;
}

#tenten_sun3 {
  width: 447px;
  height: 447px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(112, 194, 226, 0.08);
  border-radius: 50%;
}

#tenten_sun4 {
  width: 505px;
  height: 505px;
  position: absolute;
  background: transparent;
  border-radius: 50%;
  border: 3px solid rgba(112, 194, 226, 0.1);
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#tenten_sun4 #sun_spin1 {
  width: 12px;
  height: 12px;
  background: #70c2e2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translate(0px, -50%);
}

#tenten_sun4 #sun_spin2 {
  width: 12px;
  height: 12px;
  background: #70c2e2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(-50%, 0px);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.always_good_2024 .tangngay_img_mobile {
  display: none;
}

.always_good_2024 #tenten_sun1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px 0px;
  gap: 6px;
}

.always_good_2024 #tenten_sun1 ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #0066b2;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  background: #e7f2fb;
}

.always_good_2024 #tenten_sun1 b {
  font-weight: 600;
  color: #0066b2;
  font-size: 100px;
  line-height: 108px;
  display: table;
  margin: 10px auto 0px auto;
  text-align: center;
}

.always_good_2024 #tenten_sun1 b sup {
  font-size: 40px;
  line-height: 48px;
  top: -45px;
}

.always_good_2024 #tenten_sun1 strong {
  color: #4e4e4e;
  display: block;
  text-align: center;
}

.always_good_2024 .tenten_countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px 0px;
  gap: 50px;
}

.always_good_2024 .tenten_countdown figure {
  margin: 0px 0px 8px 0px;
}

.always_good_2024 .tenten_countdown .countdown_left span {
  font-weight: 500;
  color: #4e4e4e;
}

.always_good_2024 .tenten_countdown span b {
  color: #0066b2;
}

.always_good_2024 .tenten_countdown #tg_countdown_2023 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.always_good_2024 .tenten_countdown #tg_countdown_2023 li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #36aedd;
  font-size: 22px;
}

.always_good_2024 .tenten_countdown #tg_countdown_2023 li span {
  color: #47cbff;
}

.always_good_2024 .tenten_countdown #tg_countdown_2023 li strong {
  display: inline-block;
  width: 50px;
  height: 45px;
  border-radius: 5px;
  background: rgba(0, 102, 178, 0.1);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.tg_menu_flex_2024 {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  z-index: 9999999;
  overflow: auto;
  display: none;
}

.tg_menu_flex_2024 .tg_wrap_menu_flex {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.top_social_flex {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50px;
  margin: -131px 0px 0px 0px;
}

.top_social_flex .icon_close_flex {
  position: absolute;
  top: 300px;
  left: 50px;
  padding: 90px 0px 0px 0px;
}

.top_social_flex .icon_close_flex figure {
  box-shadow: 0px 10px 20px 0px rgba(0, 102, 178, 0.2);
  border-radius: 50%;
}

.top_social_flex .icon_close_flex img {
  cursor: pointer;
}

.top_social_flex .icon_close_flex:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background: rgba(0, 102, 178, 0.2);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0px;
}

.top_social_flex .list_menu_flex {
  width: 32%;
  padding: 110px 70px 0px 0px;
  display: flex;
  justify-content: flex-end;
}

.top_social_flex .tg_menu_flex_bg {
  width: 68%;
  padding: 80px 60px;
  background: #f4f8fb;
  animation: inherit !important;
  height: 100%;
}

.top_social_flex .menu_flex_icon {
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 102, 178, 0.2);
  border-radius: 50%;
}

.top_social_flex .menu_flex_detailds .l_left {
  animation: tgUp 0.3s;
}

.tg_menu_flex_2024 .list_menu_flex ul li {
  margin: 0px 0px 50px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.tg_menu_flex_2024 .list_menu_flex ul li:before {
  position: absolute;
  content: "";
  background: url(../images/25072024-flex-li-bg.png) no-repeat;
  max-width: 44px;
  width: 100%;
  height: 116px;
  top: 50%;
  margin: -58px 0px 0px 0px;
  right: -71px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.tg_menu_flex_2024 .list_menu_flex ul li.tg_current:before {
  opacity: 1;
  visibility: visible;
}

.tg_menu_flex_2024 .list_menu_flex ul > li:last-child {
  margin: 0px;
}

.tg_menu_flex_2024 .list_menu_flex ul li a {
  color: #131a1f;
  transition: all 0.3s;
}

.tg_menu_flex_2024 .list_menu_flex ul li.tg_current a {
  color: #0066b2;
}

.tg_menu_flex_2024 .l_left_flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
  padding: 0px 0px 30px 0px;
}

.tg_menu_flex_2024 .kt_dv_khac12042023 {
  border-top: 1px solid rgba(0, 102, 178, 0.2);
  padding: 50px 0px 0px 0px;
}

.tg_menu_flex_2024 #menu-flex-8 .l_left_flex {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tg_menu_flex_2024 .kt_dv_khac12042023 ul {
  margin: 20px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
}

.top_social_flex .menu_flex {
  display: table;
  margin: 0px 0px 16px 0px;
  position: relative;
  padding: 90px 0px 0px 0px;
}

.top_social_flex .menu_flex:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: rgba(0, 102, 178, 0.2);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0px;
  transition: height 0.5s;
}

.top_social_flex.tg_show_active .menu_flex:before {
  height: 70px;
}

.top_social_flex .certi_flex {
  margin: 0px 0px 16px 0px;
}

.top_social_flex.tg_show_active .certi_flex {
  animation-delay: 0.35s;
  animation: zoomIn 0.5s ease forwards;
}

.top_social_flex .certi_flex figure,
.top_social_flex .menu_flex .menu_flex_icon {
  opacity: 0;
}

.top_social_flex.tg_show_active .certi_flex figure,
.top_social_flex.tg_show_active .menu_flex .menu_flex_icon {
  opacity: 1;
}

.tooltip_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.bottom_social_flex .tooltip_flex {
  justify-content: flex-end;
}

.bottom_social_flex .tooltip_flex.tg_active .text_widget {
  display: none !important;
}

.tooltip_flex .wrap_figure figure {
  box-shadow: 0px 10px 20px 0px rgba(0, 102, 178, 0.2);
  display: table;
  border-radius: 50%;
}

.top_social_flex.tg_show_active .tooltip_flex .wrap_figure,
.bottom_social_flex.tg_show_active .tooltip_flex .wrap_figure {
  pointer-events: inherit;
}

.tooltip_flex .wrap_figure {
  position: relative;
  pointer-events: none;
}

.tooltip_flex .text_widget {
  background: rgba(0, 102, 178, 0.1);
  border-radius: 90px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 22px;
  color: #0066b2;
  position: absolute;
  top: 10px;
  right: -107px;
  display: none;
  width: 102px;
  text-align: center;
}

.top_social_flex .promotion_flex .wrap_figure figure {
  box-shadow: none;
}

.bottom_social_flex {
  position: fixed;
  z-index: 99;
  bottom: 100px;
  right: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 70px 0px 0px 0px;
}

.bottom_social_flex .tooltip_flex .wrap_figure {
  order: 2;
}

.bottom_social_flex .tooltip_flex .text_widget {
  order: 1;
  right: 65px;
}

.tooltip_flex:hover .text_widget {
  display: block;
}

.form_flex_group.tg_pending_tooltip .text_widget {
  display: none !important;
}

.bottom_social_flex .tooltip_flex.tg_scrolltop_2024 .text_widget {
  width: 100px;
}

.bottom_social_flex .search_flex .text_widget {
  width: 138px;
}

.bottom_social_flex .search_flex {
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: 4px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border-radius: 90px;
}

.bottom_social_flex.tg_show_active .search_flex,
.tg_scrolltop_2024.tg_show_active {
  animation-delay: 0.35s;
  animation: zoomIn 0.5s ease forwards;
  pointer-events: inherit !important;
}

.bottom_social_flex.tg_show_active .search_flex {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 60px;
}

.bottom_social_flex .search_flex .form_flex_group {
  position: relative;
  border-radius: 90px;
  border: 1px solid transparent;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 0px;
  transition: all 0.3s;
}

.bottom_social_flex .search_flex .form_flex_group.tg_active {
  border: 1px solid #70c2e2;
}

.bottom_social_flex .form_flex_group.tg_active .text_widget {
  display: none !important;
}

.bottom_social_flex .search_flex .form_flex_group.tg_active:hover {
  border: 1px solid #0066b2;
}

.bottom_social_flex .search_flex .form_flex_group input {
  border: none;
  padding: 0px;
  transition: all 0.3s;
  background: transparent;
  padding: 0px;
  width: 0;
  transition: width 0.5s;
  font-size: 14px;
}

.bottom_social_flex .search_flex .form_flex_group input::placeholder {
  font-style: italic;
}

.bottom_social_flex .search_flex .form_flex_group.tg_active input {
  width: 200px;
  padding: 0 0 0 10px;
}

.bottom_social_flex .search_flex .form_flex_group input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.bottom_social_flex .search_flex .form_flex_group button {
  padding: 0px;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #70c2e2;
  position: relative;
  line-height: 40px;
  transition: all 0.3s;
}

.bottom_social_flex .search_flex .form_flex_group button:hover {
  background: #0066b2;
}

.bottom_social_flex .search_flex .form_flex_group button svg {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.bottom_social_flex .search_flex .form_flex_group button circle {
  transition: all 0.3s;
}

.bottom_social_flex .email_flex .wrap_figure figure {
  box-shadow: none;
}

.bottom_social_flex .tg_scrolltop_2024 {
  opacity: 0;
  pointer-events: none;
}

.fancybox-container {
  z-index: 999999999;
}

.tg_khng_09082024 {
  padding: 120px 0px 0px 0px;
}

.tg_khng_09082024 .tg_khng_wrap {
  align-items: center;
  gap: 50px;
  display: flex;
}

.tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 {
  width: 46%;
  flex-shrink: 0;
}

.tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}

.tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 strong {
  color: #0066b2;
}

.tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 p {
  margin: 0px 0px 25px 0px;
}

.tg_khng_09082024 .tg_slide_khng {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_wrap_khng {
  position: absolute;
  top: 70px;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item figure {
  flex-shrink: 0;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item figure img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item {
  display: flex;
  gap: 20px;
  box-shadow: 5px 0px 40px 0px rgba(65, 137, 221, 0.1019607843);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  min-height: 200px;
  max-width: 490px;
  margin: 0 auto;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px 0px 2px 0px;
  display: block;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg strong b {
  font-weight: 400;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg span {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 22px;
  display: block;
  opacity: 0.6;
  margin: 0px 0px 10px 0px;
}

.tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tg_khng_09082024 .swiper-3d .swiper-slide-shadow {
  background: none;
}

.tg_khng_09082024 .swiper-slide {
  padding: 30px;
  height: auto !important;
}

.tg_khng_09082024 .swiper-control {
  display: flex;
  gap: 15px;
}

.tg_khng_09082024 .pagination-swipe {
  width: auto;
  font-size: 14px;
  color: #828282;
  line-height: 22px;
}

.tg_khng_09082024 .pagination-swipe .swiper-pagination-current {
  color: #0066b2;
}

.ft_title_mobile {
  display: none;
}

.tg_footer_2024 .ft_menu.tg_current .ft_title strong::before,
.tg_footer_2024 .top_ft_bg.tg_current > strong::before {
  transform: rotate(90deg);
}

.tg_btns_mobile {
  display: none;
  position: fixed;
  bottom: 18px;
  left: 0px;
  right: 0px;
  width: 343px;
  background: #dceaf4;
  border-radius: 30px;
  margin: 0 auto;
  z-index: 999;
  padding: 10px 0px;
}

.tg_btns_mobile .tg_wrap_btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.tg_btns_mobile .item_cart_mb {
  position: relative;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  font-size: 14px;
  top: -150px;
  left: -230px;
  width: 255px;
  box-shadow: 0px 22px 30.9px -18px rgba(0, 17, 36, 0.1019607843);
  line-height: 22px;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  bottom: -7px;
  right: 0px;
  box-shadow: 0px 22px 30.9px -18px rgba(0, 17, 36, 0.1019607843);
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy .cart_confirm_title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy .tg_tenten_btn {
  margin: 16px 0px 0px 0px;
  display: table;
  width: 100%;
  padding: 8px;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy .tg_tenten_btn span {
  position: relative;
  right: inherit;
  top: inherit;
  background: transparent;
  font-size: 14px;
  width: 100%;
  height: inherit;
  border-radius: 90px;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy .cart_confirm_title p {
  margin: 0px;
  position: relative;
  padding: 0px 0px 0px 26px;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy .cart_confirm_title p:before {
  position: absolute;
  content: "";
  background: url(../images/12092024-check-icon-cart-confirm.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
}

.tg_btns_mobile .item_cart_mb .cart_confirm_buy .close_icon {
  cursor: pointer;
}

.tg_btns_mobile .item_cart_mb span {
  position: absolute;
  top: 0px;
  right: -4px;
  width: 20px;
  height: 12px;
  background: #df1111;
  border-radius: 4px;
  color: #fff;
  line-height: 12px;
  text-align: center;
  font-size: 9px;
}

.tg_btns_mobile .item_search_mb {
  width: 51px;
  height: 51px;
  background: #0066b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  position: relative;
  top: -10px;
}

.tg_lang_2023 .tg_ul-tog {
  left: -20px;
  border-radius: 5px;
  border: 1px solid #88b0cc;
  position: absolute;
  padding: 10px;
  background: #fff;
  top: initial;
  bottom: 30px;
  width: 60px;
}

#menu_mobile_full .header_mobif {
  display: flex;
  padding: 15px 15px 5px 15px;
  align-items: center;
}

#menu_mobile_full .tg_close_mb {
  margin: 0px 0px 0px auto;
}

.br_mobile_20082024 {
  display: none;
}

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

.button {
  display: inline-block;
  position: relative;
}

.button.is-play {
  background-color: #086ab3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.button.is-play .button-outer-circle {
  background: #086ab3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.is-play .button-icon .triangle {
  animation: fadeIn 7s ease;
}

.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  animation: triangleStroke 3s;
  animation-timing-function: ease;
}

.has-scale-animation {
  animation: smallScale 3s infinite;
}

.has-delay-short {
  animation-delay: 0.5s;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.hv_btn_type2_082024 {
  position: relative;
}

.hv_btn_type2_082024::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -9px;
  background: #ffffff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hv_btn_type2_082024:hover::before {
  right: 0px;
  background: #0066b2;
}

.protect_band_2024 .dangky_img {
  display: none;
}

.popup_search_mobile .filter_detailds .filter_ct {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.popup_search_mobile .always_form_group {
  box-shadow: none;
  border: none;
  padding: 0px;
  background: transparent;
  flex-direction: column;
  gap: 40px;
  border-radius: 0px;
  margin: 20px 0px 0px 0px;
}

.popup_search_mobile .always_form_group .tagify--focus,
.popup_search_mobile .always_form_group .tagify--empty {
  border: 2px solid #408cc5;
  box-shadow: 0px 10px 50px -10px rgba(2, 23, 97, 0.1019607843);
  border-radius: 20px;
  background: #fff;
  width: 100%;
  padding: 20px 20px 40px 20px;
}

.popup_search_mobile .always_form_group .form_left .tagify__input::before {
  color: rgba(7, 11, 23, 0.2);
  font-style: italic;
}

.popup_search_mobile .always_form_group .form_left .tagify::-webkit-scrollbar {
  width: 2px;
}

.popup_search_mobile .always_form_group .form_left .tagify::-webkit-scrollbar-track {
  background: #cce0f0;
}

.popup_search_mobile .always_form_group .form_left .tagify::-webkit-scrollbar-thumb {
  background-color: #0066b3;
  border-radius: 90px;
  border: 90px solid #0066b3;
}

.always_form_group .form_left .tagify::-webkit-scrollbar {
  width: 0 !important;
}

.always_form_group .form_left .tagify {
  scrollbar-width: none;
}

.always_form_group .form_left .tagify {
  -ms-overflow-style: none;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  right: auto;
  left: 0;
  bottom: 10%;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
  right: auto;
  left: 0;
  bottom: 10%;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog {
  right: -180px;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog:after {
  right: auto;
  left: 10px;
}

.images_kt_1242023:nth-child(1) ~ .images_kt_1242023 {
  display: none;
}

@media (max-width: 992px) {
  #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
    right: auto;
    left: 10px;
    bottom: 8%;
  }
}
@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes arcontactus-updown {
  0%, 100%, 43% {
    transform: translate(0, 0);
  }
  25%, 35% {
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes arcontactus-updown {
  0%, 100%, 43% {
    transform: translate(0 0);
  }
  25%, 35% {
    transform: translate(-10px 0);
  }
}
@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes arcontactus-show-stat {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes arcontactus-show-stat {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes arcontactus-show-icons {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes arcontactus-show-icons {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*end contact fixed*/
.tg_remove_dm {
  cursor: pointer;
  transition: all 0.3s;
}

.tg_slide_khng .tg_slide_behind {
  opacity: 0.6;
}

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

.tg_title_pop_2808 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0px 20px 0px;
}

.tg_title_pop_2808 strong {
  font-size: 28px;
  line-height: 38px;
  color: #0066b2;
  font-weight: 600;
  margin: 0px;
}

.tg_title_pop_2808 cite {
  margin: 0 0 0 auto;
  cursor: pointer;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #e6f0f8;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #e6f0f8;
}

.tooltip-inner {
  background-color: #e6f0f8;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  padding: 8px 15px;
  border-radius: 10px;
  text-align: justify;
  max-width: 200px;
  word-break: break-word;
}

.promotion_flex .wrap_figure {
  pointer-events: inherit !important;
}

.tg_slide_khng::selection,
.tg_slide_khng *::selection {
  background: transparent !important;
}

.tg_nav_primary_2024 li.tg_phanmem_mn2023 {
  position: relative;
}

.tg_nav_primary_2024 li.tg_phanmem_mn2023 .sub-menu {
  width: 700px !important;
  left: -490px !important;
  padding: 35px !important;
  top: 50px !important;
  box-shadow: 0px 0px 4px #ccc;
}

.tg_nav_primary_2024 li.tg_phanmem_mn2023 .sub-menu .r_right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.tg_nav_primary_2024 li.tg_phanmem_mn2023 .sub-menu .r_right ul li {
  width: calc(50% - 7.5px);
  padding: 0px;
}

.tg_nav_primary_2024 li.tg_phanmem_mn2023 .sub-menu .r_right ul li a {
  color: #131a1f;
}

.tg_nav_primary_2024 li.tg_phanmem_mn2023 .sub-menu .r_right ul li a:hover {
  color: #0066b2;
}

.basic_capa {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart_detailds .crown_img {
  position: relative;
  top: -4px;
}

.tg_header_2024 {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.menu-column__item--active .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: 81px !important;
}

.menu-column__item--active {
  background-color: rgba(255, 255, 255, 0.15);
}

.menu-column__item--active > a::after {
  filter: brightness(0) saturate(100%) invert(26%) sepia(45%) saturate(3111%) hue-rotate(187deg) brightness(97%) contrast(101%);
}

.menu-icon_02022026 {
  display: none;
  cursor: pointer;
}

.tg_login_sp_mb {
  margin-top: auto;
  padding: 0px 15px;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 {
    gap: 0px;
  }
  .tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li {
    padding: 4px 8px;
  }
  .tg_header_2024 .tg_menu_hd_2024 .tg_nav_l_2024 > li > a {
    font-size: 14px;
    line-height: 20px;
  }
  .logo_numberone {
    display: none;
  }
  .logo_trophy {
    display: none;
  }
  .tg_register_hd_2024 {
    padding: 0px 8px 0px 8px;
  }
  .tg_translate_hd_2024.tg_register_account {
    margin-right: 8px;
  }
  .tg_register_hd_2024 a {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 18px;
  }
  .tg_translate_hd_2024.tg_register_account a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .tg_header_2024 .hd_middle {
    display: none;
  }
  .tg_header_2024 .hd_right {
    display: none;
  }
  .menu-icon_02022026 {
    display: block;
  }
  .mobile_absolute {
    display: flex;
    flex-direction: column;
    height: calc(100% - 56px);
  }
  #menu_mobile_full .mobile_flex {
    padding: 22px 15px 22px 15px;
  }
}
@media (max-width: 767px) {
  .tg_header_2024 .logo_tenten img {
    width: 110px;
  }
  .logo_numberone img {
    width: 33px;
  }
  .logo_trophy img {
    width: 33px;
  }
  .tg_header_2024 .logo_tenten {
    padding: 0px 12px 0px 0px;
  }
  .tg_header_2024 .logo_numberone {
    padding: 0px 8px 0px 0px;
  }
}
.free-domain_02022026 .hero {
  position: relative;
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero {
    border-radius: 0px 0px 40px 40px;
  }
}
.free-domain_02022026 .hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.free-domain_02022026 .hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-domain_02022026 .hero__inner {
  padding: 145px 0px 70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__inner {
    padding: 94px 0px 66px 0px;
  }
}
.free-domain_02022026 .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.free-domain_02022026 .hero__heading {
  font-weight: 700;
  font-size: 56px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .hero__heading {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__heading {
    font-size: 38px;
    max-width: 272px;
  }
}
.free-domain_02022026 .hero__heading span {
  font-size: 40px;
  display: block;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .hero__heading span {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__heading span {
    font-size: 24px;
  }
}
.free-domain_02022026 .hero__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  max-width: 784px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .hero__desc {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__desc {
    font-size: 14px;
    max-width: 99%;
  }
}
.free-domain_02022026 .hero form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free-domain_02022026 .hero__input-wrap {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  width: 100%;
  max-width: 930px;
  padding: 0px 8px 0px 32px;
  background: #fff;
  border-radius: 99px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__input-wrap {
    height: 48px;
  }
}
.free-domain_02022026 .hero__input {
  height: 100%;
  flex: 1;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__input {
    font-size: 16px;
  }
}
.free-domain_02022026 .hero__input::placeholder {
  color: rgb(176, 192, 222);
}
.free-domain_02022026 .hero__wrap-icon-search {
  height: 52px;
  width: 52px;
  background: linear-gradient(269.66deg, #44afff 0.12%, #0066b2 97.71%);
  box-shadow: 0px 0px 4px rgb(255, 255, 255) inset, 0px 0px 10px rgba(0, 102, 178, 0.3);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__wrap-icon-search {
    height: 32px;
    width: 32px;
  }
}
.free-domain_02022026 .hero__wrap-icon-search:hover {
  opacity: 0.9;
}
.free-domain_02022026 .hero__img-wrap {
  margin-top: 60px;
  height: 132px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .hero__img-wrap {
    height: 100px;
  }
}
.free-domain_02022026 .hero__img {
  height: 100%;
}

.free-domain_02022026 .free-domain {
  margin-top: 120px;
  margin-bottom: 120px;
  background: linear-gradient(180deg, #f2faff, #fff);
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .free-domain {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.free-domain_02022026 .free-domain__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.free-domain_02022026 .free-domain__desc {
  margin-top: 32px;
  font-style: Italic;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .free-domain__desc {
    margin-top: 20px;
    font-size: 14px;
    max-width: 80%;
  }
}
.free-domain_02022026 .free-domain__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .free-domain__bottom {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .free-domain__bottom {
    margin-top: 20px;
  }
}
.free-domain_02022026 .free-domain__content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: none;
}
.free-domain_02022026 .free-domain__content.tab_current {
  display: flex;
  animation: tgUp-free-domain 0.3s;
}

@media (max-width: 767.98px) {
  .free-domain_02022026 .switch {
    flex-direction: column;
    width: 100%;
  }
}
.free-domain_02022026 .switch__list {
  display: flex;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .switch__list {
    flex-direction: column;
    gap: 16px;
  }
}
.free-domain_02022026 .switch__item {
  padding: 24px 24px 22px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .switch__item {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.free-domain_02022026 .switch__item.tg_active {
  color: rgb(0, 102, 178);
  border-bottom: 2px solid rgb(0, 102, 178);
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .switch__item.tg_active {
    color: #fff;
    background-color: rgb(0, 102, 178);
  }
}
.free-domain_02022026 .switch__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .switch__text {
    font-size: 16px;
  }
}
.free-domain_02022026 .filter {
  margin-top: 40px;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter {
    margin-top: 20px;
    padding: 20px 16px;
    border-radius: 16px;
  }
}
.free-domain_02022026 .filter__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__inner {
    gap: 16px;
  }
}
.free-domain_02022026 .filter__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.free-domain_02022026 .filter__text {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__text {
    font-size: 14px;
  }
}
.free-domain_02022026 .filter__domain-item {
  padding: 10.5px 16px;
  background: rgba(2, 140, 243, 0.1);
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  border-radius: 100px;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__domain-item {
    padding: 7px 12px;
    font-size: 14px;
  }
}
.free-domain_02022026 .filter__domain-item.tg_active {
  background: rgb(0, 102, 178);
  color: #fff;
}
.free-domain_02022026 .filter__character-item {
  padding: 10.5px 14px;
  background: rgba(2, 140, 243, 0.1);
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  border-radius: 99px;
  flex-shrink: 0;
  min-width: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__character-item {
    padding: 7px 12px;
    font-size: 14px;
    min-width: 30px;
  }
}
.free-domain_02022026 .filter__character-item.tg_active {
  background: rgb(0, 102, 178);
  color: #fff;
}
.free-domain_02022026 .filter__domain-general {
  width: calc(100% - 92px);
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__domain-general {
    width: calc(100% - 95px);
  }
}
.free-domain_02022026 .filter__character-general {
  width: calc(100% - 29px);
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__character-general {
    width: calc(100% - 37px);
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter__row-select {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.free-domain_02022026 .filter-select {
  position: relative;
  border: 1px solid rgba(0, 102, 178, 0.5);
  border-radius: 12px;
  height: 47px;
  min-width: 341px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter-select {
    min-width: 100%;
  }
}
.free-domain_02022026 .filter-select {
  cursor: pointer;
}
.free-domain_02022026 .filter-select__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
}
.free-domain_02022026 .filter-select__list {
  position: absolute;
  width: 100%;
  top: 49px;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  display: none;
}
.free-domain_02022026 .filter-select__list.tg_active {
  display: flex;
}
.free-domain_02022026 .filter-select__item {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}
.free-domain_02022026 .filter-select__item.tg_active {
  color: #0066b2;
}
.free-domain_02022026 .filter-select__text {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter-select__text {
    font-size: 14px;
  }
}

.free-domain_02022026 .filter-search {
  position: relative;
  margin-left: auto;
}
.free-domain_02022026 .filter-search__inner {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 102, 178, 0.5);
  border-radius: 12px;
  height: 47px;
  min-width: 280px;
  overflow: hidden;
}
.free-domain_02022026 .filter-search__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  line-height: 120%;
  height: 100%;
  background: transparent;
  font-family: inherit;
}
.free-domain_02022026 .filter-search__input::placeholder {
  color: #999;
}
.free-domain_02022026 .filter-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.free-domain_02022026 .filter-search__btn:hover {
  background: rgba(0, 102, 178, 0.05);
}
.free-domain_02022026 .filter-search__error {
  color: #F31212;
  font-size: 13px;
  margin-top: 4px;
  padding-left: 2px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .filter-search {
    margin-left: 0;
    width: 100%;
  }
  .free-domain_02022026 .filter-search__inner {
    min-width: 100%;
  }
  .free-domain_02022026 .filter-search__input {
    font-size: 14px;
  }
}

.free-domain_02022026 .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.free-domain_02022026 .tg_table {
  margin-top: 40px;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table {
    margin-top: 20px;
  }
}
.free-domain_02022026 .tg_table__header {
  height: 80px;
  background: rgb(0, 102, 178);
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0px 0px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__header {
    display: none;
  }
}
.free-domain_02022026 .tg_table__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 217px;
  gap: 10px;
}
.free-domain_02022026 .tg_table__title img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.free-domain_02022026 .tg_table__title strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.free-domain_02022026 .tg_table__body {
  background: rgb(0, 102, 178);
  border-radius: 0px 0px 33px 33px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__body {
    background: transparent;
  }
}
.free-domain_02022026 .tg_table__inner {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__inner {
    gap: 20px;
    background: linear-gradient(180deg, #f2faff, #fff);
  }
}
.free-domain_02022026 .tg_table__row {
  display: flex;
  align-items: center;
  height: 80px;
}
.free-domain_02022026 .tg_table__row:nth-child(even) {
  background: rgb(242, 249, 255);
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__row:nth-child(even) {
    background: #fff;
  }
}
.free-domain_02022026 .tg_table__row:last-child {
  border-radius: 0px 0px 30px 30px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__row:last-child {
    gap: 20px;
    border-radius: 30px;
  }
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    height: initial;
    border-radius: 16px;
    gap: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(12, 95, 170, 0.1);
  }
}
.free-domain_02022026 .tg_table__group {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__group {
    width: 100%;
  }
}
.free-domain_02022026 .tg_table__hide {
  display: none;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__hide {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: rgb(140, 140, 140);
    white-space: nowrap;
  }
}
.free-domain_02022026 .tg_table__stt {
  width: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .free-domain_02022026 .tg_table__stt {
    width: 100px;
  }
}
@media (max-width: 1199.98px) {
  .free-domain_02022026 .tg_table__stt {
    width: 70px;
  }
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__stt {
    display: none;
  }
}
.free-domain_02022026 .tg_table__domain-name {
  width: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__domain-name {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .tg_table__domain-name span {
    font-weight: 500;
    line-height: 120%;
  }
}
.free-domain_02022026 .tg_table__domain-age {
  cursor: pointer;
  position: relative;
  width: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free-domain_02022026 .tg_table__domain-age strong {
  color: #fff;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__domain-age strong {
    color: #000;
  }
}
@media (max-width: 1199.98px) {
  .free-domain_02022026 .tg_table__domain-age {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__domain-age {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    gap: 8px;
  }
}
.free-domain_02022026 .tg_table__domain-age-wrap {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__domain-age-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 10px;
    border-radius: 99px;
    background: rgb(230, 244, 254);
  }
  .free-domain_02022026 .tg_table__domain-age-wrap strong {
    font-size: 14px;
    color: #000;
  }
}
.free-domain_02022026 .tg_table__open-date {
  width: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__open-date {
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .tg_table__open-date span {
    font-size: 14px;
  }
}
.free-domain_02022026 .tg_table__new-price {
  width: 217px;
}
.free-domain_02022026 .tg_table__new-price span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__new-price span {
    gap: 4px;
  }
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .tg_table__new-price span {
    font-size: 14px;
  }
}
.free-domain_02022026 .tg_table__new-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__new-price {
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
  }
}
.free-domain_02022026 .tg_table__renew-cost {
  width: 217px;
}
.free-domain_02022026 .tg_table__renew-cost span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .tg_table__renew-cost span {
    font-size: 14px;
  }
}
.free-domain_02022026 .tg_table__renew-cost {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__renew-cost {
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
  }
}
.free-domain_02022026 .tg_table__action {
  width: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__action {
    width: 100%;
    justify-content: flex-start;
  }
}
.free-domain_02022026 .tg_table__btn {
  height: 40px;
  padding: 0 24px;
  color: rgb(0, 102, 178);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  border: 1px solid rgb(0, 102, 178);
  border-radius: 99px;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__btn {
    margin-top: 10px;
    width: 100%;
    background-color: rgb(0, 102, 178);
    color: #fff;
  }
}
.free-domain_02022026 .tg_table__btn:hover {
  background-color: rgb(0, 102, 178);
  color: #fff;
}
.free-domain_02022026 .tg_table__info-wrap {
  position: relative;
  cursor: pointer;
}
.free-domain_02022026 .tg_table__info-wrap:hover .tg_table__info {
  display: flex;
}
.free-domain_02022026 .tg_table__info {
  display: none;
  position: absolute;
  top: 26px;
  right: -73px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .free-domain_02022026 .tg_table__info {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.free-domain_02022026 .tg_table__info-list {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px;
  width: 343px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .tg_table__info-list {
    width: 243px;
    gap: 4px;
    padding: 12px;
  }
}
.free-domain_02022026 .tg_table__info-line {
  width: 100%;
  height: 1px;
  border: 1px solid rgb(232, 232, 232);
  margin: 4px 0px;
}
.free-domain_02022026 .tg_table__info-item-total {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: rgb(243, 18, 18);
}
.free-domain_02022026 .tg_table__info-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .tg_table__info-item span {
    font-size: 12px;
  }
}
.free-domain_02022026 .tg_table__info-item span:last-child {
  white-space: nowrap;
}
.free-domain_02022026 .tg_table__info-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid rgb(0, 102, 178);
  left: 0;
  top: 7px;
}
.free-domain_02022026 .tg_table__domain-age-list {
  position: absolute;
  min-width: 150px;
  top: 30px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.free-domain_02022026 .tg_table__domain-age-list.tg_active {
  display: flex;
}
.free-domain_02022026 .tg_table__domain-age-item {
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.free-domain_02022026 .tg_table__domain-age-item.tg_active {
  color: rgb(0, 102, 178);
}

.free-domain_02022026 .page-size {
  display: flex;
  gap: 16px;
  align-items: center;
}
.free-domain_02022026 .page-size__label {
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .page-size__label {
    font-size: 14px;
  }
}
.free-domain_02022026 .page-size__inner {
  min-width: 105px;
  height: 44px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(108, 185, 253);
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .page-size__inner {
    height: 32px;
  }
}
.free-domain_02022026 .page-size__wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .page-size__text {
    font-size: 14px;
  }
}
.free-domain_02022026 .page-size__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}
@media (max-width: 767.98px) {
  .free-domain_02022026 .page-size__list {
    top: initial;
    bottom: 40px;
  }
}
.free-domain_02022026 .page-size__list.tg_active {
  display: flex;
}
.free-domain_02022026 .page-size__item {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
.free-domain_02022026 .page-size__item.tg_active {
  color: rgb(0, 102, 178);
}

.free-domain_02022026 .tg_pagination {
  display: flex;
}
.free-domain_02022026 .tg_pagination ul {
  display: flex;
  gap: 4px;
}
.free-domain_02022026 .tg_pagination li {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.free-domain_02022026 .tg_pagination li.tg_active {
  background-color: rgb(0, 102, 178);
  color: #fff;
}
.free-domain_02022026 .tg_pagination li:hover a {
  color: rgb(0, 102, 178);
}

/*# sourceMappingURL=style.css.map */
