html {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
}

body {
  font-style: inherit;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #131A1F;
  position: relative;
  font-family: "Inter", sans-serif;
  padding: 0px;
  overflow-x: hidden;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

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

a:hover {
  color: #0066b2;
}

.kt_dv_khac12042023 ul li a:hover {
  color: #0066b2 !important;
}

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

p:empty {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

figure {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.container {
  max-width: 1326px;
  width: 100% !important;
  margin: 0px auto;
}

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

h3.title_price_domain {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #131A1F;
  margin: 0px 0px 36px 0px;
  text-align: center;
}
.tg_accompanying_services {
  padding: 0px 0px 100px 0px;
}
.tg_accompanying_services_tn {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}
.tg_accompanying_services_tn .tg_accompanying_services_content:hover figure img {
  transform: scale(1.05);
}
.tg_accompanying_services_tn .tg_accompanying_services_content figure {
  height: 226px;
  overflow: hidden;
  border-radius: 20px;
}
.tg_accompanying_services_tn .tg_accompanying_services_content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s;
}
.tg_accompanying_services_content .textwidget {
  margin: 20px 0px 0px 0px;
}
.tg_accompanying_services_content .textwidget h3 {
  font-size: 18px;
  line-height: 28px;
  color: #131A1F;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
    display: -webkit-box;
  -webkit-line-clamp: 1;   /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg_accompanying_services_content .textwidget p {
  font-size: 16px;
  line-height: 24px;
  color: #131A1F;
  font-weight: 500;
  margin: 0px 0px 4px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg_accompanying_services_content .textwidget h5 {
  font-size: 16px;
  line-height: 150%;
  color: #DF1111;
  font-weight: 400;
  margin: 0px;
}
.tg_accompanying_services_content .textwidget h5 span {
  position: relative;
  margin: 0px 10px 0px 0px;
  color: #aaaaaa;
}
.tg_accompanying_services_content .textwidget h5 span::before {
  position: absolute;
  content: "";
  background: #aaaaaa;
  width: 100%;
  height: 1px; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_accompanying_services_content .textwidget h5 u {
  text-decoration: initial;
  font-weight: 600;
}
.tab_price_click {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0px auto 38px auto;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #CBE1F1;
  width: 100%;
  max-width: 300px;
}
.tab_price_click li {
  font-size: 16px;
  line-height: 24px;
  color: #131A1F;
  font-weight: 500;
}
.slide_tab_price_vn .slick-slide.slide-center {
  transform: scale(1); 
  border: 2px solid #007BFF;  
  border-radius: 30px;
  z-index: 2;
  transition: all 0.3s ease;
}
.slide_tab_price_vn .slick-slide {
  transform: scale(0.85); 
}
.slick-track {
  overflow: visible !important;
}
.slide_tab_price_vn .slick-dots {
  bottom: -35px;
}

.slick-slide {
  height: auto !important;
  overflow: visible;
}
.form_price_list_domain .slick-slide {
  transform: scale(0.85) rotateY(0.15deg);
  opacity: 1;
  z-index: 3;
}

.form_price_list_domain {
  background: #EFF7FD;
  border-radius: 30px;
  padding: 30px 30px 43px 30px;
}
.form_price_list_domain h3 {
  font-size: 36px;
  line-height: 120%;
  color: #131A1F;
  text-align: center;
  font-weight: 600;
  margin: 0px 0px 24px 0px;
}
.form_price_list_domain .price_tab {
  margin: 0px 0px 52px 0px;
}
.form_price_list_domain .price_tab h5 {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 6px;
  margin: 0px 0px 16px 0px;
}
.form_price_list_domain .price_tab strong {
  font-size: 32px;
  line-height: 28px;
  font-weight: 600;
  color: #DF1111;
}
.form_price_list_domain .price_tab span {
  font-size: 14px;
  line-height: 20px;
  color: #131A1F;
  font-weight: 400;
}
.form_price_list_domain .price_tab p {
  font-size: 22px;
  line-height: 120%;
  color: #131A1F;
  text-align: center;
  position: relative;
  display: table;
  margin: 0px auto;
}
.form_price_list_domain .price_tab p::before {
  position: absolute;
  content: "";
  background: #131A1F;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_price_list_domain .text_extend_price {
  margin: 0px 0px 52px 0px;
}
.form_price_list_domain .text_extend_price p {
  font-size: 16px;
  line-height: 20px;
  color: #131A1F;
  text-align: center;
  margin: 0px 0px 8px 0px;
}
.form_price_list_domain .text_extend_price p:last-child {
  margin: 0px;
}
a.detailed_price_list {
  font-size: 16px;
  line-height: 120%;
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  margin: 0px 0px 16px 0px;
  font-weight: 500;
}
.btn_register_now {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  margin: 0px auto;
  border: 1px solid #36A9FF;
  border-radius: 100px;
  padding: 11px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  transition: all 0.5s ease;
}
.btn_register_now a {
  font-size: 16px;
  line-height: 120%;
  color: #36A9FF;
  font-weight: 500;
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.btn_register_now:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #95c9ef;
}

.btn_register_now:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.btn_register_now:hover::after {
  opacity: 1;
  animation: slide-bg 1s forwards;
}

@keyframes slide-bg {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}*/
.btn_register_now:hover a {
  color: #fff;
  z-index: 999;
}

.slide_tab_price_vn .slick-dots li {
  width: 8px;
  height: 8px;
}
.slide_tab_price_vn .slick-dots li button {
  width: 8px;
  height: 8px;
}
.slide_tab_price_vn .slick-dots li button:before {
  width: 8px;
  height: 8px;
  content: "";
  background: #36A9FF;
  opacity: 20%;
  border-radius: 100%;
}
.slide_tab_price_vn .slick-dots li.slick-active {
  width: 40px;
  border-radius: 20px;
}
.slide_tab_price_vn .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 20px;
}
.slide_tab_price_vn .slick-dots li.slick-active button:before {
  background: linear-gradient(152.77deg, #36A9FF -0.63%, #296BD6 54.34%);
  opacity: 100%;
  width: 40px;
  border-radius: 20px;
}
.tg_price_doamin_international {
  padding: 0px 0px 120px 0px;
}
a.btn_see_all_list_domain {
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  border-radius: 100px;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  padding: 12px 67px;
  margin: 80px auto 0px auto;
  display: flex;
  width: 100%;
  max-width: 216px;
  overflow: hidden;
  justify-content: center;
}

a.btn_see_all_list_domain span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  margin: 0 !important;
}
a.btn_see_all_list_domain span strong {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  font-weight: 500;
}
a.btn_see_all_list_domain span strong:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
a.btn_see_all_list_domain:hover span {
  transform: translateY(-150%);
}
a.btn_see_all_list_domain:hover span > strong:nth-child(1) {
  opacity: 0;
}
a.btn_see_all_list_domain:hover span > strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}

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

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

.tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  color: #131A1F;
}
.tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 strong {
  font-weight: 600;
}

.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 #4189dd1a;
  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: #131A1F;
  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: 14px;
  line-height: 22px;
  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;
}
.tg_price_domain_09052024 {
  background: url("../images/bg_ldp_banggia_new.jpg") no-repeat;
  background-size: cover;
}
.tg_khng_09082024 {
  padding: 0px 0px 200px 0px;
}
.tg_banner_price_domain {
  padding: 90px 0px 120px 0px;
}
.tg_banner_price_domain figure img {
  border-radius: 20px;
}

.slide_banner .slick-dots li {
  width: 8px;
  height: 8px;
}
.slide_banner .slick-dots li button {
  width: 8px;
  height: 8px;
}
.slide_banner .slick-dots li button:before {
  width: 8px;
  height: 8px;
  content: "";
  background: linear-gradient(93.43deg, rgba(54, 169, 255, 0.15) -19.41%, rgba(41, 107, 214, 0.15) 102.3%); 
  opacity: 20%;
  border-radius: 100%;
}
.slide_banner .slick-dots li.slick-active {
  width: 40px;
  border-radius: 20px;
}
.slide_banner .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 20px;
}
.slide_banner .slick-dots li.slick-active button:before {
  background: linear-gradient(152.77deg, #36A9FF -0.63%, #296BD6 54.34%);
  opacity: 100%;
  width: 40px;
  border-radius: 20px;
}
.swiper-3d {
  perspective: 1050px;
}
.swiper-slide-next {
  transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-60deg) scale(0.9) !important;
  margin: 0px 0px 0px 41px;
}
.swiper-slide-prev {
  transform: translate3d(0px, 0px, -100.053px) rotateX(0deg) rotateY(60.0316deg) scale(0.9) !important;
  margin: 0px 42px 0px -40px;
}
.swiper-slide-active {
  transform: translate3d(0px, 0px, -0.263574px) rotateX(0deg) rotateY(0.158144deg) scale(1.15) !important;
}
.search_price_domain {
  margin: 76px 0px 0px 0px;
}
.form_search_banner {
  display: flex;
  width: 100%;
  max-width: 855px;
  margin: 0px auto;
}
.form_search_banner {
  position: relative;
}
.form_search_banner input {
  width: 100%;
  border: 1px solid #36A9FF;
  height: 42px;
  border-radius: 100px;
  padding: 11px 20px;
}
.form_search_banner input::placeholder {
  font-size: 14px;
  line-height: 20px;
}
.form_search_banner button {
  position: absolute;
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  border: none;
  right: 0px;
  height: 100%;
  border-radius: 100px;
  padding: 0px 33px;
  overflow: hidden;
}

