.ldp-banner {
    aspect-ratio: 96/35;
    margin-bottom: 80px;
}

.ldp-banner img {
    width: 100%;
}

@media (max-width: 767px) {
    .ldp-banner {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .ldp-banner {
        aspect-ratio: 43/70;
    }
}

.widget-header {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .widget-header {
        margin-bottom: 20px;
    }
}

.widget-title {
    font-size: 45px;
    color: #1E5234;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: Heading-font,sans-serif;
}

@media (max-width: 767px) {
    .widget-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .widget-title {
        font-size: 26px;
    }
}

.widget-title .b {
    color: #FFA827;
    display: inline-block;
}

.widget-desc {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .widget-desc {
        margin-top: 20px;
    }
}

.widget-highlight {
    background: #FFA827;
    border-radius: 25px;
    padding: 8px 15px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    width: max-content;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .widget-highlight {
        width: auto;
        text-align: center;
    }
}

.widget-author {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.widget-author .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: url("thumb/avt-bstuan.jpg") no-repeat center;
    background-size: contain;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.widget-author .quote {
    background: #F6F2DB;
    padding: 10px 15px;
    border-radius: 10px;
}

.widget-author .quote .name {
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.widget-author .quote .name::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("thumb/icon-check.svg") no-repeat center/cover;
}

[class*="ldp-sec"] {
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    [class*="ldp-sec"] {
        margin-bottom: 40px;
    }
}

.ldp-sec-01 .widget-desc {
    margin-top: 0;
}

.ldp-sec-01 .widget-desc ul {
    padding-left: 0;
    list-style: none;
}

.ldp-sec-01 .widget-desc ul li {
    display: flex;
}

.ldp-sec-01 .widget-desc ul p {
    border-radius: 10px;
    background: #F6F2DB;
    padding: 10px;
}

.ldp-sec-01 .widget-desc .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ldp-sec-02 {
    position: relative;
}

.ldp-sec-02::before {
    content: '';
    pointer-events: none;
    aspect-ratio: 39/31;
    width: 600px;
    max-width: 40%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url("thumb/bg-sec-02.png") no-repeat center/cover;
}

.ldp-sec-02::after {
    content: '';
    pointer-events: none;
    aspect-ratio: 48/65;
    width: 450px;
    max-width: 24%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url("thumb/bg-sec-02-1.png") no-repeat center/cover;
}

.ldp-sec-02 .widget-author {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.ldp-sec-02 .item {
    text-align: center;
    position: relative;
}

.ldp-sec-02 .item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #FFA827;
}

.ldp-sec-02 .item-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.ldp-sec-02 .item-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.ldp-sec-02 .item-title .i {
    font-size: 17px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .ldp-sec-02 .item:not(:first-child):not(:nth-child(2)) {
        padding-top: 40px;
    }

    .ldp-sec-02 .item:not(:first-child):not(:nth-child(2))::before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 20px;
        border-top: 1px solid #FFA827;
    }

    .ldp-sec-02 .item:nth-child(2n):after {
        display: none;
    }

    .ldp-sec-02 .item-icon {
        width: 120px;
        height: 120px;
    }
}

.ldp-sec-03 {
    color: #fff;
    position: relative;
}

.ldp-sec-03::before {
    content: '';
    pointer-events: none;
    aspect-ratio: 59/34;
    width: 590px;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url("thumb/bg-sec-03.png") no-repeat center/cover;
}

.ldp-sec-03::after {
    content: '';
    pointer-events: none;
    aspect-ratio: 39/35;
    width: 390px;
    max-width: 20%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url("thumb/bg-sec-03-1.png") no-repeat center/cover;
}

.ldp-sec-03 .inner-section {
    background: linear-gradient(126.82deg, #1E5234 24.93%, #43B875 152.02%);
    border-radius: 20px;
    padding: 50px 20px 0 30px;
    position: relative;
}

.ldp-sec-03 .widget-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}

.ldp-sec-03 .symptoms-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-bottom: 30px;
}

.ldp-sec-03 .form-check {
    flex: 0 0 50%;
}

