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

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

*::-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,
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;
}

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

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

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

.btn {
  transition: all 0.3s ease;
}

.btn: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;
}
.get_started_link,
.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;
}
.get_started_link:hover,
.btn_action:hover {
  color: var(--white);
}

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

.banner {
  height: calc(100vh - 145px);
}
.banner .slide_banner {
  height: 100%;
}
.banner .slide_banner .banner_des {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.banner .banner_des {
  position: relative;
}
.banner .banner_des .banner_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner_des {
  width: 100%;
  left: 0;
  padding: 0 160px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  background-repeat: no-repeat;
  background-position-x: center;
}
.banner .banner_des .des_left {
  max-width: 800px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.banner .banner_des .des_left h4 {
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  color: white;
}
.banner .banner_des .des_left h4 span {
  color: var(--yeallow);
}
.banner .banner_des .des_left p {
  color: white;
  font-size: 30px;
  line-height: 33px;
}
.banner .banner_des .des_right {
  margin-top: -55px;
  position: relative;
}
.banner .banner_des .des_right img {
  height: 109px;
  position: absolute;
  left: 25%;
  top: 0;
}

.interest {
  margin-top: 75px;
}
.interest .interest_content h4 {
  font-weight: 500;
  font-size: 33px;
  line-height: 34px;
  letter-spacing: 1px;
}
.interest .interest_content .interest_list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 50px auto 180px;
}
.interest .interest_content .interest_list .interest_item {
  width: 170px;
}
.interest .interest_content .interest_list .interest_item img {
  width: 120px;
  height: 120px;
}
.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: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product .product_list .product_item .box_coin {
  position: absolute;
  left: 18px;
  top: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  background-color: white;
  border-radius: 8px;
  padding: 6px;
}
.product .product_list .product_item .box_coin img {
  height: 21px;
}
.product .product_list .product_item .product_img {
  border-radius: 16px;
  background-color: #E5E5E5;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product_list .product_item .product_img img {
  width: auto;
  max-width: 100%;
  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: 16px;
  font-weight: 500;
}
.product .product_list .product_item .product_detail p {
  font-size: 12px;
  color: #687D92;
  height: 36px;
  font-weight: 500;
}
.product .product_list .product_item .product_detail .product_dis {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product .product_list .product_item .product_detail .product_dis span {
  background-color: #39BCBA;
  color: white;
  font-size: 12px;
  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 .product_list .product_item .product_detail .product_dis p {
  font-size: 14px;
  color: rgba(16, 24, 40, 0.6392156863);
  text-decoration: line-through;
}

.btn_exchange {
  font-size: 16px;
  color: white;
  border-radius: 20px;
  padding: 7px 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;
}
.box_title .title_left p strong {
  color: #1A1A1A;
}

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

.discount {
  margin-top: 62px;
  margin-bottom: 90px;
}
.discount .discount_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  gap: 40px;
}
.discount .discount_list .discount_item {
  border-radius: 20px;
  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;
}
.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: 16px;
}
.discount .discount_list .discount_item .discount_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.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: 48px;
}

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

.brand {
  background-color: #F0F5F8;
  padding: 100px 0;
  margin-bottom: 174px;
}
.brand .brand_list {
  gap: 60px;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 48px;
}
.brand .brand_list .prev {
  position: absolute;
  top: -70px;
  right: 60px;
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
}
.brand .brand_list .next {
  position: absolute;
  top: -70px;
  right: 0;
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
}
.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 {
  padding: 90px 0 100px;
}
.drawn .drawn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.drawn .drawn_list .drawn_item {
  border-radius: 20px;
  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;
}

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

.faq {
  padding: 20px 0 100px;
  max-width: 900px;
  margin: 0 auto;
}
.faq .faq-container {
  margin: auto;
  text-align: left;
}
.faq .faq-item {
  background: white;
  border-radius: 40px;
  margin-bottom: 32px;
  padding: 20px 30px;
  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: 40px;
  line-height: 64.88px;
  color: #1A1A1A;
  margin-bottom: 65px;
}

