@charset "UTF-8";
/** 
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css
 *
 * Site đang import css foont BS để sử dụng
 * 
 * Bên dưới là tạo thêm mixin sử dụng cho trường hợp muốn viết thêm css sử dụng font trên
 * Vd: viết pseudo css icon home cho breadrum woocommerce
 */
section#hero .home-menu-catefory {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  @media (min-width: 992px) {
    section#hero .home-menu-catefory {
      width: 300px;
      height: 398px;
      overflow-y: auto; } }
  @media (min-width: 992px) {
    section#hero .home-menu-catefory ul {
      padding-top: 11px; } }
  section#hero .home-menu-catefory ul li {
    border-bottom: 1px solid #ededed;
    padding: 0.5rem 1.5rem; }
    section#hero .home-menu-catefory ul li:last-child {
      border-bottom-width: 0; }
section#hero .home-slider {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    section#hero .home-slider {
      width: 980px;
      height: auto; } }
section#Featured img {
  width: 50px;
  height: auto; }
section#Featured h3 {
  font-size: 1rem; }
section#Featured p {
  color: gray;
  font-size: 14px; }
section#news h2.heading-title-news {
  text-align: center;
  position: relative;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    section#news h2.heading-title-news {
      margin-bottom: 1.5rem; } }
  section#news h2.heading-title-news:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(10, 10, 10, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1; }
  section#news h2.heading-title-news span {
    font-size: 1rem;
    font-weight: bold;
    background-color: #f8f8f8;
    padding: .5rem 1rem; }
    @media (min-width: 992px) {
      section#news h2.heading-title-news span {
        font-size: 1.25rem; } }
section#news .card {
  background-color: #f8f8f8; }
  section#news .card .card-body {
    padding: 1rem 0; }
    section#news .card .card-body .card-title {
      font-size: 1rem;
      font-weight: bold;
      min-height: 38px;
      max-height: 38px;
      overflow: hidden; }
    section#news .card .card-body .entry-excerpt {
      font-size: 14px;
      min-height: 44px;
      max-height: 44px;
      overflow: hidden; }
@media (min-width: 992px) {
  section#news ul {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 1rem; } }
section#news ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #e2e2e2; }
  section#news ul li:last-child {
    border-bottom-width: 0; }
  section#news ul li img {
    width: 100px !important;
    height: auto !important; }
  section#news ul li .post-title {
    font-weight: bold; }

