.elementor-5896 .elementor-element.elementor-element-76710a2{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-5896 .elementor-element.elementor-element-76710a2:not(.elementor-motion-effects-element-type-background), .elementor-5896 .elementor-element.elementor-element-76710a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5896 .elementor-element.elementor-element-2e80f30 > .elementor-widget-container{margin:20px 0px 0px 0px;}/* Start custom CSS for wd_text_block, class: .elementor-element-7e0f4e2 */.lh-hero {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    
}
.btn-secondary {
    display: inline-block;
    padding: 10px 24px;
    background: #fff;
    color: #ff3d00;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #ff3d00;
    border-radius: 40px;
    transition: all 0.3s 
ease;
}
.btn-hero {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ff7b00, #ff3d00);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(255, 61, 0, 0.3);
    transition: all 0.3s 
ease;
}
.btn-hero:hover {
    background: linear-gradient(135deg, #ff3d00, #ff7b00);
    box-shadow: 0 8px 22px rgba(255, 61, 0, 0.5);
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for wd_text_block, class: .elementor-element-b2d3266 */.faq-section {
    width: 100%;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    font-family: inherit;
}

.faq-item {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 5px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-item:hover {
    background: #f9f9f9;
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-answer {
    display: block;
    margin-bottom: 2px;    margin-top: -3px;    color: #18911d;}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
.km-custom-signage {
   
    line-height: 1.65;
}

.km-custom-signage h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.km-custom-signage h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.km-custom-signage p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #444;
}

.km-custom-signage ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.km-custom-signage ul li {
    font-size: 15px;
}

.km-contact-box {
    background: #f8f8f8;
    padding: 18px;
    border-radius: 12px;
    margin: 20px 0;
    border-left: 4px solid #0a7cff;
}
.baogia {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.baogia thead th {
  background: #f7f7f7;
  color: #333;
  text-align: left;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
}

.baogia td {
  padding: 12px 14px;
  font-size: 14px;
  color: #444;
  border-top: 1px solid #f0f0f0;
}

.baogia tr:nth-child(even) {
  background: #fcfcfc;
}

.baogia tr:hover {
  background: #f5f5f5;
  transition: 0.2s ease;
}

.baogia td strong {
  color: #222;
  font-weight: 600;
}
.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* tỷ lệ 9:16 (16/9*100) */
  overflow: hidden;
  border-radius: 8px; /* tùy chọn */
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.text-right {
    text-align: right;
}/* End custom CSS */