.form_search_banner button span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  margin: 0 !important;
}
.form_search_banner button span strong {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  font-weight: 500;
}
.form_search_banner button span strong:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.form_search_banner button:hover span {
  transform: translateY(-150%);
}
.form_search_banner button:hover span > strong:nth-child(1) {
  opacity: 0;
}
.form_search_banner button:hover span > strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}

.noigi_general {
  position: relative;
}
.noigi_general .swiper-control {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-width: 790px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.noigi_general .swiper-control .sl_prev, .noigi_general .swiper-control .sl_next {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #0092EB;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 80%;
}
.noigi_general .swiper-control .sl_prev:hover, .noigi_general .swiper-control .sl_next:hover {
  opacity: 100%;
}
.tabs-contents.tg_current {
  display: inherit;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
.tabs-contents.tg_current li {
  animation: none;
}
.tabs-contents {
  display: none;
  padding: 0px;
}
.tab_price_click li {
  position: relative;
  cursor: pointer;
}
.tab_price_click li:hover {
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab_price_click li.tg_current {
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab_price_click li.tg_current::before {
  position: absolute;
  content: "";
  background: #296BD6;
  height: 1px;
  width: 100%;
  bottom: -10px;
}
.popup_domain {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.4) center center no-repeat;
  font-size: 15px;
  overflow: auto;
  display: none;
  z-index: 99999;
  height: 100%;
  top: 0px;
  left: 0px;
}
.popup_price_domain_vn .content_popup, .popup_international_domain .content_popup {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto 0px auto;
  background: #fff;
  padding: 27px 27px 43px 27px;
  position: relative;
}
.tab_popup_price ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0px auto 38px auto;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #CBE1F1;
  width: 100%;
  max-width: 300px;
}
.tab_popup_price ul li {
  font-size: 16px;
  line-height: 24px;
  color: #131A1F;
  font-weight: 500;
}
.table_popup_price_domain .search_popup {
  width: 100%;
  max-width: 855px;
  margin: 0px auto 48px auto;
  position: relative;
}
.table_popup_price_domain .search_popup input {
  width: 100%;
  border: 1px solid #36A9FF;
  height: 42px;
  border-radius: 100px;
  padding: 11px 20px;
}
.table_popup_price_domain .search_popup button {
  position: absolute;
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  border: none;
  right: 0px;
  height: 100%;
  border-radius: 100px;
  padding: 0px 33px;
  overflow: hidden;
}
.table_popup_price_domain .search_popup button span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  margin: 0 !important;
}
.table_popup_price_domain .search_popup button span strong {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  font-weight: 500;
}
.table_popup_price_domain .search_popup button span strong:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.table_popup_price_domain .search_popup button:hover span {
  transform: translateY(-150%);
}
.table_popup_price_domain .search_popup button:hover span > strong:nth-child(1) {
  opacity: 0;
}
.table_popup_price_domain .search_popup button:hover span > strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}
.content_table_price {
  background: #CBE1F2;
  border-radius: 20px;
  border: 1px solid #CBE1F2;
}
.content_table_price_tab2 {
  overflow: auto;
  height: 600px;
}
.content_table_price_tab2::-webkit-scrollbar { 
  width: 10px !important;
  background: #fff;
  border-radius: 50px;
}
.content_table_price_tab2::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 50px;
}