* {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #232323;
  background-color: #f8f8f8; }

a {
  color: #232323;
  text-decoration: none; }
  a:hover {
    color: #ffd505; }

/* h1{	
	font-weight: 600;
	font-size: 1.25rem;	
	@include lg{font-size: 1.5rem;}
} */
h1 {
  font-size: 1.75rem;
  font-weight: bold; }

h2 {
  font-size: 1.5rem;
  font-weight: bold; }

h3 {
  font-size: 1.25rem; }

.heading-title {
  position: relative;
  border-bottom: 1px solid #ffd505;
  background: white;
  border-radius: 5px;
  margin-bottom: 1rem;
  font-size: 1rem; }
  @media (min-width: 992px) {
    .heading-title {
      font-size: 1.25rem; } }
  .heading-title span {
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 15px;
    border-bottom: 0;
    margin-bottom: 0;
    width: auto;
    background: #ffd505;
    color: #181818 !important;
    padding: 10px 10px 9px;
    position: relative;
    margin: 0;
    font-weight: bold; }
    @media (min-width: 992px) {
      .heading-title span {
        font-size: 1.25rem; } }
    .heading-title span:after {
      border: 20px solid transparent;
      border-left-color: #ffd505;
      position: absolute;
      top: 0;
      left: 100%;
      content: ""; }
  .heading-title .read-more {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    font-size: 1rem;
    padding: 12px 10px; }

input,
textarea,
select {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  outline: 0; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #ffd505; }

.btn,
.button,
input[type=submit],
button:not(.modal-header .btn-close, .navbar-toggler) {
  background-color: #ffd505 !important;
  color: black !important;
  transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out !important;
  text-align: center;
  border: 0;
  outline: 0; }
  .btn:hover,
  .button:hover,
  input[type=submit]:hover,
  button:not(.modal-header .btn-close, .navbar-toggler):hover {
    background-color: rgba(255, 213, 5, 0.9) !important; }
  .btn:active, .btn:focus-visible,
  .button:active,
  .button:focus-visible,
  input[type=submit]:active,
  input[type=submit]:focus-visible,
  button:not(.modal-header .btn-close, .navbar-toggler):active,
  button:not(.modal-header .btn-close, .navbar-toggler):focus-visible {
    background-color: #ffd505 !important;
    box-shadow: none !important; }

input[type=radio],
input[type=checkbox] {
  accent-color: #ffd505; }

.modal {
  border-radius: 0; }

.shadow {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05) !important; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

#modal-search .modal-dialog {
  height: calc(100% - 1.75rem * 2); }
#modal-search .modal-content {
  height: 100%; }

p[style*="text-align:center"] img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.error,
.noptin-error {
  background-color: #fee !important;
  color: #e80000 !important;
  font-size: 12px !important;
  border: 0 !important; }

.navbar-toggler {
  border: none;
  background-color: unset !important; }
  .navbar-toggler:hover {
    background-color: unset !important; }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E"); }
  .navbar-toggler:focus {
    box-shadow: none; }

#header {
  position: relative;
  z-index: 1040; }
  #header nav {
    background-color: #ffd505;
    position: relative;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 0; }
    #header nav.navbar-hidden {
      transform: translateY(-100%);
      opacity: 0; }
    #header nav.navbar-fixed {
      position: fixed;
      top: 0;
      z-index: 1030; }
    #header nav.fade-in {
      transform: translateY(0);
      opacity: 1; }
    #header nav.fade-out {
      transform: translateY(-100%);
      opacity: 0; }
  #header #nav-top {
    background-color: rgba(22, 22, 22, 0.9);
    color: #fff;
    font-size: 14px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
    opacity: 1; }
    #header #nav-top a {
      color: #ffd505;
      text-decoration: none; }
      #header #nav-top a i {
        color: #fff; }
    @media (min-width: 992px) {
      #header #nav-top .search input[type=search] {
        min-width: 300px; } }
  #header .nav-top-hidden {
    transform: translateY(-100%);
    opacity: 0; }
  #header .navbar-brand {
    padding: 0 20px 0 0; }
  @media (min-width: 992px) {
    #header ul.navbar-nav {
      padding: 0; } }
  #header ul.navbar-nav li {
    border-top: 1px solid #ff9b05; }
    #header ul.navbar-nav li:first-child {
      border-top-width: 0; }
    @media (min-width: 992px) {
      #header ul.navbar-nav li {
        border-top-width: 0; } }
    #header ul.navbar-nav li .nav-link {
      font-size: 1rem;
      color: #0f0f0f;
      padding: 14px 16px; }
      @media (min-width: 992px) {
        #header ul.navbar-nav li .nav-link {
          font-size: 1rem;
          padding-left: 1rem;
          padding-right: 1rem; } }
      #header ul.navbar-nav li .nav-link.active, #header ul.navbar-nav li .nav-link:hover {
        color: #232323;
        font-weight: bold; }
    @media (min-width: 992px) {
      #header ul.navbar-nav li.menu-catefory > a {
        position: relative;
        z-index: 0;
        display: block;
        width: 300px;
        color: #fff !important;
        font-weight: bold;
        text-align: center; }
        #header ul.navbar-nav li.menu-catefory > a:hover {
          color: rgba(255, 255, 255, 0.9); } }
    @media (min-width: 992px) {
      #header ul.navbar-nav li.menu-catefory > a:before {
        display: block;
        content: "";
        width: 100%;
        height: calc(100% - 5px);
        background-color: rgba(22, 22, 22, 0.9);
        z-index: -1;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        border-width: 0 !important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; } }
    #header ul.navbar-nav li.menu-catefory > a i {
      display: none; }
      @media (min-width: 992px) {
        #header ul.navbar-nav li.menu-catefory > a i {
          display: inline-block;
          color: #fff;
          margin-right: 10px;
          font-weight: bold; } }
    #header ul.navbar-nav li.menu-catefory > a:after {
      margin-left: 10px; }
  #header ul.navbar-nav .dropdown-menu {
    background-color: #fff; }
    @media (min-width: 992px) {
      #header ul.navbar-nav .dropdown-menu {
        width: 300px; } }
    #header ul.navbar-nav .dropdown-menu li {
      border-bottom: 1px solid #ededed; }
      #header ul.navbar-nav .dropdown-menu li:last-child {
        border-bottom-width: 0; }
      #header ul.navbar-nav .dropdown-menu li a {
        color: #232323;
        padding: 0.5rem 1.5rem; }
        #header ul.navbar-nav .dropdown-menu li a:hover, #header ul.navbar-nav .dropdown-menu li a.active {
          background-color: #fff;
          color: #ffd505; }
  #header .nav-mobile {
    background-color: rgba(22, 22, 22, 0.9);
    padding: .5rem 0; }
    #header .nav-mobile .custom-logo {
      max-height: 48px;
      width: auto; }

