@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy XBold';
  src: url("../fonts/SVN-GilroyXBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroySemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "SVN-Gilroy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  color: #4C4D4F;
  padding-top: 0;
  background: #fff;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #13184A;
  position: relative; }

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px; }

.ss-banner {
  background: #EFE1FD;
  display: inline-block;
  width: 100%; }
  .ss-banner .title-ss {
    margin-top: 80px; }
    .ss-banner .title-ss h4 {
      margin-bottom: 0; }

.box-button {
  display: inline-block;
  width: 100%;
  padding: 0 20px; }

.btn-login {
  background: #0F3EAC;
  color: white;
  height: 40px;
  padding: 8px 24px;
  border-radius: 50px; }

.btn-register {
  background: white;
  color: #0F3EAC;
  height: 40px;
  padding: 8px 24px;
  border-radius: 50px; }

.btn-action {
  display: inline-block;
  min-width: 128px;
  text-align: center;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center; }

.img-banner {
  display: inline-block;
  width: 100%; }

.img-banner-mb {
  width: 100%; }

.card-wrapper {
  padding: 20px 0;
  overflow: hidden;
  position: relative; }

.card-list .card-item {
  list-style: none;
  overflow: hidden; }

.card-list .card-item .card-link {
  user-select: none;
  display: block;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease; }

.card-list .card-item .card-link:active {
  cursor: grabbing; }

.card-list .card-item .card-link:hover {
  border-color: #5372f0; }

.card-list .card-link .card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px; }

.card-list .card-link .badge {
  color: blue;
  margin: 16px 0 18px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 0.95rem;
  background: #dde4ff;
  width: fit-content;
  border-radius: 50px; }

.card-list .card-link .card-title {
  font-size: 16px;
  color: #000;
  font-weight: 100; }

.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5372f0;
  border-radius: 50%;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  transform: rotate(-45deg);
  border: 2px solid #5382f0;
  transition: 0.4s ease; }

.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5372f0; }

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 1;
  background: #5372f0; }

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1; }

.box-slider .swiper-button-prev:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/next-left.png); }

.box-slider .swiper-button-next:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/next-right.png); }

.swiper-button-prev {
  left: 0 !important; }

.swiper-button-next {
  right: 0 !important; }

.swiper-pagination {
  display: none; }

.box-slider .swiper-button-next:after,
.box-slider .swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
  color: white; }

.container.swiper {
  padding-left: 0;
  padding-right: 0; }

.pattern-circle {
  position: absolute;
  width: 30%;
  left: 0;
  bottom: 0; }

.large-box {
  display: flex;
  width: 100%;
  padding: 20px;
  background: white;
  border-radius: 24px;
  position: relative;
  min-height: 220px; }
  .large-box .box-item {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%; }
    .large-box .box-item h6 {
      width: 100%;
      margin-bottom: 0;
      text-align: center;
      position: absolute;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: #0B2A8E;
      font-weight: bold;
      margin-bottom: 20px; }
  .large-box .box-img-item.thumnails {
    position: absolute;
    width: 92px;
    height: 92px; }
  .large-box .col-md-6 {
    padding-right: 0;
    padding-left: 0; }

.box-item-name {
  display: flex;
  z-index: 1;
  gap: 16px;
  width: 100%; }
  .box-item-name .img-item-name {
    display: inline-block;
    max-width: 50%;
    width: 180px;
    height: 100%;
    border-radius: 16px;
    object-fit: cover; }

.prince-item {
  margin-bottom: 0;
  font-weight: bold;
  color: white;
  background: #DCAF27;
  box-shadow: 2px 2px 10px inset white;
  border-radius: 58px;
  padding: 4px 16px;
  font-size: 24px; }

.thumnails {
  position: relative;
  padding-top: 42%;
  display: block; }

.thumnails img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0; }

.box-button {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  text-align: end;
  z-index: 99; }

.btn-action {
  display: inline-block;
  font-weight: 600; }

.box-img-item {
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  min-width: 92px;
  aspect-ratio: 1 / 1; }

.title-ss {
  display: inline-block;
  width: 100%; }
  .title-ss h5 {
    text-align: center; }
  .title-ss h4 {
    max-width: 1200px;
    display: inline-block;
    width: 100%; }

.box-slider .card-list.swiper-wrapper {
  padding-left: 40px; }

element.style {
  transform: translate3d(0px, 0, 0) !important; }