.content_table_price table {
  width: 100%;
}
.content_table_price table tr th {
  font-size: 16px;
  line-height: 20px;
  color: #131A1F;
  font-weight: 600;
  text-transform: uppercase;
  padding: 24px;
  text-align: center;
}
.content_table_price table tr th .select_ul_document_setting {
  width: 95px;
  right: -100px;
  top: 0px;
  padding: 0px;
  border-radius: 0px 10px 10px 10px;
}
.content_table_price table tr th.tg_high_price .select_ul_document_setting {
  width: 160px;
  right: -140px;
}
.content_table_price table tr th .select_ul_document_setting ul {
  flex-direction: column;
  margin: 0px;
  border: none;
  align-items: flex-start;
  gap: 0;
  padding: 0px;
}
.content_table_price table tr th .select_ul_document_setting ul li {
  padding: 8px 12px;
  border-top: 1px solid #CCE0F0;
}
.content_table_price table tr th .select_ul_document_setting ul li, .content_table_price table tr th .select_ul_document_setting ul li a {
  font-size: 12px;
  line-height: 120%;
  color: #131A1F;
}
.content_table_price table tr th h3 {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.content_table_price table tr th:first-child {
  text-align: left;
  border-radius: 20px 0px 0px 0px;
}
.content_table_price table tr td:first-child {
  text-align: left;
}
.content_table_price table tr:first-child td:first-child {
  border-radius: 20px 0px 0px 0px;
}
.content_table_price table tr:first-child td:last-child {
  border-radius: 0px 20px 0px 0px;
}
.content_table_price table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 20px;
}
.content_table_price table tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}
.content_table_price table tr td {
  font-size: 16px;
  line-height: 20px;
  color: #131A1F;
  font-weight: 400;
  padding: 14px 24px; 
  text-align: center;
}
.content_table_price table tbody tr:nth-child(odd) {
  background: #fff;
}
.content_table_price table tbody tr:nth-child(even) {
  background: #EFF7FD;
}
.text_content_table {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.price_table_flc h5 {
  font-size: 16px;
  line-height: 20px;
  color: #131A1F;
  font-weight: 400;
  position: relative;
  margin: 0px;
  display: table;
}
.price_table_flc h5::before {
  position: absolute;
  content: "";
  background: #131A1F;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price_table_flc h3 {
  font-size: 16px;
  line-height: 20px;
  color: #131A1F;
  font-weight: 700;
  position: relative;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.price_tn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_tn .select_ul_document_setting {
  top: -115px;
}
a.btn_register_popup {
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  border: none;
  right: 0px;
  height: 100%;
  border-radius: 100px;
  padding: 7px 33px;
  overflow: hidden;
}
a.btn_register_popup span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  margin: 0 !important;
}
a.btn_register_popup span strong {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  font-weight: 500;
}
a.btn_register_popup span strong:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
a.btn_register_popup:hover span {
  transform: translateY(-150%);
}
a.btn_register_popup:hover span > strong:nth-child(1) {
  opacity: 0;
}
a.btn_register_popup:hover span > strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}
.tab-content.sv_current {
  display: inherit;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
.tab-content.sv_current li {
  animation: none;
}
.tab-content {
  display: none;
  padding: 0px;
}
.tab_popup_price ul li {
  position: relative;
  cursor: pointer;
}
.tab_popup_price ul li:hover {
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab_popup_price ul li.sv_current {
  background: linear-gradient(93.43deg, #36A9FF -19.41%, #296BD6 102.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab_popup_price ul li.sv_current::before {
  position: absolute;
  content: "";
  background: #296BD6;
  height: 1px;
  width: 100%;
  bottom: -10px;
}
.icon_close_flex {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.select_ul_document_setting {
  position: absolute;
  background: #fff;
  width: 290px;
  box-shadow: 0px 10px 30px 0px #623CE726;
  padding: 8px 0px 8px 0px;
  z-index: 999;
  border-radius: 10px;
  right: -300px;
  top: -160px;
  display: none;
  box-shadow: 0px 4px 20px 0px #06395E1A;
}
.click_show_tong {
  position: relative;
}
.click_show_tong svg {
  cursor: pointer;
}
.click_show_tong.document_active .select_ul_document_setting {
    display: block;
}
.select_ul_document_setting .price_smb {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 8px 0px;
  gap:7px;
  position: relative;
  padding: 0px 15px 0px 25px;
}
.select_ul_document_setting .price_smb:last-child {
  margin: 0px;
}
.select_ul_document_setting .price_smb::before {
  position: absolute;
  content: "";
  border: 2px solid #0066B2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 4px;
}
.select_ul_document_setting .price_smb.price_smb_total {
  padding: 12px 15px 0px 25px;
  border-top: 1px solid #CCE0F0;
}
.select_ul_document_setting .price_smb.price_smb_total::before {
  top: 15px;
}
.select_ul_document_setting .price_smb.price_smb_total p {
  font-weight: 600;
}
.select_ul_document_setting .price_smb.price_smb_total h3 {
  font-weight: 600;
  color: #FF0A0A;
}
.select_ul_document_setting .price_smb p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0px;
  text-align: left;
  width: 100%;
  max-width: 180px;
}
.select_ul_document_setting .price_smb h3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.select_ul_document_setting .price_smb h3 span {
  position: relative;
}
.select_ul_document_setting .price_smb h3 span::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select_ul_document_setting .price_smb h3 strong {
  color: #FF0A0A;
}
.slide_tab_price_vn .slick-slide {
  height: initial !important;
}
.slide_tab_price_vn .slick-track {
  display: flex !important;
  align-items: stretch; /* các item cùng chiều cao */
}

.slide_tab_price_vn .slick-slide {
  float: none !important;
  height: auto !important;
  align-items: stretch;
}
.slide_tab_price_vn .slick-slide {
  white-space: normal !important;
}
.search_price_domain h3.title_price_domain {
  font-size: 26px;
  line-height: 32px;
  margin: 0px 0px 16px 0px;
}
.tg_title_kh_09082024 h3.title_price_domain {
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 0px 0px 16px 0px;
}
.noigi_general .swiper-control {
  display: none;
}
@media (min-width:1300px) and (max-width: 1700px) {
.noigi_general .swiper-control {
  max-width: 580px;
}

}
@media (min-width:1025px) and (max-width: 1299px) {
    .noigi_general .swiper-control {
  display: flex;
}
  .tg_title_kh_09082024 h3.title_price_domain {
    max-width: 100%;
  }
  .tg_accompanying_services_tn {
    display: block;
  }
  .tg_accompanying_services_tn .slick-dots li {
  width: 8px;
  height: 8px;
}
  .tg_accompanying_services_tn .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .tg_accompanying_services_tn .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: "";
    background: #36A9FF;
    opacity: 20%;
    border-radius: 100%;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active {
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active button {
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active button:before {
    background: linear-gradient(152.77deg, #36A9FF -0.63%, #296BD6 54.34%);
    opacity: 100%;
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots {
    bottom: -25px;
  }
  .tg_accompanying_services_tn .slick-slide {
    margin: 0px 10px;
  }
  .noigi_general .swiper-control {
    max-width: 1000px;
  }
  .slide_tab_price_vn .slide-center, .swiper-slide-active, .swiper-slide-prev, .swiper-slide-next {
    transform: none !important;
    box-shadow: none; /* nếu không muốn đổ bóng trên mobile */
    margin: 0px;
  }
  .tg_banner_price_domain .noigi_detailds figure {
    text-align: center;
  }
  .tg_banner_price_domain {
    padding: 60px 0px 40px 0px;
  }
  .noigi_general .swiper-control .sl_prev, .noigi_general .swiper-control .sl_next {
    width: 60px;
    height: 60px;
  }
  .noigi_general .swiper-control .sl_prev svg, .noigi_general .swiper-control .sl_next svg {
    width: 20px;
    height: 20px;
  }
  .search_price_domain {
    margin: 40px 0px 0px 0px;
  }
  h3.title_price_domain {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 16px 0px;
  }
  .tab_price_click {
    margin: 0px auto 16px auto;
  }
  .tab_price_click li {
    font-size: 14px;
    line-height: 22px;
  }
  .slide_tab_price_vn .slick-slide {
    transform: none;
    margin: 0px 10px;
  }
  .form_price_list_domain {
    padding: 20px;
    border-radius: 20px;
  }
  .slide_tab_price_vn .slick-slide.slide-center {
    border-radius: initial;
    border: none;
    transition: none;
  }
  .form_price_list_domain h3 {
    font-size: 28px;
  }
  .form_price_list_domain .price_tab strong {
    font-size: 28px;
  }
  .form_price_list_domain .price_tab h5 {
    margin: 0px 0px 12px 0px;
  }
  .form_price_list_domain .price_tab {
    margin: 0px 0px 32px 0px;
  }
  .form_price_list_domain .text_extend_price p {
    font-size: 14px;
    line-height: 18px;
  }
  .form_price_list_domain .text_extend_price {
    margin: 0px 0px 34px 0px;
  }
  a.detailed_price_list {
    font-size: 14px;
  }
  .btn_register_now a {
    font-size: 14px;
  }
  a.btn_see_all_list_domain {
    font-size: 14px;
    margin: 60px auto 0px auto;
  }
  .tg_price_doamin_international {
    padding: 0px 0px 60px 0px;
  }
  .tg_accompanying_services_tn {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-gap: 20px;
  }
  .tg_accompanying_services_content .textwidget h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 4px 0px;
  }
  .tg_accompanying_services_content .textwidget p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 4px 0px;
  }
  .tg_accompanying_services_content .textwidget h5 {
    font-size: 14px;
  }
  .tg_accompanying_services {
    padding: 0px 0px 60px 0px;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .tg_khng_09082024 .tg_slide_khng .tg_slide_item {
    box-shadow: 0px 0px 15px 0px #4189dd1a;
    min-height: 160px;
    max-width: 700px;
  }

  .endow_hot_2024 .endow_general figure {
  }

  .br_mobile_20082024 {
    display: block;
  }

  .gmoGroupHeader {
    display: none !important;
  }

  .ft_title_mobile {
    display: block;
  }

  .tg_khng_09082024 .tg_slide_khng .tg_slide_wrap_khng {
    top: 50px;
  }
.tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg p {
  min-height: 110px;
}
  .tg_khng_09082024 {
    padding: 0px 0px 120px 0px;
  }

  
  .tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg strong {
    font-size: 14px;
    line-height: 22px;
  }
  .form_search_banner button {
    font-size: 14px;
  }
  .form_search_banner input:placehoder {
    font-size: 14px;
  }
  .form_search_banner input {
    padding: 11px 130px 11px 20px;
  }
  .tg_accompanying_services_tn .tg_accompanying_services_content figure, .tg_accompanying_services_tn .tg_accompanying_services_content figure img {
    border-radius: 10px;
  }
  .content_table_price table tr th {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 10px;
     white-space: nowrap;
  }
  .content_table_price table tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
     white-space: nowrap;
  }
  .price_table_flc h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .price_table_flc h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .content_table_price {
    overflow: auto;
  }
  .popup_price_domain_vn .container, .popup_international_domain .container {
    padding: 0px !important;
  }
  a.btn_register_popup {
    font-size: 14px;
  }
  .content_table_price table tr td:first-child {
    text-align: left;
  }
  .text_content_table figure {
    display: none;
  }
  .content_table_price table tr th h3 {
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
    .noigi_general .swiper-control {
  display: flex;
}
  .tg_title_kh_09082024 h3.title_price_domain {
    max-width: 100%;
    text-align: center;
  }
  .tg_accompanying_services_tn {
    display: block;
  }
  .tg_accompanying_services_tn .slick-dots li {
  width: 8px;
  height: 8px;
}
  .tg_accompanying_services_tn .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .tg_accompanying_services_tn .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: "";
    background: #36A9FF;
    opacity: 20%;
    border-radius: 100%;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active {
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active button {
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active button:before {
    background: linear-gradient(152.77deg, #36A9FF -0.63%, #296BD6 54.34%);
    opacity: 100%;
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots {
    bottom: -25px;
  }
  .tg_accompanying_services_tn .slick-slide {
    margin: 0px 10px;
  }
  .noigi_general .swiper-control {
    max-width: 1000px;
  }
  .slide_tab_price_vn .slide-center, .swiper-slide-active, .swiper-slide-prev, .swiper-slide-next {
    transform: none !important;
    box-shadow: none; /* nếu không muốn đổ bóng trên mobile */
    margin: 0px;
  }
  .tg_banner_price_domain .noigi_detailds figure {
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
  }
  .tg_banner_price_domain {
    padding: 60px 0px 40px 0px;
  }
  .noigi_general .swiper-control .sl_prev, .noigi_general .swiper-control .sl_next {
    width: 60px;
    height: 60px;
  }
  .noigi_general .swiper-control .sl_prev svg, .noigi_general .swiper-control .sl_next svg {
    width: 20px;
    height: 20px;
  }
  .search_price_domain {
    margin: 40px 0px 0px 0px;
  }
  h3.title_price_domain {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 16px 0px;
  }
  .tab_price_click {
    margin: 0px auto 16px auto;
  }
  .tab_price_click li {
    font-size: 14px;
    line-height: 22px;
  }
  .slide_tab_price_vn .slick-slide {
    transform: none;
    margin: 0px 10px;
  }
  .form_price_list_domain {
    padding: 20px;
    border-radius: 20px;
  }
  .slide_tab_price_vn .slick-slide.slide-center {
    border-radius: initial;
    border: none;
    transition: none;
  }
  .form_price_list_domain h3 {
    font-size: 28px;
  }
  .form_price_list_domain .price_tab strong {
    font-size: 28px;
  }
  .form_price_list_domain .price_tab h5 {
    margin: 0px 0px 12px 0px;
  }
  .form_price_list_domain .price_tab {
    margin: 0px 0px 32px 0px;
  }
  .form_price_list_domain .text_extend_price p {
    font-size: 14px;
    line-height: 18px;
  }
  .form_price_list_domain .text_extend_price {
    margin: 0px 0px 34px 0px;
  }
  a.detailed_price_list {
    font-size: 14px;
  }
  .btn_register_now a {
    font-size: 14px;
  }
  a.btn_see_all_list_domain {
    font-size: 14px;
    margin: 60px auto 0px auto;
  }
  .tg_price_doamin_international {
    padding: 0px 0px 60px 0px;
  }
  .tg_accompanying_services_tn {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-gap: 20px;
  }
  .tg_accompanying_services_content .textwidget h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 4px 0px;
  }
  .tg_accompanying_services_content .textwidget p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 4px 0px;
  }
  .tg_accompanying_services_content .textwidget h5 {
    font-size: 14px;
  }
  .tg_accompanying_services {
    padding: 0px 0px 60px 0px;
  }
  .tg_khng_09082024 .tg_khng_wrap {
    flex-direction: column;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 {
    width: 100%;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 p {
    display: none;
  }
  .tg_slide_behind {
    display: none;
  }
  .tg_khng_09082024 .tg_slide_khng .tg_slide_wrap_khng {
        position: relative;
        top: initial;
    }
    .tg_khng_09082024 .swiper-slide {
    padding: 10px;
  }

  .tg_khng_09082024 .tg_slide_khng .tg_slide_item {
    box-shadow: 0px 0px 15px 0px #4189dd1a;
    min-height: 160px;
    max-width: 700px;
  }

  .endow_hot_2024 .endow_general figure {
  }

  .br_mobile_20082024 {
    display: block;
  }

  .gmoGroupHeader {
    display: none !important;
  }

  .ft_title_mobile {
    display: block;
  }

  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    flex-direction: initial;
    justify-content: center;
    gap: 6px;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 strong {
    font-weight: 500;
  }

  .tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 88px;
  }

  .tg_khng_09082024 .swiper-control {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 10px;
  }

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

  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 {
    width: 100%;
    text-align: center;
  }

  .tg_khng_09082024 .tg_khng_wrap {
    flex-direction: column;
    display: block;
    position: relative;
    padding: 0px 0px 40px 0px;
  }
  .tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg strong {
    font-size: 14px;
    line-height: 22px;
  }
  .form_search_banner button {
    font-size: 14px;
  }
  .form_search_banner input:placehoder {
    font-size: 14px;
  }
  .form_search_banner input {
    padding: 11px 130px 11px 20px;
  }
  .tg_accompanying_services_tn .tg_accompanying_services_content figure, .tg_accompanying_services_tn .tg_accompanying_services_content figure img {
    border-radius: 10px;
  }
  .content_table_price table tr th {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 10px;
     white-space: nowrap;
  }
  .content_table_price table tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
     white-space: nowrap;
  }
  .price_table_flc h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .price_table_flc h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .content_table_price {
    overflow: auto;
  }
  .popup_price_domain_vn .container, .popup_international_domain .container {
    padding: 0px !important;
  }
  a.btn_register_popup {
    font-size: 14px;
  }
  .content_table_price table tr td:first-child {
    text-align: left;
  }
  .text_content_table figure {
    display: none;
  }
  .content_table_price table tr th h3 {
    font-size: 12px;
  }
}
@media (max-width:767px) {
    .tg_title_kh_09082024 h3.title_price_domain {
    max-width: 100%;
    text-align: center;
  }
  .tg_price_domain_09052024 {
    background: url("../images/bg_ldp_banggia_new_mb.png") no-repeat;
    background-size: cover;
  }
  .content_table_price table tr th h3 {
    font-size: 12px;
  }
  .text_content_table figure {
    display: none;
  }
  .slide_tab_price_vn .slide-center, .swiper-slide-active, .swiper-slide-prev, .swiper-slide-next {
    transform: none !important;
    box-shadow: none;
    margin: 0px;
  }
  .tg_banner_price_domain {
    padding: 60px 0px 40px 0px;
  }
  .noigi_general .swiper-control .sl_prev, .noigi_general .swiper-control .sl_next {
    width: 30px;
    height: 30px;
  }
  .noigi_general .swiper-control .sl_prev svg, .noigi_general .swiper-control .sl_next svg {
    width: 15px;
    height: 15px;
  }
  .search_price_domain {
    margin: 40px 0px 0px 0px;
  }
  h3.title_price_domain {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 16px 0px;
  }
  .tab_price_click {
    margin: 0px auto 16px auto;
    max-width: 270px;
  }
  .tab_price_click li {
    font-size: 14px;
    line-height: 22px;
  }
  .slide_tab_price_vn .slick-slide {
    transform: none;
  }
  .form_price_list_domain {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #007BFF;
  }
  .slide_tab_price_vn .slick-slide.slide-center {
    border-radius: initial;
    border: none;
    transition: none;
  }
  .form_price_list_domain h3 {
    font-size: 28px;
  }
  .form_price_list_domain .price_tab strong {
    font-size: 28px;
  }
  .form_price_list_domain .price_tab h5 {
    margin: 0px 0px 12px 0px;
  }
  .form_price_list_domain .price_tab {
    margin: 0px 0px 32px 0px;
  }
  .form_price_list_domain .text_extend_price p {
    font-size: 14px;
    line-height: 18px;
  }
  .form_price_list_domain .text_extend_price {
    margin: 0px 0px 34px 0px;
  }
  a.detailed_price_list {
    font-size: 14px;
  }
  .btn_register_now a {
    font-size: 14px;
  }
  a.btn_see_all_list_domain {
    font-size: 14px;
    margin: 60px auto 0px auto;
  }
  .tg_price_doamin_international {
    padding: 0px 0px 60px 0px;
  }
  .tg_accompanying_services_tn {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-gap: 20px;
  }
  .tg_accompanying_services_content .textwidget h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 4px 0px;
  }
  .tg_accompanying_services_content .textwidget p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 4px 0px;
  }
  .tg_accompanying_services_content .textwidget h5 {
    font-size: 14px;
  }
  .tg_accompanying_services {
    padding: 0px 0px 60px 0px;
  }
  .tg_khng_09082024 .tg_khng_wrap {
    flex-direction: column;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 {
    width: 100%;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 p {
    display: none;
  }
  .tg_slide_behind {
    display: none;
  }
  .tg_khng_09082024 .tg_slide_khng .tg_slide_wrap_khng {
        position: relative;
        top: initial;
    }
    .tg_khng_09082024 .swiper-slide {
    padding: 10px;
  }

  .tg_khng_09082024 .tg_slide_khng .tg_slide_item {
    box-shadow: 0px 0px 15px 0px #4189dd1a;
    min-height: 160px;
  }

  .endow_hot_2024 .endow_general figure {
  }

  .br_mobile_20082024 {
    display: block;
  }

  .gmoGroupHeader {
    display: none !important;
  }

  .ft_title_mobile {
    display: block;
  }

  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
  }
  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 h2 strong {
    font-weight: 600;
  }

  .tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 132px;
  }

  .tg_khng_09082024 .swiper-control {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 10px;
  }

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

  .tg_khng_09082024 .tg_khng_wrap .tg_title_kh_09082024 {
    width: 100%;
    text-align: center;
  }

  .tg_khng_09082024 .tg_khng_wrap {
    flex-direction: column;
    display: block;
    position: relative;
    padding: 0px 0px 40px 0px;
  }
  .tg_khng_09082024 .tg_slide_khng .tg_slide_item .tg_textwg strong {
    font-size: 14px;
    line-height: 22px;
  }
  .form_search_banner button {
    font-size: 14px;
  }
  .form_search_banner input:placehoder {
    font-size: 14px;
  }
  .form_search_banner input {
    padding: 11px 130px 11px 20px;
  }
  .tg_accompanying_services_tn .tg_accompanying_services_content figure, .tg_accompanying_services_tn .tg_accompanying_services_content figure img {
    border-radius: 10px;
  }
  .icon_close_flex {
    top: 20px;
    right: 15px;
  }
  .tab_popup_price ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .tab_popup_price ul {
    margin: 0px auto 24px auto;
  }
  .popup_price_domain_vn .content_popup, .popup_international_domain .content_popup {
    padding: 15px;
  }
  .table_popup_price_domain .search_popup button {
    font-size: 14px;
  }
  .content_table_price table tr th {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 10px;
     white-space: nowrap;
  }
  .content_table_price table tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
     white-space: nowrap;
  }
  .price_table_flc h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .price_table_flc h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .content_table_price {
    overflow: auto;
  }
  .popup_price_domain_vn .container, .popup_international_domain .container {
    padding: 0px !important;
  }
  a.btn_register_popup {
    font-size: 14px;
  }
  .select_ul_document_setting {
    top: -10px;
  }
  .select_ul_document_setting .price_smb p {
    white-space: initial;
  }
  .price_tn .select_ul_document_setting {
    top: -5px;
  }
  .tg_accompanying_services_tn .slick-dots li {
  width: 8px;
  height: 8px;
}
  .tg_accompanying_services_tn .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .tg_accompanying_services_tn .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: "";
    background: #36A9FF;
    opacity: 20%;
    border-radius: 100%;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active {
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active button {
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots li.slick-active button:before {
    background: linear-gradient(152.77deg, #36A9FF -0.63%, #296BD6 54.34%);
    opacity: 100%;
    width: 40px;
    border-radius: 20px;
  }
  .tg_accompanying_services_tn .slick-dots {
    bottom: -25px;
  }
  .tg_accompanying_services_tn .slick-track {
    padding: 0px 40px;
  }
  .tg_accompanying_services_tn .slick-slide {
    margin: 0px 10px 0px 0px;
  }
  .tg_banner_price_domain .noigi_detailds figure {
    width: 360px;
    margin: 0px auto;
  }
    .noigi_general .swiper-control {
  display: flex;
}
}