.title-area{
    display: block;
}

.site-header,
.title-area,
.site-header .widget-area{
    height: 70px;
}

.site-header img{
    width: 60px;
}

/* Header LDP */
.site-header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #F4F4F5;
    box-shadow: none;
}

.site-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 90px);
    margin: 0 auto;
}

/* Vùng menu và nút đăng ký */
.site-header .header-widget-area {
    float: none;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    padding: 0;
}

/* Menu */
.ldp-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.ldp-menu .menu-item {
    margin: 0;
    padding: 0;
}

.ldp-menu .menu-item a {
    position: relative;
    display: block;
    padding: 22px 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ldp-menu .menu-item a:hover,
.ldp-menu .menu-item.current-menu-item a {
    color: #FCA405;
}

.ldp-menu .menu-item a::after {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: #FCA405;
    content: "";
    transition: width 0.2s ease;
}

.ldp-menu .menu-item a:hover::after {
    width: 100%;
}

/* Nút đăng ký */
.ldp-register-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
    height: 45px;
    padding: 0 22px;
    color: #231F20 !important;
    background: #FCA405;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ldp-register-button:hover {
    background: #ffb525;
    box-shadow: 0 7px 18px rgba(255, 168, 0, 0.25);
    transform: translateY(-3px);
}


/*slide */
.ldp-slide {
    min-height: 610px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ldp-slide__container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 65px 0 200px;
}

.ldp-slide__content {
    width: 100%;
    max-width: 680px;
}

.ldp-slide__subtitle {
    margin: 0 0 15px;
    color: #E36803;
    font-size: 18px;
    font-family: 'GothamB';
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}

.ldp-slide__title {
    margin: 0 0 18px;
    color: #11141b;
    font-size: 49px;
    line-height: 1.3;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    font-family: 'GothamB';
    font-weight: 800;
}

.ldp-slide__title span {
    color: #ffa800;
    display: block;
}

.ldp-slide__description {
    color: #26272B;
    font-size: 20px;
    line-height: 1.65;
}

.ldp-slide__description p {
    margin: 0 0 18px;
    font-size: 20px;
}

.ldp-slide__information {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 0 15px;
}

.ldp-slide__information-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0px 13px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #D1D1D6;
    border-radius: 12px;
    color: #252a33;
    font-size: 15px;
    font-family: 'GothamB';
    box-shadow: 0 4px 15px rgba(20, 40, 80, 0.05);
}

.ldp-slide__information-item.date span{
    background: url(images/date.svg) no-repeat left center;
    padding-left: 30px;
}

.ldp-slide__information-item.location span{
    background: url(images/loca.svg) no-repeat left center;
    padding-left: 20px;
}


/* Countdown */
.ldp-countdown {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 432px;
    margin-bottom: 30px;
    padding: 13px 22px 11px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #D1D1D6;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(20, 40, 80, 0.06);
    backdrop-filter: blur(5px);
}

.ldp-countdown__item {
    min-width: 65px;
    text-align: center;
}

.ldp-countdown__item strong {
    display: block;
    color: #17191e;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    font-family: 'GothamB';
}

.ldp-countdown__item span {
    display: block;
    margin-top: 7px;
    color: #70707B;
    font-size: 15px;
}

.ldp-countdown__separator {
    color: #17191e;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    font-family: 'GothamB';
}

/* Nút đăng ký */
.ldp-slide__register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 430px;
    min-height: 58px;
    padding: 0px 25px;
    color: #231F20 !important;
    background: #ffa800;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease;
    font-family: 'GothamB';
}

.ldp-slide__register:hover {
    color: #111 !important;
    background: #ffb523;
    box-shadow: 0 8px 20px rgba(255, 168, 0, 0.25);
    transform: translateY(-1px);
}


/*slogan*/

/* Khối slogan đè lên cuối slide */
.ldp-slogan {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: -95px auto 0;
    padding: 0 ;
}