.box-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-image: linear-gradient(#113BA7, #052473);
  padding: 0; }
  .box-hotline .btn-hotline {
    font-size: 16px;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

.title-ss {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 16px; }
  .title-ss h4 {
    text-transform: uppercase;
    background: linear-gradient(to right, #1042B3 0%, #09207E 100%);
    background-clip: text;
    color: transparent;
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 128%; }

.ss-affliate {
  display: inline-block;
  width: 100%;
  background: #EFE1FD;
  margin-top: -8px;
  overflow: hidden; }
  .ss-affliate .container {
    width: 100%; }
  .ss-affliate .title-ss p {
    font-size: 36px;
    color: #0A2686; }
  .ss-affliate .box-item {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 12px;
    min-height: 180px;
    background-image: linear-gradient(140deg, #FAF5FE, #F3E4FF);
    border-radius: 24px;
    margin-top: 40px;
    box-shadow: 2px 2px 2px #0e35991f; }
    .ss-affliate .box-item:first-child {
      margin-top: 20px; }
    .ss-affliate .box-item .box-text {
      display: inline-block;
      text-align: center;
      width: fit-content;
      padding-left: 35%;
      margin-left: 24px;
      color: #113BA7;
      padding-bottom: 20px; }
      .ss-affliate .box-item .box-text h5 {
        font-weight: bold;
        margin-bottom: 24px;
        font-size: 36px; }
    .ss-affliate .box-item .img-afl {
      position: absolute;
      bottom: 20px;
      left: 16px;
      width: 35%;
      max-height: 180px;
      border-radius: 16px;
      object-fit: cover; }

.box-center {
  display: inline-block;
  width: 100%;
  max-width: 920px; }

.total-amount {
  border-radius: 20px;
  background: #0F3AA6;
  box-shadow: 2px 2px 10px inset white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  margin-top: 24px;
  width: 100%;
  max-width: 920px; }
  .total-amount h6 {
    display: inline-block;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 12px;
    min-width: 240px;
    text-align: center;
    font-weight: bold; }
  .total-amount span {
    display: block;
    width: 100%;
    color: #113BA7;
    background: white;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 2px 10px inset #113BA7; }

.box-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Hide the number input spin buttons */ }
  .box-quantity span {
    font-size: 18px;
    font-weight: 600; }
  .box-quantity .btn-quantity {
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    background: white;
    box-shadow: 0px 1px 6px 0px inset #2f008e38;
    width: fit-content; }
  .box-quantity button {
    background: white;
    border-radius: 100%;
    height: 52px;
    width: 52px;
    border: transparent;
    box-shadow: 0px 0px 8px -4px #3150A6;
    color: #113BA7;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
  .box-quantity .quantity button {
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s; }
  .box-quantity .quantity button:hover {
    background-color: #2980b9; }
  .box-quantity .input-box {
    color: #113BA7;
    width: 55px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 24px;
    outline: none;
    font-weight: bold; }
  .box-quantity .input-box::-webkit-inner-spin-button,
  .box-quantity .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .box-quantity .input-box[type="number"] {
    -moz-appearance: textfield;
    background: transparent; }

.btn-affiliate {
  font-size: 24px;
  font-weight: bold;
  width: 60%;
  background: #DCAF27;
  color: white;
  padding: 10px 16px;
  border-radius: 50px;
  box-shadow: 1px 1px 6px inset white;
  margin-top: 28px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0; }
  .btn-affiliate span {
    position: relative;
    top: 2px; }

.pd-ss {
  padding: 40px 0; }

.branch-address {
  display: inline-block;
  width: 100%;
  background: #EFE1FD;
  margin-top: -8px;
  position: relative; }
  .branch-address .container {
    z-index: 1; }
  .branch-address .large-box-item {
    display: inline-block;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 8px #0e35991f;
    height: 100%; }
    .branch-address .large-box-item:last-child {
      margin-bottom: 0; }
  .branch-address .content-s {
    display: inline-block;
    width: 100%; }
  .branch-address .title-ss {
    margin-top: 40px; }

.branch-address-bg {
  position: absolute;
  width: 100%;
  object-fit: contain;
  height: 100%;
  top: 0; }

.title-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  top: -20px; }
  .title-box h4 {
    border-radius: 24px;
    width: fit-content;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #032A8D;
    padding: 8px 16px; }

.box-address {
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #C8D2EB; }
  .box-address:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .box-address .img-address {
    position: absolute;
    left: 0;
    top: 16px; }
  .box-address p {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #113BA7;
    margin-bottom: 0; }
  .box-address span {
    font-weight: 300;
    color: #113BA7;
    font-size: 18px;
    width: 100%; }

.container.pattern-adjust {
  max-width: 1200px; }

.pattern-adjust {
  position: relative; }
  .pattern-adjust .pattern-img {
    position: absolute;
    z-index: 0; }
  .pattern-adjust .pattern-right {
    right: -120px;
    top: 40%;
    width: 18%; }
  .pattern-adjust .pattern-top {
    width: 18%;
    top: 12%;
    left: -120px; }

.white-large-box {
  display: inline-block;
  width: 100%;
  background-image: linear-gradient(130deg, #F3E4FF, white);
  padding: 80px 60px;
  border-radius: 90px;
  border: 6px solid #fff;
  text-align: center;
  position: relative;
  z-index: 1; }
  .white-large-box .large-box-item {
    display: inline-block;
    width: 100%;
    max-width: 920px; }
  .white-large-box .pattern-bot {
    bottom: 4%;
    left: -160px;
    width: 24%; }

.box-item-super {
  display: inline-block;
  width: 100%; }
  .box-item-super .title-box h4 {
    margin-bottom: 0; }

a:hover {
  text-decoration: none; }

a:hover {
  color: white;
  opacity: 0.8; }

.btn-register:hover {
  color: #032A8D; }

.icon-local {
  display: none; }

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