.elementor-85 .elementor-element.elementor-element-ae59be5{--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-85 .elementor-element.elementor-element-bce9692{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 0px 0px 0px;}.elementor-85 .elementor-element.elementor-element-4836634{--display:flex;--min-height:0vh;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-85 .elementor-element.elementor-element-c1c05b3 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for video, class: .elementor-element-c1c05b3 *//* ============================
   BLOCK TRẮNG TIKOFU – DESKTOP
   ============================ */
.tikofu-section-white {
  width: 100%;
  background-color: #ffffff;       /* nền ngoài cùng */
  display: flex;
  justify-content: center;
  padding: 80px 5vw;               /* top/bottom 80, 2 bên 5% màn hình */
  box-sizing: border-box;
}

.tikofu-section-inner {
  max-width: 1200px;               /* bề ngang content tối đa */
  width: 100%;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.04);
  padding: 60px 70px;
  display: flex;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

/* Cột trái (text) */
.tikofu-left {
  flex: 1 1 50%;
}

.tikofu-title {
  font-size: 40px;
  letter-spacing: 0.06em;
  margin: 0 0 24px;
}

.tikofu-desc {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 32px;
}

/* Button */
.tikofu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.08em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.tikofu-btn:hover {
  background-color: #222;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

/* Cột phải (video / ảnh) */
.tikofu-right {
  flex: 1 1 50%;
}

.tikofu-right video,
.tikofu-right img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  display: block;
  object-fit: cover;
}

/* ============================
   TABLET – <= 1024px
   ============================ */
@media (max-width: 1024px) {
  .tikofu-section-white {
    padding: 60px 4vw;
  }

  .tikofu-section-inner {
    padding: 40px 40px;
    border-radius: 40px;
    gap: 40px;
  }

  .tikofu-title {
    font-size: 32px;
  }

  .tikofu-desc {
    font-size: 14px;
  }
}

/* ============================
   MOBILE – <= 767px
   ============================ */
@media (max-width: 767px) {
  .tikofu-section-white {
    padding: 40px 16px;           /* full-width sát viền mobile hơn */
  }

  .tikofu-section-inner {
    padding: 24px 20px;
    border-radius: 28px;
    flex-direction: column;       /* xếp dọc: text trên, video dưới */
    align-items: flex-start;
    gap: 24px;
  }

  .tikofu-left,
  .tikofu-right {
    flex: 1 1 100%;
  }

  .tikofu-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .tikofu-desc {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .tikofu-btn {
    padding: 12px 26px;
    font-size: 13px;
  }

  .tikofu-right video,
  .tikofu-right img {
    border-radius: 20px;
  }
}/* End custom CSS */