@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary-brand: #03558B;
  --body: #101828;
  --white: #ffffff;
  --border: #E4E4E5;
  --display-text: #0C0E16;
  --description: #42444A;
  --yeallow: #FFF200;
}

.container {
  max-width: 1195px;
}

.help-block, .toast-message, #toast-container, select, .choices__inner, .choices__list {
  font-family: "Inter", sans-serif !important;
}

body {
  font-family: "Inter", sans-serif;
  font-family: sf-pro;
  color: var(--body);
  top: 0 !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
}

a {
  color: var(--body);
}
a:focus {
  outline: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

*::-webkit-scrollbar {
  width: 6px; /* thanh dọc */
  height: 6px; /* thanh ngang */
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

ul li,
a,
b,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button {
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

a {
  color: var(--body);
  text-decoration: none;
}

a:hover {
  color: unset;
}

p,
span {
  margin-bottom: 0;
}

a:hover {
  text-decoration: unset;
}

.gray {
  color: #777777;
}

.lh-30 {
  line-height: 30px;
}

.fz-35 {
  font-size: 35px;
}

.fz-30 {
  font-size: 30px;
}

.fz-26 {
  font-size: 26px;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-20 {
  font-size: 20px;
  line-height: 30px;
}

.fz-18 {
  font-size: 18px !important;
  line-height: 24px;
}

.fz-16 {
  font-size: 16px !important;
  line-height: 24px;
}

.fz-15 {
  font-size: 15px !important;
  line-height: 24px;
}

.fz-14 {
  font-size: 14px;
  line-height: 21px;
}

.fz-12 {
  font-size: 12px;
}

.radius_10 {
  border-radius: 10px;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-10 {
  margin-top: 1px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.bd-bot {
  border-bottom: 1px solid #D7E6FA;
}

.line_5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-30 {
  line-height: 30px;
}

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

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

.btns {
  transition: all 0.3s ease;
  border: none;
}

.btns:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Hiệu ứng bóng */
}

.main_page {
  display: block;
}

.group_nav {
  padding: 20px 0;
}
.group_nav .logo-wrapper img {
  height: 62px;
}
.group_nav .menu {
  display: flex;
  gap: 22px;
}
.group_nav .menu .li_menu {
  position: relative;
}
.group_nav .menu .li_menu:hover .dropdow_menu,
.group_nav .menu .li_menu .dropdow_menu {
  display: block;
}
.group_nav .menu .li_menu .dropdow_menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 111111111111;
  background: #fff;
  width: 156px;
  border-radius: 12px;
  box-shadow: 0px 2.7672564983px 2.7395839691px 0px rgba(127, 133, 143, 0.03), 0px 6.6501021385px 6.5836009979px 0px rgba(127, 133, 143, 0.04), 0px 12.5215520859px 12.3963365555px 0px rgba(127, 133, 143, 0.04), 0px 22.336309433px 22.1129455566px 0px rgba(127, 133, 143, 0.05);
  padding: 8px;
}
.group_nav .menu .li_menu .dropdow_menu li a {
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
  margin-bottom: 2px;
  width: 100%;
  display: inline-block;
}
.group_nav .menu .li_menu .dropdow_menu li a:hover {
  background: #F8F8F9;
  border-radius: 8px;
}
.group_nav .menu .nav-link {
  color: var(--body);
  padding: 0;
  position: relative;
}
.group_nav .menu .nav-link:hover {
  color: var(--primary-brand);
}
.group_nav .menu .active:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 12px;
  border-bottom: 2px solid #111229;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.group_nav .language_group {
  display: flex;
  gap: 16px;
}
.group_nav .language_group .dropdown {
  align-items: center;
  display: flex;
}
.group_nav .language_group .dropdown .dropdown-menu {
  top: 100%;
  min-width: 135px;
}
.group_nav .language_group .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  gap: 10px;
}
.group_nav .language_group .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
  color: var(--body);
  font-size: 14px;
}
.group_nav .language_group .dropdown .dropdown-menu .dropdown-item .logo_leng {
  width: 20px;
}
.group_nav .language_group .dropdown .dropdown-toggle {
  font-size: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.group_nav .language_group .dropdown .dropdown-toggle img {
  width: 20px;
}
.group_nav .language_group .dropdown .dropdown-toggle:focus {
  box-shadow: unset;
}
.group_nav .language_group .dropdown .dropdown-toggle .img_lang {
  margin-right: 6px;
}
.group_nav .language_group .dropdown .dropdown-toggle i {
  margin-left: 6px;
  color: #849DB4;
}
.group_nav .language_group .dropdown-toggle::after {
  border: none !important;
}

.breadcrumb_temp {
  background-image: url(/images/page/bg-breadcrumb.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  height: 267px;
}
.breadcrumb_temp .breadcrumb-page {
  color: var(--white);
}
.breadcrumb_temp .breadcrumb-page a,
.breadcrumb_temp .breadcrumb-page i {
  color: var(--white);
}
.breadcrumb_temp .breadcrumb-page i {
  margin: 0 8px;
}
.breadcrumb_temp .breadcrumb-page li {
  float: left;
  font-size: 14px;
}
.breadcrumb_temp .breadcrumb-page li:nth-last-child(2), .breadcrumb_temp .breadcrumb-page li:nth-last-child(1) {
  float: unset;
}
.breadcrumb_temp .breadcrumb-page li:nth-last-child(2) i, .breadcrumb_temp .breadcrumb-page li:nth-last-child(1) i {
  display: none;
}
.breadcrumb_temp .breadcrumb-page li:last-child {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.48px;
  margin-top: 12px;
}

#header {
  background-color: var(--yeallow);
  padding: 8px 160px;
}
#header .get_started .get_started_link {
  background-color: var(--primary-brand);
  color: var(--white);
  line-height: 24px;
  display: flex;
  padding: 11px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
}

footer {
  background-color: var(--yeallow);
  padding: 9px 0;
}
footer img {
  height: 44px;
}

.banner {
  background-image: url("/images/page/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 510px;
}
.banner .banner_img {
  width: 100%;
}
.banner .banner_des {
  margin: 13% auto 0;
  width: 370px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner_des .logo_banner {
  height: 110px;
  margin-bottom: -5px;
  z-index: 1;
}
.banner .banner_des .total_coin {
  background-color: white;
  width: 100%;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.banner .banner_des .total_coin .p_title_total {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 16px;
}
.banner .banner_des .total_coin .box_total {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 8px;
  background-color: #F4F9FB;
  gap: 8px;
}
.banner .banner_des .total_coin .box_total span {
  font-size: 36px;
  font-weight: 600;
}
.banner .banner_des .total_coin .box_total p {
  font-size: 24px;
  font-weight: 400;
}
.banner .banner_des .total_coin .box_total img {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner_des .total_coin .btn_exchange {
  border-radius: 12px;
  padding: 12px 0;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
}
.banner .banner_des .total_coin .btn_exchange i {
  width: 18px;
  height: 18px;
  background-color: white;
  color: #007687;
  border-radius: 50%;
  display: flex;
  font-weight: 600;
  font-size: 10px;
}
.banner .banner_des .total_coin .btn_exchange .fa-spinner {
  font-size: 12px;
}

.interest {
  margin-top: 75px;
}
.interest .interest_content h4 {
  font-weight: 500;
  font-size: 33px;
  line-height: 34px;
  letter-spacing: 1px;
}
.interest .interest_content h4 strong {
  margin-left: 5px;
}
.interest .interest_content .interest_list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 37px auto 70px;
}
.interest .interest_content .interest_list .interest_item {
  width: 170px;
}
.interest .interest_content .interest_list .interest_item img {
  width: 85px;
}
.interest .interest_content .interest_list .interest_item a {
  gap: 32px;
}
.interest .interest_content .interest_list .interest_item a p {
  font-size: 20px;
}
.interest .interest_content .interest_list .interest_item a span {
  position: absolute;
  top: -18px;
  right: 0;
  background-color: var(--yeallow);
  color: var(--primary-brand);
  font-size: 24px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  padding: 0 10px;
  border-radius: 5px;
}

.product {
  background-color: #F4F9FB;
  padding: 82px 0;
}
.product .product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.product .product_list .product_item {
  background-color: white;
  padding: 10px 10px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  max-width: 354px;
}
.product .product_list .product_item .box_coin {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  background-color: white;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  float: right;
}
.product .product_list .product_item .box_coin img {
  height: 21px;
}
.product .product_list .product_item .product_img {
  border-radius: 16px;
  background: linear-gradient(89.64deg, #D5E5EC 16.42%, #F1F5F7 100.8%);
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product_list .product_item .product_img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .product_list .product_item .product_detail {
  margin-top: 8px;
  align-items: flex-end;
  gap: 5px;
}
.product .product_list .product_item .product_detail span {
  font-size: 14px;
  font-weight: 500;
}
.product .product_list .product_item .product_detail p {
  font-size: 16px;
}

.product_dis {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_dis span {
  background-color: #39BCBA;
  color: white;
  font-size: 12px !important;
  font-weight: 500;
  padding: 0 8px;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  clip-path: polygon(0% 0%, 90% 0%, 98% 50%, 90% 100%, 0% 100%);
  border-radius: 10px 20px 20px 10px;
}
.product_dis p {
  font-size: 14px;
  color: rgba(16, 24, 40, 0.6392156863);
  text-decoration: line-through;
}

.btn_exchange {
  font-size: 16px;
  color: white !important;
  border-radius: 20px;
  padding: 9px 15px;
  background-color: #03558B;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.btn_exchange i {
  font-weight: 300;
  font-size: 10px;
}
.btn_exchange:hover {
  color: white;
}

.box_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_title .title_left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.box_title .title_left p {
  font-weight: 500;
  font-size: 33px;
  line-height: 18px;
  line-height: 100%;
}

.title_right {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.title_right p {
  font-size: 18px;
  font-weight: 500;
}

.discount {
  background-color: #F4F9FB;
  padding: 0 0 70px;
  margin-bottom: 100px;
}
.discount .discount_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 40px;
}
.discount .discount_list .discount_item {
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 10px 10px 20px 10px;
  background-color: #F0F5F8;
}
.discount .discount_list .discount_item .discount_number {
  position: absolute;
  top: 32px;
  left: 32px;
  background-image: url("/images/page/bg-discount.svg");
  display: block;
  background-repeat: no-repeat;
  height: 40px;
  width: 80px;
  z-index: 1;
}
.discount .discount_list .discount_item .discount_number .num {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 22px;
  top: 55%;
  transform: translateY(-50%);
}
.discount .discount_list .discount_item .discount_number .num p {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-brand);
  line-height: 15px;
}
.discount .discount_list .discount_item .discount_number .num span {
  font-size: 10px;
  color: var(--primary-brand);
}
.discount .discount_list .discount_item .discount_number .solo {
  background-color: var(--primary-brand);
  border-radius: 20px;
  color: white;
  font-size: 9px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  gap: 5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 6px;
}
.discount .discount_list .discount_item .discount_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.discount .discount_list .discount_item .discount_img .img_dis {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.discount .discount_list .discount_item .discount_brand {
  position: absolute;
  right: 20px;
  margin-top: -40px;
}
.discount .discount_list .discount_item .discount_detail {
  gap: 4px;
  margin-top: 12px;
  font-weight: 500;
}
.discount .discount_list .discount_item .discount_detail .discount_detail_text span {
  height: 40px;
}
.discount .discount_list .discount_item .discount_detail button {
  margin-top: 10px;
}

.title_h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 18px;
  margin-bottom: 75px;
  display: block;
  text-align: center;
  line-height: 100%;
}
.title_h4 strong {
  margin-left: 5px;
}

.brand {
  margin-bottom: 100px;
}
.brand .brand_list {
  gap: 60px;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 48px;
}
.brand .brand_list a {
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.brand .brand_list img {
  width: auto;
  max-height: 80px;
}

.drawn {
  background-color: #F4F9FB;
  padding: 67px 0 120px;
}
.drawn .drawn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.drawn .drawn_list .drawn_item {
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 10px 10px 20px 10px;
}
.drawn .drawn_list .drawn_item img {
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
}
.drawn .drawn_list .drawn_item p {
  font-size: 14px;
  margin-bottom: 20px;
}

.slide_dis .title_acc {
  color: white;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 34px;
}
.slide_dis .acc_list .acc_item {
  width: 307px;
  margin: 0 50px;
}
.slide_dis .acc_list .acc_item .text_logo {
  background-color: var(--yeallow);
  border-radius: 16px 16px 0 0;
  padding: 5px 0;
}
.slide_dis .acc_list .acc_item .coin_top {
  gap: 5px;
  margin-bottom: 27px;
}
.slide_dis .acc_list .acc_item .coin_top p {
  color: white;
  font-size: 25px;
  font-weight: 700;
  gap: 5px;
}
.slide_dis .acc_list .acc_item .coin_top p span {
  font-size: 20px;
  font-weight: 500;
}
.slide_dis .acc_list .acc_item .acc_text {
  border-radius: 16px;
  background-color: white;
}
.slide_dis .acc_list .acc_item .acc_text img {
  height: 43px;
}
.slide_dis .acc_list .acc_item .acc_text_list {
  padding: 15px;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item {
  display: grid;
  grid-template-columns: auto 68px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
  gap: 30px;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item div {
  gap: 5px;
  align-items: flex-start;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item div i {
  font-weight: 300;
  font-size: 12px;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item div .fa-info-circle {
  color: #007687;
  font-size: 16px;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item div .fa-check {
  margin-top: 3px;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item p {
  font-size: 12px;
}
.slide_dis .acc_list .acc_item .acc_text_list .acc_text_item .btn {
  padding: 0;
  font-size: 14px;
  background-color: #ECF7FA;
  border-radius: 6px;
  color: var(--primary-brand);
  font-weight: 500;
}
.slide_dis .slick-track {
  will-change: transform;
  transition: transform 0.5s ease-in-out;
}
.slide_dis .slick-slide {
  transition: all 300ms ease;
  padding-bottom: 10px;
  height: -moz-max-content;
  height: max-content;
  margin: 0 10px;
}
.slide_dis .slick-dots {
  bottom: -25px;
}
.slide_dis li.slick-active {
  width: 50px;
}
.slide_dis .slick-dots li {
  margin: 0 3px;
  width: 30px;
  transition: all 0.2s ease;
}
.slide_dis .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  transition: all 0.2s ease;
}
.slide_dis .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 50px;
  content: "";
  background: #03558B;
  border-radius: 3px;
  height: 5px !important;
  transition: all 0.2s ease-in-out;
}
.slide_dis .slick-dots li button:before {
  color: #fff;
  opacity: 0.85;
  content: "";
  height: 5px;
  width: 30px;
  background: #c8c8c8;
  border-radius: 2px;
}
.slide_dis li.slick-active {
  width: 50px;
}

.faq {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}
.faq .faq-container {
  margin: auto;
  text-align: left;
}
.faq .faq-item {
  background: white;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 15px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.faq .faq-item:hover {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}
.faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .faq-question p {
  font-size: 22px;
  font-weight: 400;
}
.faq .faq-answer {
  display: none;
  padding-top: 10px;
}
.faq .faq-answer p {
  font-size: 16px;
}
.faq .arrow {
  width: 38px;
  height: 38px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.faq .arrow img {
  transition: transform 0.3s;
  width: 18px;
}
.faq .faq-item.active .faq-answer {
  display: block;
}
.faq .faq-item.active .arrow img {
  transform: rotate(180deg);
}
.faq .title_faq {
  font-weight: 600;
  font-size: 61.63px;
  line-height: 64.88px;
  color: var(--primary-brand);
  margin-bottom: 65px;
}

#bipayModal .modal-dialog {
  max-width: 640px;
}
#bipayModal .modal-content {
  background-image: url("/images/page/bg-qr.png");
  /* Màu nền xanh */
  background-repeat: no-repeat;
  color: white;
  border-radius: 28px;
  text-align: center;
  padding: 55px 20px;
  border: none;
  background-color: unset;
}
#bipayModal .qr-code {
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  width: 180px;
  margin-bottom: 30px;
}
#bipayModal .store-icons img {
  width: 120px;
  margin: 5px;
}
#bipayModal .modal-header {
  border-bottom: none;
}
#bipayModal .modal-footer {
  border-top: none;
}
#bipayModal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  color: white;
  cursor: pointer;
  width: 20px;
  z-index: 111;
}
#bipayModal h2 img {
  height: 80px;
  margin-bottom: 10px;
}
#bipayModal p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.slide_dis {
  margin: 92px 0 70px;
}
.slide_dis .dis_list .dis_item {
  margin: 0 20px;
}
.slide_dis .dis_list .dis_item .img_slide_dis {
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.slide_dis .dis_list .dis_item button {
  position: relative;
  box-shadow: unset;
}
.slide_dis .dis_list .dis_item button .dis_content {
  position: absolute;
  right: 135px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 80px auto;
  gap: 10px;
  align-items: flex-start;
}
.slide_dis .dis_list .dis_item button .dis_content img {
  margin-top: -15px;
  width: 100%;
}
.slide_dis .dis_list .dis_item button .dis_content .dis_content_text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.slide_dis .dis_list .dis_item button .dis_content .dis_content_text span {
  background-color: #FFF200;
  border-radius: 15px 15px 15px 0;
  color: #03558B;
  font-size: 33px;
  font-weight: 600;
  padding: 0 25px;
}
.slide_dis .dis_list .dis_item button .dis_content .dis_content_text p {
  font-weight: 600;
  font-size: 26px;
  color: white;
}

.switch_coin {
  background: #F0F5F8;
  padding: 86px 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.switch_coin h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 37px;
  color: var(--primary-brand);
  text-align: center;
}
.switch_coin .box {
  background: #fff;
  border-radius: 40px;
  padding: 30px 30px 40px;
  width: 656px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 45px;
}
.switch_coin .box .exchange-rate {
  display: grid;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fit, minmax(73px, 1fr));
  width: 75%;
  margin: 0 auto 40px;
}
.switch_coin .box .exchange-rate div {
  text-align: center;
  position: relative;
}
.switch_coin .box .exchange-rate div p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 5px;
}
.switch_coin .box .exchange-rate div span {
  font-weight: 600;
  font-size: 18px;
  background-color: #F4F9FB;
  border-radius: 11px;
  padding: 8px 10px;
}
.switch_coin .box .tit_switch {
  font-weight: 500;
  font-size: 22px;
  line-height: 37px;
  text-align: left;
  margin-bottom: 10px;
}
.switch_coin .box .exchange-rate div:not(:last-child)::before {
  content: "";
  background-image: url(/images/page/swicth.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25px;
  width: 35px;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  top: 50%;
}
.switch_coin .box .exchange-rate img {
  height: 54px;
}
.switch_coin .box .converter {
  padding: 24px 20px;
  border-radius: 12px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.switch_coin .box .converter span {
  font-size: 20px;
}
.switch_coin .box .converter input {
  border: 1px solid #D7E6FA;
  height: 40px;
  border-radius: 8px;
  text-indent: 16px;
}
.switch_coin .box .converter .info_point {
  text-align: left;
}
.switch_coin .box .converter .info_point p {
  font-weight: 600;
  font-size: 14px;
}
.switch_coin .box .converter .info_point span {
  font-size: 14px;
}
.switch_coin .box .converter select, .switch_coin .box .converter .choices__inner {
  font-size: 20px;
  background-color: unset;
  border: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  width: 150px;
}
.switch_coin .box .converter select:focus-visible, .switch_coin .box .converter .choices__inner:focus-visible {
  outline: none;
}
.switch_coin .box .converter .choices {
  position: relative;
  display: none;
}
.switch_coin .box .converter .choices[data-type*=select-one]::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/images/page/arrow-select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: 0;
  border-style: none;
  transition: 0.3s;
}
.switch_coin .box .converter .choices[data-type*=select-one].is-open::after {
  margin-top: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.switch_coin .box .converter i {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  right: 25px;
}
.switch_coin .box .icon {
  width: 30px;
  height: 30px;
  background: #0f697f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: -10px auto 2px;
  position: relative;
  z-index: 1;
}
.switch_coin .box .button {
  background: #03558B;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  transition: 0.3s;
}
.switch_coin .box .button:hover {
  background: #013d64;
  transition: 0.3s;
}
.switch_coin .box input {
  border: none;
  background-color: unset;
  outline: none;
  font-size: 20px;
  color: #506171;
}

.fade.modal.in {
  display: flex !important;
  align-items: center !important;
}

.button_exchange_coin {
  background: var(--primary-brand);
  color: white;
  padding: 15px;
  border: none;
  border-radius: 16px;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  transition: 0.3s;
}

#pjax-container {
  transform: unset !important;
}

#detail_product .modal-header, #result_exchange .modal-header {
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  z-index: 1;
}
#detail_product .main_page, #result_exchange .main_page {
  padding: 40px 16px 24px;
}
#detail_product .modal-header, #result_exchange .modal-header {
  justify-content: flex-end;
  border-bottom: none;
  display: none;
}
#detail_product .modal-content, #result_exchange .modal-content {
  border-radius: 24px;
}
#detail_product .modal-dialog, #result_exchange .modal-dialog {
  max-width: 670px;
  width: 100%;
}
#detail_product .loading, #result_exchange .loading {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
#detail_product .btn_close, #result_exchange .btn_close {
  border: none;
  background: no-repeat;
}
#detail_product .img_product, #result_exchange .img_product {
  background-color: #E5E5E5;
  height: 188px;
  border-radius: 16px;
}
#detail_product .img_product img, #result_exchange .img_product img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
#detail_product .box_coin, #result_exchange .box_coin {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  background-color: white;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  float: right;
}
#detail_product .box_coin img, #result_exchange .box_coin img {
  width: 19px;
}
#detail_product .box_coin p, #result_exchange .box_coin p {
  font-size: 16px;
}
#detail_product h4, #result_exchange h4 {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
#detail_product .type_product, #result_exchange .type_product {
  margin-right: 5px;
}
#detail_product .des_text, #result_exchange .des_text {
  margin-bottom: 10px;
}
#detail_product .des_text p, #result_exchange .des_text p {
  font-weight: 500;
}
#detail_product .des_text span, #result_exchange .des_text span {
  color: #667B90;
  word-wrap: break-word;
}
#detail_product .des_text .p_text, #result_exchange .des_text .p_text {
  margin-bottom: 10px;
}
#detail_product .box_not_anough, #result_exchange .box_not_anough {
  background-color: #ECF7FA;
  padding: 10px;
  border: 1px solid #00ADB8;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  margin-bottom: 20px;
}
#detail_product .box_not_anough p, #result_exchange .box_not_anough p {
  color: #007687;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
}
#detail_product .btn_exchange, #result_exchange .btn_exchange {
  height: 44px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  color: #fff !important;
}

