a,
a:link {
  text-decoration: none; }

p {
  margin: 0; }

@font-face {
  font-family: 'TTU-Font';
  src: url("../fonts/Quicksand-VariableFont_wght.ttf"); }
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  *::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  *::-webkit-scrollbar-thumb {
    background-color: #000000; }

body {
  font-family: 'TTU-Font';
  background-color: white;
  scroll-behavior: smooth;
  position: relative; }

#e_voucher {
  background-color: #E1E0E0;
  text-align: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 768px) {
    #e_voucher {
      height: 44px; } }
  #e_voucher .box {
    padding: 10px;
    font-size: 12px; }
    #e_voucher .box i,
    #e_voucher .box a {
      color: #8A2AE3;
      font-weight: bold; }
    #e_voucher .box p {
      padding: 0px 40px 0px 20px; }
    @media (min-width: 768px) {
      #e_voucher .box {
        font-size: 14px; } }
  #e_voucher .btn_close {
    right: 10px;
    top: 0; }

#slider .slider-mobile {
  position: relative;
  height: 350px;
  display: block; }
  #slider .slider-mobile .slider-mobile__carousel {
    height: 100%; }
    #slider .slider-mobile .slider-mobile__carousel .flickity-viewport {
      height: 100% !important; }
    #slider .slider-mobile .slider-mobile__carousel .carousel-cell {
      height: 100%; }
      #slider .slider-mobile .slider-mobile__carousel .carousel-cell img {
        object-fit: cover; }
  #slider .slider-mobile .register__button {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%); }
  @media (min-width: 768px) {
    #slider .slider-mobile {
      display: none; } }

.vButon {
  background-color: #8A2AE3;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #00000094;
  display: inline-block;
  overflow: hidden; }
  .vButon a,
  .vButon input {
    color: white;
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 767px) {
      .vButon a,
      .vButon input {
        font-size: 18px; } }
    @media (max-width: 319px) {
      .vButon a,
      .vButon input {
        font-size: 15px; } }
  .vButon input {
    background-color: #8A2AE3;
    border: none; }

.register_form {
  margin: 0px auto;
  text-align: center;
  max-width: 300px; }
  .register_form .vButon {
    background-color: #342626; }
    .register_form .vButon a {
      font-size: 20px;
      padding: 15px; }

#slider #carouselImage {
  display: block; }
  #slider #carouselImage .register {
    position: absolute;
    z-index: 9;
    left: 25%;
    top: 80%;
    transform: translate(-25%, -80%); }
  #slider #carouselImage .carousel-item img {
    height: 100%;
    object-fit: cover; }
  #slider #carouselImage .carousel-control-next,
  #slider #carouselImage .carousel-control-prev {
    width: auto; }
  #slider #carouselImage .carousel-control-prev-icon,
  #slider #carouselImage .carousel-control-next-icon {
    background-color: black;
    padding: 16px;
    display: block;
    height: 50px;
    width: 35px; }
  #slider #carouselImage .carousel-control-prev-icon {
    border-radius: 0px 10px 10px 0px; }
  #slider #carouselImage .carousel-control-next-icon {
    border-radius: 10px 0px 0px 10px; }
  @media (min-width: 768px) {
    #slider #carouselImage {
      display: block; } }

.title {
  text-align: center;
  padding: 25px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.3em;
  margin: 0;
  padding-bottom: 0px; }
  @media (max-width: 575px) {
    .title {
      font-size: 1.6em !important;
      padding: 40px 20px !important;
      line-height: 1.3; } }

