/************************* content format **/
.numberic-heading {
  position: relative;
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  top: 15px;
  margin-bottom: 60px;
  z-index: 1;
}
.numberic-heading.elementor-element{
  display: flex;
  margin-bottom: 60px;
  top:0;
}
.numberic-heading.elementor-element .elementor-heading-title{
  font-size: 20px;
  font-weight: 700;
  margin-left: -20px;
}
.numberic-heading::before {
  content: attr(data-number);
  color: var(--bs-primary);
  background-color: yellow;
  font-size: 12px;
  padding: 5px;
  font-weight: 600;

  display: inline-block;
  margin-right: 60px;
}
.numberic-heading::after {
  content: attr(data-number);
  color: var(--bs-gray-200);
  font-size: 70px;
  font-weight: 900;
  position: absolute;
  left: 25px;
  top: -5px;
  line-height: 1em;
  z-index: -1;
}
section.content {
  padding: 15px;
}
.gray-section {
  background-color: var(--bs-gray-200);
}
.gray-section .numberic-heading::after {
  color: #fff;
}

.image-item {
  width: 140px;
  height: 169px;
}

.arrow-container {
  justify-content: center;
  display: flex;
  align-items: center;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  position: relative;
  min-width: 200px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
}

.green {
  background-color: #55ad01;
}
.blue {
  background-color: #0153a5;
}
.orange {
  background-color: #ff7d01;
}

.dotted-line {
  border-top: 2px dashed gray;
  width: 100px;
  margin-right: -8px;
}

.image-logo {
  padding-right: 8px;
  width: 160px;
  height: 65px;
}

/*p {*/
/*  margin-top: 1rem;*/
/*  margin-bottom: 1rem;*/
/*}*/

.box-pr {
  margin-top: -30px;
}

.title-custom {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: var(--bs-primary);
}

.text-custom {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
 .post-content h1, .post-content h2, .post-content h3, .post-content h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.post-content h5, .post-content h6{
  font-size: 16px;
  margin-bottom: 16px
}

/* CSS cho trang chi tiết Hệ thống cửa hàng */
.store-single {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.store-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.store-meta p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.store-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-height: 500px;
}

/* ............................ */

.store-list-container {
  gap: 20px;
  padding: 20px;
}



.store-all-list ul {
  list-style: none;
  padding: 0;
}

.store-all-list li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.3s;
    margin-bottom: 10px;
}

.store-all-list li:hover, .store-all-list li.active {
  background: var(--theme-tertiary-2);
    border-bottom: 2px solid var(--theme-primary-1);
}

.store-list-container li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.store-list-container a {
  text-decoration: none;
  color: var(--theme-black);
}

.store-list-container h6 {
  margin-bottom: 0;
}

.store-list-container .store-map {
  height: 1;
}

.store-list-container .store-map iframe {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  max-height: 100%;
}
#geolocationMessage.alert-success {
    background-color: var(--theme-tertiary-2);
    color: var(--theme-primary-1);
    border-color: var(--theme-primary-1);
}
/* --------------------- */
.img-size {
  max-width: 80%;
  height: auto;
}

/*---------------------------*/
.sidebar-brands-widget {
  background-color: #e2f8ff;
}

.sidebar-brands-widget-title {
  background: var(--bs-primary);
  color: white;
  padding: 8px;
}

/*------------------------------------*/
.name-title {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  text-align: center; 
}

.name-title h3 {
  margin-top: 10px; /
}

.name-title img {
  max-width: 100%;
  height: auto; 
}
/*-----------CSS-Post----------*/


/****** Format Post Content **********************/
.post-content .content-body{
    min-height: 300px;
}
.post-content p {
  margin-bottom: 16px;
}
.post-content p:empty {
  display: none; /* ẩn thẻ p trống */
}

.post-content a {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: all 0.3s;
}
.post-content a:hover{
  text-decoration-color: var(--theme-primary-2);
}
.post-content .gioi-thieu{
  padding: 1em;
  font-weight: 500;
  font-style: italic;
  background-color: #DEDEDE52;
}
.post-content .entry-content img {
  margin: 0 0 1.5em 0;
}
.post-content .alignnone {
  margin: 5px 20px 20px 0;
}
.post-content a img.alignnone {
  margin: 5px 20px 20px 0;
}

.post-content .alignleft, img.alignleft {
  margin-right: 2em;
  display: inline;
  float: left;
}
.post-content .alignright, img.alignright {
  margin-left: 2em;
  display: inline;
  float: right;
}
.post-content .aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}


.post-content .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.post-content p:has(img) {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #f5f5f5;
  text-align: center;
}

.post-content img {
  width: 100%;
  height: auto;
}