.box_content_result {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 20px;
  border-radius: 24px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.box_content_result h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: var(--primary-brand);
}
.box_content_result .icon_success {
  height: 45px;
  margin: 15px 0;
}
.box_content_result .icon_success img {
  height: 100%;
}
.box_content_result .info_product {
  background: linear-gradient(89.64deg, #D5E5EC 16.42%, #F1F5F7 100.8%);
  padding: 16px;
  border-radius: 10px;
}
.box_content_result .info_product p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}
.box_content_result .info_product .img_pro {
  height: 130px;
}
.box_content_result .info_product .box_coin {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  background-color: white;
  border-radius: 8px;
  padding: 6px;
  width: -moz-max-content;
  width: max-content;
  margin: -15px auto 0;
}
.box_content_result .info_product .box_coin p {
  margin-bottom: 0;
  font-size: 16px;
}
.box_content_result .info_product .box_coin img {
  height: 21px;
}
.box_content_result .code {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #475467;
  margin: 10px 0 13px;
  border: 1.3px dashed var(--primary-brand);
  border-radius: 20px;
  padding: 10px;
}
.box_content_result .code span {
  color: var(--primary-brand);
  font-weight: 500;
}
.box_content_result .des_pro {
  background-color: #F0F5F8;
  padding: 10px;
  border: 1px solid var(--primary-brand);
  border-radius: 8px;
}
.box_content_result .des_pro p {
  font-size: 12px;
  line-height: 14px;
  color: var(--primary-brand);
  font-weight: 500;
}