.ldp-sec-03 .highlight {
    color: #FFA827;
}

.ldp-sec-03 .form-control {
    height: 45px;
    border-radius: 10px;
}

.ldp-sec-03 .btn-submit {
    background: #FFA827;
    color: #fff;
    font-weight: 700;
    width: 165px;
    height: 45px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .ldp-sec-03 {
        padding-top: 50px;
    }

    .ldp-sec-03 .inner-section {
        padding-bottom: 30px;
    }

    .ldp-sec-03 .thumb-section {
        width: 130px;
        margin-right: 10px;
        margin-top: -125px;
        margin-bottom: 20px;
    }

    .ldp-sec-03 [class*="col-md-"] {
        position: static;
    }

    .ldp-sec-03 .container-custom > .widget-title {
        position: absolute;
        top: 60px;
        left: 180px;
    }

    .ldp-sec-03 .consultation-section .widget-title {
        text-align: center;
    }

    .ldp-sec-03 .btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 575px) {
    .ldp-sec-03 .container-custom > .widget-title {
        top: 20px;
        font-size: 28px;
    }

    .ldp-sec-03 .form-check {
        flex: 0 0 100%;
    }

    .ldp-sec-03 .inner-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ldp-sec-04 {
    position: relative;
}

.ldp-sec-04::before {
    content: '';
    pointer-events: none;
    aspect-ratio: 64/37;
    width: 640px;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url("thumb/bg-sec-044.png") no-repeat center/cover;
}

.ldp-sec-04::after {
    content: '';
    pointer-events: none;
    aspect-ratio: 8/5;
    width: 640px;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: -1;
    background: url("thumb/bg-sec-04-1.png") no-repeat center/cover;
}

.ldp-sec-04 .widget-desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldp-sec-04 .item {
    width: 360px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 3px solid #FFA827;
    padding: 20px;
    box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
    position: absolute;
    z-index: 2;
}

.ldp-sec-04 .item-1 {
    top: 100px;
    left: 0;
    background: #fff;
}

.ldp-sec-04 .item-2 {
    bottom: 100px;
    right: 0;
    background: #fff;
}

.ldp-sec-04 .item-title {
    padding: 6px 25px;
    background: #1e5234;
    border-radius: 25px;
    color: #FFA827;
    margin-bottom: 16px;
    display: inline-block;
}

.ldp-sec-04 .thumb-section {
    aspect-ratio: 73/52;
}

@media (max-width: 767px) {
    .ldp-sec-04 .item {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
    }

    .ldp-sec-04 .item-2 {
        margin-top: 20px;
    }
}

.ldp-sec-05 .widget-desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldp-sec-05 .item-title {
    font-size: 24px;
    padding: 12px 34px;
    background: #1E5234;
    display: inline-block;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -10px;
    transform: translateY(-50%);
}

.ldp-sec-05 .item-thumb {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    aspect-ratio: 111/77;
}

.ldp-sec-05 .item-thumb img {
    width: 100%;
}

@media (max-width: 767px) {
    .ldp-sec-05 .item:not(:first-child) {
        margin-top: 20px;
    }
}

.ldp-sec-06 {
    padding: 70px 0;
    background: url("thumb/bg-sec-06.png") no-repeat center/cover;
}

.ldp-sec-06 .widget-desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldp-sec-06 .thumb-section {
    position: relative;
    margin-bottom: 130px;
    border-radius: 50%;
    aspect-ratio: 1;
    overflow: hidden;
    padding: 5px;
}

.ldp-sec-06 .thumb-section img {
    width: 100%;
}

.ldp-sec-06 .item {
    position: relative;
}

.ldp-sec-06 .item-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.ldp-sec-06 .subtitle {
    text-align: center;
    margin-bottom: 15px;
}

.ldp-sec-06 .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ldp-sec-06 .item-2 {
    transform: translateX(150px);
    margin-top: 25px;
}

.ldp-sec-06 .item-4 {
    transform: translateX(-150px);
    margin-top: 25px;
}

@media (max-width: 767px) {
    .ldp-sec-06 .thumb-section {
        margin-bottom: 20px;
        aspect-ratio: 68/61;
    }

    .ldp-sec-06 .item {
        padding-left: 40px;
        position: relative;
    }

    .ldp-sec-06 .item:not(:last-child) {
        padding-bottom: 20px;
    }

    .ldp-sec-06 .item::before {
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 20px;
        background: #FFA827;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 08px;
    }

    .ldp-sec-06 .item::after {
        content: '';
        position: absolute;
        left: 9px;
        bottom: 0;
        top: 0;
        width: 2px;
        background: #FFA827;
    }

    .ldp-sec-06 .item .subtitle {
        display: inline-flex;
        margin-bottom: 0;
        margin-top: -3px;
    }

    .ldp-sec-06 .item-title {
        margin-bottom: 15px;
        display: inline-flex;
    }

    .ldp-sec-06 .item-2 {
        transform: unset;
        margin-top: 0;
    }

    .ldp-sec-06 .item-4 {
        transform: unset;
        margin-top: 0;
    }
}

.ldp-sec-07 .widget-desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldp-sec-07 .item-title {
    font-size: 24px;
    padding: 12px 34px;
    background: #1E5234;
    display: inline-block;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ldp-sec-07 .item-desc td:first-child {
    width: 170px;
    color: #1E5234;
}

.ldp-sec-07 .item-desc td {
    padding: 15px 5px;
}

.ldp-sec-07 .item-desc tr:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.ldp-sec-07 .thumb-section {
    border-radius: 10px;
    overflow: hidden;
}

.ldp-sec-07 .thumb-section img {
    width: 100%;
}

.ldp-sec-07 .row:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .ldp-sec-07 .item-title {
        transform: translateY(-50%);
        margin-bottom: -10px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-07 .item-desc td:first-child {
        width: 110px;
    }
}

.ldp-sec-08 .inner-section {
    background: #F6F2DB url("thumb/bg-contact-form.svg") no-repeat right bottom/contain;
    border-bottom: 3px solid #FFA827;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 0;
}

.ldp-sec-08 .widget-title {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.ldp-sec-08 .widget-desc {
    margin-bottom: 20px;
}

.ldp-sec-08 .thumb-section {
    margin-top: -70px;
}

.ldp-sec-08 .btn {
    background: #FFA827;
    color: #fff;
    font-weight: 700;
    width: 165px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .ldp-sec-08 .widget-title {
        text-align: center;
    }

    .ldp-sec-08 .thumb-section {
        margin-top: 0;
        text-align: center;
    }

    .ldp-sec-08 .btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.ldp-sec-09 .widget-desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.ldp-sec-09 .item {
    padding: 30px 15px;
    background: #FFFFFF;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
}

.ldp-sec-09 .item-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .ldp-sec-09 .row {
        row-gap: 20px;
    }

    .ldp-sec-09 .item {
        padding: 20px 10px;
    }
}

.ldp-sec-10 {
    position: relative;
}

.ldp-sec-10::before {
    content: '';
    pointer-events: none;
    aspect-ratio: 64/37;
    width: 640px;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url("thumb/bg-sec-044.png") no-repeat center/cover;
}

.ldp-sec-10::after {
    content: '';
    pointer-events: none;
    aspect-ratio: 8/5;
    width: 640px;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: url("thumb/bg-sec-04-1.png") no-repeat center/cover;
}

.ldp-sec-10 .thumb-section {
    aspect-ratio: 16/9;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 100%;
    width: max-content;
}

.ldp-sec-11 .item {
    text-align: center;
}

.ldp-sec-11 .item-thumb {
    width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1;
}

.ldp-sec-11 .item-title .b {
    font-size: 24px;
    color: #FFA827;
    margin-top: 5px;
    display: block;
    font-weight: 700;
}

.ldp-sec-11 .item-title {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
}

.ldp-sec-11 .list-item {
    position: relative;
}

.ldp-sec-11 .list-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #FFA827;
    top: 100px;
}

.ldp-sec-11 .list-item::after {
    content: '';
    z-index: -1;
    border-left: 16px solid #FFA827;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -8px;
    top: 94px;
}

.ldp-sec-11 .widget-author {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .ldp-sec-11 .list-item {
        row-gap: 35px;
    }

    .ldp-sec-11 .list-item::before {
        width: 3px;
        bottom: 0;
        top: 50px;
        left: 75px;
        height: auto;
    }

    .ldp-sec-11 .list-item::after {
        bottom: -15px;
        left: 69px;
        right: auto;
        top: auto;
        border-top: 16px solid #FFA827;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .ldp-sec-11 .item {
        display: flex;
        text-align: left;
    }

    .ldp-sec-11 .item-thumb {
        width: 120px;
        margin-right: 15px;
        flex-shrink: 0;
    }
}

.ldp-sec-12 .thumb-section {
    border-radius: 10px;
    overflow: hidden;
}

.ldp-sec-12 .thumb-section img {
    width: 100%;
}

.ldp-sec-12 .widget-author {
    margin-bottom: 30px;
}

.ldp-sec-13 .item-thumb {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ldp-sec-13 .item-thumb img {
    width: 100%;
}

.ldp-sec-13 .item-title {
    font-size: 24px;
    font-weight: 700;
}

.ldp-sec-13 .item-desc ul {
    padding-left: 15px;
}

.ldp-sec-13 .item-desc ul li::marker {
    color: #FFA827;
}

.ldp-sec-13 .item-desc ul li:not(:last-child) {
    margin-bottom: 10px;
}

.ldp-sec-14 {
    margin-bottom: 90px;
}

.ldp-sec-14 .inner-section {
    background: #F6F2DB;
    border-bottom: 3px solid #FFA827;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 10px;
}

.ldp-sec-14 .widget-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
}

.ldp-sec-14 .thumb-section {
    margin-top: -70px;
    margin-bottom: -70px;
}

@media (max-width: 767px) {
    .ldp-sec-14 {
        margin-bottom: 40px;
    }

    .ldp-sec-14 .thumb-section {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .ldp-sec-14 .inner-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ldp-sec-15 .thumb-section {
    border-radius: 10px;
    overflow: hidden;
}

.ldp-sec-15 .thumb-section img {
    width: 100%;
}

.ldp-sec-15 .btn-booking {
    background: #FFA827;
    color: #fff;
    font-weight: 700;
    width: max-content;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldp-sec-15 .fa {
    color: #FFA827;
    width: 20px;
    font-size: 20px;
    margin-right: 6px;
}

.ldp-sec-15 .cta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.ldp-sec-15 .btn-cta {
    background: #1E5234;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    text-align: left;
    flex: 1;
}

.ldp-sec-15 .btn-cta .icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ldp-sec-15 .btn-cta .text {
    font-size: 15px;
    color: #FFA827;
}

.ldp-sec-15 .btn-cta .text .b {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ldp-sec-15 .thumb-section {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-15 .btn-cta {
        flex: 0 0 100%;
    }
}

.ldp-sec-16 {
    background: #D9D9D9 url("thumb/bg-contact-form.jpg") no-repeat center/cover;
}

.ldp-sec-16 .widget-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 36px;
}

.ldp-sec-16 .ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.ldp-sec-16 .ul li {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}

.ldp-sec-16 .ul li .icon {
    width: 30px;
    height: 30px;
    background: url("thumb/icon-check-2.svg") no-repeat center/cover;
    margin-right: 10px;
    flex-shrink: 0;
}

.ldp-sec-16 .ul li .b {
    font-weight: 700;
}

.ldp-sec-16 .thumb-section {
    height: 300px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.ldp-sec-16 .thumb-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ldp-sec-16 .btn {
    background: #FFA827;
    color: #fff;
    font-weight: 700;
    width: max-content;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .ldp-sec-16 {
        padding-top: 30px;
    }

    .ldp-sec-16 .widget-title {
        text-align: center;
    }

    .ldp-sec-16 .thumb-section {
        text-align: center;
        align-items: start;
    }

    .ldp-sec-16 .thumb-section img {
        height: auto;
    }

    .ldp-sec-16 .btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}