.ldp-slogan__box {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: calc(100% - 102px);
    margin: 0 auto;
    padding: 50px;
    overflow: hidden;
    background: linear-gradient(90deg, #fff 0%, #fff 62%, rgba(255, 255, 255, 0.72) 78%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #ffd284;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(18, 35, 70, 0.14);
}

.slogan__box{
    width: 75%;
    padding: 0 0 0 30px;
}

/* Dấu ngoặc kép */
.ldp-slogan__quote {
    position: absolute;
    top: 39px;
    left: 32px;
    z-index: 3;
    color: #ffa800;    font-size: 64px;
    font-weight: 700;
    line-height: 1;
}

/* Nội dung từ WYSIWYG */
.ldp-slogan__content {
    position: relative;
    z-index: 3;
    width: 100%;
    color: #5e6470;
    font-size: 12px;
    line-height: 1.6;
}

.ldp-slogan__content p {
    margin: 0 0 14px;
}

.ldp-slogan__content p:last-child {
    margin-bottom: 0;
}

/* Đoạn đầu tiên làm slogan chính */
.ldp-slogan__content p:first-child {
    color: #00007F;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
}

/* Ảnh thành phố bên phải */
.ldp-slogan__city {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 100%;
    background-image:url("images/city.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Lớp mờ phía dưới thành phố */
.ldp-slogan__box::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 45%;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0)
    );
    content: "";
    pointer-events: none;
}

/*nội dung*/
.ldp-container {
    width: 100%;
    margin: 0 auto;
}

/* Tiêu đề phần nội dung */
.ldp-event-content {
    position: relative;
    width: 100%;
    background: #fff;
}

.ldp-event-content__heading {
    padding: 70px 0 32px;
    background: #fff;
}

.ldp-event-content__heading h2,
.ldp-schedule__eyebrow {
    margin: 0;
    color: #E36803;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'GothamB';
}

/* Phần nền kem */
.ldp-event-content__body {
    padding: 50px 0 ;
    background: linear-gradient(90deg, hsl(39deg 98% 50% / 7%) 0.7%, #fffdf9 55%, #f8fbff 100%);
}

/* Nội dung chính nhập từ ndung0 */
.ldp-event-content__intro {
    margin: 50px 0;
    color: #333;
    font-size: 17px;
    line-height: 1.7;
}

.ldp-event-content__intro p {
    margin: 0 0 15px;
}

.ldp-event-content__intro p:last-child {
    margin-bottom: 0;
}

/* Hai cột */
.ldp-event-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: 75px;
}

/* Cột nội dung bên trái */
.ldp-event-content__main {
    min-width: 0;
}

.ldp-event-content__eyebrow,
.ldp-expert-one__content h2,
.ldp-launch-community__eyebrow,
.ldp-expert-two__content h2 {
     margin: 0 0 10px;
    color: #E36803 !important;
    font-size: 14px !important;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'GothamB';
}

.ldp-event-content__text {
    color: #515660;
    font-size: 13px;
    line-height: 1.6;
}

.ldp-event-content__text h2,
.ldp-event-content__intro h2{
    margin: 0 0 12px;
    color: #15171c;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-family: 'GothamB';
}

.ldp-event-content__intro h2{
    font-size: 26px;
}


.ldp-event-content__text h3,
.ldp-event-content__intro h3 {
    margin: 0 0 12px;
    color: #E36803;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-family: 'GothamB';
}


.ldp-event-content__text p {
    margin: 0 0 12px;
}

.ldp-event-content__text p:last-child {
    margin-bottom: 0;
}

/* Box trích dẫn bên phải */
.ldp-event-content__quote {
    position: relative;
    margin: 0;
    padding: 70px 30px 50px;
    overflow: hidden;
    color: #fff;
    background: #050505;
    border-radius: 13px;
}

.ldp-event-content__quote > span {
    position: absolute;
    top: 21px;
    left: 27px;
    color: #ffa800;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.ldp-event-content__quote > div {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.ldp-event-content__quote p {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 18px;
}