.exchange_success {
  height: 44px;
  font-size: 16px !important;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  color: #fff !important;
  margin-top: 20px;
}

.disable {
  opacity: 0.5;
}

.search_coupons {
  margin-top: -5px !important;
}

.accumulate {
  background: linear-gradient(90deg, rgba(41, 189, 188, 0.81) 0%, rgba(3, 85, 139, 0.81) 100%);
  padding: 108px 0 90px;
}
.accumulate .title_acc {
  color: white;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 34px;
}
.accumulate .acc_list .acc_item {
  width: 318px;
  margin: 0 50px;
}
.accumulate .acc_list .acc_item .text_logo {
  background-color: var(--yeallow);
  border-radius: 16px 16px 0 0;
  padding: 5px 0;
}
.accumulate .acc_list .acc_item .coin_top {
  gap: 5px;
  margin-bottom: 27px;
}
.accumulate .acc_list .acc_item .coin_top p {
  color: white;
  font-size: 25px;
  font-weight: 700;
  gap: 5px;
}
.accumulate .acc_list .acc_item .coin_top p span {
  font-size: 20px;
  font-weight: 500;
}
.accumulate .acc_list .acc_item .acc_text {
  border-radius: 16px;
  background-color: white;
}
.accumulate .acc_list .acc_item .acc_text img {
  height: 43px;
}
.accumulate .acc_list .acc_item .acc_text_list {
  padding: 15px;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item {
  display: grid;
  grid-template-columns: auto 68px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
  gap: 5px;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item div {
  gap: 5px;
  align-items: flex-start;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item div i {
  font-weight: 300;
  font-size: 12px;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item div .fa-info-circle {
  color: #007687;
  font-size: 16px;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item div .fa-check {
  margin-top: 3px;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item p {
  font-size: 12px;
}
.accumulate .acc_list .acc_item .acc_text_list .acc_text_item .btn {
  padding: 0;
  font-size: 14px;
  background-color: #ECF7FA;
  border-radius: 6px;
  color: var(--primary-brand);
  font-weight: 500;
}
.accumulate .slick-track {
  will-change: transform;
  transition: transform 0.5s ease-in-out;
}
.accumulate .slick-slide {
  opacity: 0.8;
  transition: all 300ms ease;
  height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  height: -moz-max-content;
  height: max-content;
}
.accumulate .slick-center {
  transform: scale(1.15);
  opacity: 1;
}

/* Skeleton loading */
.skeleton {
  background: #e0e0e0;
  border-radius: 8px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
/* Box sản phẩm */
.skeleton-product {
  width: 140px;
  padding: 10px;
  border-radius: 12px;
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Skeleton phần trên (ảnh) */
.skeleton-img {
  width: 120px;
  height: 100px;
  margin: auto;
}

/* Skeleton giá */
.skeleton-price {
  width: 80%;
  height: 16px;
  margin: 10px auto;
}

/* Skeleton tên sản phẩm */
.skeleton-title {
  width: 90%;
  height: 14px;
  margin: 5px auto;
}

/* Skeleton nút */
.skeleton-btn {
  width: 80%;
  height: 30px;
  border-radius: 8px;
  margin: 10px auto;
}

.page_not_found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 62px);
}
.page_not_found div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page_not_found div img {
  max-width: 250px;
  margin: 0 auto;
}
.page_not_found div p {
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
  margin-top: 32px;
}
.page_not_found div span {
  color: var(--description);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
}
.page_not_found div a {
  color: #FCFCFC !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  border-radius: 24px;
  background: var(--primary-brand);
  padding: 12px 20px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

#modal_down_bipay .modal-dialog, #modal_error_exchange .modal-dialog {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

#modal_down_bipay.show .modal-dialog, #modal_error_exchange.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

@keyframes spinY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#loading-logo {
  animation: spinY 2s linear infinite;
  height: 30px;
}

#lucky_draw .modal-dialog {
  width: 535px;
}
#lucky_draw .modal-dialog .modal-content {
  border-radius: 20px;
}
#lucky_draw .modal-dialog .modal-content .content_form {
  padding: 36px 50px;
}
#lucky_draw .modal-dialog .modal-content .content_form .title_form {
  margin-bottom: 23px;
}
#lucky_draw .modal-dialog .modal-content .content_form .title_form h2 {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
#lucky_draw .modal-dialog .modal-content .content_form .title_form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #475467;
}
#lucky_draw .modal-dialog .modal-content .content_form input {
  border: 1px solid #BAD0D9;
  height: 44px;
  border-radius: 9px;
  color: #000;
}
#lucky_draw .modal-dialog .modal-content .content_form button {
  width: 312px;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  margin: 46px auto 0;
}
#lucky_draw .modal-dialog .modal-header {
  position: absolute;
  right: -5px;
  z-index: 1;
  border: 0;
}
#lucky_draw .modal-dialog .modal-header button {
  border: none;
  background: no-repeat;
}
#lucky_draw .modal-dialog .modal-header button i {
  font-weight: 300;
  color: #fff;
  font-size: 20px !important;
}
#lucky_draw .modal-dialog .banner_form {
  height: 172px;
  width: 100%;
}
#lucky_draw .modal-dialog .banner_form img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-body {
  padding: 0;
}
.modal-body .main_page {
  padding: 15px;
}