.box-steep {
  padding-bottom: 40px; }
  .box-steep .items {
    background: linear-gradient(white 50%, #F5F6F8 50%);
    padding: 20px; }
    .box-steep .items .item {
      margin-bottom: 25px; }
      .box-steep .items .item .box {
        text-align: center; }
        @media (max-width: 575px) {
          .box-steep .items .item .box {
            display: flex;
            align-items: center;
            justify-content: center; }
            .box-steep .items .item .box .image {
              flex: 50%; }
            .box-steep .items .item .box .info {
              flex: 50%; }
              .box-steep .items .item .box .info h2 {
                padding: 0 16px; }
            .box-steep .items .item .box img {
              width: 100%; } }
        .box-steep .items .item .box img {
          max-width: 465px;
          height: 100%;
          object-fit: contain; }
        .box-steep .items .item .box .info {
          margin-top: 15px; }
          .box-steep .items .item .box .info .number {
            background-color: white;
            width: 50px;
            height: 50px;
            margin: auto;
            border-radius: 50%;
            box-shadow: -2px 6px 5px #00000042; }
            .box-steep .items .item .box .info .number span {
              font-size: 22px;
              font-weight: bold;
              padding-top: 10px;
              display: block; }
          .box-steep .items .item .box .info h2 {
            font-weight: bold;
            font-size: 20px;
            margin-top: 15px; }

.mr-100 {
  margin-right: 100px; }

#follow {
  padding: 80px 0px; }
  @media (max-width: 767px) {
    #follow {
      padding: 0; } }
  #follow h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0; }
    @media (max-width: 767px) {
      #follow h3 {
        text-align: center;
        margin-bottom: auto; } }
  #follow ul {
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      #follow ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px; } }
    #follow ul li {
      margin: 10px auto;
      list-style: none; }
      #follow ul li img,
      #follow ul li span {
        float: left; }
      #follow ul li img {
        margin-right: 10px; }
      #follow ul li span {
        font-weight: bold; }
      #follow ul li .vButon a {
        padding: 5px 20px;
        font-size: 18px; }
      #follow ul li::after {
        clear: both;
        content: '';
        display: table; }
      @media (max-width: 767px) {
        #follow ul li {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 6px;
          margin: 8px 0; }
          #follow ul li span {
            margin: 0 !important;
            width: 50%; }
          #follow ul li .vButon {
            width: auto;
            margin: auto;
            text-align: center; }
            #follow ul li .vButon a {
              font-size: 16px; } }
  #follow .iframe iframe {
    border: none;
    width: 100%;
    border-radius: 10px; }

#form-contact {
  background-color: #F5F6F8;
  padding: 70px 0px; }
  #form-contact .box {
    background-color: white;
    max-width: 1000px;
    margin: auto;
    padding: 50px 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 7px rgba(43, 42, 42, 0.648); }
    #form-contact .box h2 {
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 50px; }
    #form-contact .box .content {
      max-width: 750px;
      margin: auto;
      width: 100%; }
      #form-contact .box .content #timeout {
        margin-bottom: 30px; }
        #form-contact .box .content #timeout .item {
          max-width: 100px;
          background-color: #868282;
          margin: auto;
          text-align: center;
          color: white;
          height: 100px;
          width: 100px;
          border-radius: 10px;
          font-size: 18px;
          margin-bottom: 40px;
          padding-top: 14px;
          box-shadow: 0px 3px 7px rgba(43, 42, 42, 0.648); }
          #form-contact .box .content #timeout .item span,
          #form-contact .box .content #timeout .item small {
            display: block; }
          #form-contact .box .content #timeout .item span {
            font-weight: bold;
            font-size: 36px; }
      #form-contact .box .content .form label[class="form-label"] {
        font-weight: bold; }
      #form-contact .box .content .form h4 {
        font-size: 18px;
        font-weight: bold; }

#features .main-carousel {
  width: 100%;
  height: 400px;
  gap: 8px; }
  #features .main-carousel .carousel-cell {
    height: 408px;
    border-radius: 10px;
    width: fit-content;
    margin-right: 16px; }
    #features .main-carousel .carousel-cell img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      object-fit: contain; }