.post-content .wp-caption img {
  border: 0 none;
  padding: 5px 0px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.post-content .wp-caption p.wp-caption-text,.post-content .wp-caption-text {
  font-size: 13px;
  margin: 0;
  text-align: center;
  color: rgba(0,0,0,.8);
  background-color: #f5f5f5;
  padding: 10px;
}
.post-content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.post-content blockquote {
  background-color: #FFFBEB;
  padding: 10px;
}
.post-content blockquote p {
  margin: 0;
}
.post-content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.post-content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.post-content .gallery dl {}
.post-content .gallery dt {}
.post-content .gallery dd {}
.post-content .gallery dl a {}
.post-content .gallery dl img {}
.post-content .gallery-caption {}

.post-content .size-full {
  width: 100%;
}
.post-content .size-large {}
.post-content .size-medium {}
.post-content .size-thumbnail {}
.post-content table tr th {
  font-size: 1rem;
}
.single-post .post-meta {
  margin-top: 30px;
}
.post-tags {
  display: flex;
  align-items: center;
  margin: 16px 0;
  gap: 8px;
}

.tag-icon {
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.tags-label {
  margin-right: 8px;
}

.tag-btn, .single-post .post-cat {
  background: #f8f8f8;
  border: 1px solid #dadada;
  border-radius: 15px;
  font-size: 12px;
  color: #575757;
  padding: 3px 10px;
  margin-right: 4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.tag-btn:hover {
  background: var(--theme-main-1);
  color: var(--theme-gray2);
}
.single-post .post-cat {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 5px;
}
.post-meta .post-share {

}
.post-meta .post-share .shareon > * {
}
.related-posts-wrapper {
  margin-top: 30px ;
  padding-top: 30px;
  border-top: 1px dotted var(--theme-gray);
}
.related-posts-wrapper h3{
  font-size: 1.4em;
}
.related-posts a {
  text-decoration: none;
  font-size: 1.1em;
  color: var(--theme-gray);
  transition: color 0.3s;
}
.related-posts a:hover{
  color: var(--theme-main-1);
}
.related-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.related-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 4px;
  background: linear-gradient(to right, var(--theme-main-1), var(--theme-main-2));
  border-radius: 2px;
}
/******** widget ************************/
.vcl-sideBar .widget{
  margin-bottom: 24px;
  background: var(--theme-white);

}
.vcl-sideBar .widget ul li {

  border-bottom: 1px solid var(--bg-normal-2);
  font-size: 14px;
    padding: 12px 16px;
}
.vcl-sideBar .widget ul li a{
    color: var(--theme-secondary-1);
}
.vcl-sideBar .widget a:hover{
  color:var(--theme-primary-1)!important;
}

.vcl-sideBar .widget .widget-title {
  background-color: var(--bg-normal-2);
  color: var(--theme-secondary-3);
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid var(--theme-main-2);
    font-size: var(--font-size-big);
}
.widget.widget_categories ul li {
  text-align: left;
  display: flex;
  width: 100%;
  /*padding-right: 0;*/
  justify-content: space-between;
}
.vcl-sideBar .widget.widget_categories ul li a::before,.vcl-sideBar .widget.widget_nav_menu ul li a::before{
  content: "\F231";
  font-family: bootstrap-icons !important;
  display: inline-block;
  margin-right: 5px;
  font-size: 90%;
}
.widget.widget_categories ul li span.category-item-count {
  float: right;
  font-style: normal;
  font-weight: 400;
}
.widget.widget_recent_entries ul li a{
    color: var(--theme-secondary-1);
}
.widget.widget_recent_entries ul li .post-date{
  display: block;
  font-size: 0.8rem;
  opacity: 0.6;
}
.widget.widget_products_viewed_widget .viewed-products {
  grid-template-columns: 1fr;
  gap: 5px;
}
.widget.widget_products_viewed_widget .viewed-products .viewed-item {
  border-radius: 10px;
}
.widget.widget_products_viewed_widget .viewed-products .product-image{
  width: 80px;
  min-width: 80px;
}
/*------------------------------------------*/
.info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.info-item {
  display: flex;
  align-items: center;
}

.info-item .icon {
  margin-right: 5px;
}

.font-settings {
  display: flex;
  align-items: center;
}

.font-settings button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
  font-size: 18px;
}

.font-settings .font-size {
  margin: 0 10px;
  font-weight: bold;
}

.social-share .zalo-button {
  background-color: var(--bs-dark-blue);
  color: white;
  border: none;
  padding: 8px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.social-share .zalo-button:hover {
  background-color: var(--bs-linear-color2);
}

/*--------Service-------*/
.title-danvot {
  font-size: 24px;
  padding: 10px 0;
}
.danvot {
  font-size: 16px;
  display: block;
}
.note-danvot{
  font-size: 16px;
  font-style: italic;
}
.note-danvot-imp{
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
/* Nút đăng ký */
.danvot-btn {
  background-color: var(--bs-dark-blue);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  width: fit-content;
  margin: 10px auto;
  text-align: center;
}

.danvot-btn:hover {
  background-color: var(--bs-linear-color2);
}

/* Form đăng ký */
.form-danvot {
  display: none;
  margin-top: 10px;
  padding: 15px;
  background: var(--bs-linear-color1);
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 500px;
  position: relative;
}

/* Nút đóng */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: var(--bs-dark-blue);
}




/*-------------Chính sách-------------*/
.policy-list {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.policy-item {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy-item:last-child {
  border-bottom: none;
}
.policy-title {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.policy-btn {
  padding: 5px 10px;
  background: var(--bs-dark-blue);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.policy-btn:hover {
  background: var(--bs-linear-color2);
}
/*----------Form-contact----------*/
.contact-title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.contact-items {
  text-align: center;
}
.contact-items svg{
  fill: var(--bs-primary);
}

.contact-form1 {
  font-size: 20px;
}
.contact-form1 {
  font-size: 18px;
}

.img-contact {
  max-width: 500px;
  width: 100%;
}

.local-img-contact {
  display: flex;
  justify-content: center; 
  align-items: center;
}

.contact-form {
  background-color: var(--bs-gray-200);
}

.full-form-contact {
  padding: 15px;
}

.form-title {
  font-size: 30px;
}

.form-group, .form-single{
  font-size: 15px;
}

.form-field {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: none;
  border-radius: 8px;
}

.form-message{
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  border: none; 
  border-radius: 8px;
}

::placeholder {
  opacity: 0.7; /* Làm mờ nhẹ placeholder */
}


.submit {
  background-color: black;
  color: white;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.submit:hover {
  background-color: #555;
}

/*-----------Form-dang-ky-han-vot-----------*/

.form-hanvot-container {
  background-color: var(--bs-linear-color1);
  padding-bottom: 1px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); 
}

.form-hanvot-header {
  background-color: var(--bs-primary);
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 1px 0px;
}

.form-hanvot-container strong{
  font-size: 16px;
  color: var(--bs-primary); 
  display: block;
  padding: 0px 15px;
}

.form-hanvot-content {
  padding: 0px 15px;
  text-align: center;
}

.form-hanvot-content input, .form-hanvot-content textarea {
  width: 100%;
  padding: 0px 7px;
  border: 0px solid;
  border-radius: 5px;
  font-size: 16px;
}

.form-hanvot-content textarea {
  height: 80px;
}

.form-hanvot-content input::placeholder, 
.form-hanvot-content textarea::placeholder {
    color: var(--bs-linear-color1); 
    opacity: 1; 
}

.wpcf7-spinner {
  display: none !important;
}

.form-hanvot-content input[type="submit"] {
  background-color: var(--bs-orange);
  color: white;
  border: none;
  padding: 1px;
  border-radius: 15px;
  width: 100%;
}

.form-hanvot-content input[type="submit"]:hover {
  background-color: var(--bs-warning);
}

.form-hanvot-content p em {
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
}

/*-------------Nut-dang-ky-dan-vot-va-thu-mua-vot------------*/

.button-danvot-thumua {
  display: flex;
  justify-content: center; 
  align-items: center; 
  background-color: white;
  border: none;
  border-radius: 8px;
  margin: 5px 0px;
}

.block-danvot-thumua {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-danvot {
  display: flex;
  align-items: center; 
  justify-content: center; 
  color: var(--bs-primary);
  background-color: white;  
  font-size: 14px;
  border: none;
  padding: 10px 0px;
  cursor: pointer;
  gap: 5px;
}

.plus-circle {
  width: 16px; 
  height: 16px;
  background-color: var(--bs-primary); 
  color: var(--bs-light); 
  font-size: 14px; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

/* Scrollable store list */
.store-all-list {
    max-height: 600px; /* Adjust this value as needed */
    overflow-y: auto;


}
.post-content table{
    margin-bottom: 16px;
}
.post-content table[border="1"],
.product-description table[border="1"]
{
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #1c1c1c;
}
.product-description table[border="1"] td,
.product-description table[border="1"] th,
.post-content table[border="1"] td,
.post-content table[border="1"] th {
    border-width: 1px;
    border-style: solid;
    border-color: #1c1c1c;
    padding: 5px 8px;
    color: #000;
}
.product-description tbody,.product-description td,.product-description tfoot,.product-description th,.product-description thead,.product-description tr,
.post-content table:not(.table) tbody,.post-content table:not(.table-striped) td,.post-content table:not(.table-striped) tfoot,.post-content table:not(.table-striped) th,.post-content table:not(.table-striped) thead,.post-content table:not(.table-striped) tr
{
    border-color: #1c1c1c;
    border-style: solid;
    border-width: 1px;
}

.post-content .categories .category {
  text-decoration: none;
  padding: 10px 20px;
  color: var(--theme-black);
  background-color: var(--theme-white);
  border: 1px solid var(--theme-tertiary-1);
  border-radius: 5px;
}

.post-content .categories .category:hover {
  background-color: var(--theme-black);
  color: var(--theme-white);
}

/*** CF7 Form style *********************/
.wpcf7-form .form-heading{
    background: var(--bg-normal);
    color:var(--theme-black);
    padding: 8px;
    font-weight: 600;
}