.modal-content {
  border: none;
  box-shadow: none;
}

.see_more_history_exchange, .see_more_history {
  border: none;
  margin: 0 auto;
  background: unset;
}

.out_stock {
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
}

.product_group_detail {
  display: grid;
  grid-template-columns: 262px 325px;
  gap: 34px;
}
.product_group_detail .group_img_product {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.group_action_product {
  display: flex;
  width: 80%;
  gap: 12px;
  margin: 0 auto;
}

.close_success {
  height: 44px;
  text-align: center;
  justify-content: center;
  font-size: 14px !important;
  width: -moz-max-content;
  width: max-content;
  padding: 0 50px !important;
  align-items: center;
  margin: 10px auto 0;
}

.content_text {
  max-height: 450px;
  overflow-y: auto;
}

.swicth_type_coin {
  cursor: pointer;
}

#service {
  background-color: var(--primary-brand);
  padding: 80px 0;
  /* Container của dots */
  /* Nút dot */
  /* Ẩn text trong button */
  /* Dot active */
}
#service .group_slide_tab_left {
  max-height: 460px;
  position: relative;
}
#service h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
#service h2 span:first-child {
  margin-right: 5px;
}
#service p {
  font-size: 18px;
  line-height: 100%;
}
#service .slide_point {
  margin-top: 42px;
  padding: 32px 20px 72px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#service .slide_point .slide_point_item {
  margin: 0 20px;
  text-align: center;
  width: 154px;
}
#service .slide_point .slide_point_item p {
  font-size: 16px;
  font-weight: bold;
  min-height: 50px;
}
#service .slide_point .slide_point_item .point_box {
  margin-top: 16px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 30px;
}
#service .slide_point .slide_point_item .point_box p {
  min-height: auto;
}
#service .slide_point .slide_point_item .point_box img {
  width: 20px;
}
#service .tabs-container {
  display: grid;
  grid-template-columns: 367px auto;
  gap: 117px;
  position: relative;
}
#service .tabs-left {
  width: 100%;
  height: 460px;
  overflow-y: auto;
  padding-right: 12px;
  -ms-overflow-style: none;
  /* IE và Edge */
  scrollbar-width: none;
  /* Firefox */
}
#service .tabs-left::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
#service .fade-out {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, #005293, rgba(0, 82, 147, 0));
  /* xanh nhạt dần */
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#service .tab-item.active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#service .tab-item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  /* chỉnh cho khớp */
  transform: translateY(-50%);
  width: 15px;
  height: 100%;
  background-color: #FFF200;
  border-radius: 0 10px 10px 0;
}
#service .tab-item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  /* chỉnh cho khớp */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #FFF200;
  /* vàng */
}
#service .tab-item {
  background: #f5f5f5;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 82px auto;
  gap: 10px;
  position: relative;
}
#service .tab-item img {
  width: 100%;
  height: 69px;
  -o-object-fit: contain;
     object-fit: contain;
}
#service .tab-item h4 {
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 5px;
}
#service .tab-item p {
  font-size: 14px;
}
#service .tabs-right {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  width: 656px;
}
#service .tab-content {
  display: none;
}
#service .tab-content.active {
  display: block;
}
#service .title_acc {
  font-size: 40px;
  margin-bottom: 60px;
}
#service .slick-dots {
  bottom: 25px;
}
#service .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  width: calc(100% - 40px);
}
#service .slick-dots li {
  width: auto;
  height: 8px;
  transition: all 0.2s ease;
}
#service .slick-dots li button {
  width: 25px;
  height: 8px;
  background: #cfdfe8;
  /* màu dot mặc định */
  border: none;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