#footer {
  background-color: #8A2AE3; }
  @media (max-width: 767px) {
    #footer .title {
      font-size: 16px !important;
      line-height: 1.6 !important; } }
  #footer button {
    outline: 0;
    box-shadow: none;
    border: 0; }
  #footer .arrow-right {
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    opacity: 0.8; }
  #footer .contact {
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
    @media (min-width: 768px) {
      #footer .contact {
        border-bottom-color: transparent; } }

#banner-bottom {
  background-color: #8A2AE3;
  position: sticky;
  bottom: 0; }
  #banner-bottom .items {
    font-size: 12px; }
    #banner-bottom .items .slogan {
      float: left; }
  @media (min-width: 768px) {
    #banner-bottom {
      position: unset; } }
  @media (max-width: 768px) {
    #banner-bottom {
      text-align: center; }
      #banner-bottom .slogan {
        float: none !important; } }

#btn-list {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000; }
  @media (max-width: 767px) {
    #btn-list {
      bottom: 65px; } }
  #btn-list .back-to-top {
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    pointer-events: none; }
    #btn-list .back-to-top.active {
      opacity: 1;
      pointer-events: auto;
      transition: all 0.4s ease-in-out 0s; }
  #btn-list .phone-btn {
    width: 52px;
    height: 52px;
    cursor: pointer;
    background-color: black; }
    #btn-list .phone-btn i {
      color: white;
      font-size: 22px;
      transform: rotate(90deg); }
    @media (min-width: 768px) {
      #btn-list .phone-btn {
        display: none !important; } }

#share-list {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 60px;
  background-color: #D9D9D9;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
  @media (min-width: 768px) {
    #share-list {
      top: 70%;
      transform: translateY(-70%); } }
  #share-list .share-btns {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-110%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out 0s; }
    #share-list .share-btns .share-title {
      font-size: 14px;
      color: black;
      font-weight: bolder;
      cursor: default; }
    #share-list .share-btns.active {
      opacity: 1;
      transition: all 0.4s ease-in-out 0s;
      pointer-events: auto; }

#success-modal .page-body {
  max-width: 300px;
  background-color: #FFFFFF;
  margin: 10% auto; }

#success-modal .page-body .head {
  text-align: center;
  margin-bottom: 24px; }

/* #success-modal .tic{
    font-size:186px;
  } */
#success-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black; }

#success-modal .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1ab394;
  position: absolute; }

#success-modal .checkmark-circle .checkmark {
  border-radius: 5px; }

#success-modal .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

#success-modal .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 35px;
  top: 80px;
  position: absolute; }

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1; }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1; }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1; } }
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1; }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1; }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1; } }
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1; }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1; }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1; } }
/* Update */
.flickity-button {
  display: none; }

.carousel {
  background: white; }

.items_slider {
  margin: 0px;
  padding-bottom: 10px; }

.item_loop {
  margin: 30px 15px 80px 15px;
  background-color: white;
  border-radius: 10px;
  transition: all 0.2s;
  overflow: hidden; }
  .item_loop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    display: block;
    margin: auto; }
  .item_loop .info {
    padding: 15px; }
    .item_loop .info .thread h3 {
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 0;
      height: 50px;
      overflow: hidden; }
    .item_loop .info .thread .text-default {
      color: rgba(132, 132, 132, 0.71);
      font-size: 13px;
      margin-bottom: 10px; }
    .item_loop .info .price {
      font-size: 20px;
      font-weight: bold; }
    .item_loop .info .price_sale {
      font-size: 14px;
      color: rgba(69, 68, 68, 0.71); }
    .item_loop .info .btn-go {
      background-color: #c70b0b;
      padding: 7px;
      display: block;
      color: white;
      border-radius: 5px;
      text-align: center;
      font-weight: bold; }
  .item_loop .load-shop {
    text-align: center;
    margin: 10px auto; }
    .item_loop .load-shop img {
      width: 30px;
      height: 30px;
      display: inline-block; }
    .item_loop .load-shop span {
      color: #504d4d;
      text-transform: uppercase;
      font-size: 13px;
      margin-left: 5px; }
  .item_loop:hover {
    box-shadow: 0px 10px 13px -2px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px 10px 13px -2px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px 10px 13px -2px rgba(0, 0, 0, 0.73); }
    .item_loop:hover .load-shop {
      display: block !important; }

