/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --cl-main: #a40906;
}
html,
body {
  scroll-behavior: smooth;
}
/* Start hover img flash */
.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* End hover img flash */

/* Start excerpt css */
.excerpt-content {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}

.excerpt-hidden {
  max-height: var(--max-height, 3.5rem);
  position: relative;
}

.excerpt-hidden::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(transparent, white);
}

.excerpt-visible {
  /* max-height sẽ được set qua JS */
}

.excerpt-toggle {
  transition: all 0.3s;
}

.excerpt-toggle i {
  transition: transform 0.4s ease-in-out;
}

.excerpt-toggle .rotate {
  transform: rotate(180deg);
}
.btn_see_more_content {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--cl-main);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  color: var(--cl-main);
  transition: all 0.3s ease;
}
.btn_see_more_content:hover {
  background-color: var(--cl-main);
  color: #fff;
}
/* End excerpt css */

.text-cl-main {
  color: var(--cl-main);
}
.bg-cl-main {
  background-color: var(--cl-main);
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mbp-0 p {
  margin-bottom: 0;
}
.box_pro_sale {
  background: linear-gradient(120.92deg, #a40906 0%, #c20c0c 89%);
  border-radius: 10px;
}
.list_pro_sale .product .product-small {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list_pro_sale .product .product-small .box-text {
  padding: 0.5rem;
  position: static;
}
.list_pro_sale.slider-nav-push:not(.slider-nav-reveal)
  .flickity-prev-next-button {
  margin-top: 0 !important;
}
.list_pro_sale .badge-container {
  margin: 0;
}
.onsale {
  background: #a40906;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.btn_see_all {
  padding: 0.5rem 0.75rem;
  color: var(--cl-main);
  border: 2px solid var(--cl-main);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: block;
  margin: 1rem auto;
  width: fit-content;
}

.btn_see_all:hover {
  background-color: var(--cl-main);
  color: #fff;
}
.txt_trademark {
  border-radius: 5px;
  border: var(--stroke-weight-1, 1px) solid
    var(--color-black-5, rgba(0, 0, 0, 0.05));
  background: var(--color-red-33, #a40906);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19),
    0px 6px 6px 0px rgba(0, 0, 0, 0.22);
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.slide_trademark .ux-logo img {
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  object-fit: contain;
  width: 100%;
}

.form_register_home input[type="email"] {
  border-radius: var(--item-spacing-10, 10px) 0px 0px
    var(--item-spacing-10, 10px);
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-87, #ddd);
  background: var(--color-white-solid, #fff);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 0;
}
.form_register_home input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 19.624px;
  border-radius: 0px var(--item-spacing-10, 10px) var(--item-spacing-10, 10px)
    0px;
  border: var(--stroke-weight-1, 1px) solid
    var(--color-black-5, rgba(0, 0, 0, 0.05));
  background: var(--color-red-40, #c20c0c);
  transition: all 0.3s ease;
  border: none;
  margin-bottom: 0;
}
.form_register_home input[type="submit"]:hover {
  background: #fff;
  color: var(--cl-main);
}
.wpcf7-form {
  margin-bottom: 0;
}
.form_register_home .wpcf7-response-output {
  color: #fff;
}
a.custom_btn_to_cart,
.added_to_cart {
  border-radius: 90px;
  background: linear-gradient(
    110deg,
    var(--color-red-33, #a40906) 0%,
    var(--color-red-40, #c20c0c) 89%
  );
  color: #fff;
  padding: 0.25rem 2.75rem;
  width: fit-content;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  border: 1px solid var(--cl-main);
  text-align: center;
  font-weight: 700;
}
a.custom_btn_to_cart:hover,
.added_to_cart:hover {
  background: #fff;
  color: var(--cl-main);
}
.list_pro_sale .custom_btn_to_cart,
.list_pro_menu .custom_btn_to_cart {
  display: none;
}
.custom_pro .product-small .col-inner {
  border: 1px solid #333;
  background: var(--color-white-02, rgba(255, 255, 255, 0));
  box-shadow: 0px 0px 4px 0px rgba(191, 191, 191, 0.25);
  padding: 1rem;
}
.cs_pro .product-small,
.cs_pro .product-small .col-inner {
  height: 100%;
}
.cs_pro .product-small.product .col-inner .product-small {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cs_pro .product-small.product .col-inner .product-small .box-text {
  flex-grow: 1;
}
.cs_pro .box-text .title-wrapper .category,
.cs_pro .box-image .quick-view {
  display: none;
}
.ux-quantity__button--minus,
.ux-quantity__button--plus {
  border-radius: 10px !important;
}
.woof_radio_label,
.woof_list label {
  margin-bottom: 0;
}
.woof_container_inner {
  border: 1px solid #c20c0c;
  border-radius: 10px;
  overflow: hidden;
}

.woof_container_inner h4 {
  padding: 5px 10px;
  background: #c20c0c;
  color: #fff;
}

.woof_container_inner .woof_block_html_items {
  padding: 10px;
}

.woof_block_html_items .woof_container_inner {
  border: none;
}
.woof_tooltip_header.tooltipstered {
  display: none;
}
.shop-sidebar.widget-title {
  background: #a40906;
  color: white;
  width: 100%;
  display: block;
  line-height: 50px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.voucher-box {
  border: 1px solid #e4e8ed;
  border-radius: 10px;
  margin-bottom: 20px;
}
.voucher-title {
  background-color: #fff3e1;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.voucher-list {
  margin-bottom: 0;
  padding: 20px;
}
.voucher-title .text-warning-7 {
  color: #f79009;
}
.voucher-title p {
  color: #dc6803;
  font-size: 14px;
}
form.searchform .flex-row {
  padding: 0.5rem 0.75em;
  background: #fff;
  border-radius: 12px;
  width: 100%;
}
form.searchform input[type="search"] {
  border: none;
  box-shadow: none;
}
form.searchform button[type="submit"] {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--cl-main);
}
form.searchform button[type="submit"]:hover {
  background: transparent;
  color: #f79009;
}
.header-cart-link.icon {
  padding: 12px;
  border-radius: 12px;
}
#header {
  background: linear-gradient(180deg, #fb373e 0%, #a80e25 100%);
}
.header-nav a.header-cart-link {
  background: #7d0200;
  transition: all 0.3s ease;
}
.header-nav a.header-cart-link:hover {
  background: #fff;
  color: var(--cl-main);
}
#top-bar.header-top {
  padding: 0.75rem 0;
}
#top-bar.header-top .header-divider {
  background: #fff;
}
.product-small .box-text-products .price-wrapper ins .woocommerce-Price-amount,
.product-small
  .box-text-products
  .price-wrapper:not(:has(del))
  .woocommerce-Price-amount {
  color: #f00;
  line-height: 2.5;
}
.product-small .box-text-products .product-title a {
  color: #334862;
  font-weight: 800;
}
.product-small .box-text-products .product-title a:hover {
  color: var(--cl-main);
}
.sub-menu.nav-dropdown {
  border-radius: 10px;
}
.header-main .nav-dropdown,
.header-main .nav-dropdown a,
.button {
  border-radius: 10px;
}
.about3-iconbox .icon-box-img {
  display: flex;
  align-items: center;
}
.about4-box:hover .col-inner {
  background-color: #c61039 !important;
  color: #fff;
}

.about4-box:hover h3 {
  color: #fff;
}

.about4-box:hover img {
  filter: contrast(0%) brightness(500%);
}
.last-reset :last-child {
  margin-bottom: 0;
}
.about4-slider .flickity-slider > * {
  padding: 20px 10px !important;
}

.about4-slider .flickity-slider .img > .img-inner {
  overflow: visible;
}
.about5-slider .img-inner {
  justify-content: center;
  height: 450px;
  align-items: center;
  display: flex;
}

.about5-slider img {
  max-width: 200px;
  max-height: 250px;
  object-fit: contain;
}

.round-img-slider img {
  max-width: none;
  max-height: none;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}

.about5-slider .is-selected .img-inner:before {
  display: block;
  content: "";
  width: 90%;
  height: 90%;
  background: url(/wp-content/themes/flatsome/assets/img/AwardGroup-1.png)
    no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-animation: fGGMac 1.5s infinite;
  animation: fGGMac 1.5s infinite;
}

@-webkit-keyframes fGGMac {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes fGGMac {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.about6-text {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  height: fit-content;
}
.has-custom-shadow {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
.text-justify {
  text-align: justify;
}
.about-time {
  background: #c61039;
  border-radius: 50px;
  color: #fff;
  width: fit-content;
}
.about-time .text {
  padding: 0.5rem 1rem;
}
.about-time .text:last-of-type {
  background: #fff;
  color: #c61039;
  border-radius: 50px;
  border: 2px solid #c61039;
}

.about1-text {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.about1-iconbox .icon-box-img {
  width: 120px;
  padding: 35px;
  background: #f8f4eb;
  border-radius: 100%;
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
}

.about1-iconbox .icon-box-img img {
  padding: 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: all 150ms linear 0s;
}

.about1-iconbox .icon-box-img:hover img {
  transform: scale(1.3);
}
.about2-subtitle {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #c61039;
  border-radius: 20px;
  width: fit-content;
  margin: 1rem 0;
}
.about2-text p:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c61039;
  margin-right: 10px;
}
.contact_text .col-inner {
  border: 1px solid #c61039;
  border-radius: 10px;
}
.form_contact input,
.form_contact textarea {
  border-radius: 0.75rem;
}
.item_gift .box-image img {
  border-radius: 0.75rem;
  overflow: hidden;
}
.item_gift .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rounded-lg {
  border-radius: 0.75rem;
}
.hover-box:hover .box-image,
.hover-col:hover .col-inner {
  background-color: #c61039 !important;
  color: #fff;
}

.hover-box:hover img,
.hover-col:hover img {
  filter: contrast(0%) brightness(500%);
}
.hover-col h3 {
  color: #c61039;
}
.hover-col .col-inner {
  border-radius: 10px;
}

.hover-col:hover h3,
.hover-col:hover h4,
.hover-col:hover a {
  color: #fff;
}
.partner-slider .flickity-slider > .img {
  padding: 0 10px;
}

.partner-slider .flickity-slider > .img .img-inner {
  height: 140px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
}

.partner-slider .flickity-slider > .img img {
  object-fit: contain;
  height: 100%;
}
.list_pro_menu {
  padding: 1rem;
}
.list_pro_menu ul li {
  border-top: none;
  transition: all 0.3s ease;
  border-radius: 10px 0 0 10px;
  padding-left: 1rem;
}
.list_pro_menu ul li.active,
.list_pro_menu ul li:hover {
  background: #ebebeb;
}
.list_pro_menu .tab-panels {
  background: #ebebeb;
  padding: 1rem;
  border-radius: 0 10px 10px 10px;
}

.list_pro_menu .tab-panels .product-small.col .col-inner {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0.5rem;
}
.mt-m100 {
  margin-top: -100px;
}
.qtht-box .box-image {
  padding: 30px;
  border: 4px solid #aa0514;
  border-radius: 100%;
  background: #fff;
  z-index: 2;
}

.p-0 {
  padding: 0;
}
.banner-sep-wrapper {
  padding: 0 40px;
  position: relative;
  width: 100%;
}

.banner-sep {
  border-radius: 20px;
  background-color: #c61039;
  width: 100%;
  height: 15px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.banner-sep-line {
  border-bottom: 2px solid #c61039;
  border-top-color: #c61039;
  border-right-color: #c61039;
  border-left-color: #c61039;
  width: 100%;
  opacity: 0.48;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  height: 1px;
}

.banner-sep-dot {
  border-radius: 16px;
  background-color: #c61039;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -8px;
  animation: blink 1s infinite;
}
.about-slider .banner .text-inner {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.about-slider .banner:nth-child(odd) .text-inner {
  flex-direction: column-reverse;
}

.about-slider .banner .text-inner h3 {
  padding: 20px 40px;
}

.about-slider .banner .text-inner p {
  padding: 0 40px;
  margin: 0;
}

.about-slider .banner .text-inner .banner-wraptext {
  border-right: 1px solid #c61039;
}

.about-slider .banner:nth-child(6) .banner-wraptext {
  border-right: none;
}

.about-slider .banner:nth-child(2) {
  animation-delay: 0.5s;
}

.about-slider .banner:nth-child(3) {
  animation-delay: 1s;
}

.about-slider .banner:nth-child(4) {
  animation-delay: 1.5s;
}

.about-slider .banner:nth-child(5) {
  animation-delay: 2s;
}

.about-slider .banner:nth-child(6) {
  animation-delay: 2.5s;
}

.about-slider .banner:nth-child(odd) .text-inner .banner-wraptext {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
  padding-bottom: 30px;
  margin-bottom: -8px;
}

.about-slider .banner:nth-child(even) .text-inner .banner-wraptext {
  margin-bottom: 60px;
  padding-top: 30px;
  margin-top: -8px;
}
.about-slider .banner .banner-layers.container {
  padding-left: 0;
  padding-right: 0;
}

.ht2-box img {
  height: 95px;
  object-fit: contain;
}
.child_full > .col-inner {
  height: 100%;
}
.dir_pro {
  border-radius: 5px;
  background: var(--color-grey-87, #ddd);
  width: 100%;
  height: 8px;
  flex-shrink: 0;
}
.product-small .box-text .price-wrapper .price ins{
  display: block;
}
.product-small .box-text  .stock-status{
  font-weight: 800;
  color: #000;
  display: none;
}
.product-small .box-text  .dir_pro{
  display: none;
}
.list_pro_sale .product-small .box-text  .stock-status,
.list_pro_sale .product-small .box-text  .dir_pro{
  display: block;
}
.rounded5{
  border-radius: 5px;
  overflow: hidden;
}
.ux-menu-link__link{
  border-bottom: none;
}
.header-nav li.html{
  font-size: 1rem;
  color: #fff;
}
.breadcrumbs a:first-of-type{
  color: #222;
  font-weight: 700;
}
.custom_pro .shop-container .products .product-small .col-inner{
  height: 100%;
}
.custom_pro .shop-container .products .product-small .col-inner .product-small.box{
  height: 100%;
  display: flex;
  flex-direction: column;
} 
.custom_pro .shop-container .products .product-small .col-inner .product-small.box .box-text-products{
  flex-grow: 1;
}
.related.custom_pro .product-small.col,
.related.custom_pro .product-small.col .col-inner{
  height: 100%;
}
.related.custom_pro .product-small.col .col-inner .product-small.box{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.related.custom_pro .product-small.col .col-inner .product-small.box .box-text-products{
  flex-grow: 1;
}
.product-info .breadcrumbs a{
  font-weight: 700;
  color: #222;
}

@media only screen and (min-width: 768px) {
  .qtht-box .box-image {
    padding: 20px;
  }
}
@media (max-width: 849px) {
  .about-slider.stack-row,
  .about-slider .banner:nth-child(odd) .text-inner {
    flex-direction: column;
  }

  .banner-sep-dot {
    left: 0;
  }

  .about-slider .banner .text-inner .banner-wraptext {
    border: none;
  }

  .about-slider .banner:nth-child(odd) .text-inner .banner-wraptext {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .about-slider .banner:nth-child(even) .text-inner .banner-wraptext {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  a.custom_btn_to_cart, .added_to_cart{
    padding: 0.25rem 0.5rem;
  }
  .icon-menu{
    color: #fff;
  }
  .menu_bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  }
}

@media only screen and (min-width: 1024px) {
  form.searchform .flex-row {
    width: 150%;
  }
  .qtht-box .box-image {
    padding: 30px;
  }
  .header:not(.transparent) .header-bottom-nav.nav > li > a {
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  .header:not(.transparent) .header-bottom-nav.nav > li.active > a,
  .header:not(.transparent) .header-bottom-nav.nav > li:hover > a {
    color: var(--cl-main) !important;
    background: #fff;
  }

  .notification-list {
    display: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    top: calc(100% + 10px);
    background: #fff;
    right: 0;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
      0 0px 6px 0px rgba(60, 64, 67, 0.25);
  }

  .notification-wrapper {
    position: relative;
    display: inline-block;
  }

  .notification-wrapper:hover .notification-list {
    display: block;
  }

  .notification-link {
    text-decoration: none;
    color: #0073aa;
  }

  .notification-link svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
  }
  .notification-wrapper:hover svg path {
    fill: #fcef85;
  }

  .notification-item {
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
  }

  .notification-item:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
  }

  .notification-item a {
    text-decoration: none;
    color: #333;
    font-size: 0.875rem;
  }

  .notification-item a:hover {
    color: var(--cl-main);
  }

  .notification-thumb {
    width: 100px;
    min-width: 100px;
  }

  .notification-thumb > a {
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
  }

  .notification-thumb > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
  }

  .notification-list .see-more {
    width: 100%;
    text-align: center;
    background: #c20c0c;
    color: #fff;
    border: 2px solid #c20c0c;
    margin-top: 25px;
  }

  .notification-list .see-more a {
    color: #fff;
    display: block;
  }
  .header-block:has(.notification-wrapper) {
    display: contents;
  }
  .about_1 {
    margin-top: -40px;
  }
  .qtht-box:before {
    display: block;
    content: "";
    width: 150%;
    height: 5px;
    position: absolute;
    top: 33%;
    left: -125%;
    background: #aa0514;
  }

  .qtht-row1-lastchild:after {
    display: block;
    content: "";
    width: 111%;
    height: 5px;
    position: absolute;
    top: 33%;
    left: 77%;
    background: #aa0514;
    z-index: 1;
  }

  .qtht-row1,
  .qtht-row2 {
    position: relative;
  }

  .qtht-row1:after {
    display: block;
    content: "";
    position: absolute;
    right: -67px;
    top: 33%;
    width: 100px;
    /* Chiều rộng của hình vuông */
    height: 186px;
    /* Chiều cao bằng 1 nửa chiều rộng để tạo ra 1 nửa vòng tròn */
    border: 5px solid #aa0514;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: none;
  }
  .qtht-middle {
    margin-top: 10px;
  }

  .qtht-middle .is-divider {
    display: block;
    margin-bottom: 108px !important;
  }
  .qtht-row2 > .col,
  .qtht-row1 > .col {
    padding: 0;
  }

  .qtht-row2-firstchild:before {
    width: 107%;
    left: -85%;
  }

  .qtht-row2:before {
    display: block;
    content: "";
    position: absolute;
    left: -67px;
    top: -48.6%;
    width: 100px;
    /* Chiều rộng của hình vuông */
    height: 194px;
    /* Chiều cao bằng 1 nửa chiều rộng để tạo ra 1 nửa vòng tròn */
    border: 5px solid #aa0514;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: none;
  }

  .qtht-row2-lastchild:after {
    display: block;
    content: "";
    width: 130%;
    height: 5px;
    position: absolute;
    top: 33%;
    left: 77%;
    background: #aa0514;
  }
 
}