#service .slick-dots li button:before {
  content: "";
}
#service .slick-dots li.slick-active button {
  width: 50px;
  /* dài hơn khi active */
  background: #ffffff;
  /* màu trắng khi active */
  transition: all 0.2s ease-in-out;
}
#service .btn_benefit {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#service .btn_benefit button, #service .btn_benefit a {
  width: 270px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 24px;
}

.acumula {
  margin-top: 20px;
}
.acumula p {
  font-size: 14px;
  margin-bottom: 10px;
}
.acumula .acumula_list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.acumula .acumula_list img {
  width: 100%;
}

.open_configm_swich_coin.disabled {
  background-color: #F0F5F8 !important;
  color: rgba(102, 102, 102, 0.4) !important;
}

.error_exchange {
  color: #FF3333;
  font-weight: 300;
  margin-top: 8px;
  display: block;
}

.error_access_exchange {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.error_access_exchange img {
  width: 100px;
  margin-bottom: 24px;
}
.error_access_exchange span {
  color: var(--primary-brand);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.error_access_exchange p {
  margin-bottom: 10px;
}

.fa-times {
  font-weight: 300;
  font-size: 20px !important;
  color: #666666;
}

.brand .brand_list .prev {
  position: absolute;
  top: -15px;
  right: 60px;
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.brand .brand_list .next {
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_not_found .page_not_found_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page_not_found .page_not_found_content img {
  width: 614px;
  margin-bottom: 64px;
}
.page_not_found .page_not_found_content span {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1A1A1A;
}
.page_not_found .page_not_found_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 24px 0 32px;
  color: #666666;
}
.page_not_found .page_not_found_content a {
  font-weight: bold;
  font-size: 18px;
  width: 274px;
  height: 42px;
}
.page_not_found .page_not_found_content .btn_action {
  background-color: var(--primary-brand);
  color: var(--white);
  line-height: 24px;
  display: flex;
  padding: 11px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
}

.authen_fail {
  height: calc(100vh - 62px);
  padding: 173px 0 0;
}
.authen_fail .authen_fail_content {
  display: grid;
  grid-template-columns: 309px 615px;
  gap: 86px;
  align-items: center;
}
.authen_fail .authen_fail_content img {
  width: 100%;
}
.authen_fail .authen_fail_content span {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1A1A1A;
}
.authen_fail .authen_fail_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 24px 0 32px;
  color: #666666;
}

@media screen and (max-width: 1680px) and (min-width: 1400px) {
  #header {
    padding: 8px 110px;
  }
  .banner .banner_des .des_right img {
    height: 85px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  #header {
    padding: 8px 50px;
  }
  .banner .banner_des .des_right img {
    height: 85px;
    left: 0;
  }
  .banner .banner_des .des_left h4 {
    font-size: 50px;
    line-height: 100%;
  }
  .banner .banner_des .des_left p {
    font-size: 28px;
    line-height: 100%;
  }
}
.alert-message {
  position: fixed;
  right: 10px;
  z-index: 111;
  width: 80%;
  background: cornsilk;
  top: 10px;
  color: #45a197;
  border-color: #a3ebe4;
}

#confirm_switch_coin .modal-dialog {
  width: 100%;
}
#confirm_switch_coin .modal-dialog .modal-content {
  padding: 18px 24px;
  border-radius: 20px;
}
#confirm_switch_coin .modal-dialog .modal-content h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
#confirm_switch_coin .modal-dialog .modal-content .switch_coin_total {
  padding: 20px 33px;
  background-color: #F4F9FB;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}
