.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;
    }
}

.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;
    align-items: center;
    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: 12px 20px;
    border-radius: 35px;
    border: 1px solid #E5DBCC;
    font-weight: 700;
}

.ldp-sec-01 {
    margin-bottom: 60px;
}

.ldp-sec-01 .widget-desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldp-sec-01 .post {
    margin-bottom: 0;
}

.ldp-sec-01 .post-thumbnail {
    margin-bottom: 15px;
    display: inline-flex;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.ldp-sec-01 .post-title {
    text-align: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ldp-sec-01 {
        margin-bottom: 40px;
    }

    .ldp-sec-01 .slick-list {
        padding-left: 0 !important;
    }

    .ldp-sec-01 .slider-4-2 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .ldp-sec-01 .post {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

.ldp-sec-02 {
    margin-bottom: 60px;
}

.ldp-sec-02 .thumb-section {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    aspect-ratio: 8/5;
}

.ldp-sec-02 .thumb-section img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.ldp-sec-02 .inner-section {
    border: 2px dashed #6AA180;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px 15px;
    background: #fff;
}

.ldp-sec-02 .container {
    position: relative;
}

.ldp-sec-02 .child-left {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 40px;
}

.ldp-sec-02 ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ldp-sec-02 ul li {
    padding-left: 30px;
    position: relative;
}

.ldp-sec-02 ul li:not(:last-child) {
    margin-bottom: 12px;
}

.ldp-sec-02 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("thumb/icon-right.svg") no-repeat center;
    background-size: 18px;
}

@media (max-width: 767px) {
    .ldp-sec-02 {
        margin-bottom: 40px;
    }

    .ldp-sec-02 .child-left {
        position: relative;
        left: 0;
        bottom: auto;
        right: 0;
        top: auto;
        margin-top: -40px;
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-02 .child-left {
        padding: 0;
    }
}

.ldp-sec-03 {
    margin-bottom: 60px;
}

.ldp-sec-03 .quote-block {
    max-width: 750px;
    margin: 0 auto 48px;
    text-align: center;
    background: #F6F2DB;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    position: relative;
}

.ldp-sec-03 .quote-block:after {
    content: '';
    position: absolute;
    bottom: -15px;
    border-top: 15px solid #F6F2DB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

.ldp-sec-03 .item-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
}

.ldp-sec-03 .item-title {
    text-align: center;
}

@media (max-width: 767px) {
    .ldp-sec-03 {
        margin-bottom: 40px;
    }

    .ldp-sec-03 .item {
        display: flex;
        align-items: center;
    }

    .ldp-sec-03 .item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ldp-sec-03 .item-icon {
        width: 100px;
        height: 100px;
        margin-right: 15px;
        flex-shrink: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .ldp-sec-03 .item-title {
        text-align: left;
    }
}

.ldp-sec-04 {
    margin-bottom: 60px;
    position: relative;
}

.ldp-sec-04 .bg-sec-01 {
    aspect-ratio: 49/59;
    width: 450px;
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 23vw;
}

.ldp-sec-04 .bg-sec-02 {
    position: absolute;
    aspect-ratio: 24/19;
    width: 550px;
    bottom: 130px;
    right: 0;
    max-width: 28vw;
}

.ldp-sec-04 .container {
    max-width: 900px;
}

.ldp-sec-04 .widget-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    text-align: center;
}

.ldp-sec-04 .list-giai-doan {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ldp-sec-04 .item {
    position: relative;
}

.ldp-sec-04 .item:nth-child(1):after {
    content: '';
    position: absolute;
    top: -60px;
    aspect-ratio: 113/43;
    width: 113px;
    right: -60px;
    background: url("thumb/icon-giai-doan-01.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.ldp-sec-04 .item:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: -60px;
    aspect-ratio: 148/40;
    width: 148px;
    right: -70px;
    background: url("thumb/icon-giai-doan-02.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.ldp-sec-04 .item-header {
    border-radius: 10px;
    background: #6AA180;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ldp-sec-04 .item-header .i {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.ldp-sec-04 .blockquote {
    margin-top: 30px;
    border: 2px dashed #6AA180;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 25px 15px;
    margin-bottom: 0;
    background: #fff;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}

.ldp-sec-04 .bg-sec-mb img {
    width: 100%;
}

@media (max-width: 767px) {
    .ldp-sec-04 .list-giai-doan {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .ldp-sec-04 .item::after {
        display: none;
    }

    .ldp-sec-04 .item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.ldp-sec-05 {
    margin-bottom: 100px;
    position: relative;
    color: #fff;
    background: url("thumb/bg-ve-lao.jpg") no-repeat center -70px/cover;
}

.ldp-sec-05 .outer-container {
    padding: 60px 0 0;
}

.ldp-sec-05 .blockquote {
    max-width: 950px;
    font-size: 24px;
    position: relative;
    padding-right: 200px;
    margin-bottom: 40px;
}

.ldp-sec-05 .blockquote b {
    color: #FFA827;
}

.ldp-sec-05 .blockquote::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 123/97;
    width: 123px;
    background: url("thumb/icon-quote.svg") no-repeat center;
    background-size: contain;
}

.ldp-sec-05 .thumb-sec-01 {
    aspect-ratio: 36/25;
    width: 360px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    border: 5px solid #f9f8f2;
}

.ldp-sec-05 .thumb-sec-02 {
    aspect-ratio: 13/9;
    width: 650px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    border: 5px solid #f9f8f2;
}

.ldp-sec-05 .thumb-section {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .ldp-sec-05 {
        margin-bottom: 40px;
        background: url("thumb/bg-ve-lao-mb.jpg") no-repeat center -250px/cover;
    }

    .ldp-sec-05 .blockquote {
        font-size: 17px;
        padding-right: 20px;
        margin-bottom: 100px;
    }

    .ldp-sec-05 .blockquote::after {
        top: 90%;
        aspect-ratio: 123/97;
        width: 62px;
    }

    .ldp-sec-05 .thumb-section {
        flex-direction: column;
        align-items: flex-end;
    }

    .ldp-sec-05 .thumb-sec-01 {
        width: 50%;
    }

    .ldp-sec-05 .thumb-sec-02 {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .ldp-sec-05 {
        background: url("thumb/bg-ve-lao-mb.jpg") no-repeat center -100px/cover;
    }

    .ldp-sec-05 .blockquote {
        margin-bottom: 60px;
    }
}

.ldp-sec-06 {
    margin-bottom: 60px;
}

.ldp-sec-06 .blockquote {
    max-width: 750px;
    margin: 0 auto 48px;
    text-align: center;
    background: #F6F2DB;
    padding: 25px 20px;
    font-size: 17px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    border: 1px solid #E5DBCC;
    position: relative;
}

.ldp-sec-06 .blockquote::after {
    content: '';
    position: absolute;
    bottom: -15px;
    border-top: 15px solid #F6F2DB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

.ldp-sec-06 .thumb-section {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.ldp-sec-06 .thumb-section img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .ldp-sec-06 {
        margin-bottom: 40px;
    }

    .ldp-sec-06 .thumb-section {
        margin-bottom: 20px;
    }
}

.list-item-4-chuan {
    margin-bottom: 60px;
}

.list-item-4-chuan .item {
    text-align: center;
}

.list-item-4-chuan .item-icon {
    margin-bottom: 25px;
}

.list-item-4-chuan .item-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .list-item-4-chuan {
        row-gap: 30px;
        margin-bottom: 40px;
    }
}

.list-item-goc p {
    margin-bottom: 25px;
}

.list-item-goc .item {
    border-radius: 10px;
    border-left: 3px solid #ffa827;
    padding: 15px 25px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
}

.list-item-goc .item:not(:last-child) {
    margin-bottom: 25px;
}

.list-item-goc .item-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.ldp-sec-07 {
    margin-bottom: 60px;
}

.ldp-sec-07 .inner-section {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #E6F1E0;
    border-bottom: 3px solid #1E5234;
    padding: 40px 20px 20px;
    z-index: 1;
    position: relative;
}

.ldp-sec-07 .widget-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.ldp-sec-07 .thumb-section-01 {
    aspect-ratio: 17/20;
    width: 425px;
    margin-left: -70px;
}

.ldp-sec-07 .thumb-section-02 {
    aspect-ratio: 27/25;
    width: 540px;
    margin-right: -120px;
    margin-left: -100px;
}

@media (max-width: 767px) {
    .ldp-sec-07 {
        margin-bottom: 40px;
    }

    .ldp-sec-07 .thumb-section-01 {
        margin: 0;
        width: 100%;
    }

    .ldp-sec-07 .thumb-section-02 {
        margin: 0;
        width: 100%;
    }

    .ldp-sec-07 [class^="col-"]:nth-child(1) {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 575px) {
    .ldp-sec-07 .widget-title {
        font-size: 28px;
    }
}

.ldp-sec-08 {
    margin-bottom: 60px;
    position: relative;
}

.ldp-sec-08::before {
    content: '';
    position: absolute;
    aspect-ratio: 46/27;
    width: 460px;
    bottom: 0;
    left: 0;
    background: url("thumb/bg-thang-thuoc-01.png") no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
    max-width: 20vw;
}

.ldp-sec-08::after {
    content: '';
    position: absolute;
    aspect-ratio: 65/41;
    width: 650px;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    background: url("thumb/bg-thang-thuoc-02.png") no-repeat center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    max-width: 35vw;
}

.ldp-sec-08 .widget-header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ldp-sec-08 .item:not(:last-child) {
    margin-bottom: 40px;
}

.ldp-sec-08 .item-title {
    padding: 10px 20px;
    background: #6aa180;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

.ldp-sec-08 .blockquote {
    max-width: 750px;
    margin: 48px auto 0;
    text-align: center;
    background: #F6F2DB;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    border: 1px solid #E5DBCC;
    position: relative;
    font-size: 17px;
}

.ldp-sec-08 .blockquote:before {
    content: '';
    position: absolute;
    top: -15px;
    border-bottom: 15px solid #F6F2DB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .ldp-sec-08 {
        margin-bottom: 40px;
    }

    .ldp-sec-08::before {
        max-width: 50vw;
    }

    .ldp-sec-08 .thumb-section {
        margin-bottom: 25px;
    }

    .ldp-sec-08 .thumb-section img {
        width: 100%;
    }

    .ldp-sec-08 .item {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 575px) {
    .ldp-sec-08::before {
        max-width: 100vw;
    }

    .ldp-sec-08::after {
        max-width: 70vw;
        transform: unset;
    }
}

.ldp-sec-09 {
    padding: 50px 0;
    color: #fff;
    margin-bottom: 60px;
    background: #1e5234 url("thumb/bg-vi-thuoc.jpg");
}

.ldp-sec-09 .widget-header {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ldp-sec-09 .widget-title {
    color: #fff;
    margin-bottom: 25px;
}

.ldp-sec-09 .widget-sub-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.ldp-sec-09 .widget-sub-title .span {
    background: #ffa827;
    border-radius: 20px;
    padding: 8px 15px;
    margin-left: 8px;
}

.ldp-sec-09 .item-inner {
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 3px solid #ffa827;
    padding: 20px;
    height: 100%;
    color: #222222;
}

.ldp-sec-09 .item-inner .item-title {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.ldp-sec-09 .item-inner .item-title .i {
    font-size: 17px;
    text-transform: none;
    font-weight: initial;
}

.ldp-sec-09 .row {
    row-gap: 30px;
}

@media (max-width: 767px) {
    .ldp-sec-09 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-09 .widget-sub-title {
        font-size: 20px;
    }

    .ldp-sec-09 .widget-sub-title .span {
        display: inline-block;
        margin-top: 4px;
        margin-left: 0;
    }
}

.ldp-sec-10 {
    margin-bottom: 60px;
}

.ldp-sec-10 .container {
    position: relative;
}

.ldp-sec-10 .container::after {
    content: '';
    background: #E6F1E0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    z-index: -1;
}

.ldp-sec-10 .row {
    align-items: center;
}

.ldp-sec-10 .thumb-section {
    width: calc(100% + 60px);
    position: relative;
    z-index: 1;
}

.ldp-sec-10 .thumb-section img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.ldp-sec-10 .inner-quote {
    border: 2px dashed #6AA180;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px 25px;
    padding-left: 40px;
    margin-bottom: 0;
    background: #fff;
}

@media (max-width: 767px) {
    .ldp-sec-10 {
        margin-bottom: 40px;
    }

    .ldp-sec-10 .thumb-section {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .ldp-sec-10 .inner-quote {
        padding: 20px 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .ldp-sec-10 .container:after {
        bottom: 50%;
        transform: translateY(50%);
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}

.ldp-sec-11 {
    position: relative;
    margin-bottom: 60px;
}

.ldp-sec-11::before {
    content: '';
    position: absolute;
    aspect-ratio: 58/103;
    width: 290px;
    bottom: 0;
    left: 0;
    background: url("thumb/bg-who.png") no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
    max-width: 20vw;
}

.ldp-sec-11::after {
    content: '';
    position: absolute;
    aspect-ratio: 48/95;
    width: 240px;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    background: url("thumb/bg-who-02.png") no-repeat center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    max-width: 35vw;
}

.ldp-sec-11 .widget-author {
    align-items: start;
    margin-top: 0;
    margin-bottom: 30px;
}

.ldp-sec-11 .widget-author .quote {
    border-radius: 15px;
    font-weight: 400;
}

.ldp-sec-11 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ldp-sec-11 ul li {
    position: relative;
}

.ldp-sec-11 ul li:not(:last-child) {
    margin-bottom: 16px;
}

.ldp-sec-11 ul li::before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -3px;
    background: url("thumb/icon-checked.svg") no-repeat center/17px;
}

@media (max-width: 767px) {
    .ldp-sec-11 {
        margin-bottom: 40px;
    }

    .ldp-sec-11 .thumb-section {
        margin-bottom: 25px;
        text-align: center;
    }

    .ldp-sec-11::before {
        width: 145px;
    }

    .ldp-sec-11::after {
        width: 90px;
    }
}

.ldp-sec-12 {
    margin-bottom: 60px;
}

.ldp-sec-12 .widget-desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldp-sec-12 .list-item {
    position: relative;
}

.ldp-sec-12 .list-item::after {
    content: '';
    height: 3px;
    background: #FFA827;
    width: 100%;
    position: absolute;
    left: 0;
    top: 125px;
    z-index: -1;
}

.ldp-sec-12 .list-item::before {
    content: '';
    z-index: -1;
    border-left: 16px solid #FFA827;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -8px;
    top: 119px;
}

.ldp-sec-12 .item-thumb {
    margin-bottom: 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.ldp-sec-12 .item-thumb img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.ldp-sec-12 .item-title {
    background: #6AA180;
    color: #fff;
    display: block;
    width: max-content;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 25px;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.ldp-sec-12 .item {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.ldp-sec-12 .blockquote {
    max-width: 750px;
    margin: 48px auto 0;
    text-align: center;
    background: #F6F2DB;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    border: 1px solid #E5DBCC;
    position: relative;
    font-size: 17px;
}

.ldp-sec-12 .blockquote:before {
    content: '';
    position: absolute;
    top: -15px;
    border-bottom: 15px solid #F6F2DB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .ldp-sec-12 {
        margin-bottom: 40px;
    }

    .ldp-sec-12 .list-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ldp-sec-12 .list-item::before {
        left: 68.5px;
        bottom: -10px;
        top: auto;
        right: auto;
        border-top: 16px solid #FFA827;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .ldp-sec-12 .list-item::after {
        width: 3px;
        height: 100%;
        top: 0;
        left: 75px;
    }

    .ldp-sec-12 .list-item {
        row-gap: 30px;
    }

    .ldp-sec-12 .item {
        display: flex;
        margin: 0;
        max-width: 100%;
        text-align: left;
    }

    .ldp-sec-12 .item-thumb {
        width: 145px;
        height: 100px;
        margin-bottom: 0;
        margin-right: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        flex-shrink: 0;
    }

    .ldp-sec-12 .item-info {
        flex: 1;
    }

    .ldp-sec-12 .item-title {
        margin: 0;
        margin-bottom: 15px;
        font-size: 17px;
    }
}

.ldp-sec-13 {
    margin-bottom: 60px;
}

.ldp-sec-13 .inner-section {
    background: linear-gradient(90deg, #E6F1E0 0%, rgba(230, 241, 224, 0) 75.4%);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 30px;
}

.ldp-sec-13 .row {
    align-items: center;
}

.ldp-sec-13 .widget-title {
    text-align: left;
}

@media (max-width: 767px) {
    .ldp-sec-13 {
        margin-bottom: 40px;
    }

    .ldp-sec-13 .inner-section {
        padding: 40px 15px;
    }

    .ldp-sec-13 .thumb-section {
        text-align: center;
        margin-top: 30px;
    }
}

.ldp-sec-14 {
    margin-bottom: 60px;
    position: relative;
}

.ldp-sec-14::before {
    content: '';
    position: absolute;
    aspect-ratio: 46/27;
    width: 460px;
    bottom: 0;
    left: 0;
    background: url("thumb/bg-thang-thuoc-01.png") no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
    max-width: 20vw;
}

.ldp-sec-14::after {
    content: '';
    position: absolute;
    aspect-ratio: 65/41;
    width: 650px;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    background: url("thumb/bg-thang-thuoc-02.png") no-repeat center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    max-width: 35vw;
}

.ldp-sec-14 .widget-desc {
    text-align: center;
}

.ldp-sec-14 .widget-content .row {
    align-items: center;
}

.ldp-sec-14 .widget-content .row:not(:last-child) {
    margin-bottom: 35px;
}

.ldp-sec-14 .thumb-section {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.ldp-sec-14 .thumb-section img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.ldp-sec-14 ul, .ldp-sec-14 ol {
    padding-left: 15px;
}

.ldp-sec-14 ul li::marker, .ldp-sec-14 ol li::marker {
    color: #FFA827;
}

.ldp-sec-14 ul li:not(:last-child), .ldp-sec-14 ol li:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .ldp-sec-14 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-14 .thumb-section {
        margin-bottom: 25px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

.ldp-sec-15 {
    margin-bottom: 60px;
    padding-top: 35px;
}

.ldp-sec-15 .inner-section {
    background: #1E5234;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 40px 25px;
    padding-top: 80px;
    color: #fff;
    position: relative;
}

.ldp-sec-15 .item {
    text-align: center;
}

.ldp-sec-15 .item-icon {
    width: 180px;
    height: 180px;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.ldp-sec-15 .blockquote {
    max-width: 750px;
    margin: 0 auto 30px;
    text-align: center;
    background: #F6F2DB;
    color: #222;
    padding: 25px 20px;
    border-radius: 10px;
    font-size: 17px;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    border: 1px solid #E5DBCC;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}

.ldp-sec-15 .blockquote::after {
    content: '';
    position: absolute;
    bottom: -15px;
    border-top: 15px solid #F6F2DB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .ldp-sec-15 .blockquote {
        margin-left: 15px;
        margin-right: 15px;
    }

    .ldp-sec-15 .item {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .ldp-sec-15 .item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ldp-sec-15 .item-icon {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .ldp-sec-15 {
        margin-bottom: 40px;
    }

    .ldp-sec-15 .blockquote {
        padding: 15px;
    }

    .ldp-sec-15 .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.ldp-sec-16 {
    margin-bottom: 60px;
}

.ldp-sec-16 .item-title {
    display: inline-block;
    padding: 8px 30px;
    background: #1E5234;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ldp-sec-16 .btn-booking {
    background: #FFA827;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 18px;
}

.ldp-sec-16 .i {
    display: inline-block;
    font-size: 15px;
}

.ldp-sec-16 .line {
    width: 100%;
    margin: 40px 0;
    height: 1px;
    background: #D9D9D9;
}

@media (max-width: 767px) {
    .ldp-sec-16 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-16 .btn-booking {
        margin-bottom: 5px;
    }
}

.ldp-sec-17 {
    padding: 50px 0;
    background: url("thumb/bg-contact-form-03.jpg") no-repeat center/cover;
    margin-bottom: 60px;
    border-top-left-radius: 80px;
    position: relative;
}

.ldp-sec-17 .widget-title {
    font-size: 36px;
}

.ldp-sec-17 .thumb-section {
    position: absolute;
    left: calc(50vw - 15px);
    right: 0;
    bottom: 0;
    top: -60px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .ldp-sec-17 {
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .ldp-sec-17 .thumb-section {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-17 {
        border-top-left-radius: 40px;
    }

    .ldp-sec-17 .widget-title {
        font-size: 28px;
    }
}

.ldp-sec-18 {
    margin-bottom: 60px;
}

.ldp-sec-18 .blockquote {
    max-width: 750px;
    margin: 0 auto 30px;
    text-align: center;
    background: #F6F2DB;
    color: #222;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(30, 82, 52, 0.15);
    border: 1px solid #E5DBCC;
    position: relative;
    font-size: 17px;
}

.ldp-sec-18 .blockquote::after {
    content: '';
    position: absolute;
    bottom: -15px;
    border-top: 15px solid #F6F2DB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .ldp-sec-18 {
        margin-bottom: 40px;
    }

    .ldp-sec-18 .slick-list {
        padding-left: 0 !important;
    }

    .ldp-sec-18 .slider-3-2 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .ldp-sec-18 .post {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-18 .blockquote {
        padding: 15px;
    }
}

.ldp-sec-19 {
    margin-bottom: 60px;
}

.ldp-sec-19 .address {
    display: flex;
}

.ldp-sec-19 .address .address-thumb {
    width: 230px;
    height: 160px;
    margin-right: 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.ldp-sec-19 .address .address-thumb img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.ldp-sec-19 .address:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.ldp-sec-19 .btn-call {
    background: #FFA827;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    padding: 8px 18px;
    margin-top: 20px;
}

.ldp-sec-19 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ldp-sec-19 ul li {
    background: #E6F1E0;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
}

.ldp-sec-19 ul li::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    background: url("thumb/icon-checked.svg") no-repeat center/29px;
}

.ldp-sec-19 ul li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .ldp-sec-19 .thumb-section {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .ldp-sec-19 .address .address-thumb {
        width: 145px;
        height: auto;
        margin-right: 15px;
    }
}