.elementor-257 .elementor-element.elementor-element-763f14c{margin-top:0px;margin-bottom:0px;}.elementor-257 .elementor-element.elementor-element-9343167{margin-top:40px;margin-bottom:40px;}@media(max-width:767px){.elementor-257 .elementor-element.elementor-element-d24436d > .elementor-widget-container{margin:69px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-ca34b56{margin-top:40px;margin-bottom:0px;}.elementor-257 .elementor-element.elementor-element-9343167{margin-top:31px;margin-bottom:0px;}.elementor-257 .elementor-element.elementor-element-3af9a00 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-d24436d *//* Banner */
.banner-section {
  position: relative;
  margin: 0;
  padding: 0;
}

.banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Feature đè lên ảnh */
.feature-section {
  position: absolute;
  bottom: -60px; /* chỉnh cao/thấp so với banner */
  left: 0;
  width: 100%;
  padding: 0 20px;
      z-index: 99;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
}

.feature-box {
  background: #1a3c70; /* xanh đậm */
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

.feature-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #ffffff; 
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

@media(max-width: 900px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-section {
    position: static; /* mobile thì để xuống dưới */
    margin-top: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a01d8d8 */.elementor-widget-wrap {
    padding:0px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efb6f8c */.statement-section {
  padding: 80px 20px;
  text-align: center;
      padding-bottom: 0px !important;
      
}

  @media (max-width: 960px) {
      .statement-section {
  padding: 80px 20px;
  text-align: center;
      padding-bottom: 0px !important;
      padding-top: 0px !important;
}
  }

.statement-quote {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.statement-quote::before,
.statement-quote::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #999;
  margin: 0 auto 20px auto;
}

.statement-quote::after {
  margin: 20px auto 0 auto;
}

.statement-quote p {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-style: italic;
}

.statement-quote strong {
  color: #E61E26; /* màu primary */
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be92a0a */.win-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

/* Intro headline */
.win-intro {
  text-align: center;
  margin-bottom: 60px;
}

.win-intro p {
  font-size: 28px;
  font-weight: 600;
  color: #1a3c70;
  line-height: 1.6;
}

.win-intro strong {
  color: #E61E26;  /* màu primary */
  font-weight: 800;
  font-size: 32px;
}

/* Box layout */
.win-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.win-box {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.win-number {
  font-size: 60px;
  font-weight: 800;
  color: #E61E26;
  line-height: 1;
  min-width: 70px;
}

.win-content {
  flex: 1;
}

.win-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a3c70;
  margin: 0 0 10px 0;
}

.win-content hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 15px 0;
  width: 100%;
}

.win-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

@media(max-width: 768px) {
  .win-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .win-number {
    font-size: 48px;
  }
  .win-grid {
      padding: 0 18px;
  }
  .win-intro p {
      font-size: 22px;
       padding: 0 15px;
  }
}

.trietli {
        font-size: 22px;
    font-weight: 700;
    color: #1a3c70;
    margin: 0 0 10px 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c554ad6 */.gallery-section {
  padding: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr; /* bên trái lớn hơn */
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

/* Ảnh bên trái */
.gallery-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Bên phải */
.gallery-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

/* Hàng trên: 2 ảnh */
.right-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Hàng dưới: 3 ảnh */
.right-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

/* Ảnh chung */
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Ảnh số 2 nhỏ hơn để cân */
.g-item img.small {
  max-height: 220px; 
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-right {
    grid-template-rows: auto auto;
  }
}
/* Hàng trên: 2 ảnh */
.right-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.right-top .g-item img {
  height: 220px;   /* chiều cao cố định cho ảnh 2 và 3 */
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}/* End custom CSS */