#confirm_switch_coin .modal-dialog .modal-content .switch_coin_total .item_total {
  background-color: white;
  border-radius: 10px;
  height: 54px;
  gap: 8px;
}
#confirm_switch_coin .modal-dialog .modal-content .switch_coin_total .item_total p {
  font-size: 30px;
  font-weight: 600;
  color: #101828;
}
#confirm_switch_coin .modal-dialog .modal-content .switch_coin_total .item_total img {
  height: 32px;
}

#confirm_switch_coin .container {
  max-width: 100%;
}

.btn_coupon_detail {
  background-color: unset;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.modal_down_bipay {
  background-image: url("/images/page/background-down.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
}
.modal_down_bipay .fa-times {
  color: #fff;
}
.modal_down_bipay p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_down_bipay #img_logo_bipay {
  width: 137px;
  margin-bottom: 12px;
}
.modal_down_bipay #down_bipay {
  background: #FFF200;
  color: #0F4B83 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  margin-bottom: 12px;
  height: 40px;
  font-size: 16px;
}
.modal_down_bipay #down_bipay img {
  width: 23px;
  margin: 0;
}
.modal_down_bipay .store-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1024px) {
  #service {
    padding: 60px 0;
    overflow-x: hidden;
  }
  #service .group_tab_left {
    width: calc(100vw - 12px) !important;
  }
  #service .tabs-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  #service h2 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  #service p {
    font-size: 16px;
    font-weight: 300;
  }
  #service .title_acc {
    font-size: 20px;
    margin-bottom: 35px;
  }
  #service .tabs-left {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 110px;
    padding-top: 10px;
    flex-wrap: nowrap;
    width: 100% !important;
  }
  #service .fade-out {
    display: none;
  }
  #service .tab-item {
    width: 80px;
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  #service .tab-item img {
    width: 70px;
  }
  #service .tab-item div {
    display: none;
  }
  #service .tab-item.active {
    width: 100px;
    height: 100px;
    position: relative;
    bottom: 10px;
  }
  #service .tab-item.active::before {
    width: 100%;
    height: 8px;
    bottom: 0;
    transform: unset;
    top: unset;
    border-radius: 0 0 10px 10px;
  }
  #service .tab-item.active::after {
    bottom: -19px;
    top: unset;
    transform: translateX(-50%);
    left: 50%;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF200 !important;
  }
  #service .tabs-right {
    width: calc(100vw - 30px);
    padding: 0;
  }
  #service .slide_point .slide_point_item {
    margin: 0 10px;
  }
  #service .slide_point .slide_point_item p {
    min-height: 50px;
  }
  #service .slide_point .slide_point_item .point_box p {
    min-height: auto;
  }
  #service .slide_point {
    padding: 32px 32px 56px;
    margin-bottom: 40px;
  }
  #service .slick-dots {
    width: calc(100% - 65px);
  }
  #service .btn_benefit {
    justify-content: center;
  }
  .header_page {
    padding: 10px 0;
  }
  #confirm_switch_coin .modal-dialog {
    width: 100%;
  }
  #confirm_switch_coin .modal-dialog .modal-content {
    padding: 18px 24px;
    border-radius: 20px;
  }
  #confirm_switch_coin .modal-dialog .modal-content h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
  #confirm_switch_coin .modal-dialog .modal-content .switch_coin_total {
    padding: 20px 33px;
    background-color: #F4F9FB;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
  }
  #confirm_switch_coin .modal-dialog .modal-content .switch_coin_total .item_total {
    background-color: white;
    border-radius: 10px;
    height: 54px;
    gap: 8px;
  }
  #confirm_switch_coin .modal-dialog .modal-content .switch_coin_total .item_total p {
    font-size: 30px;
    font-weight: 600;
    color: #101828;
  }
  #confirm_switch_coin .modal-dialog .modal-content .switch_coin_total .item_total img {
    height: 32px;
  }
  .switch_coin .box .converter select, .switch_coin .box .converter .choices__inner {
    width: 115px;
    font-size: 16px;
  }
  .choices__list--single .choices__item {
    font-size: 14px;
  }
  .out_stock {
    width: 75px;
    position: absolute;
    right: 0;
    top: 145px;
  }
  #toast-container .toast-close-button {
    font-weight: 400;
  }
  #toast-container > .toast-warning {
    background-size: 18px !important;
    background-position: 6px;
    font-size: 12px;
    padding: 8px 8px 8px 30px;
  }
  #header {
    padding: 8px 20px;
  }
  .banner .banner_des {
    padding: 0 20px;
  }
  .banner .banner_des .des_left h4 {
    font-size: 40px;
    line-height: 100%;
  }
  .banner .banner_des .des_left p {
    font-size: 20px;
    line-height: 100%;
  }
  .banner .banner_des .des_right img {
    height: 55px;
  }
  .banner {
    background-position: 70%;
  }
  .group_nav .logo-wrapper img {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page_not_found {
    height: calc(100vh - 142px);
    margin: 0;
  }
  .page_not_found .page_not_found_content {
    text-align: center;
  }
  .page_not_found .page_not_found_content img {
    max-width: 100%;
  }
  .authen_fail {
    height: calc(100vh - 62px);
    margin: 0;
  }
  .authen_fail .authen_fail_content {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .authen_fail .authen_fail_content img {
    max-width: 150px;
  }
  .authen_fail .authen_fail_content span {
    color: var(--primary-brand);
  }
  .authen_fail .authen_fail_content p {
    margin: 10px 0 30px;
  }
  #modal_error_exchange.show {
    display: flex !important;
    align-items: center;
  }
  #modal_error_exchange.show .modal-dialog {
    width: 343px;
    margin: 0 auto;
  }
  #modal_error_exchange.show button {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    height: 40px;
  }
  #modal_error_exchange.show .main_page {
    padding: 24px 16px 32px;
  }
  #modal_down_bipay.show {
    display: flex !important;
    align-items: center;
  }
  #modal_down_bipay.show .modal-content {
    background: transparent;
  }
  #modal_down_bipay.show .btn_close {
    background: unset;
    border: unset;
  }
  #modal_down_bipay.show .modal-dialog {
    width: 100%;
  }
  .search_coupons {
    margin-top: 15px !important;
  }
  .box_content_result .info_product .box_coin {
    margin: 5px auto 0 !important;
  }
  .total_product {
    padding: 11px 16px !important;
  }
  * {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
  *::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .discount_coupons {
    background: #F0F5F8 !important;
  }
  .slide_index_coupon {
    margin: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
  .brand_coupons .list_brand .item_brand img {
    width: 42px;
  }
  .brand .title_h4 {
    padding-top: 15px;
  }
  .discount_detail_text p {
    font-size: 14px;
  }
  .discount_detail_text span {
    height: 37px !important;
    font-size: 13px;
  }
  .content_text {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 25px;
  }
  .product_content_detail {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #detail_product {
    padding-right: 0;
  }
  #detail_product .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
  .group_action_product {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .group_action_product a {
    margin-top: 0 !important;
  }
  .product_group_detail {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .accumulate .acc_list .acc_item .acc_text_list .acc_text_item p {
    height: 36px;
  }
  .out_stock {
    width: 75px;
    position: absolute;
    right: 0;
    top: 90px;
  }
  #lucky_draw .modal-dialog .modal-content .content_form {
    padding: 30px 15px;
  }
  #lucky_draw .modal-dialog .banner_form {
    height: 135px;
  }
  #lucky_draw .modal-dialog {
    width: calc(100% - 20px);
  }
  .group_nav .logo-wrapper img {
    height: 25px;
  }
  #header .get_started .get_started_link {
    font-size: 14px;
    padding: 8px 15px;
  }
  .group_nav {
    padding: 11px 0;
  }
  .banner {
    height: 242px !important;
    background-image: url("/images/page/banner-mobi.png");
    align-items: flex-start;
    background-position: center !important;
  }
  .banner .banner_des {
    margin-top: 16% !important;
    width: 330px;
    padding: 0;
  }
  .banner .banner_des .logo_banner {
    height: 64px;
    margin-bottom: -8px;
    z-index: 1;
  }
  .banner .banner_des .logo_banner img {
    height: 100%;
  }
  .banner .banner_des .des_right img {
    height: 35px;
    top: 160%;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .banner_des .des_left {
    gap: 15px;
  }
  .banner .banner_des .des_left h4 {
    font-size: 22px;
    line-height: 24px;
    width: 70%;
  }
  .banner .banner_des .des_left p {
    font-size: 16px;
    line-height: 20px;
    width: 70%;
  }
  .interest {
    margin-top: 0;
  }
  .interest .interest_content .interest_list .interest_item {
    width: 92px;
    flex: 0 0 auto;
  }
  .interest .interest_content .interest_list .interest_item img {
    width: 65px;
  }
  .interest .interest_content .interest_list .interest_item a {
    gap: 9px;
  }
  .interest .interest_content .interest_list .interest_item a p {
    font-size: 12px;
    height: 36px;
    text-align: center;
  }
  .interest .interest_content .interest_list .interest_item a span {
    font-size: 12px;
    top: -8px;
    right: -5px;
  }
  .interest .interest_content h4 {
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
  }
  .interest .interest_content .interest_list {
    margin-top: 24px;
    padding: 6px 0 0;
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .box_title .title_left p {
    font-size: 20px;
    line-height: 110%;
  }
  .title_left img {
    width: 24px;
  }
  .product {
    padding: 32px 0;
  }
  .box_title .title_left {
    gap: 10px;
    align-items: center;
  }
  .product .product_list {
    margin-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
    gap: 24px 12px;
    display: flex;
  }
  .title_right img {
    width: 18px;
  }
  .product .product_list .product_item .box_coin {
    font-size: 12px;
    padding: 4px;
  }
  .product .product_list .product_item .box_coin img {
    height: 23px;
  }
  .product .product_list .product_item .product_img {
    height: 107px;
  }
  .product .product_list .product_item .box_coin p {
    font-size: 16px !important;
  }
  .product .product_list .product_item {
    width: 154px;
    max-width: 100%;
  }
  .product .product_list .product_item .product_detail {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0;
  }
  .product_list_in_category p {
    height: auto !important;
    font-size: 14px !important;
  }
  .product_list_in_category .tit_product {
    height: 35px !important;
  }
  .product_list_in_category .open_modal_product {
    font-size: 14px !important;
  }
  .product_detail_text {
    margin-bottom: 5px;
  }
  .product .product_list .product_item .product_detail {
    margin-top: 10px;
    padding: 0;
  }
  .product .product_list .product_item {
    padding: 12px;
    flex: 0 0 auto;
  }
  .btn_exchange {
    font-size: 10px;
    padding: 8px 15px;
    gap: 5px;
  }
  .product .product_list .product_item .product_detail span {
    font-size: 14px !important;
    height: 33px;
    line-height: 110%;
  }
  .product .product_list .product_item .product_detail p {
    font-size: 13px;
    line-height: 110%;
  }
  .product .product_list .product_item .product_detail .tit_product {
    height: 30px;
  }
  .title_right p {
    font-size: 14px;
  }
  .icon_tit_dis {
    margin-top: -5px;
  }
  .discount {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 40px;
    margin-top: 0;
    background-color: #fff;
  }
  .coupons_discount {
    padding-top: 0 !important;
  }
  .discount .discount_list .discount_item {
    width: 210px;
  }
  .discount .discount_list .discount_item .discount_number {
    width: 44px;
    height: 22px;
    background-repeat: round;
    left: 18px;
    top: 18px;
  }
  .discount .discount_list .discount_item {
    padding: 12px;
    flex: 0 0 auto;
  }
  .discount .discount_list .discount_item .discount_number .num p {
    font-size: 11px;
    line-height: 5px;
  }
  .discount .discount_list .discount_item .discount_number .num span {
    font-size: 9px;
  }
  .discount .discount_list .discount_item .discount_number .num {
    left: 13px;
    top: 62%;
  }
  .discount .discount_list .discount_item .discount_number .solo {
    font-size: 5px;
    gap: 2px;
    padding: 1px 3px;
  }
  .discount .discount_list .discount_item .discount_number .solo img {
    height: 5px;
  }
  .discount .discount_list .discount_item .discount_brand {
    width: 24px;
    margin-top: -12px;
    right: 15px;
  }
  .discount .discount_list {
    gap: 13px;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .discount .discount_list .discount_item .discount_detail {
    font-size: 12px;
  }
  .btn_dis {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  .discount .discount_list {
    margin-top: 20px;
  }
  .btn_exchange i {
    font-size: 8px;
  }
  .btn_exchange .fa-spinner {
    font-size: 12px;
  }
  .title_h4 {
    font-size: 22px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    line-height: 100%;
    color: var(--primary-brand);
  }
  .title_h4 strong {
    margin: 0 !important;
  }
  .brand .brand_list {
    gap: 30px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .brand .brand_list img {
    max-height: 60px;
    max-width: 70px;
  }
  .brand {
    margin-bottom: 15px;
  }
  .drawn {
    padding: 30px 0 50px;
    background-color: #F0F5F8;
  }
  .drawn .drawn_list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 10px;
  }
  .drawn .drawn_list .drawn_item {
    width: 210px;
    padding: 5px 5px 10px;
    flex: 0 0 auto;
  }
  .drawn .drawn_list .drawn_item img {
    height: 100px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .drawn .drawn_list .drawn_item span {
    font-size: 13px;
    padding-left: 10px;
    display: block;
    height: 38px;
  }
  .drawn .drawn_list .drawn_item p {
    font-size: 11px;
    padding-left: 10px;
  }
  .slide_dis .title_acc {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .slide_dis .title_acc strong {
    margin: 0 !important;
  }
  .slide_dis {
    padding: 30px 0 0;
  }
  .slide_dis .slick-center {
    transform: scale(1);
  }
  .slide_dis .acc_list .acc_item {
    padding-top: 0;
  }
  .slide_dis .acc_list .acc_item {
    width: 350px;
  }
  .slide_dis .acc_list .acc_item .coin_top {
    margin-bottom: 24px;
  }
  .slide_dis .slick-slide {
    padding-bottom: 5px;
  }
  .faq {
    padding: 30px 0;
  }
  .faq .title_faq {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .faq .faq-question p {
    font-size: 16px;
  }
  .faq .faq-question {
    display: grid;
    grid-template-columns: auto 38px;
    gap: 10px;
  }
  .faq .faq-answer p {
    font-size: 14px;
  }
  #bipayModal .modal-content {
    padding: 100px 20px;
    background-image: url("/images/page/bg-qr-mobi.png");
    background-size: 100%;
    background-position: bottom;
  }
  #bipayModal .qr-code {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 15px;
  }
  #bipayModal .btn_dow {
    color: #0F4B83;
    background-color: var(--yeallow);
    border-radius: 30px;
    padding: 12px 20px;
    width: -moz-max-content;
    width: max-content;
  }
  #bipayModal p {
    font-size: 16px;
  }
  #bipayModal .store-icons img {
    width: 75px;
    margin: 0;
  }
  #bipayModal .store-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
  }
  #bipayModal h2 img {
    height: 55px;
  }
  .product .product_list .product_item .product_detail .product_dis span {
    font-size: 10px;
    padding: 0 5px;
  }
  .product .product_list .product_item .product_detail .product_dis p {
    font-size: 11px !important;
  }
  .switch_coin .box {
    width: 100%;
    border-radius: 16px;
  }
  .banner .banner_des .total_coin .p_title_total {
    font-size: 18px;
    font-weight: bold;
  }
  .banner .banner_des .total_coin .box_total span {
    font-size: 18px;
    font-weight: bold;
  }
  .banner .banner_des .total_coin .box_total p {
    font-size: 18px;
  }
  .banner .banner_des .total_coin .box_total img {
    height: 30px;
  }
  .banner .banner_des .total_coin .btn_exchange {
    margin-top: 12px;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 20px;
    padding: 9px 0;
  }
  .slide_dis .dis_list .dis_item .img_slide_dis {
    width: 100%;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .slide_dis .dis_list .dis_item button {
    width: 100%;
  }
  .slide_dis .slick-slide {
    display: inline-block;
    width: calc(100vw - 32px) !important; /* Để slick tự động tính width */
  }
  .slide_dis .dis_list .dis_item a .dis_content {
    right: 17px;
  }
  .slide_dis .dis_list .dis_item a .dis_content .dis_content_text {
    gap: 6px;
  }
  .slide_dis .dis_list .dis_item a .dis_content {
    grid-template-columns: 50px auto;
  }
  .slide_dis .dis_list .dis_item a .dis_content .dis_content_text span {
    font-size: 18px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 8px 8px 8px 0;
    padding: 0 15px;
  }
  .slide_dis .dis_list .dis_item a .dis_content .dis_content_text p {
    font-size: 14px;
  }
  .slide_dis .dis_list .dis_item a .dis_content img {
    margin-top: -13px;
  }
  .slide_dis {
    margin: 57px 0 0;
  }
  .switch_coin {
    padding: 40px 0;
  }
  .switch_coin h4 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
    font-weight: 400;
  }
  .switch_coin .box .exchange-rate img {
    height: 35px;
  }
  .switch_coin .box .exchange-rate div:not(:last-child)::before {
    left: calc(100% - 11px);
    transform: translateY(-50%);
    top: 50%;
    width: 23px;
    height: 16px;
  }
  .switch_coin .box .exchange-rate div p, .switch_coin .box .exchange-rate div span {
    font-size: 12px;
  }
  .switch_coin .box .tit_switch {
    font-size: 16px;
  }
  .switch_coin .box input, .switch_coin .box .converter span {
    font-size: 14px;
  }
  .switch_coin .box input {
    width: 50%;
  }
  .switch_coin .box .exchange-rate {
    display: flex;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fit, minmax(73px, 1fr));
  }
  .switch_coin .box .exchange-rate div {
    flex: 0 0 auto;
    width: 135px;
  }
  .switch_coin .box .converter {
    padding: 0;
    margin-bottom: 20px;
  }
  .switch_coin .box .icon {
    margin: -15px auto -3px;
  }
  .switch_coin .box .icon img {
    width: 34px;
  }
  .switch_coin .box .converter:before {
    height: 25px;
    display: none;
  }
  .switch_coin .box .button {
    font-size: 14px;
  }
  .switch_coin .box {
    padding: 24px 16px;
    margin: 0;
  }
  .accumulate .title_acc {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .accumulate .title_acc strong {
    margin: 0 !important;
  }
  .accumulate {
    padding: 30px 0 60px;
  }
  .accumulate .slick-center {
    transform: scale(1);
  }
  .accumulate .acc_list .acc_item {
    padding-top: 0;
  }
  .accumulate .acc_list .acc_item {
    width: 345px !important;
  }
  .accumulate .acc_list .acc_item .coin_top {
    margin-bottom: 24px;
  }
  .accumulate .slick-slide {
    padding-bottom: 5px;
  }
  .accumulate .slick-dots {
    bottom: -35px;
  }
  .accumulate li.slick-active {
    width: 30px;
  }
  .accumulate .slick-dots li {
    margin: 0;
    width: 15px;
  }
  .accumulate .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }
  .accumulate .slick-dots li.slick-active button:before {
    color: #f54040;
    opacity: 1;
    width: 24px;
    content: "";
    background: #FFFFFF;
    border-radius: 10px;
    height: 10px !important;
    top: 50%;
    transform: translate(0, -100%);
    transition: 0.25s ease, width 0.5s ease;
  }
  .accumulate .slick-dots li button:before {
    color: #fff;
    opacity: 0.85;
    content: "";
    height: 10px;
    width: 10px;
    background: #69BDCA;
    border-radius: 50%;
  }
  .accumulate li.slick-active {
    width: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .history .nav-tabs {
    grid-template-columns: 40% auto;
    width: 450px;
    margin: 0 auto;
  }
  .history .tab-content .list_item_tab {
    width: 620px;
    margin: 0 auto;
  }
  .banner_history {
    background-image: url("/images/page/bg-product-web.png");
  }
}
@media screen and (min-width: 768px) {
  .skeleton_product .product_list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
    margin-top: 50px !important;
  }
  .skeleton_product .product_list .skeleton-product {
    width: auto !important;
  }
}/*# sourceMappingURL=main.css.map */