﻿@font-face {
  font-family: Montserrat medium;
  src: url("/publics/fonts/Montserrat/static/Montserrat-Medium.ttf");
}
@font-face {
    font-family: Beautique Display-black;
    src: url("/publics/fonts/beautique-display-font-family-1704937714-0/BeautiqueDisplay-Black-BF63fd5fa82b67d.otf");
}
body {
  font-family: Montserrat medium;
  font-size: 14px;
  color: rgb(74, 19, 27);
}
.custom-btn {
    background-color: #D1D3D4; /* Màu nền chính */
    /*border: 1px solid #A8AAAB;*/ /* Viền nhẹ để nổi bật */
    border: none;
    color: #333; /* Màu chữ */
    padding: 8px 16px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease-in-out; /* Hiệu ứng mượt */
}

    .custom-btn:hover {
        background-color: #B4B6B8; /* Màu nền khi hover */
        /*border-color: #909294;*/ /* Viền tối hơn một chút */
        color: #000; /* Màu chữ đậm hơn */
    }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Beautique Display-black;
}
.show-more h2,
a {
  color: rgb(74, 19, 27);

  margin-bottom: 16px;
  text-align: center;
}

.header img:nth-child(1) {
  width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
}
.header img:nth-child(2) {
  width: 68%;
  top: 60%;
}
.header {
  margin-bottom: 20px;
}

.header-l {
  display: none;
}
.floating-button {
  position: fixed;
  bottom: 10%;
  right: 12px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  transition: background-color 0.3s;
  z-index: 4;
  height: 80px;
  width: 80px;
  opacity: 0;
}
.expanded-buttons i {
  font-size: 30px;
  color: rgb(187, 187, 187);
}

.floating-button.visible {
  opacity: 1;
}

.expanded-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  position: fixed;
  bottom: 26%;
  right: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 4;
  height: 75px;
  width: 75px;
  padding: 10px;
  cursor: pointer;
}
.expanded-buttons img {
  width: 100%;
}
.call-btn {
  width: 365% !important;
}
.call-btn-2 {
  width: 487% !important;
}

.close-btn {
  margin-right: 12px;
}
.expanded-buttons button:hover {
  background-color: #218838;
}

.expanded-buttons.visible {
  opacity: 1;
  pointer-events: auto;
}

.close-button:hover {
  background-color: #c82333;
}
.lienhoadai {
  background-color: #d9d9d9;
  border-radius: 10px;
}
.content-section h2,
.content-section h3 {
  color: rgb(74, 19, 27);
}
.content-section h2 {
  font-size: 27px;
}
.content-section h3 {
  font-size: 24px;
}
.carousel {
  width: 100%;
  height: 510px;
}
.envelope-img {
  width: 100%;
}
.price-container {
  width: 50%;
}
.item-price {
  z-index: 2;
  color: white;
  line-height: normal;
}
.item-price p {
  margin: 0;
}
.item-price p {
  margin: 0;
}
.price {
  font-size: 30px;
}
.product-description {
  color: rgb(74, 19, 27);

  display: inline-block;
}
.product-description i {
  color: rgb(74, 19, 27);
}
.product-description a {
  color: rgb(74, 19, 27);
}

.confirm-section {
  height: 90px;
  margin-bottom: 0px;
  padding: 0 1.5rem;
}

.confirm-section img {
  width: 100%;
  height: auto;
}
.product-meaning {
  color: rgb(74, 19, 27);

  padding: 20px 25px;
  background-color: rgb(230, 231, 232);
}
.product-meaning p {
  text-align: justify;
}

.product-detail {
  color: rgb(74, 19, 27);

  margin-bottom: 30px;
  padding: 0 10px;
}
.product-detail ul {
  list-style-type: "*   ";
  margin: 0;
}