#bipayModal .modal-dialog {
  max-width: 560px;
  height: 474px;
}
#bipayModal .store-icons {
  display: flex;
  justify-content: center;
}
#bipayModal h2 {
  font-size: 24px;
}
#bipayModal h2 span {
  color: yellow;
}
#bipayModal p {
  font-size: 16px;
  line-height: 130%;
  margin: 24px 0 35px !important;
  font-weight: 400;
}
#bipayModal .button_down {
  background-color: #FFF200;
  width: 233px;
  height: 40px;
  color: #0F4B83;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
}
#bipayModal .button_down:hover {
  background-color: #d6cb08;
  transition: 0.3s;
}
#bipayModal .button_down img {
  width: 15px !important;
}
#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: 30px 20px;
  border: none;
  background-color: unset;
  height: 474px;
}
#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: 32px;
  color: white;
  cursor: pointer;
  width: 20px;
  z-index: 111;
}
#bipayModal h2 img {
  height: 80px;
  margin-bottom: 10px;
}

.btn_emp {
  border: none;
  background-color: unset;
}

.m0_auto {
  margin: 0 auto;
}

.product_grid {
  display: grid;
  grid-template-columns: auto 463px;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
}
.product_grid picture img {
  width: 100%;
  border-radius: 10px;
}
.product_grid h4 {
  font-size: 32px;
  color: var(--primary-brand);
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}
.product_grid span {
  font-size: 32px;
  line-height: 100%;
  color: var(--primary-brand);
  font-weight: 300;
}
.product_grid p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 32px;
  margin-top: 24px;
  line-height: 100%;
}
.product_grid button {
  font-weight: bold;
  width: 270px;
  display: inline-block;
}

#product {
  margin-bottom: 174px;
}

#coupon {
  padding-top: 73px;
  background-color: #F0F5F8;
}
#coupon .product_grid {
  grid-template-columns: 463px auto;
  justify-content: space-between;
}
#coupon .product_grid div {
  text-align: right;
}

#raffles {
  margin-bottom: 174px;
}

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

.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 {
  margin: 90px 0;
}
.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;
}