.ldp-event-content__quote p:last-child {
    margin-bottom: 0;
}

/* Chuyên gia 1 */
.ldp-expert-one {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background-color: #101114;
    background-image: url(images/nencg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Lớp tối giúp nội dung dễ đọc */
.ldp-expert-one::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(10, 11, 14, 0.2) 0%,
        rgba(10, 11, 14, 0.08) 50%,
        rgba(36, 23, 5, 0.18) 100%
    );
    content: "";
    pointer-events: none;
}

.ldp-expert-one__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: center;
    gap: 60px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

/* Ảnh chuyên gia */
.ldp-expert-one__image {
    position: relative;
    overflow: hidden;
    background: #282b31;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.32);
}

.ldp-expert-one__image::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.ldp-expert-one__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    object-position: center top;
}

/* Nội dung giới thiệu */
.ldp-expert-one__content {
    min-width: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
}

.ldp-expert-one__content > p:first-child {
    margin: 0 0 10px;
    color: #ffa800;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.ldp-expert-one__content h2,
.ldp-expert-one__content h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
     font-family: 'GothamB';
}

.ldp-expert-one__content h2 em,
.ldp-expert-one__content h3 em,
.ldp-expert-two__content h2 em{
    display: block;
    font-style: inherit;
    font-size: 30px;
    font-family: 'GothamB';
    color: #fff !important;
    text-transform: capitalize;
    line-height: 1.5;
}

.ldp-expert-one__content h2,
.ldp-expert-two__content h2{
    color: #FCA405 !important;
    font-family: 'Gotham' !important;
}

.ldp-expert-one__content p {
    margin: 0 0 12px;
}

.ldp-expert-one__content ul {
    margin: 0;
    padding: 0 0 0 17px;
}

.ldp-expert-one__content li {
    margin: 0 0 15px;
    padding-left: 2px;
    font-size: 16px;
}

.ldp-expert-one__content li::marker {
    color: #fff;
}

.ldp-expert-one__content strong {
    color: #fff;
}

/* Ra mắt và kết nối cộng đồng */
.ldp-launch-community {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f8f9fb;
    background-image:
        radial-gradient(
            circle at center,
            rgba(94, 103, 120, 0.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 248, 236, 0.92) 0%,
            rgba(251, 250, 248, 0.95) 46%,
            rgba(245, 248, 253, 0.96) 100%
        );
    background-position:
        0 0,
        center;
    background-size:
        20px 20px,
        100% 100%;
}

.ldp-launch-community__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 65px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 0 70px;
}

.ldp-launch-community__item {
    min-width: 0;
}

/* Nội dung WYSIWYG */
.ldp-launch-community__content {
    color: #333;
    font-size: 13px;
    line-height: 1.65;
}

.ldp-launch-community__content h2,
.ldp-launch-community__content h3 {
    margin: 0 0 17px;
    color: #17191e;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.4px;
    font-family: 'GothamB';
}

.ldp-launch-community__content p {
    margin: 0 0 13px;
}

/* Danh sách */
.ldp-launch-community__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ldp-launch-community__content li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 20px;
    font-size: 16px;
}

.ldp-launch-community__content li::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ffa800;
    border-radius: 50%;
    content: "";
}

.ldp-launch-community__content li:last-child,
.ldp-launch-community__content p:last-child {
    margin-bottom: 0;
}

/* Chuyên gia 2 */
.ldp-expert-two {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background-color: #101114;
    background-image: url(images/nencg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ldp-expert-two::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(1, 44, 32, 0.12) 0%,
        rgba(12, 13, 16, 0.04) 40%,
        rgba(12, 13, 16, 0.16) 100%
    );
    content: "";
    pointer-events: none;
}

.ldp-expert-two__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
    gap: 65px;
    width: 100%;
    margin: 0 auto;
    padding: 55px 0;
}

/* Nội dung bên trái */
.ldp-expert-two__content {
    min-width: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    grid-column: 1;
    grid-row: 1;
    line-height: 1.55;
}

