.elementor-9010 .elementor-element.elementor-element-74e21f7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-9010 .elementor-element.elementor-element-935e5ed{--display:flex;}.elementor-9010 .elementor-element.elementor-element-935e5ed.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9010 .elementor-element.elementor-element-9df1804.elementor-element{--align-self:center;}.elementor-9010 .elementor-element.elementor-element-aff4da4 > .elementor-widget-container{margin:-4% 0% 0% 0%;padding:0% 0% 0% 0%;}.elementor-9010 .elementor-element.elementor-element-aff4da4{text-align:center;}.elementor-9010 .elementor-element.elementor-element-aff4da4 .elementor-heading-title{font-size:1.7em;}.elementor-9010 .elementor-element.elementor-element-c140b50{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9010 .elementor-element.elementor-element-c67b1b3{--display:flex;}.elementor-9010 .elementor-element.elementor-element-c67b1b3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9010 .elementor-element.elementor-element-c5362d2{--e-rating-justify-content:flex-end;}.elementor-9010 .elementor-element.elementor-element-f3ac8ca{--display:flex;}.elementor-9010 .elementor-element.elementor-element-42c29a7 .elementor-heading-title{color:#000000;}.elementor-9010 .elementor-element.elementor-element-e0c69dc{--display:flex;--border-radius:10px 10px 10px 10px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:1%;--padding-bottom:0%;--padding-left:1%;--padding-right:1%;}.elementor-9010 .elementor-element.elementor-element-e0c69dc:not(.elementor-motion-effects-element-type-background), .elementor-9010 .elementor-element.elementor-element-e0c69dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F4F2;}@media(min-width:768px){.elementor-9010 .elementor-element.elementor-element-935e5ed{--width:70%;}.elementor-9010 .elementor-element.elementor-element-c67b1b3{--width:74.5%;}}/* Start custom CSS for html, class: .elementor-element-46b813e *//* Thiết lập container chính */
.bannerright {
  width: 100%;
  max-width: 450px;
  background: linear-gradient(to bottom, #da1818 45%, #106935 45%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* --- PHẦN HEADER --- */
.bannerright .banner-header {
  text-align: center;
  padding: 20px 10px 10px;
}

.bannerright .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.bannerright .subtitle-container {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  border: 2px dashed #da1818;
  box-shadow: 0 0 0 2px #ffffff;
}

.bannerright .subtitle {
  color: #da1818;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

/* --- PHẦN HÌNH ẢNH (ĐÃ CHỈNH SỬA BỐ CỤC) --- */
.bannerright .banner-images {
  position: relative;
  height: 310px; /* Tăng chiều cao một chút để chứa đủ 3 hình tròn */
  margin-top: 15px;
}

.bannerright .circle-img {
  position: absolute;
  border-radius: 50%;
  background-color: #cccccc; /* Màu xám hiển thị khi chưa có ảnh */
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Vòng tròn lớn bên trái */
.bannerright .img-main {
  width: 240px;
  height: 240px;
  top: 10px;
  left: -30px;
  border: 6px solid #ffffff;
  box-shadow: inset 0 0 0 2px #da1818, 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1; /* Nằm dưới cùng */
}

/* Vòng tròn phía trên bên phải (Nằm đè lên cả 2 vòng còn lại) */
.bannerright .img-sub1 {
  width: 180px;
  height: 180px;
  top: 40px;
  right: -10px;
  border: 5px solid #ffffff;
  z-index: 3; /* Nằm trên cùng */
}

/* Vòng tròn phía dưới bên phải (Nằm dưới vòng trên cùng) */
.bannerright .img-sub2 {
  width: 140px;
  height: 140px;
  top: 175px;
  right: 30px;
  border: 4px solid #ffffff;
  z-index: 2; /* Nằm giữa */
}

.bannerright .free-badge {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 4;
  transform: rotate(15deg);
}

.bannerright .free-badge h2 {
  color: #da1818;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  -webkit-text-stroke: 1px white;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  margin: 0;
}

/* --- PHẦN CONTENT SẢN PHẨM --- */
.bannerright .banner-content {
  padding: 20px;
  position: relative;
}

.bannerright .product-title {
  background-color: #ffffff;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 0 25px 25px 0;
  margin-left: -20px;
  margin-bottom: 20px;
}

.bannerright .product-title h3 {
  color: #106935;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.bannerright .product-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bannerright .product-list {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 8px;
  margin: 0;
  list-style-type: disc;
}

.bannerright .product-list li {
  margin-bottom: 5px;
}

.bannerright .arrow-down {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
}

/* --- NÚT LIÊN HỆ --- */
.bannerright .contact-wrapper {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}

.bannerright .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #da1818;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px dashed #ffffff;
  box-shadow: 0 0 0 2px #da1818;
}

.bannerright .contact-btn .icon {
  background-color: #ffffff;
  color: #da1818;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

.bannerright .contact-btn .phone {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
}/* End custom CSS */