.store_system {
  padding: 25px 8px;
  background-color: rgb(230, 231, 232);
  color: rgb(74, 19, 27);
  font-size: 14px;
}
.store_system p:nth-child(even) {
  margin: 0;
}
.store_system h3 {
  margin-bottom: 0px;
  font-size: 20px;
}
.store_system img {
  width: 35px;
  height: 35px;
}
.tks-section{
  padding: 0 1.5rem;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.tks-section h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
.tks-section p {
  text-align: justify;
  text-align-last: center;
}
.show {
  position: absolute;
  bottom: -1em;
  z-index: 100;
  left: 42%;
}
.hide {
  display: none;
}
.show:target {
  display: none;
}
.show:target ~ .fade {
  display: none;
}
.show:target ~ .panel {
  max-height: 2000px;
}
.show:target ~ .fade {
  margin-top: 0;
}

.panel {
  position: relative;
  margin: 2em auto;
  max-height: 170px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.fade {
  background: linear-gradient(
    to bottom,
    rgba(100, 100, 100, 0) 0%,
    #ffffff 75%
  );
  height: 100px;
  margin-top: -100px;
  position: relative;
}
.fade:not(.show) {
  opacity: 1 !important;
}

.footer {
  margin-top: 21px;
  padding: 5px 23px;
  color: rgb(74, 19, 27);
  border-bottom: 2px solid rgba(89, 23, 37, 1);
}
.footer p {
  margin: 0;
  font-size: 14px;
}
.footer img {
  width: 90%;
  height: auto;
}
.hotline {
  font-size: 21px !important;
  margin: 4px 0 !important;
}
.quality {
  height: 150px;
  width: 100%;
  position: relative;
}
.quality img {
  position: absolute;
  right: 18px;
  bottom: 66px;
}
.footer-l {
  display: none;
}

.main-large {
  display: none;
}
.table-area table {
  table-layout: fixed;
  font-size: 12px;
  width: 94%;
  border: none;
}

td {
  line-height: 25px;
  height: 53px;
}
th,
td {
  border-color: rgb(74, 19, 27);
  border: 1px solid rgb(74, 19, 27);
  border-collapse: collapse;
}
th {
  color: #e9a71d;
  background-color: #971517;
  border: none;
  border-radius: 5px;
  line-height: 22px;
}
.beautique {
  font-family: Beautique Display-black !important;
}
.thin-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.update-time {
  padding-left: 18px;
  font-size: 15px;
}
.table-note {
  margin-left: 14px;
  margin-right: 7px;
  font-size: 13px;
}
.table-price-cell {
  font-size: 20px;
  font-weight: 600;
}
.another-price-cell{
  font-size: 18px ;
  font-family: inherit;
}
.sell-price {
  color: #25544b;
}
.buy-price {
  color: #8b171a;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
  .header img {
    width: 100%;
    height: auto;
  }

  .confirm-section img {
    width: 100%;
  }
  .confirm-section {
    height: 150px;
  }
  .update-time {
    padding-left: 25px;
    font-size: inherit;
  }
  .table-note {
    margin-left: 25px;
  }
  .table-area table {
    font-size: 16px;
  }
  .table-price-cell {
    font-size: 30px;
  }
  .panel {
    max-height: 235px;
  }
  .footer img {
    width: 80%;
    height: auto;
  }

  
  .footer p {
    margin: 0;
    font-size: 19px;
  }
  .store_system h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .store_system {
    font-size: 18px;
    
  }
  .price-container {
    width: 50%;
  }
  .carousel {
    width: 100%;
    height: 816px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 15px;
  }
  .close-btn{
    margin-right: 13px;
  }
  .product-description {
    display: none;
  }
  .main-large .product-description {
    display: block;
  }

  .header {
    display: none;
  }
  .header-l {
    display: inline-block;
    /* background-image: url("../assets/header_bg_red.png"); */
    background-size: contain;
    border-radius: 0 0 15px 15px;
    height: 130px;
    color: white;
  }
  .header-logo {
    width: 25%;
  }
  .header-logo img {
    width: 100%;
  }
  .header-l-items {
    width: 100%;
    position: absolute;
    padding: 20px 88px 20px 88px;
    z-index: 2;
    line-height: normal;
  }
  .header-l p {
    margin: 0;
    font-size: 13px;
    word-spacing: 1px;
  }
  .header-l-bg {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
  }

  .product-meaning {
    text-align: center;
  }
  .product-meaning p {
    padding: 0px 48px;
  }
  .product-detail {
    background-color: rgb(230, 231, 232);
    padding: 24px 120px;
  }
  .update-time{
    padding-left: 130px;
    font-size: 20px;
  }
  .table-note{
    margin-left: 130px;
  }
  .table-area table{
    width: 75%;
  }
  .confirm-section img {
    height: auto;
    width: 75%;
  }
  .confirm-section {
    height: 210px;
  }
  .tks-section {
    padding: 0 50px;
    margin-bottom: 48px;
  }
  .store_system {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer-l {
    display: inline-block;
    padding: 20px 100px;
    border-bottom: 2px solid rgba(89, 23, 37, 1);
  }
  .footer-l p {
    margin: 0;
  }
  .hotline{
    padding-top: 30px;
    margin: 21px 0 !important;
  }
  .footer-left img {
    width: 100%;
  }
  .quality {
    height: 150px;
    width: 100%;
    position: relative;
  }
  .quality img {
    position: absolute;
    right: 210px;
    bottom: 50px;
  }
  .floating-button,
  .expanded-buttons {
    height: 70px;
    width: 70px;
  }

  .main-small {
    display: none;
  }
  .main-large {
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .double-coin img {
    width: 65%;
  }
  .col-right {
    padding-left: 80px;
  }
  .product-description {
    font-size: 16px;
  }
  
  .confirm-section img {
    height: auto;
    width: 75%;
  }
  .update-time{
    padding-left: 160px;
  }
  .table-note{
    margin-left: 160px;
    font-size: 16px;
  }
  td{
    height: 65px;
    font-size: 18px;
  }
  .tks-section h3{
    font-size: 25px;
  }
  .tks-section{
    padding: 0 75px;
    font-size: 19px;
  }
  .footer-left img {
    width: 90%;
  }
  .footer-left {
    padding: 32px 0px 38px 120px;
  }
  .footer-right {
    padding: 20px 68px 10px;
  }
  .hotline{
    padding-top: 39px;
  }
  .footer-right p {
    line-height: normal;
  }
  .footer-l {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  body {
    font-size: 17px;
  }
  .close-btn {
    margin-right: 11px;
  }
  .confirm-section img {
    width: 69%;
    height: auto;
  }
  .confirm-section {
    height: 200px;
    margin-bottom: 16px;
  }
  .tks-section {
    padding: 0 110px;
    margin-bottom: 48px;
    font-size: 21px;
  }
  .tks-section p {
    text-align: justify;
    text-align-last: center;
  }
  .tks-section h3 {
    margin-bottom: 48px;
  }
  .connect-section {
    font-size: 21px;
  }
  .connect-section img {
    height: 21px;
    width: 21px;
  }
  .connect-section img,a{
    cursor: pointer;
  }
  .footer-left img {
    width: 90%;
  }
  .footer-left {
    padding: 32px 0px 38px 120px;
  }
  .footer-right {
    padding: 39px 91px 10px;
  }
  .footer-right p {
    line-height: normal;
  }
  .footer-l{
    padding: 0px 100px;
  }
  .price-container {
    width: 35%;
  }

  th,
  td {
    height: 83px;
  }
  .table-area table {
    table-layout: fixed;
    font-size: 21px;
    width: 68%;
    border: none;
  }

  td {
    line-height: 40px;
  }
  th,
  td {
    border-color: rgb(74, 19, 27);
    border: 1px solid rgb(74, 19, 27);
    border-collapse: collapse;
  }
  th {
    color: #e9a71d;
    background-color: #971517;
    border: none;
    border-radius: 8px;
    line-height: 30px;
  }
  .beautique {
    font-family: Beautique Display-black !important;
  }
  .thin-underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .update-time {
    padding-left: 230px;
    font-size: 25px;
  }
  .table-note {
    margin-left: 230px;
    font-size: inherit;
  }
  .table-price-cell {
    font-size: 40px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1700px) {
  body {
    font-size: 19px;
  }
  .header-logo img{
    width: 75%;
  }
  .header-l p{
    font-size: 16px;
  }
  .update-time{
    padding-left: 300px;
  }
  .table-note{
    margin-left: 300px;
  }
  .confirm-section{
    height: 250px;
  }
  .footer-left img {
    width: 75%;
  }
  .footer-left {
    padding-left: 267px;
  }
  .footer-right {
    padding-right: 245px;
  }
  .confirm-section img {
    width: 69%;
    height: auto;
  }
  td{
    font-size: 25px;
    line-height: 45px;
  }
  .tks-section p{
    font-size: 28px;
  }
  .tks-section{
    padding: 0 130px;
  }
  .footer-l{
    font-size: 20px;
  }
  .hotline{
    font-size: 35px !important;
    margin: 11px 0 !important;
  }
  .close-btn{
    margin-right: 13px;
  }
}