@media screen and (max-width: 1680px) and (min-width: 1400px) {
  #header {
    padding: 8px 110px;
  }
  .banner .banner_des {
    padding: 0 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 {
    padding: 0 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%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .product_grid {
    grid-template-columns: auto 365px;
  }
  #coupon .product_grid {
    grid-template-columns: 365px auto;
  }
  .banner {
    height: calc(100vh - 110px);
  }
}
@media screen and (max-width: 1024px) {
  #service {
    padding: 60px 0;
  }
  #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 - 24px);
    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;
  }
  .brand {
    padding: 45px 0;
  }
  #header {
    padding: 8px 20px;
  }
  .banner .banner_des {
    padding: 0 20px;
    align-items: flex-start;
    padding-top: 48px;
  }
  .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%;
  }
  .product_grid h4,
  .product_grid span {
    font-size: 20px;
    line-height: 110%;
  }
  .product_grid p {
    font-size: 14px;
    line-height: 140%;
  }
  .product_grid button {
    width: 100%;
  }
  .product_grid {
    display: flex;
    gap: 24px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .product_grid img {
    width: 100%;
  }
  * {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }
  *::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }
  .faq {
    padding: 30px 0;
  }
  .drawn .drawn_list .drawn_item span {
    height: 38px;
  }
  .group_nav .logo-wrapper img {
    height: 25px;
  }
  .get_started_link,
  .btn_action {
    font-size: 13px;
    padding: 8px 15px;
  }
  .group_nav {
    padding: 11px 0;
  }
  .banner {
    height: 510px;
    align-items: flex-start;
    background-position: center;
  }
  .banner .banner_des .des_right img {
    height: 35px;
    top: 160%;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .banner_des .des_left {
    gap: 12px;
    text-align: center;
  }
  .banner .banner_des .des_left h4 {
    font-size: 28px;
    line-height: 24px;
  }
  .banner .banner_des .des_left p {
    font-size: 18px;
    line-height: 20px;
  }
  .interest {
    margin-top: 40px;
  }
  .interest .interest_content .interest_list .interest_item {
    width: 92px;
    flex: 0 0 auto;
  }
  .interest .interest_content .interest_list .interest_item img {
    width: 55px;
    height: 55px;
  }
  .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;
    color: #1A1A1A;
  }
  #product {
    margin-bottom: 92px;
  }
  #coupon {
    padding-top: 32px;
  }
  #coupon .product_grid {
    flex-direction: column;
  }
  #coupon .product_grid div {
    text-align: center;
  }
  #raffles {
    margin-top: 70px;
    margin-bottom: 92px;
  }
  .interest .interest_content .interest_list {
    margin-top: 24px;
    margin-bottom: 60px;
    padding: 6px 0 0;
    overflow-x: auto;
  }
  .box_title .title_left p {
    font-size: 20px;
    line-height: 100%;
  }
  .title_left img {
    width: 24px;
  }
  .product {
    padding: 30px 0;
  }
  .box_title .title_left {
    gap: 6px;
    align-items: flex-start;
  }
  .product .product_list {
    margin-top: 25px;
    padding-bottom: 20px;
    overflow-x: auto;
    gap: 24px 12px;
  }
  .product .product_list .product_item .box_coin {
    font-size: 12px;
    padding: 4px;
  }
  .product .product_list .product_item .box_coin img {
    height: 15px;
  }
  .product .product_list .product_item .product_img {
    height: 107px;
  }
  .product .product_list .product_item {
    width: 150px;
  }
  .product .product_list .product_item .product_detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_detail_text {
    margin-bottom: 20px;
  }
  .product .product_list .product_item .product_detail {
    margin-top: 10px;
    padding: 0 10px 0;
  }
  .product .product_list .product_item {
    padding: 5px 5px 17px 5px;
  }
  .btn_exchange {
    font-size: 10px;
    padding: 4px 15px;
    gap: 5px;
  }
  .product .product_list .product_item .product_detail span {
    font-size: 11px;
    height: 32px;
  }
  .product .product_list .product_item .product_detail p {
    font-size: 10px;
    height: auto;
  }
  .title_right p {
    font-size: 14px;
  }
  .icon_tit_dis {
    margin-top: -5px;
  }
  .discount {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .discount .discount_list .discount_item {
    width: 190px;
  }
  .discount .discount_list .discount_item .discount_number {
    width: 44px;
    height: 22px;
    background-repeat: round;
    left: 18px;
    top: 18px;
  }
  .discount .discount_list .discount_item {
    padding: 7px 7px 12px;
  }
  .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 .discount_detail_text span {
    height: 36px;
  }
  .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;
  }
  .title_h4 {
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    line-height: 100%;
  }
  .title_h4 strong {
    margin: 0 !important;
  }
  .brand .brand_list {
    gap: 30px;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .brand .brand_list a {
    margin: 0 20px;
  }
  .brand .brand_list img {
    max-height: 60px;
    max-width: 70px;
  }
  .faq .faq-item {
    margin-bottom: 20px;
    padding: 15px 30px;
  }
  .brand {
    margin-bottom: 15px;
  }
  .drawn {
    padding: 30px 0;
  }
  .drawn .drawn_list {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .drawn .drawn_list .drawn_item {
    width: 210px;
    padding: 5px 5px 10px;
  }
  .drawn .drawn_list .drawn_item img {
    height: 100px;
    border-radius: 16px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .drawn .drawn_list .drawn_item span {
    font-size: 13px;
    padding-left: 10px;
  }
  .drawn .drawn_list .drawn_item p {
    font-size: 11px;
    padding-left: 10px;
  }
  .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: 350px;
  }
  .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;
  }
  .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: 18px 0;
    background-image: url("/images/page/bg-qr-mobi.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 420px;
  }
  #bipayModal h2 {
    font-size: 18px;
  }
  #bipayModal p {
    font-size: 14px !important;
    margin: 15px 0 25px !important;
  }
  #bipayModal .close-btn {
    top: 0;
  }
  #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;
  }
}/*# sourceMappingURL=main.css.map */