.item_banner .item_loop {
  margin-bottom: 0; }
  .item_banner .item_loop img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 100%; }
  .item_banner .item_loop:hover {
    box-shadow: none; }

.item_product_menu .title {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 15px; }
.item_product_menu .border-top-bottom {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }
.item_product_menu .item_loop {
  margin: 30px 10px;
  position: relative;
  overflow: unset; }
  .item_product_menu .item_loop .load-shop {
    position: absolute;
    z-index: 999;
    bottom: -40px;
    left: 0;
    right: 0;
    background: white; }
  .item_product_menu .item_loop:hover {
    box-shadow: none; }
  .item_product_menu .item_loop .image img {
    height: 235px;
    object-fit: contain; }
.item_product_menu .carousel-control-next, .item_product_menu .carousel-control-prev {
  top: 50%;
  bottom: 50%;
  z-index: 999; }
.item_product_menu .products-item .carousel-control-next, .item_product_menu .products-item .carousel-control-prev {
  width: 4%; }
.item_product_menu .carousel-control-next-icon, .item_product_menu .carousel-control-prev-icon {
  background-color: #9f9f9f;
  width: 50px;
  height: 50px;
  border-radius: 5px; }

#share-list {
  display: none; }
  #share-list span {
    margin-top: 13px;
    display: block;
    margin-left: 6px;
    padding: 6px; }

.item_product_menu .carousel-control-next-icon, .item_product_menu .carousel-control-prev-icon {
  width: 40px;
  height: 40px; }

@media screen and (max-width: 768px) {
  #slider {
    display: none; }

  #slider_mobile {
    display: block !important; }
    #slider_mobile img {
      height: 520px;
      object-fit: cover; }

  #share-list {
    display: block; }

  .item_loop:hover .load-shop {
    display: none !important; }

  #slider_mobile #carouselImage_mobile .carousel-control-prev-icon, #slider_mobile #carouselImage_mobile .carousel-control-next-icon {
    background-color: black;
    padding: 13px;
    display: block;
    height: 35px;
    width: 1px; }

  .item_loop .info .btn-go {
    margin-top: 10px; }

  .item_loop .info .thread h3 {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

  .item_product_menu .item_loop {
    margin-top: 15px;
    margin-bottom: 0px; }

  .item_product_menu .carousel-control-next-icon, .item_product_menu .carousel-control-prev-icon {
    width: 27px;
    height: 35px;
    padding: 13px; } }
@media screen and (max-width: 560px) {
  .item_loop .info .thread h3 {
    font-size: 18px;
    height: 46px; }

  .item_loop {
    margin-bottom: 30px;
    margin-top: 0px; }

  .item_product_menu .item_loop .image img {
    height: 138px; }

  .item_product_menu .item_loop {
    margin: 10px 0px; } }
@media screen and (max-width: 420px) {
  .item_loop .info .thread h3 {
    font-size: 16px;
    height: 40px; }

  .item_loop {
    margin-bottom: 15px;
    margin-top: 0px; }

  .item_product_menu .item_loop .image img {
    height: 135px; } }
.carousel_new_mobile {
  background: white; }
  .carousel_new_mobile .item_loop {
    margin: 0; }

.carousel_new_mobile .carousel-slide {
  padding-right: 1em; }

.carousel_new_mobile .carousel-cell {
  width: 250px;
  height: 270px;
  margin-right: 0px;
  background: white;
  border-radius: 5px;
  margin: 0 1em 1em 0;
  margin-bottom: 20px; }

.carousel_new_mobile .carousel-cell:first-child {
  transform: translateX(0%); }

.carousel_new_mobile {
  width: 100%;
  padding: 10px; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

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