main {
  min-height: calc(100vh - 380px); }

@media (min-width: 992px) {
  .admin-bar #header nav.navbar-fixed {
    top: 32px; } }

.breadcrumbs {
  border: 1px solid #ededed;
  border-width: 1px 0;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .breadcrumbs {
      margin-bottom: 3rem; } }
  .breadcrumbs .breadcrumb-item:first-child a:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F424";
    margin-right: 0.375rem; }

.page-template-contact .breadcrumbs {
  display: none; }

.page-template-contact .contact .contact-info {
  background-color: rgba(22, 22, 22, 0.9);
  padding: 1.5rem; }
  .page-template-contact .contact .contact-info h2 {
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem; }
  .page-template-contact .contact .contact-info li {
    margin-bottom: 1rem;
    color: #fff; }
    .page-template-contact .contact .contact-info li .d-inline-flex {
      gap: 1rem !important; }
      .page-template-contact .contact .contact-info li .d-inline-flex .icon-wrap {
        width: 36px;
        height: 36px;
        background-color: #ffd505;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 36px; }
    .page-template-contact .contact .contact-info li a {
      color: #fff; }

.woocommerce h1.heading-title {
  padding: .5rem 1rem; }
.woocommerce .woocommerce-result-count {
  display: none; }
  @media (min-width: 992px) {
    .woocommerce .woocommerce-result-count {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; } }
.woocommerce .woocommerce-ordering {
  width: 100%; }
  @media (min-width: 992px) {
    .woocommerce .woocommerce-ordering {
      width: auto; } }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
    padding: 0.5rem 1rem; }
.woocommerce span.onsale {
  display: none;
  border-radius: 0;
  background-color: #dd3333;
  margin: 2px 2px 0 0 !important;
  padding: 0.5rem;
  border: 1px solid white; }
@media (max-width: 575.98px) {
  .woocommerce ul.products[class*=columns-] li.product {
    margin: 0 0 1rem; } }
.woocommerce ul.products li.product {
  width: 23.5%;
  /* tăng từ 22.05% lên */
  margin: 0 2% 1.5em 0;
  /* giảm khoảng cách giữa các cột */
  padding-bottom: 1rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05); }
  .woocommerce ul.products li.product:nth-child(4n) {
    margin-right: 0;
    /* cột cuối cùng không bị lệch */ }
  .woocommerce ul.products li.product:hover img {
    transform: scale(1.1); }
  .woocommerce ul.products li.product a .thumbnail-wrap {
    overflow: hidden;
    margin-bottom: .5rem; }
    .woocommerce ul.products li.product a .thumbnail-wrap img {
      margin: 0;
      transition: transform .7s ease; }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    color: #232323;
    font-weight: 600;
    max-height: 29px;
    min-height: 29px;
    overflow: hidden; }
  .woocommerce ul.products li.product .star-rating {
    margin: 0 auto 0.5rem;
    color: #ffd505; }
  .woocommerce ul.products li.product .price {
    color: #3f485d; }
    .woocommerce ul.products li.product .price del {
      margin-right: 5px;
      font-size: 1rem; }
    .woocommerce ul.products li.product .price ins {
      color: #ffd505;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none; }
    .woocommerce ul.products li.product .price.no-price {
      font-size: 1rem; }
  .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1rem;
    background-color: white !important;
    border: 1px solid #ffd505 !important;
    color: #232323 !important;
    font-weight: normal;
    font-size: 0.875rem; }
    .woocommerce ul.products li.product .button:hover {
      background-color: #000 !important;
      border-color: #000 !important;
      color: white !important; }
  .woocommerce ul.products li.product a.added_to_cart {
    margin-left: 5px; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button {
  line-height: unset;
  font-weight: normal; }
.woocommerce div.product .product_title {
  color: #232323;
  margin-bottom: 2rem; }
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: .5rem;
  color: #ffd505; }
.woocommerce div.product .price {
  color: #3f485d !important; }
  .woocommerce div.product .price del {
    margin-right: 5px;
    font-size: 1.25rem; }
  .woocommerce div.product .price ins {
    color: #ff9b05;
    font-weight: 600 !important;
    font-size: 1.5rem;
    text-decoration: none; }
  .woocommerce div.product .price.no-price {
    font-size: 1.5rem; }
.woocommerce div.product .quantity .qty {
  width: 5rem !important; }
.woocommerce div.product .product_meta {
  border-top: 1px solid #ededed;
  padding-top: 1rem;
  display: none; }
.woocommerce div.product .single-bao-gia {
  background-color: #fff;
  border: #e2e2e2;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 20px; }
  @media (min-width: 992px) {
    .woocommerce div.product .single-bao-gia {
      padding: 1.5rem; } }
  .woocommerce div.product .single-bao-gia h3 {
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .woocommerce div.product .single-bao-gia h3 {
        margin-bottom: 1.5rem; } }
  .woocommerce div.product .single-bao-gia ul li {
    margin-bottom: .5rem; }
    .woocommerce div.product .single-bao-gia ul li label {
      font-weight: bold;
      margin-right: 0.5rem;
      width: 130px;
      background-color: #f8f8f8;
      padding: .5rem;
      border-radius: 200px;
      border: 1px solid rgba(22, 22, 22, 0.9);
      text-align: center; }
    .woocommerce div.product .single-bao-gia ul li i {
      color: green; }
    .woocommerce div.product .single-bao-gia ul li .phone-wrap {
      color: #ff9b05;
      font-weight: bold; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
    border-radius: 0;
    background: 0 0;
    float: none;
    display: inline-block;
    width: auto;
    font-size: 1.25rem; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      position: relative;
      display: block;
      outline: 0;
      margin-right: 20px;
      cursor: pointer;
      transition: all .3s;
      border-bottom: solid 2px transparent; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      padding: 0 !important;
      border: 0;
      box-shadow: none;
      color: white;
      text-decoration: none;
      white-space: nowrap;
      border-radius: 0;
      background: 0 0; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        background: 0 0;
        color: #232323;
        border-color: #ffd505; }
.woocommerce div.product .woocommerce-tabs .panel {
  clear: both;
  margin: 0;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .woocommerce div.product .woocommerce-tabs .panel {
      padding: 3rem 0; } }
.woocommerce div.product .related > h2 {
  border-bottom: 1px solid #ededed;
  margin-bottom: 2rem;
  padding-bottom: .5rem; }
  @media (min-width: 992px) {
    .woocommerce div.product .related > h2 {
      margin-bottom: 3rem; } }
.woocommerce table.shop_table {
  border: 0; }
  @media (min-width: 992px) {
    .woocommerce table.shop_table .product-price,
    .woocommerce table.shop_table .product-subtotal {
      text-align: right; } }
  @media (min-width: 992px) {
    .woocommerce table.shop_table .product-quantity {
      text-align: center; } }
  .woocommerce table.shop_table thead th {
    background-color: #ededed; }
    @media (min-width: 992px) {
      .woocommerce table.shop_table thead th.product-name {
        text-indent: -8.125rem; } }
  .woocommerce table.shop_table td {
    border-top: 1px solid #ededed; }
    .woocommerce table.shop_table td.product-quantity input {
      padding: 2px !important; }
    .woocommerce table.shop_table td.actions {
      padding: 24px 12px; }
      .woocommerce table.shop_table td.actions input#coupon_code {
        padding: 6px !important;
        width: 160px;
        border-color: #cfc8d8;
        margin-right: 8px; }
        .woocommerce table.shop_table td.actions input#coupon_code:hover {
          border-color: #dd3333; }
      .woocommerce table.shop_table td.actions button {
        background-color: #f8f9fa !important;
        color: #3f485d !important;
        border: 1px solid #cfc8d8; }
        .woocommerce table.shop_table td.actions button:hover {
          background-color: #d3d4d5 !important;
          color: #3f485d !important; }
.woocommerce .cart-collaterals {
  padding: 1rem;
  border: 1px solid #ededed;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none; }
    .woocommerce .cart-collaterals .cart_totals table tr.order-total td {
      color: #dd3333; }
    .woocommerce .cart-collaterals .cart_totals table tr td {
      text-align: right; }
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 100%;
  float: none; }
.woocommerce .col2-set .woocommerce-billing-fields {
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #ededed;
  margin-bottom: 2rem; }
.woocommerce form h3 {
  font-size: 1.5rem;
  color: #003072; }
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-color: #cfc8d8; }
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e80000; }
.woocommerce form #mailpoet_woocommerce_checkout_optin_present_field {
  display: none; }
.woocommerce form .woocommerce-additional-fields__field-wrapper #order_comments_field label {
  display: none; }

.woocommerce-info {
  border-top-color: rgba(22, 22, 22, 0.9); }
  .woocommerce-info:before {
    color: rgba(22, 22, 22, 0.9); }

.woocommerce-checkout header.entry-header,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout-inline-error-message,
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: none; }
.woocommerce-checkout table.shop_table thead th.product-name {
  text-indent: unset; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown,
  .select2-container .select2-selection {
    border-radius: 0;
    padding: 2px 10px !important;
    border-color: #cfc8d8; }

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: .75em;
  text-transform: uppercase; }

.woocommerce-error {
  border-top-color: #e80000; }
  .woocommerce-error:before {
    color: #e80000; }

#theme-payment {
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #ededed;
  margin-bottom: 2rem; }
  #theme-payment #payment {
    background: none; }
    #theme-payment #payment ul {
      padding: 0;
      border: 0; }
      #theme-payment #payment ul li input {
        margin: 0 0.25rem 0 0; }
    #theme-payment #payment .place-order {
      height: 1px;
      padding: 0; }

#order_review table .product-total {
  text-align: right; }
#order_review table tfoot .cart-subtotal td {
  text-align: right; }
#order_review table tfoot .order-total td {
  text-align: right;
  color: #dd3333; }

#theme-place-order .input-checkbox {
  margin: -2px 2px 0 0; }
#theme-place-order .woocommerce-terms-and-conditions-link {
  color: #dd3333; }
  #theme-place-order .woocommerce-terms-and-conditions-link:hover {
    text-decoration: underline; }
#theme-place-order .place-order-button {
  text-align: center; }
  #theme-place-order .place-order-button button {
    max-width: 450px; }