.ldp-expert-two__content > p:first-child {
    margin: 0 0 10px;
    color: #ffa800;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.ldp-expert-two__content h2,
.ldp-expert-two__content h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.ldp-expert-two__content p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.88)
}

.ldp-expert-two__content ul {
    margin: 0;
    padding: 0 0 0 17px;
}

.ldp-expert-two__content li {
    margin: 0 0 15px;
    padding-left: 2px;
    font-size: 16px;
    color: #fff;
}

.ldp-expert-two__content li::marker {
    color: #fff;
}

.ldp-expert-two__content strong {
    color: #fff;
}

/* Ảnh bên phải */
.ldp-expert-two__image {
    position: relative;
    overflow: hidden;
    background: #7d7d7d;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.32);
    grid-column: 2;
    grid-row: 1;
}

.ldp-expert-two__image::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.ldp-expert-two__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    object-position: center top;
}
/* ==================================================
   CTA ĐĂNG KÝ NHẬN QUÀ
================================================== */
.ldp-cta {
    position: relative;
    width: 100%;
    min-height: 260px;

    /* Cho phép ảnh quà tràn xuống dưới section */
    overflow: visible;

    background-color: #00167d;
    background-image:
        url("images/nencta.webp"),
        linear-gradient(
            110deg,
            #03147e 0%,
            #00199d 48%,
            #003bd4 100%
        );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ldp-cta > .wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 ;
}

/* Ánh sáng xanh ở giữa */
.ldp-cta::before {
    position: absolute;
    top: 50%;
    left: 58%;
    width: 300px;
    height: 300px;
    background: radial-gradient(
        circle,
        rgba(0, 198, 255, 0.35) 0%,
        rgba(0, 132, 255, 0.12) 38%,
        rgba(0, 86, 255, 0) 70%
    );
    content: "";
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Không dùng grid vì ảnh quà được định vị tự do */
.ldp-cta__container {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 50px 0 ;
}

/* ==================================================
   NỘI DUNG VÀ FORM
================================================== */
.ldp-cta__content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 500px;
    min-width: 0;
}

.ldp-cta__form {
    width: 100%;
    max-width: 500px;
}

