@charset "UTF-8";

/* ========================================
   custom.css — Feedback & style overrides
   File này load cuối cùng, được phép dùng
   !important để override nếu cần.
   ======================================== */
.select2.select2-container.select2-container--default {
   width: 100% !important;
}

.main .wpcf7 form .wpcf7-response-output {
   margin: 2em 0 1em !important;
   font-size: 1.4rem !important;
}

@media screen and (max-width: 768px) {
   .main .wpcf7 form .wpcf7-response-output {
      font-size: 1.2rem !important;
   }
}

.frm-row .wpcf7-not-valid-tip {
   position: absolute !important;
   z-index: 2;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   background: red;
   color: #fff;
   pointer-events: none;
   padding: .5rem;
   right: 0;
   font-weight: 500;
   line-height: 120%;
   bottom: auto;
   top: 99%;
   border-radius: .4rem;


}

.frm-row .wpcf7-not-valid-tip::before {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   border-left: 0.5rem solid transparent;
   border-right: 0.5rem solid transparent;
   border-bottom: 0.5rem solid red;
   bottom: 100%;
   right: 1.6rem;
}

.wpcf7 form .wpcf7-spinner {
   margin: 0 !important;
   left: 50%;
   top: 50%;
   bottom: auto !important;
   transform: translate(-50%, -50%);
}

.banner-bg::before {
   position: absolute;
   content: '';
   inset: 0;
   background-color: var(--border-01) !important;
   z-index: 1;
}

.is-not-bg .breadcrumb .breadcrumb-item::before {
   -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(615%) hue-rotate(155deg) brightness(99%) contrast(97%);
   filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(615%) hue-rotate(155deg) brightness(99%) contrast(97%);
}

.slt-cpn .breadcrumb-list {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
}

.slt-cpn-item:nth-child(3) .heading .tt {
   color: var(--white);
}

.ctact-desc .title-tag::before {
   -webkit-filter: var(--filter-pri);
   filter: var(--filter-pri);
}