nav.page-pagination ul {
  margin-bottom: 0; }
  nav.page-pagination ul li.page-item .page-link {
    border-radius: 0 !important;
    color: #232323;
    padding: 0.5rem 1rem; }
    nav.page-pagination ul li.page-item .page-link:hover {
      background-color: rgba(22, 22, 22, 0.9);
      border-color: rgba(22, 22, 22, 0.9);
      color: #ffd505; }
  nav.page-pagination ul li.page-item.active > .page-link {
    background-color: rgba(22, 22, 22, 0.9);
    border-color: rgba(22, 22, 22, 0.9);
    color: #ffd505; }

.blog-archive article .card {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .blog-archive article .card {
      margin-bottom: 1.5rem; } }
  .blog-archive article .card .card-body .card-title {
    font-size: 1rem;
    font-weight: bold;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden; }
  .blog-archive article .card .card-body .entry-excerpt {
    font-size: 14px;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden; }

.single article .entry-content img {
  display: block;
  max-width: 100%;
  height: auto; }

.sidebar .latest-post h2.entry-title {
  background-color: #ffd505;
  color: #232323;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.sidebar .latest-post ul {
  border: 1px solid #e8e8e8;
  background-color: #fff; }
  .sidebar .latest-post ul li {
    padding: 1rem;
    border-bottom: 1px solid #e8e8e8; }
    .sidebar .latest-post ul li:last-child {
      border-bottom-width: 0; }
    .sidebar .latest-post ul li span.thumbnail img {
      width: 60px !important;
      height: auto; }
    .sidebar .latest-post ul li .post-title {
      font-size: 1rem;
      font-weight: bold; }

.card-hover:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .card-hover:hover .card-image img {
    transform: scale(1.1); }
.card-hover .card-image {
  overflow: hidden; }
  .card-hover .card-image img {
    width: 100%;
    transition: transform .7s ease; }

footer {
  background-color: #191919;
  background-image: url("../images/transparent-pattern-png-8.png");
  color: #c0c0c0;
  border-top: 2px solid yellow;
  padding: 3rem 1rem 7rem; }
  @media (min-width: 992px) {
    footer {
      padding: 48px 15px 30px; } }
  footer a {
    color: #c0c0c0; }
    footer a:hover {
      color: #ffd505; }
  @media (max-width: 575.98px) {
    footer .f-widget {
      margin-bottom: 2rem; } }
  footer .widget-title {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      footer .widget-title {
        margin-bottom: 1.5rem; } }
  footer .f-bottom {
    font-size: 14px;
    color: gray; }
    footer .f-bottom .border-top {
      border-color: rgba(0, 0, 0, 0.5) !important; }

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
  margin: 0 !important;
  max-width: auto !important;
  min-height: auto !important;
  border-style: solid;
  border-width: 0px !important;
  background-color: transparent !important; }

.noptin-form-footer {
  padding: 0; }

.noptin-form-fields {
  display: block;
  position: relative; }
  .noptin-form-fields .noptin-optin-field-submit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0; }

.noptin-form-field {
  background-color: #fff !important;
  padding: 9px 10px; }

.noptin-form-submit {
  padding: 10px 16px; }

form.wpcf7-form {
  padding: 1.5rem;
  background-color: #fff; }
  form.wpcf7-form input,
  form.wpcf7-form textarea {
    padding: 0.5rem 1rem;
    border-color: rgba(22, 22, 22, 0.9); }
  form.wpcf7-form input[type=submit] {
    padding: 0.5rem 1.5rem;
    color: #232323;
    font-weight: bold; }
    form.wpcf7-form input[type=submit]:hover {
      background-color: black !important;
      color: #fff !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
  padding: 1rem; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #ffd505; }
  .wpcf7 form.sent .wpcf7-response-output:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F270";
    font-size: 3rem;
    font-weight: bold !important;
    color: #46b450;
    display: block;
    width: 48px;
    margin: 1rem auto; }

#after-footer-group-button {
  left: auto;
  right: 1rem;
  bottom: 1rem; }
  #after-footer-group-button a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 1rem;
    text-align: center;
    color: white; }
    #after-footer-group-button a.scrolltop {
      background-color: rgba(0, 0, 0, 0.5);
      line-height: 35px; }
      #after-footer-group-button a.scrolltop:hover {
        background-color: rgba(0, 0, 0, 0.75); }
      #after-footer-group-button a.scrolltop i {
        font-size: 20px; }
    #after-footer-group-button a.hotline {
      background-color: green;
      line-height: 35px; }
      #after-footer-group-button a.hotline svg {
        fill: white;
        animation: ring-shake 0.5s infinite alternate; }
    #after-footer-group-button a.messenger {
      background-color: white; }
      #after-footer-group-button a.messenger svg {
        fill: #0d6efd; }
    #after-footer-group-button a.fanpage {
      background-color: white; }
      #after-footer-group-button a.fanpage svg {
        fill: #3B5998; }
    #after-footer-group-button a.zalo {
      width: 40px;
      height: 40px; }
      #after-footer-group-button a.zalo img {
        width: 100%;
        height: auto;
        max-width: 40px;
        border-radius: 50% !important; }
    #after-footer-group-button a.social-toggle {
      background-color: white; }
      #after-footer-group-button a.social-toggle:after {
        display: none; }
      #after-footer-group-button a.social-toggle svg {
        fill: #ff9b05; }
  #after-footer-group-button ul.dropdown-menu {
    padding: 1.5rem 1.5rem 0.5rem;
    min-width: 250px;
    background-color: white;
    border-color: #ff9b05;
    transform: translate3d(0px, -40px, 0px) !important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05); }
    @media (min-width: 992px) {
      #after-footer-group-button ul.dropdown-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: unset;
        padding: 0;
        background-color: unset;
        border: none;
        min-width: auto;
        width: auto;
        box-shadow: unset;
        transform: unset !important; } }
    #after-footer-group-button ul.dropdown-menu li {
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        #after-footer-group-button ul.dropdown-menu li {
          margin-bottom: 0px; } }
      #after-footer-group-button ul.dropdown-menu li a {
        background-color: unset; }
        @media (min-width: 992px) {
          #after-footer-group-button ul.dropdown-menu li a {
            display: inline-block; } }
        #after-footer-group-button ul.dropdown-menu li a svg {
          background-color: white;
          border-radius: 50%; }
        #after-footer-group-button ul.dropdown-menu li a img {
          background-color: white;
          border-radius: 6px; }
        #after-footer-group-button ul.dropdown-menu li a span {
          color: #3f485d; }

.phone-container {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: green; }

.phone-container svg {
  fill: white;
  width: 20px;
  height: 20px;
  animation: ring-shake 0.5s infinite alternate; }

@keyframes ring-shake {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
/* Optional: Add a pulse effect for a more dynamic look */
.phone-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(0, 128, 0, 0.5);
  /* green pulse */
  animation: pulse 1.5s infinite ease-out;
  z-index: -1; }

@keyframes pulse {
  0% {
    width: 40px;
    height: 40px;
    opacity: 1; }
  100% {
    width: 80px;
    /* Max pulse size */
    height: 80px;
    opacity: 0; } }

/*# sourceMappingURL=main.min.css.map */