.ldp-cta__form .caldera-grid,
.ldp-cta__form form {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Reset row mặc định của Bootstrap/Caldera */
.ldp-cta__form .caldera-grid .row {
    margin-right: 0;
    margin-left: 0;
}

/* Tiêu đề form */
.ldp-cta__content form .first_row {
    margin-bottom: 28px;
}

.ldp-cta__content form .first_row > div {
    float: none;
    width: 100%;
    padding: 0;
}

.ldp-cta__content form .first_row p {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

/* Ghi đè Bootstrap col-sm */
.ldp-cta__content form .row.last_row > div {
    padding: 0;
}

.ldp-cta__content form .form-group {
    margin: 0;
}

.ldp-cta__content form .form-group > div {
    width: 100%;
}

/* Input email */
.ldp-cta__content form .row.last_row input[type="email"],
.ldp-cta__content form .row.last_row input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 16px;
    color: #333;
    background: #fff;
    border: 0;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
    font-size: 16px;
    outline: none;
}

.ldp-cta__content form .row.last_row input::placeholder {
    color: #969ba5;
}

/* Nút đăng ký */
.ldp-cta__content form .row.last_row input[type="submit"] {
    display: block;
    float: none;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    color: #131316;
    background: #fca405;
    border: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.ldp-cta__content form .row.last_row input[type="submit"]:hover {
    color: #131316;
    background: #d98f05;
}

/* Ẩn khoảng trống không cần thiết của Caldera */
.ldp-cta__form .hide {
    display: none !important;
}

/* ==================================================
   ẢNH QUÀ TỰ DO BÊN PHẢI
================================================== */
.ldp-cta__gift {
        position: absolute;
    z-index: 4;
    right: 120px;
    bottom: -75px;
    display: block;
    width: 230px;
    height: auto;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.ldp-cta__gift img {
    display: block;
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: contain;
    object-position: center bottom;
}

/* ==================================================
   SỰ KIỆN DÀNH CHO AI
================================================== */
.ldp-audience {
    position: relative;
    width: 100%;
    padding: 80px 0 85px;
    background: #fff;
}

/* Tiêu đề */
.ldp-audience__title {
    margin: 0 0 40px;
    color: #00007F;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    font-family: 'GothamB';
}

/* Danh sách card */
.ldp-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
}

/* Card */
.ldp-audience__item {
    min-width: 0;
    min-height: 320px;
    padding: 30px;
    background: #F4F4F5;
    border-radius: 12px;
    color: #3f444d;
    font-size: 13px;
    line-height: 1.6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ldp-audience__item:hover {
    box-shadow: 0 15px 35px rgba(19, 34, 65, 0.1);
    transform: translateY(-4px);
    border: 1px solid #ffc02f;
}

/* Icon được chèn trong WYSIWYG */
.ldp-audience__item > p:first-child {
    margin-top: 0;
}

.ldp-audience__item img {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 0 20px;
    object-fit: contain;
}

/* Tránh thẻ p quanh ảnh tạo khoảng cách thừa */
.ldp-audience__item p:has(img) {
    margin: 0;
}

.ldp-audience__item h3 {
    margin: 0 0 20px;
    color: #191c22;
    font-size: 20px;
    line-height: 1.55;
    font-family: 'GothamB';
}

/* Nội dung */
.ldp-audience__item p {
    margin: 0 0 13px;
    font-size: 16px;
}

.ldp-audience__item p:last-child {
    margin-bottom: 0;
}

.ldp-audience__item ul {
    margin: 0;
    padding-left: 18px;
}

.ldp-audience__item li {
    margin-bottom: 7px;
}

.ldp-schedule {
    position: relative;
    width: 100%;
    padding: 65px 0 80px;
    background: #F4F4F5;
}

/* Tiêu đề nhỏ */
.ldp-schedule__eyebrow span,
.ldp-register__form h2{
    margin: 0 0 12px;
    color: #00007F;
    font-size: 32px;
   font-family: 'GothamB';
    line-height: 1.4;
    display: block;
    text-transform: none;
}

/* Tiêu đề chính */
.ldp-schedule__title {
    margin: 0 0 38px;
    color: #001a70;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.6px;
}

/* Khung bảng */
.ldp-schedule__table-wrapper {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7d9de;
    border-radius: 10px;
    margin: 30px 0 0;
}

/* Bảng */
.ldp-schedule__table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.ldp-schedule__table tbody,
.ldp-schedule__table tr,
.ldp-schedule__table th,
.ldp-schedule__table td {
    border: 0;
}

.ldp-schedule__table tr {
    background: #fff;
}

/* Dòng xen kẽ */
.ldp-schedule__table tr:nth-child(odd) {
    background: #f4f4f5;
}

.ldp-schedule__table th,
.ldp-schedule__table td {
    padding: 20px;
    vertical-align: middle;
}

/* Cột thời gian */
.ldp-schedule__table th {
    width: 140px;
    color: #333;
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
}

/* Cột nội dung */
.ldp-schedule__table td {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

/* Hiệu ứng khi hover */
.ldp-schedule__table tr {
    transition: background-color 0.2s ease;
}

.ldp-schedule__table tr:hover {
    background: #fff8e9;
}

/* ================================
   REGISTER
================================ */

.ldp-register {
    position: relative;
    padding: 80px 0;
    background-image: url("images/nenform.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ldp-register .wrap {
    position: relative;
    z-index: 2;
}

.ldp-register__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.ldp-register__image {
    position: relative;
    border-radius: 12px;
}

.ldp-register__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

.ldp-register__form {
    width: 100%;
}

/* title nếu plugin form có h2 / h3 */
.ldp-register__form h2,
.ldp-register__form h3 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
}

.ldp-register__form form p{
    font-size: 16px;
    color: #D1D1D6;
}

.ldp-register__form input[type="text"],
.ldp-register__form input[type="email"],
.ldp-register__form input[type="tel"],
.ldp-register__form input[type="number"],
.ldp-register__form input[type="date"],
.ldp-register__form select,
.ldp-register__form textarea {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #3F3F46;
    border-radius: 8px;
    background: hsl(240deg 7% 8% / 51%);
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    color: #D1D1D6;
}

.ldp-register__form input::-webkit-input-placeholder,
.ldp-register__form textarea::-webkit-input-placeholder {
    color: #D1D1D6 !important;
    opacity: 1 !important;
}

.ldp-register__form input::-moz-placeholder,
.ldp-register__form textarea::-moz-placeholder {
    color: #D1D1D6 !important;
    opacity: 1 !important;
}

.ldp-register__form input::placeholder,
.ldp-register__form textarea::placeholder {
    color: #D1D1D6 !important;
    opacity: 1 !important;
}

.ldp-register__form textarea {
    height: 120px;
    padding-top: 14px;
    resize: vertical;
}

.ldp-register__form input:focus,
.ldp-register__form select:focus,
.ldp-register__form textarea:focus {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}


/* khoảng cách giữa các dòng form */
.ldp-register__form p {
    margin-top: 0;
    margin-bottom: 16px;
}


.ldp-register__form input[type="submit"],
.ldp-register__form button[type="submit"],
.ldp-projects__button-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    min-height: 50px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #FCA405;
    color: #131316;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-transform: uppercase;
}

.ldp-register__form input[type="submit"]:hover,
.ldp-register__form button[type="submit"]:hover,
.ldp-projects__button-wrap a:hover {
    background: #ea9906;
    transform: translateY(-2px);
}

.ldp-projects__button-wrap a{
    padding: 0 30px !important;
}

/* Contact Form 7 */
.ldp-register__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.ldp-register__form .wpcf7-spinner {
    vertical-align: middle;
}

/* ==================================
   PROJECTS / DỰ ÁN TƯ VẤN
================================== */

.ldp-projects {
    position: relative;
    padding: 64px 0 48px;
    overflow: hidden;
    background-color: #fff;
    background-image: radial-gradient(
        circle,
        rgba(0, 0, 0, 0.07) 1px,
        transparent 1px
    );
    background-size: 18px 18px;
}

.ldp-projects .wrap {
    position: relative;
    z-index: 2;
}


/* ==================================
   HEADING
================================== */

.ldp-projects__heading {
    max-width: 650px;
    margin: 0 auto 42px;
    text-align: center;
}

.ldp-projects__eyebrow {
    margin-bottom: 10px;
    color: #f58220;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.ldp-projects__title,
.ldp-info__title {
    margin: 0;
    color: #333;
    font-size: 32px;
    line-height: 1.22;
    font-family: 'GothamB';
}


.ldp-projects__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 20px;
    max-width: 1080px;
    margin: 0 auto;
}

.ldp-projects__item {
    position: relative;
    z-index: 2;
    min-height: 200px;
    padding: 24px 20px 22px;
    border: 1px solid #d9d9dd;
    border-radius: 11px;
    background: #f7f7f8;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ldp-projects__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #ffc02f;
}

.ldp-projects__number {
    margin-bottom: 14px;
    color: #E36803;
    font-size: 18px;
    font-family: 'GothamB';
    line-height: 1;
}

.ldp-projects__name {
    margin: 0 0 12px;
    color: #333;
    font-size: 20px;
    font-family: 'GothamB';
    line-height: 1.45;
}

.ldp-projects__content {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.ldp-projects__content p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}

.ldp-projects__content p + p {
    margin-top: 8px;
}


/* ==================================
   BUTTON
================================== */

.ldp-projects__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.ldp-projects__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 390px;
    min-height: 54px;
    padding: 14px 30px;
    border-radius: 7px;
    background: #ffa800;
    color: #171717;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.ldp-projects__button:hover {
    background: #f39400;
    color: #171717;
    transform: translateY(-2px);
}

/* ==================================
   THÔNG TIN THAM DỰ
================================== */

.ldp-info {
    position: relative;
    padding: 70px 0 55px;
    background: url(images/nentt.jpg) no-repeat center center;
    background-size: cover;
}

.ldp-info .wrap {
    position: relative;
    z-index: 2;
}

.ldp-info__heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.ldp-info__eyebrow {
    margin: 0 0 10px;
    color: #E36803 !important;
    font-size: 14px !important;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'GothamB';
}

.ldp-info__eyebrow span{
    color: #A7AEBC;
    display: block;
    font-size: 24px;
    margin: 7px 0 0;
}

.ldp-info__tagline {
    margin-bottom: 8px;
    color: #a6abba;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

/* đường nét đứt */
.ldp-info__line {
    position: relative;
    width: calc(100% - 100px);
    height: 20px;
    margin: 0 auto -2px;
    border-top: 2px dashed #45a8ff;
}


/* dấu X giữa */
.ldp-info__line::before,
.ldp-info__line::after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #45a8ff;
    transform-origin: center;
}

.ldp-info__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    
}

.ldp-info__item {
    min-height: 145px;
    padding: 20px 18px;
    border-radius: 7px;
    background: #F4F4F5B2;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.ldp-info__item:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffc02f;
}

.ldp-info__name {
    margin: 0 0 12px;
    color: #242424;
    font-size: 18px;
   font-family: 'GothamB';
    line-height: 1.4;
}

.ldp-info__text {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.ldp-info__text p {
    margin: 0;
    font-size: 16px;
}

.ldp-info__text p + p {
    margin-top: 8px;
}

.page-template-page-ldp .site-inner{
    padding: 0;
}


/* Mobile */
@media (max-width: 1200px){
    .site-header > .wrap {
        width: calc(100% - 30px);
    }

    .ldp-register-button{
        margin: 0 50px 0 0;
    }

    .site-header, .title-area, .site-header .widget-area{
        height: 60px;
    }

    .ldp-slogan__box::after{
        content: unset;
    }

    .ldp-slide__subtitle,
    .ldp-slide__description p,
    .ldp-slogan__content p:last-child,
    .ldp-event-content__quote p,
    .ldp-event-content__text p,
    .ldp-event-content__intro p{
        font-size: 16px;
    }

    .ldp-slide__title{
        font-size: 40px;
    }

    .ldp-slogan__content p:first-child,
    .ldp-audience__item h3,
    .ldp-projects__name{
        font-size: 18px;
    }

    .ldp-cta__content form .first_row p{
        font-size: 24px;
    }

    .ldp-audience__item{
        padding: 20px;
    }

    .ldp-audience__item p:last-child{
        text-align: justify;
    }

}

@media (max-width: 960px){

    .ldp-menu{
        display: none;
    }

    .page-template-page-ldp #click-menu{
        top: 10px !important ;
    }

    .ldp-slide__subtitle{
        font-size: 10px;
        margin: 0 0 5px;
    }

    .ldp-slide__title {
        font-size: 24px;
        line-height: normal;
    }

    .ldp-slide__information-item,
    .ldp-countdown__item span{
        font-size: 13px;
    }

     .ldp-countdown {
        width: calc(100% - 22px) !important;
        padding: 10px;
    }

    .ldp-countdown__item strong{
        font-size: 24px;
    }

    .ldp-slide {
        position: relative;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: auto;
        display: inline-block;
    }

    .ldp-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(244 248 255 / 85%);
        z-index: 1;
    }

    .ldp-slide > * {
        position: relative;
        z-index: 2;
    }

    .ldp-slogan{
        float: left;
        width: 100%;
        margin: 0;
    }

    .ldp-slide__container{
        padding: 50px 0;
    }

    .site-header{
        position: relative;
        z-index: 1;
    }

    .ldp-register-button {
        margin: 0 50px 0 0;
        height: 40px;
        padding: 0 10px;
        font-size: 15px;
    }

    .ldp-slide__register{
        width: 100%;
        padding: 0;
        font-size: 15px;
        height: 50px;
        min-height: 50px;
    }

    .ldp-slogan__box{
        margin: 40px 0;
        padding: 20px;
        display: block;
        width: calc(100% - 42px);
    }

    .slogan__box {
        width: 100%;
        padding: 30px 0 0;
    }

    .ldp-slogan__quote {
        position: absolute;
        top: -1px;
        left: 19px;
        z-index: 3;
        color: #ffa800;
        font-size: 83px;
        font-weight: 700;
        line-height: 1;
    }

    .ldp-slogan__content p:last-child{
        text-align: justify;
        font-size: 15px;
    }

    .ldp-slogan__content p:first-child{
        font-size: 16px;
    }

    .ldp-event-content{
        float: left;
    }

    .ldp-event-content__heading{
        padding: 30px 0;
    }

    .ldp-event-content__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ldp-event-content__text h2, .ldp-event-content__intro h2,
    .ldp-audience__title,
    .ldp-schedule__eyebrow span, .ldp-register__form h2,
    .ldp-projects__title, .ldp-info__title{
        font-size: 28px;
    }

    .ldp-event-content__quote {
        padding: 70px 30px 30px;
    }

    .ldp-event-content__quote > span{
        font-size: 70px;
    }

    .ldp-event-content__intro {
        margin: 35px 0;
    }

    .ldp-event-content__body{
        padding-bottom: 30px;
    }

    .ldp-expert-one__container,
    .ldp-launch-community__container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ldp-expert-one__content li,
    .ldp-expert-two__content li{
        text-align: justify;
    }

    .ldp-launch-community__container{
        padding: 40px 0;
    }

    .ldp-launch-community__content h2{
        font-size: 20px;
    }

    .ldp-expert-two__container{
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ldp-expert-two__content,
    .ldp-expert-two__image {
        grid-column: 1;
    }

    .ldp-expert-two__content {
        grid-row: 2;
    }

    .ldp-expert-two__image {
        grid-row: 1;
    }

    .ldp-audience__grid,
    .ldp-register__inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ldp-register__form h2, .ldp-register__form h3{
        font-size: 24px;
    }

    .ldp-audience,
    .ldp-schedule,
    .ldp-register{
        padding: 40px 0;
    }

    .ldp-info{
        padding: 0 0 40px;
    }

    .ldp-cta {
        height: auto;
        padding: 90px 0 0;
        position: relative;
    }

    .ldp-cta::before{
        content: unset;
    }

    .ldp-cta__content form .first_row p{
        font-size: 20px;
    }

    .ldp-cta__gift{
        bottom: auto;
        top: -125px;
        left: 0;
        width: 130px;
    }

    .ldp-cta__content form .row.last_row input[type="email"], 
    .ldp-cta__content form .row.last_row input[type="text"]{
        border-radius: 12px;
        margin: 0 0 10px;
    }

    .ldp-cta__content form .row.last_row input[type="submit"]{
        border-radius: 12px;
    }

    .ldp-event-content__heading h2, .ldp-schedule__eyebrow{
        font-size: 16px;
    }

    .ldp-schedule__table th {
        width: 80px;
        font-size: 15px;
    }

    .ldp-schedule__table th, .ldp-schedule__table td{
        padding: 15px;
    }

    .ldp-schedule__table td{
        font-size: 15px;
    }

    .ldp-projects__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        max-width: auto;
    }

    .ldp-projects__button-wrap a {
        width: calc(100% - 60px);
        text-align: center;
        line-height: 1.4;
        padding: 7px 30px !important;
    }

    .ldp-projects__item{
        padding: 15px;
    }

    .ldp-info__eyebrow span{
        font-size: 14px;
    }

    .ldp-info__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .ldp-info__text p{
        text-align: justify;
        font-size: 15px;
    }

}