@charset "UTF-8";
/* Animation */
#scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #7B0202;
  z-index: 999999;
}
/* Initial hidden state */
.animatedFadeInUp {
  opacity: 0;
  /* Hidden */
  transform: translate3d(0, 40px, 0);
  /* Start from lower position */
}
/* Animation for fadeInUp */
.fadeInUp {
  opacity: 1;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translate3d(0, 0, 0);
  /* Return to original position */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* White background that covers the entire screen */
.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffefd;
  z-index: 9999999;
}
.loader {
  width: 40px;
  height: 40px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #7B0202 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
  /* Position in the center of the screen */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  /* Make sure it's above other elements */
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
/* Hide content initially */
#layout-content, #layout-header, #layout-footer {
  opacity: 0;
  transition: opacity 0.5s ease;
}
/* Show content when loaded */
#layout-content.loaded, #layout-header.loaded, #layout-footer.loaded {
  opacity: 1;
}
body {
  font-family: "Prompt", sans-serif !important;
}
a {
  text-decoration: none !important;
}
.min-container {
  max-width: 1140px !important;
  margin: auto;
  max-width: 100%;
  /* ปรับความกว้างสูงสุด */
  overflow-x: hidden;
  /* ป้องกันการเลื่อนในแนวนอน */
}
.min-container2 {
  max-width: 1000px !important;
  margin: auto;
}
.min-container3 {
  max-width: 760px !important;
  margin: auto;
}
.text-color {
  color: #d39f38;
}
.text-color2 {
  color: #7B0202;
}
.text-color3 {
  color: #be1e2e;
}
.text-color4 {
  color: #808080;
}
.modal {
  z-index: 9999999 !important;
}
@media (max-width: 1024px) {
  .min-container {
    max-width: 960px !important;
  }
}
@media (max-width: 768px) {
  .modal {
    --bs-modal-width: 700px !important;
  }
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .modal-header {
    height: 300px !important;
  }
}
header {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
  z-index: 9999 !important;
}
.logo-header {
  width: 130px;
  height: 30px;
}
.sty-container {
  max-width: 1500px !important;
}
.custom-nav .nav-link {
  color: #d39f38;
}
.custom-nav .nav-link:hover {
  color: #7B0202;
}
.custom-nav .navbar-nav {
  gap: 50px;
}
.custom-nav .navbar-nav {
  gap: 50px;
}
.btn-burger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}
.btn-burger .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
  background-color: #7B0202 !important;
}
.scrollToTop {
  bottom: 20px;
  padding: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: min-content;
  height: auto;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
.scrollToTop .btn.custom-btn {
  background-color: #7B0202;
  border-radius: 50%;
  padding: 0;
  color: #d39f38;
  font-size: 25px;
  border: none;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  padding: 9px;
}
.scrollToTop .btn.custom-btn:hover {
  background-color: #A52A2A;
  color: #FFC107;
}
.scrollToTop .btn.custom-btn:active {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
.scrollToTop .btn.custom-btn.show {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
.scrollToTop .dropdown-menu {
  background-color: #fff9f1 !important;
  width: 230px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  margin-bottom: 10px !important;
  transition: 0.5s;
}
.scrollToTop .dropdown-menu .header-text {
  color: #000000;
  margin-bottom: 0;
}
.scrollToTop .dropdown-menu .highlight-text {
  color: #7B0202;
  font-weight: bold;
  margin-bottom: 5px;
}
.scrollToTop .dropdown-menu .phone-number {
  background-color: transparent;
  border: 1px solid #7B0202;
  border-radius: 50px;
  padding: 3px 15px;
  display: inline-block;
  font-weight: bold;
  color: #7B0202;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.scrollToTop .dropdown-menu .phone-number i {
  margin-right: 10px;
  color: #7B0202;
}
.scrollToTop .dropdown-menu .phone-number:hover {
  opacity: 0.5 !important;
}
.scrollToTop .dropdown-menu .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.scrollToTop .dropdown-menu .social-icons .icon {
  color: #7B0202;
  font-size: 30px;
}
.scrollToTop .dropdown-menu .social-icons .fa-brands {
  transition: transform 0.3s ease;
}
.scrollToTop .dropdown-menu .social-icons .fa-brands:hover {
  transform: scale(1.3);
}
@media only screen and (max-width: 768px) {
  .custom-nav .navbar-nav {
    gap: 0;
  }
}
.banner-containerA {
  background-color: #be1e2e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-containerA .banner-heading {
  font-size: 36px;
  font-weight: 600;
  height: 70px;
  padding: 7px 12px;
}
.banner-containerA .banner-heading .logo-icon {
  width: 180px;
  height: auto;
}
.banner-containerA .banner-heading .circle-btn {
  border: 2px solid #D29E38;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  color: #D29E38;
  font-size: 19px;
}
.banner-containerA .banner-heading .circle-btn:active {
  background-color: #FFDE59 !important;
  color: #7B0202 !important;
  border: 1px solid #FFDE59;
}
.banner-containerA .banner-heading .circle-btn:hover {
  background-color: #D29E38 !important;
  color: #7B0202 !important;
  border: 2px solid #D29E38;
}
.banner-containerA .banner-footer {
  background-color: #D29E38;
  height: 45px;
  padding: 3px 12px;
}
.banner-containerA .banner-footer ul.navbar-nav {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #7B0202;
}
.banner-containerA .banner-footer ul.navbar-nav .nav-item {
  display: inline-block !important;
  margin-right: 20px;
  float: none;
  position: relative;
  transition: opacity 0.3s ease;
  font-weight: 600;
}
.banner-containerA .banner-footer ul.navbar-nav .nav-item:hover {
  opacity: 0.5;
}
.banner-containerA .banner-footer ul.navbar-nav .nav-item:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 12px;
  height: 15px;
  width: 1px;
  background-color: #7B0202;
}
.banner-containerA .banner-footer ul.navbar-nav .nav-item:last-child:after {
  display: none;
}
.banner-containerB {
  background-color: #d39f38;
}
.banner-containerB .banner-heading {
  font-size: 37px;
  font-weight: 600;
  height: 70px;
  padding: 7px 12px;
}
.banner-containerB .banner-heading .logo-icon {
  width: 180px;
  height: auto;
}
.banner-containerB .banner-heading .circle-btn {
  border: 1px solid #fffefd;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  color: #fffefd;
  font-size: 19px;
}
.banner-containerB .banner-heading .circle-btn:active {
  background-color: #7B0202 !important;
  color: #d39f38 !important;
  border: 1px solid #7B0202;
}
.banner-containerB .banner-heading .circle-btn:hover {
  background-color: #be1e2e !important;
  color: #FFDE59 !important;
  border: 1px solid #be1e2e;
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .banner-containerA .banner-heading {
    height: 50px;
    padding: 10px 4px;
  }
  .banner-containerA .banner-heading .logo-icon {
    width: 100px;
    height: auto;
  }
  .banner-containerA .banner-heading .circle-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding: 4px;
  }
  .banner-containerA .banner-footer {
    height: 40px;
    font-size: 14px;
    padding: 3px 14px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 12px;
  }
  .banner-containerA .banner-footer::-webkit-scrollbar {
    display: none;
  }
  .banner-containerA .banner-footer .nav-item {
    margin-right: 18px !important;
  }
  .banner-containerA .banner-footer .nav-item:after {
    right: -10px !important;
    top: 10px !important;
    height: 13px !important;
  }
  .banner-containerB .banner-heading {
    height: 50px;
    padding: 10px 4px;
  }
  .banner-containerB .banner-heading .logo-icon {
    width: 100px;
    height: auto;
  }
  .banner-containerB .banner-heading .circle-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding: 4px;
  }
}
/* สำหรับหน้าจอขนาดกลาง (แท็บเล็ตและมือถือขนาดใหญ่) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-containerA .banner-heading {
    font-size: 31px;
    padding: 12px 12px;
  }
  .banner-containerA .banner-heading .logo-icon {
    width: 180px;
    height: auto;
  }
  .banner-containerA .banner-footer {
    font-size: 14px;
  }
}
/* สำหรับหน้าจอขนาดใหญ่กว่าปานกลาง (แล็ปท็อป 14-16 นิ้ว) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-containerA .banner-heading {
    font-size: 31px;
    padding: 12px 12px;
  }
  .banner-containerA .banner-heading .logo-icon {
    width: 180px;
    height: auto;
  }
  .banner-containerA .banner-footer {
    font-size: 14px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .banner-containerA .banner-heading {
    font-size: 18px !important;
  }
  .banner-containerB .banner-heading {
    font-size: 20px !important;
  }
  .sty-fontF {
    font-size: 11px;
  }
}
@media (min-width: 319px) and (max-width: 424px) {
  .banner-containerA .banner-heading {
    font-size: 15px !important;
  }
  .banner-containerB .banner-heading {
    font-size: 17px !important;
  }
  .sty-text {
    font-size: 18px;
  }
  .sty-fontF {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .banner-containerA .banner-heading {
    font-size: 13px !important;
    height: 45px;
    padding: 10px 4px;
  }
  .banner-containerA .banner-heading .circle-btn {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 3px;
  }
  .banner-containerA .banner-heading .logo-icon {
    width: 85px;
    height: auto;
  }
  .banner-containerA .banner-footer {
    font-size: 10px;
  }
  .banner-containerB .banner-heading {
    font-size: 13px !important;
    height: 45px;
    padding: 10px 4px;
  }
  .banner-containerB .banner-heading .circle-btn {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 3px;
  }
  .banner-containerB .banner-heading .logo-icon {
    width: 85px;
    height: auto;
  }
}
.logo-footer {
  width: 230px;
  height: 30px;
}
footer {
  background-color: #7B0202;
  border-bottom: 5px solid #d39f38;
  font-size: 14px;
}
footer .nav-link {
  padding: 3px 0 !important;
  transition: opacity 0.3s ease;
  font-weight: 200;
  display: inline-block;
  font-weight: 500;
}
footer .nav-link:hover {
  color: #FFDE59;
}
footer .color-nav .nav-item:nth-child(n+2) .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
footer .color-nav .nav-item:nth-child(n+2) .nav-link:hover {
  color: #FFDE59;
}
footer .color-nav2 .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
footer .color-nav2 .nav-link:hover {
  color: #FFDE59;
}
footer .costom-padtop {
  padding-top: 27px;
}
footer .costom-padr {
  padding-right: 0px;
}
footer .bottom-line {
  border-top: 1px solid #fffefd;
}
footer .col-md-4 {
  width: 25%;
}
footer .col-md-2 {
  width: 15%;
}
footer .test-weight {
  font-weight: bold;
}
footer .mo-padt {
  padding: 102px 0 0 0;
}
footer .mo-text {
  font-size: 12px !important;
}
footer .costom-dropup {
  position: fixed;
  bottom: 3%;
  z-index: 9999;
  right: 25px;
  transition: all 0.3s ease;
}
footer .costom-dropup .dropdown-menu {
  background-color: #fff9f1 !important;
  width: 180%;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin-bottom: 10px !important;
  transition: 0.5s;
}
footer .costom-dropup .dropdown-menu .header-text {
  color: #000000;
  margin-bottom: 0;
}
footer .costom-dropup .dropdown-menu .highlight-text {
  color: #7B0202;
  font-weight: bold;
  margin-bottom: 5px;
}
footer .costom-dropup .dropdown-menu .phone-number {
  background-color: transparent;
  border: 1px solid #7B0202;
  border-radius: 50px;
  padding: 3px 15px;
  display: inline-block;
  font-weight: bold;
  color: #7B0202;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
footer .costom-dropup .dropdown-menu .phone-number i {
  margin-right: 10px;
  color: #7B0202;
}
footer .costom-dropup .dropdown-menu .phone-number:hover {
  opacity: 0.5;
}
footer .costom-dropup .dropdown-menu .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
footer .costom-dropup .dropdown-menu .social-icons .icon {
  color: #7B0202;
  font-size: 30px;
}
footer .costom-dropup .dropdown-menu .social-icons .fa-brands {
  transition: transform 0.3s ease;
}
footer .costom-dropup .dropdown-menu .social-icons .fa-brands:hover {
  transform: scale(1.3);
}
footer .custom-btn {
  background-color: #7B0202;
  color: #d39f38;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
}
footer .custom-btn:hover {
  background-color: #A52A2A;
  color: #FFC107;
}
footer .custom-btn:active {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
footer .custom-btn.show {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
footer a.text-white:hover {
  color: #FFDE59 !important;
}
/* สำหรับหน้าจอขนาดใหญ่ (โน้ตบุ๊คและแล็ปท็อปขนาด 14-16 นิ้ว) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  footer {
    font-size: 10px !important;
  }
}
/* สำหรับหน้าจอขนาดใหญ่ (โน้ตบุ๊คและแล็ปท็อปขนาด 14-16 นิ้ว) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  footer {
    font-size: 12px !important;
  }
  footer #ickk {
    padding-left: 10px !important;
  }
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 46px;
  background-color: white;
  box-shadow: 15px 70px 55px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  transition: none;
  padding-top: 25px !important;
  max-width: 350px;
}
.sidebar + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 9999;
}
.sidebar .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #EEE;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 30px;
}
.sidebar ul.dropdown-menu {
  border: none;
  padding-left: 15px;
}
.sidebar .btn-close {
  --bs-btn-close-opacity: 0.2;
}
.sidebar.open {
  padding: 0 20px 20px;
  width: 70%;
  transition: 0.5s;
}
.sidebar.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.sidebar.close {
  padding: 0;
  width: 0%;
}
.slide-main .box-pagination .swiper-pagination-fraction, .slide-main .box-pagination .swiper-pagination-custom, .slide-main .box-pagination .swiper-horizontal > .swiper-pagination-bullets, .slide-main .box-pagination .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  top: 15px;
  width: 100%;
  position: relative;
}
.slide-main .swiper-pagination-bullet {
  background-color: #7B0202;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.slide-main .swiper-pagination-bullet-active {
  background-color: #d39f38;
  width: 12px;
  height: 12px;
}
.custom-iframe {
  border: 5px solid #7B0202;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 !important;
  width: calc(100% - 27px) !important;
  margin: 0 12px !important;
}
.img-bar {
  text-align: start;
  display: block;
  width: 500px !important;
}
.text-custom {
  font-weight: 600;
  color: #7B0202;
}
.text-sub {
  font-weight: 400;
  color: #d39f38;
}
.text-type {
  font-weight: 400;
  color: #d39f38;
  font-size: 18px;
}
.text-price {
  font-weight: bold;
  color: #d39f38;
  font-size: 28px;
}
.text-detail {
  color: #808080;
}
.line {
  border-top: 1px solid #D29E38;
  width: 98%;
  margin-bottom: 5px;
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .line {
    width: 90%;
  }
  .img-bar {
    width: 100% !important;
  }
}
/* สำหรับหน้าจอขนาดกลาง (แท็บเล็ตและมือถือขนาดใหญ่) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .line {
    width: 96%;
  }
  .img-bar {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .custom-iframe {
    width: calc(100% - 10px) !important;
    margin: 0 5px !important;
  }
  .img-bar {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .custom-iframe {
    max-height: 300px;
  }
}
.blog-item {
  border: none !important;
  cursor: pointer;
}
.blog-item .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 35px !important;
  transition: opacity 0.3s ease;
}
.blog-item .blog-cover:hover {
  opacity: 0.5;
}
.blog-item .title-arrow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.blog-item .blog-title {
  font-size: 16px;
  color: #7B0202;
  font-weight: bold;
  text-decoration: none;
  margin-right: 50px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.blog-item .blog-date {
  color: #a4a4a4;
  font-size: 14px;
  margin-top: 5px;
}
.blog-item .circle-btn {
  border: 1px solid #7B0202;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  color: #d39f38;
  font-size: 15px;
}
.blog-item .circle-btn:active {
  background-color: #7B0202 !important;
  color: #d39f38 !important;
  border: 1px solid #7B0202;
}
.blog-item .circle-btn:hover {
  background-color: #be1e2e !important;
  color: #FFDE59 !important;
  border: 1px solid #be1e2e;
}
.first-in-row {
  margin-right: 30px;
}
.center-in-row {
  margin: 0 20px;
}
.last-in-row {
  margin-left: 30px;
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .first-in-row {
    margin-right: 10px;
    width: 95% !important;
  }
  .center-in-row {
    margin: 0 5px;
    width: 95% !important;
  }
  .last-in-row {
    margin-left: 10px;
    width: 95% !important;
  }
}
/* สำหรับหน้าจอขนาดกลาง (แท็บเล็ตและมือถือขนาดใหญ่) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .center-in-row {
    margin: 0 18px;
  }
  .last-in-row {
    margin-left: 25px;
  }
  .first-in-row {
    margin-right: 20px;
  }
}
/* สำหรับหน้าจอขนาดใหญ่กว่าปานกลาง (แล็ปท็อป 14-16 นิ้ว) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .center-in-row {
    margin: 0 18px;
  }
  .last-in-row {
    margin-left: 25px;
  }
  .first-in-row {
    margin-right: 20px;
  }
}
.main-pad {
  padding: 0 35px;
}
.main-pad2 {
  padding: 0 80px;
}
.blog-item2 {
  border: none !important;
  cursor: pointer;
}
.blog-item2 .read-more {
  background-color: #7B0202;
  color: #d39f38;
  border-radius: 50px;
}
.blog-item2 .read-more:hover {
  background-color: #A52A2A;
  color: #FFC107;
}
.blog-item2 .read-more:active {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
  border: none !important;
}
.blog-item2 .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 40px !important;
  transition: opacity 0.3s ease;
}
.blog-item2 .blog-cover:hover {
  opacity: 0.5;
}
.blog-item2 .blog-title {
  font-size: 24px;
  color: #7B0202;
  text-decoration: none;
  font-weight: 700;
  margin-top: 15px;
  display: block;
  text-align: center;
}
.blog-item2 .blog-caption {
  color: #6a6a6a;
  position: relative;
  padding-top: 15px;
  text-align: center;
}
.sty-swiper .swiper-button-next.swiper-button-disabled, .sty-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.sty-swiper .swiper-button-prev, .sty-swiper .swiper-button-next {
  background-color: #fffefd;
  color: #7B0202;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 25%;
}
.sty-swiper .swiper-button-prev:after, .sty-swiper .swiper-button-next:after {
  font-size: 20px;
}
.blog-item3 {
  border: none !important;
  cursor: pointer;
}
.blog-item3 .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 35px !important;
  transition: opacity 0.3s ease;
}
.blog-item3 .blog-cover:hover {
  opacity: 0.5;
}
.blog-item3 .blog-brand {
  margin: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
  color: #808080;
}
.blog-item3 .blog-title {
  font-size: 20px;
  color: #7B0202;
  text-decoration: none;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.blog-item3 .blog-price {
  color: #D29E38;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}
.bnt-sub {
  background-color: #7B0202 !important;
  border-radius: 50px !important;
  color: #d39f38 !important;
  border: none !important;
  transition: all 0.3s ease !important;
  margin-top: 2rem !important;
}
.bnt-sub:hover {
  background-color: #A52A2A !important;
  color: #FFC107 !important;
}
.bnt-sub:active {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
/* สำหรับหน้าจอขนาดกลาง (แท็บเล็ตและมือถือขนาดใหญ่) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bnt-sub {
    margin-top: 0rem !important;
  }
}
/* สำหรับหน้าจอขนาดใหญ่กว่าปานกลาง (แล็ปท็อป 14-16 นิ้ว) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bnt-sub {
    margin-top: 0rem !important;
  }
  .main-pad {
    padding: 0 5px;
  }
}
.blog-item4 {
  border: none !important;
  cursor: pointer;
}
.blog-item4 .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 35px !important;
  transition: opacity 0.3s ease;
}
.blog-item4 .blog-cover:hover {
  opacity: 0.5;
}
.blog-item4 .blog-brand {
  margin: 0;
  text-align: center;
  font-weight: 400;
  color: #808080;
}
.blog-item4 .blog-title {
  font-size: 20px;
  color: #7B0202;
  text-decoration: none;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.blog-item4 .blog-price {
  text-align: center;
  color: #808080;
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .main-pad {
    padding: 0;
  }
  .main-pad2 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .text-size {
    font-size: 22px;
  }
  .blog-item3 .blog-title {
    font-size: 16px;
  }
  .blog-item3 .blog-brand {
    font-size: 14px !important;
  }
  .blog-item3 .blog-price {
    font-size: 14px !important;
  }
  .blog-item4 .blog-title {
    font-size: 16px;
  }
  .blog-item4 .blog-brand {
    font-size: 14px !important;
  }
  .blog-item4 .blog-price {
    font-size: 14px !important;
  }
  .blog-item2 .blog-title {
    font-size: 18px;
  }
  .blog-item2 .blog-caption {
    font-size: 14px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .blog-item3 .blog-title {
    font-size: 16px;
  }
  .blog-item3 .blog-brand {
    font-size: 14px !important;
  }
  .blog-item3 .blog-price {
    font-size: 14px !important;
  }
  .blog-item4 .blog-title {
    font-size: 16px;
  }
  .blog-item4 .blog-brand {
    font-size: 14px !important;
  }
  .blog-item4 .blog-price {
    font-size: 14px !important;
  }
  .blog-item2 .blog-title {
    font-size: 20px;
  }
  .blog-item2 .blog-caption {
    padding-top: 7px;
  }
  .blog-item .blog-title {
    margin-right: 28px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .blog-item3 .blog-title {
    font-size: 14px;
  }
  .blog-item3 .blog-brand {
    font-size: 12px !important;
  }
  .blog-item3 .blog-price {
    font-size: 12px !important;
  }
  .blog-item4 .blog-title {
    font-size: 16px;
  }
  .blog-item4 .blog-brand {
    font-size: 14px !important;
  }
  .blog-item4 .blog-price {
    font-size: 14px !important;
  }
  .blog-item2 .blog-title {
    font-size: 18px;
  }
  .blog-item2 .blog-caption {
    padding-top: 7px;
  }
  .blog-item .blog-title {
    margin-right: 4px;
  }
  .blog-item .circle-btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
    padding: 6px;
  }
}
@media (max-width: 320px) {
  .blog-item3 .blog-title {
    font-size: 12px;
  }
  .blog-item3 .blog-brand {
    font-size: 12px !important;
  }
  .blog-item3 .blog-price {
    font-size: 12px !important;
  }
  .blog-item4 .blog-title {
    font-size: 16px;
  }
  .blog-item4 .blog-brand {
    font-size: 14px !important;
  }
  .blog-item4 .blog-price {
    font-size: 14px !important;
  }
  .blog-item2 .blog-title {
    font-size: 14px;
  }
  .blog-item2 .blog-caption {
    font-size: 12px;
  }
}
.custom-pills {
  gap: 20px;
}
.custom-pills .nav-link {
  color: #a4a4a4 !important;
  border-radius: 50px !important;
}
.custom-pills .nav-link.active {
  color: #FFDE59 !important;
  background: #7B0202 !important;
  border-radius: 50px !important;
}
@media (min-width: 768px) {
  .border-lg-end {
    border-right: 1px solid #D29E38;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .border-lg-bottom {
    border-bottom: 1px solid #D29E38;
    padding-bottom: 2rem;
  }
}
.fotn-color {
  color: #808080;
}
.call-bnt {
  background-color: #7B0202 !important;
  color: #d39f38 !important;
  border-radius: 50px !important;
  border: none !important;
}
.call-bnt:hover {
  background-color: #A52A2A !important;
  color: #FFC107 !important;
}
.call-bnt:active {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
.sty-leftm {
  margin-left: 70px;
}
.sty-pleft {
  padding-left: 10% !important;
}
.document-list {
  display: flex;
  flex-direction: column;
}
.document-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.document-item img {
  margin-right: 10px;
}
.logo-join {
  border-radius: 35px;
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .buttons-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .buttons-container button {
    width: 100%;
  }
  .sty-leftm {
    margin-left: 0;
  }
  .sty-pleft {
    padding-left: 12px !important;
  }
  .text-sty {
    font-size: 12px;
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .document-list {
    flex-direction: row;
    justify-content: flex-start;
  }
  .document-item {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.sty-col .sty-input, .sty-col2 .sty-input {
  background-color: #f5f5f5;
}
.form-back {
  background-color: #f5f5f5 !important;
}
.form-back2 {
  background-color: #f5f5f5 !important;
  padding: 6px !important;
}
@media (min-width: 992px) {
  .sty-label3 {
    font-size: 20px;
  }
  input::placeholder {
    color: #808080 !important;
  }
  textarea::placeholder {
    color: #808080;
  }
  .sty-col {
    display: flex;
    align-items: center;
  }
  .sty-col .sty-label1 {
    width: 18%;
    margin-right: 15px;
    font-size: 20px;
  }
  .sty-col .sty-label2 {
    width: 50%;
    margin-right: 15px;
    font-size: 20px;
  }
  .sty-col .sty-input {
    flex: 1;
  }
  .sty-col2 {
    display: flex;
    align-items: center;
  }
  .sty-col2 .sty-label1 {
    width: 19%;
    margin-right: 15px;
    font-size: 20px;
  }
  .sty-col2 .sty-label2 {
    width: 55%;
    margin-right: 10px;
    font-size: 20px;
  }
  .sty-col2 .sty-label3 {
    width: 9%;
    margin-right: 15px;
    font-size: 20px;
  }
  .sty-col2 .sty-input {
    flex: 1;
  }
}
@media (max-width: 576px) {
  .sty-label3 {
    font-size: 18px;
  }
  .sty-col .sty-label1 {
    font-size: 18px;
  }
  .sty-col .sty-label2 {
    font-size: 18px;
  }
  .sty-col2 .sty-label1 {
    font-size: 18px;
  }
  .sty-col2 .sty-label2 {
    font-size: 18px;
  }
  .sty-col2 .sty-label3 {
    font-size: 18px;
  }
}
.sty-bnt {
  background-color: #7B0202 !important;
  border-radius: 60px !important;
  color: #d39f38 !important;
}
.sty-bnt:hover {
  background-color: #A52A2A !important;
  color: #FFC107 !important;
}
.sty-bnt2 {
  background-color: #d39f38 !important;
  border-radius: 60px !important;
  color: #fffefd !important;
}
.sty-bnt2:hover {
  background-color: #b18327 !important;
  color: white !important;
}
.font-header {
  font-size: 25px;
  font-weight: 500;
}
.accordion1 {
  background-color: #d39f38 !important;
  color: #fffefd !important;
  height: 50px;
}
.accordion1:focus {
  box-shadow: none !important;
}
.accordion1::after {
  display: none;
}
.accordion1 i.fa-chevron-down {
  border: 1px solid #fffefd;
  border-radius: 50px;
  padding: 5px;
  transition: transform 0.3s ease;
}
.accordion1[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
}
.accordion-sub {
  box-shadow: none !important;
  color: #9A6912 !important;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.accordion-sub::after {
  display: none;
}
.accordion-sub:focus {
  background-color: transparent !important;
}
.accordion-sub:active {
  background-color: transparent !important;
}
.accordion-sub .accordion-button-text {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
  font-size: 20px;
}
.accordion-sub i.fa-chevron-down {
  border: 1px solid #be1e2e;
  border-radius: 50px;
  padding: 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #be1e2e;
  flex-shrink: 0;
}
.accordion-sub[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
  background-color: #7e7e7e;
  border: 1px solid #7e7e7e;
  color: #fffefd;
}
.accordion2 {
  background-color: #be1e2e !important;
  color: #fffefd !important;
  height: 50px;
}
.accordion2:focus {
  box-shadow: none !important;
}
.accordion2::after {
  display: none;
}
.accordion2 i.fa-chevron-down {
  border: 1px solid #fffefd;
  border-radius: 50px;
  padding: 5px;
  transition: transform 0.3s ease;
}
.accordion2[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
}
.accordion-sub2 {
  box-shadow: none !important;
  color: #be1e2e !important;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.accordion-sub2::after {
  display: none;
}
.accordion-sub2:focus {
  background-color: transparent !important;
}
.accordion-sub2:active {
  background-color: transparent !important;
}
.accordion-sub2 .accordion-button-text {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
  font-size: 20px;
}
.accordion-sub2 i.fa-chevron-down {
  border: 1px solid #be1e2e;
  border-radius: 50px;
  padding: 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #be1e2e;
  flex-shrink: 0;
}
.accordion-sub2[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
  background-color: #7e7e7e;
  border: 1px solid #7e7e7e;
  color: #fffefd;
}
.sty-header .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.item-accordion {
  border-color: transparent !important;
}
.item-accordion2 {
  border-color: transparent !important;
  border-bottom-color: #d39f38 !important;
  border-radius: 0 !important;
}
.sty-accordion-body2 {
  padding: 0px !important;
  color: #808080;
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .sty-accordion-body {
    padding: 0 !important;
    font-size: 12px;
  }
  .sty-accordion-body2 {
    padding: 0 !important;
    font-size: 12px;
  }
  .accordion1, .accordion2 {
    font-size: 13px !important;
    padding: 0 5px !important;
  }
  .accordion-sub, .accordion-sub2 {
    padding-right: 5px !important;
  }
  .accordion-sub .accordion-button-text, .accordion-sub2 .accordion-button-text {
    font-size: 13px !important;
  }
  .accordion-sub[aria-expanded="true"] .accordion-button-text, .accordion-sub2[aria-expanded="true"] .accordion-button-text {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: 100%;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .font-header {
    font-size: 16px;
  }
}
@media (min-width: 319px) and (max-width: 424px) {
  .font-header {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .font-header {
    font-size: 12px;
  }
}
.log-shop {
  width: 20px;
  margin-bottom: 4px;
}
.custom-pills2 {
  gap: 25px;
}
.custom-pills2 .nav-link {
  color: #7B0202 !important;
  border-radius: 50px !important;
  background: #fef5db !important;
  width: 138px;
  padding: 5px 8px;
  font-size: 14px;
}
.custom-pills2 .nav-link.active {
  color: #FFDE59 !important;
  background: #7B0202 !important;
  border-radius: 50px !important;
}
.custom-pills2 .nav-link:hover {
  background-color: #7B0202 !important;
  color: #FFC107 !important;
}
.bnt-jewelry {
  background-color: #7B0202 !important;
  border-radius: 50px !important;
  color: #d39f38 !important;
  border: none !important;
  transition: all 0.3s ease !important;
  width: 160px;
  margin-top: 1rem !important;
  font-size: 17px;
}
.bnt-jewelry:hover {
  background-color: #A52A2A !important;
  color: #FFC107 !important;
}
.bnt-jewelry:active {
  background-color: #d39f38 !important;
  color: #7B0202 !important;
}
.text-detail-jewelry {
  font-size: 14px;
  color: #808080;
}
.img-jewelry {
  text-align: start;
  display: block;
  width: 500px !important;
}
@media (max-width: 768px) {
  .custom-pills-m .nav.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .custom-pills-m .nav-item {
    flex: 0 0 auto;
  }
  .img-jewelry {
    width: 100% !important;
  }
}
/* สำหรับหน้าจอขนาดเล็ก (โทรศัพท์มือถือ) */
@media only screen and (max-width: 575px) {
  .img-jewelry {
    width: 100% !important;
  }
}
.costom-pad #iqht {
  padding-bottom: 0 !important;
}
.responsiv-uploader-fileupload.style-file-single {
  background-color: #f5f5f5 !important;
}
.responsiv-uploader-fileupload.style-file-single .upload-button {
  border: 0;
}
#icxm {
  margin-left: 0 !important;
  left: 0 !important;
}
.text-small {
  font-size: 0.6em;
}
.chart-price .price-box {
  border-radius: 30px 30px 0 0;
  background-image: linear-gradient(90deg, #a67412, #d29e37, #a67412);
}
.chart-price .price-box .price-header {
  padding: 0.8rem 0 !important;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #fffefd;
}
.chart-price .price-sub {
  background: #7B0202;
  text-align: center;
  color: #fffefd;
  font-size: 0.94rem;
  font-weight: 300;
  padding: 0.2rem 0 !important;
}
.chart-price .price-content {
  border-radius: 0 0 30px 30px;
  background-color: #fcf8f1;
  padding: 10px 0;
}
.chart-price .price-content .text-buy {
  color: #7B0202;
  font-weight: 700;
  font-size: 1.35rem;
  display: flow;
}
.chart-price .price-content .logo-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 6px;
}
.chart-price .price-content .price-buy {
  font-weight: 800;
  font-size: 2.35em;
  color: #be1e2e;
  display: flow;
}
.chart-price .price-content .price-sell {
  font-weight: 800;
  font-size: 2.35em;
  color: #FFBD59;
  display: flow;
}
.chart-price .divider {
  height: 80px;
  width: 1px;
  background-color: #D29E38;
  content: "";
  position: absolute;
}
.chart-price .custom-flex {
  flex: 1;
}
.chart-price2 .price-box {
  border-radius: 30px 30px 0 0;
  background-image: linear-gradient(90deg, #7b0202, #bc1d2c, #7b0202);
}
.chart-price2 .price-box .price-header {
  padding: 0.8rem 0 !important;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #fffefd;
}
.chart-price2 .price-sub {
  background: #7B0202;
  text-align: center;
  color: #fffefd;
  font-size: 0.94rem;
  font-weight: 300;
  padding: 0.2rem 0 !important;
}
.chart-price2 .price-content {
  border-radius: 0 0 30px 30px;
  background-color: #fcf8f1;
  padding: 10px 0;
}
.chart-price2 .price-content .text-buy {
  color: #7B0202;
  font-weight: 700;
  font-size: 1.35rem;
  display: flow;
}
.chart-price2 .price-content .logo-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 6px;
}
.chart-price2 .price-content .price-buy {
  font-weight: 800;
  font-size: 2.35em;
  color: #be1e2e;
  display: flow;
}
.chart-price2 .price-content .price-sell {
  font-weight: 800;
  font-size: 2.35em;
  color: #FFBD59;
  display: flow;
}
.chart-price2 .divider {
  height: 80px;
  width: 1px;
  background-color: #D29E38;
  content: "";
  position: absolute;
}
.chart-price2 .custom-flex {
  flex: 1;
}
.chart-price3 .price-box {
  border-radius: 30px 30px 0 0;
  background-image: linear-gradient(90deg, #a67412, #d29e37, #a67412);
}
.chart-price3 .price-box .price-header {
  padding: 0.8rem 0 !important;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #fffefd;
}
.chart-price3 .price-sub {
  background: #7B0202;
  text-align: center;
  color: #fffefd;
  font-weight: 300;
  font-size: 1.15rem;
  padding: 0.2rem 0 !important;
}
.chart-price3 .price-content {
  border-radius: 0 0 30px 30px;
  background-color: #fcf8f1;
  padding: 10px 0;
}
.chart-price3 .price-content .text-buy {
  color: #7B0202;
  font-weight: 700;
  font-size: 1.35rem;
}
.chart-price3 .price-content .logo-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 6px;
}
.chart-price3 .price-content .price-buy {
  font-weight: 800;
  font-size: 2.35em;
  color: #D29E38;
}
.chart-price3 .price-content .price-sell {
  font-weight: 800;
  font-size: 2.35em;
  color: #D29E38;
}
.chart-price3 .divider {
  height: 85px;
  width: 1px;
  background-color: #D29E38;
  content: "";
  position: absolute;
}
.chart-price3 .custom-flex {
  flex: 1;
}
.chart-price4 .price-box {
  border-radius: 30px 30px 0 0;
  background-image: linear-gradient(90deg, #a67412, #d29e37, #a67412);
}
.chart-price4 .price-box .price-header {
  padding: 0.8rem 0 !important;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  color: #fffefd;
}
.chart-price4 .price-sub {
  background: #7B0202;
  text-align: center;
  color: #fffefd;
  font-weight: 300;
  font-size: 0.95rem;
  padding: 0.2rem 0 !important;
}
.chart-price4 .price-content {
  border-radius: 0 0 30px 30px;
  background-color: #fcf8f1;
  padding: 10px 0;
}
.chart-price4 .price-content .text-buy {
  color: #7B0202;
  font-weight: 700;
  font-size: 1.35rem;
  display: flow;
}
.chart-price4 .price-content .logo-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 6px;
}
.chart-price4 .price-content .price-buy {
  font-weight: 800;
  font-size: 2.35em;
  color: #D29E38;
  display: flow;
}
.chart-price4 .price-content .price-sell {
  font-weight: 800;
  font-size: 2.35em;
  color: #D29E38;
  display: flow;
}
.chart-price4 .divider {
  height: 80px;
  width: 1px;
  background-color: #D29E38;
  content: "";
  position: absolute;
}
.chart-price4 .custom-flex {
  flex: 1;
}
@media (max-width: 1024px) {
  .chart-price .price-box .price-header {
    padding: 0.5rem 0 !important;
    font-size: 1.75rem;
  }
  .chart-price .price-sub {
    font-size: 0.85rem;
  }
  .chart-price .price-content .logo-icon {
    width: 20px;
    height: 20px;
  }
  .chart-price .price-content .text-buy {
    font-size: 1rem;
  }
  .chart-price .price-content .price-buy {
    font-size: 1.5em;
  }
  .chart-price .price-content .price-sell {
    font-size: 1.5em;
  }
  .chart-price .divider {
    height: 65px;
  }
  .chart-price2 .price-box .price-header {
    padding: 0.5rem 0 !important;
    font-size: 1.75rem;
  }
  .chart-price2 .price-sub {
    font-size: 0.85rem;
  }
  .chart-price2 .price-content .logo-icon {
    width: 20px;
    height: 20px;
  }
  .chart-price2 .price-content .text-buy {
    font-size: 1rem;
  }
  .chart-price2 .price-content .price-buy {
    font-size: 1.5em;
  }
  .chart-price2 .price-content .price-sell {
    font-size: 1.5em;
  }
  .chart-price2 .divider {
    height: 65px;
  }
  .chart-price3 .price-box .price-header {
    padding: 0.5rem 0 !important;
    font-size: 1.15rem;
  }
  .chart-price3 .price-sub {
    font-size: 1rem;
  }
  .chart-price3 .price-content .logo-icon {
    width: 30px;
    height: 30px;
  }
  .chart-price3 .price-content .text-buy {
    font-size: 1.65rem;
  }
  .chart-price3 .price-content .price-buy {
    font-size: 2em;
  }
  .chart-price3 .price-content .price-sell {
    font-size: 2em;
    text-align: center;
  }
  .chart-price4 .price-box .price-header {
    padding: 0.5rem 0 !important;
    font-size: 1.35rem;
  }
  .chart-price4 .price-sub {
    font-size: 0.8rem;
  }
  .chart-price4 .price-content .logo-icon {
    width: 20px;
    height: 20px;
  }
  .chart-price4 .price-content .text-buy {
    font-size: 1rem;
  }
  .chart-price4 .price-content .price-buy {
    font-size: 1.5em;
  }
  .chart-price4 .price-content .price-sell {
    font-size: 1.5em;
  }
  .chart-price4 .divider {
    height: 65px;
  }
  .text-small {
    font-size: 0.5em;
  }
}
@media (max-width: 768px) {
  .chart-price .price-box .price-header {
    font-size: 2.95rem;
  }
  .chart-price .price-sub {
    font-size: 20px;
  }
  .chart-price .price-content .text-buy {
    font-size: 2rem;
  }
  .chart-price .price-content .logo-icon {
    width: 35px;
    height: 35px;
  }
  .chart-price .price-content .price-buy {
    font-size: 2.35em;
  }
  .chart-price .price-content .price-sell {
    font-size: 2.35em;
  }
  .chart-price .divider {
    height: 90px;
  }
  .chart-price2 .price-box .price-header {
    font-size: 2.95rem;
  }
  .chart-price2 .price-sub {
    font-size: 20px;
  }
  .chart-price2 .price-content .text-buy {
    font-size: 2rem;
  }
  .chart-price2 .price-content .logo-icon {
    width: 35px;
    height: 35px;
  }
  .chart-price2 .price-content .price-buy {
    font-size: 2.35em;
  }
  .chart-price2 .price-content .price-sell {
    font-size: 2.35em;
  }
  .chart-price2 .divider {
    height: 90px;
  }
  .chart-price3 .price-box .price-header {
    font-size: 1.9rem;
  }
  .chart-price3 .price-sub {
    font-size: 20px;
  }
  .chart-price3 .price-content .logo-icon {
    width: 35px;
    height: 35px;
  }
  .chart-price3 .price-content .text-buy {
    font-size: 2rem;
  }
  .chart-price3 .price-content .price-buy {
    font-size: 2.8em;
  }
  .chart-price3 .price-content .price-sell {
    font-size: 2.8em;
  }
  .chart-price3 .divider {
    height: 100px;
  }
  .chart-price4 .price-box .price-header {
    font-size: 2.95rem;
  }
  .chart-price4 .price-sub {
    font-size: 20px;
  }
  .chart-price4 .price-content .text-buy {
    font-size: 2rem;
  }
  .chart-price4 .price-content .logo-icon {
    width: 35px;
    height: 35px;
  }
  .chart-price4 .price-content .price-buy {
    font-size: 2.35em;
  }
  .chart-price4 .price-content .price-sell {
    font-size: 2.35em;
  }
  .chart-price4 .divider {
    height: 90px;
  }
  .text-small {
    font-size: 0.85em;
  }
}
@media (max-width: 576px) {
  .chart-price .price-box .price-header {
    font-size: 1.55rem;
  }
  .chart-price .price-sub {
    font-size: 0.75rem;
  }
  .chart-price .divider {
    height: 70px;
  }
  .chart-price .price-content .text-buy {
    font-size: 1.5rem;
  }
  .chart-price .price-content .logo-icon {
    width: 25px;
    height: 25px;
  }
  .chart-price .price-content .price-buy {
    font-size: 1.65em;
  }
  .chart-price .price-content .price-sell {
    font-size: 1.65em;
  }
  .chart-price2 .price-box .price-header {
    font-size: 1.55rem;
  }
  .chart-price2 .price-sub {
    font-size: 0.75rem;
  }
  .chart-price2 .divider {
    height: 70px;
  }
  .chart-price2 .price-content .text-buy {
    font-size: 1.5rem;
  }
  .chart-price2 .price-content .logo-icon {
    width: 25px;
    height: 25px;
  }
  .chart-price2 .price-content .price-buy {
    font-size: 1.65em;
  }
  .chart-price2 .price-content .price-sell {
    font-size: 1.65em;
  }
  .chart-price3 .price-box .price-header {
    font-size: 1rem;
  }
  .chart-price3 .price-sub {
    font-size: 0.95rem;
  }
  .chart-price3 .price-content .logo-icon {
    width: 20px;
    height: 20px;
  }
  .chart-price3 .price-content .text-buy {
    font-size: 1rem;
  }
  .chart-price3 .price-content .price-buy {
    font-size: 1.5em;
  }
  .chart-price3 .price-content .price-sell {
    font-size: 1.5em;
  }
  .chart-price3 .divider {
    height: 60px;
  }
  .text-small {
    font-size: 0.68em;
  }
  .chart-price4 .price-box .price-header {
    font-size: 1.25rem;
  }
  .chart-price4 .price-sub {
    font-size: 0.75rem;
  }
  .chart-price4 .divider {
    height: 70px;
  }
  .chart-price4 .price-content .text-buy {
    font-size: 1.5rem;
  }
  .chart-price4 .price-content .logo-icon {
    width: 25px;
    height: 25px;
  }
  .chart-price4 .price-content .price-buy {
    font-size: 1.65em;
  }
  .chart-price4 .price-content .price-sell {
    font-size: 1.65em;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .text-small {
    font-size: 0.6em;
  }
  .chart-price3 .price-box .price-header {
    font-size: 0.9rem;
  }
}


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a .sub-arrow::before {
  content: '+';
}
.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*# sourceMappingURL=sm-simple.css.map */
