/* Style for the main navigation */
.navbar-nav {
    display: flex;
    align-items: center;
}
.navbar-brand{
    position: relative;
    z-index: 9;
}
.header {
    min-height: 580px;
}

.language_bar_list {
    padding: 0;
}

.footer {
    padding: 210px 40px 0px;
}

.language_bar_list li {
    list-style: none;
    /*display: none;*/
}

/*.language_bar_list li.active {*/
/*    display: block;*/
/*}*/
.language_bar_list li a {
    color: white;
}

/* Style for top-level menu items */
.nav-item {
    position: relative;
}

/* Style for the dropdown arrow icon */
.nav-link.active .icon {
    /* Add styles for the arrow icon here */
}

/* Style for the dropdown submenu */
.dropdown-menu {
    margin: 0;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Style for the dropdown submenu items */
.dropdown-item {
    padding: 8px 16px;
}

/* Style for the nested dropdown submenu */
.dropdown-submenu {
    position: static;
}

/* Style for the nested dropdown submenu toggle */
.dropdown-submenu .dropdown-toggle {
    position: relative;
}


/* Style for the nested dropdown submenu items */
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
    min-width: 200px;
}

/* Style for the nested dropdown submenu items when visible */
.dropdown-submenu.show .dropdown-menu {
    display: block;
}


.bg-1 {
    padding: 60px 40px 60px;
}

.main {
    background-image: url(/library/images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.service_item__thumbnail {
    position: relative;
    display: inline-block; /* To adjust the container size to the image size */
}

.service_item__title {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
}

.component-slick-slide {
    /*padding: 4rem 0;*/
}

.respon-text p {
    font-size: 16px;
}

.slick-image-gallary {
    position: relative;
}

.slick-image-gallary--item {
    padding: 0 15px;
}

.slick-image-gallary--item---thumbnail {
    width: 100%;
    /*height: 250px;*/
    max-height: 250px;
}

.slick-image-gallary--item---thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-image-gallary .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-image-gallary .slick-arrow:before {
    font-size: 30px;
}

.slick-image-gallary .slick-next {
    right: 0;
}

.slick-image-gallary .slick-prev {
    left: 0;
}

.slick-image-gallary .btnSlide {
    position: relative;
    border: none;
    border-radius: 10px;
    background: transparent;
    font-size: 27px;
    color: #00611B;
    cursor: pointer;
}

.slick-image-gallary .btn_prevArrow {
    position: absolute;
    top: 50%;
    left: -25px;
}


.slick-image-gallary .btn_nextArrow {
    position: absolute;
    top: 50%;
    right: -25px;
}

.timeline {
    width: 100%;
    max-width: 1200px;
    /*background: #fff;*/
    padding: 100px 50px;
    position: relative;
    /*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
    margin: auto;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 4px;
    background: #2F9D4E;
    margin: auto;
}

.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.timeline .entry {
    clear: both;
    text-align: left;
    position: relative;
}

.timeline .entry:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}

.timeline .entry:nth-child(2n) .title {
    float: right;
    width: 50%;
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}

.entry .title {
    margin-bottom: 2.5em;
    float: left;
    width: 50%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}

.entry .title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 6px solid #339d51;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -6px;
    z-index: 99;
}

.timeline .entry:nth-child(2n) .title:before {
    right: unset;
    left: -6px;
}

.entry .title h3 {
    margin: 0;
    font-size: 120%;
}

.entry .title p {
    margin: 0;
    font-size: 100%;
}

.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 50%;
    padding-left: 30px;
}

.timeline .entry:nth-child(2n) .body {
    padding-left: 0px;
    padding-right: 30px;
}

.entry .body p {
    line-height: 1.4em;
}

.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}

.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}

.entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}

.slideExperiences {
    max-width: 100%;
    width: 100%;
}

.slideExperiences-item {
    padding: 0 15px;
}

.slideExperiences-item-blog {
    background: #fff;
    border-bottom: 8px solid #349d51;
}

.slideExperiences-group {
    display: flex;
    gap: 40px;
    position: relative;
}

.slideExperiences-col-text {
    min-width: 350px;
    min-height: 410px;
    background: #2F9D4E;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    font-size: 24px;
    position: relative;
}

.slideExperiences-col-text h4 {
    font-weight: 900;
    font-size: 34px;
}

.slideExperiences-group .slick-arrow {
    /*position: absolute;*/
}

.slideExperiences-group .slick-button {
    border: none;
    background: transparent;
}

.slideExperiences-group .slick-button .slick-prev {

}

.slideExperiences-group .slick-button .slick-next {

}

.slick-button-group {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}


.slideExperiences-group .slick-button svg {
    width: 40px;
}

.slideExperiences-item-blog .thumbnail {
    max-height: 150px;
    overflow: hidden;
}

.slideExperiences-item-blog .body-content {
    padding: 15px 20px;
    background: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #d2e2f3;
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .text-overlay {
        font-size: 18px;
        padding: 8px 16px;
    }

    .header-bottom form {
        flex-wrap: wrap;
    }

    .header-bottom form input {
        margin-bottom: 20px;
    }

    .banner {
        object-position: 80% 100%;
    }

    .image,
    .image-2,
    .img-left,
    .line {
        display: none;
    }

    .bg-3 {
        padding: 0 40px 60px !important;
        margin-top: -60px;
    }

    .col-md-4 {
        margin-bottom: 15px !important;
    }

    .retreat-3 .img {
        margin-bottom: 15px !important;
    }

    /*.retreat-3 .gallery_bottom {*/
    /*    margin-top: 1100px;*/
    /*}*/
    .slick-button-group {
        bottom: 10px;
    }
}

@media (max-width: 767px){
    .experience-slider .slick-list .item .desc{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        max-width: 60%;
        margin: 0 0 0 20px;
        padding: 0 !important;
        font-size: 16px;
    }

    .experience .leaf-2{
        z-index: -1
    }

    .experience-slider .slick-list .item .title{
        left: 0 !important;
        right: 0 !important;
        padding: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .text-overlay {
        font-size: 16px;
        padding: 6px 12px;
    }

    .leaf-home {
        display: none;
    }
}

@media (min-width: 425px) {
    .service_item__title {
        font-size: 44px;
    }

    .service_title__vn {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .service_item__title {
        font-size: 25px;
        padding: 10px 0;
    }

    .intro .leaf {
        position: absolute;
        top: -20%;
        left: -15%;
    }

    .service_title__vn {
        font-size: 20px;
    }

    .img-2 {
        display: none;
    }
}

@media (min-width: 1024px) {
    .service_item__title {
        font-size: 35px;
        padding: 10px 0;
    }

    .service_title__vn {
        font-size: 27px;
    }
}

@media (min-width: 1200px) {
    .intro_content {
        font-size: 20px;
    }

    .header-top .navbar .nav-item .dropdown-item {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .service_item__title {
        font-size: 60px;
    }

    .service_title__vn {
        font-size: 34px;
    }
}

@media (min-width: 1600px) {
    .intro_content {
        font-size: 25px;
        line-height: 150%;
    }

    .footer {
        padding: 200px 80px 0;
    }

    .footer_list .item {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .footer_form {
        font-size: 18px;
    }
}

.component-slick {
    margin-bottom: 3rem;
}

.component-slick--title {
    font-size: 24px;
    font-weight: bold;
    /*padding: 0 20px;*/
    margin-bottom: 20px;
    text-transform: uppercase;
}

.img-right img {
    object-fit: cover;
}

.container-cus {
    margin-bottom: 30px;
}

.container-cus p {
    font-size: 16px !important;
}

.list-footer-menu {
    display: none;
}
.box-item .img img {
    height: auto;
}
@media (min-width: 1200px) {
    .container-cus,
    .retreat-1 .inner,
    .retreat-3 .inner {
        font-size: 20px;
        line-height: 1.6;
    }
}

@media (max-width: 992px) {
    .header-top .navbar.open-menu {
        /*    padding: 25px 20px 15px;*/
        position: fixed;
        background: transparent !important;
        backdrop-filter: unset;
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    display: block;*/
        /*    inset: 0;*/
    }

    .header-menu_top .nav-item:nth-child(1),
    .header-menu_top .nav-item:nth-child(2) {
        display: none;
    }

    .header-menu_top .nav-item:nth-child(3) {
        margin-left: 0;
    }

    .header-top .navbar .nav-item .dropdown-item::after {
        position: absolute;
        right: 15px;
        top: 25px;
    }

    .header-menu_top .dropdown-submenu {
        padding-left: 10px;
    }

    .header-menu_top .nav-item {
        width: 50px;
        text-align: center;
    }

    .header-top .navbar.open-menu .header-menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, rgba(102, 102, 102, 0.4) 0%, rgba(14, 14, 14, 0.25) 100%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: transparent !important;
        inset: 0;
        padding-right: 20px;
    }

    .navbar-nav {
        display: flex;
        align-items: baseline;
        padding-left: 15px;
        justify-content: flex-end;
    }

    .header-top .navbar.open-menu .navbar-nav.header-menu_top {
        justify-content: flex-start;
        top: 40px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .header-menu .navbar-collapse {
        background: transparent;
        height: 90vh;
        position: relative;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: unset;
    }

    .nav-item {
        width: 100%;
    }

    .header-menu_list .nav-item .nav-link {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .header-top .navbar .nav-item .dropdown-item {
        font-size: 15px;
        color: #fff;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent;
    }

    .nav-item {
        width: 100%;
    }

    .list-footer-menu {
        display: block;
        padding: 0 25px;
        list-style: none;
        color: #fff;
        position: absolute;
        bottom: 50px;
        width: 100%;
    }

    .list-footer-menu li a {
        color: #fff;
    }

    .header-top .navbar.open-menu .navbar-toggler {
        position: fixed;
        z-index: 1;
        right: 20px;
        margin: 0;
        background: transparent;
        padding: 0;
        top: 35px;
    }

    .header-top .navbar.open-menu.navbar-light .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
    }
}

@media (max-width: 992px) {
    .footer {
        padding-top: 0px;
    }

    .section-block {
        padding: 1rem 0;
    }

    .discover-1 .leaf-1 {
        left: -20px;
    }

    .discover-1 .leaf-2 {
        right: -20px;
    }

    .heading-with-line {
        font-size: 1.5em;
    }

    .content-body-note {
        position: relative;
        left: 0;
        background: #2F9D4E;
        color: #fff;
        margin-bottom: 30px;
        padding: 20px;
        width: 100%;
    }

    .entry .title, .entry .body {
        width: 100%;
        padding: 0;
        padding-left: 0 !important;
    }

    .entry .title:before,
    .timeline:before {
        display: none;
    }

    .entry .body {
        padding: 0;
    }

    .timeline, .timeline .entry:nth-child(2n) .body {
        padding: 0;
    }

    .timeline .entry:nth-child(2n) {
        display: flex;
        flex-direction: column;
    }

    .timeline .entry:nth-child(2n) .title {
        width: 100%;
    }

    .slideExperiences-group {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .slideExperiences-col-text {
        min-height: 210px;
        font-size: 16px;
    }

    .slideExperiences-col-text h4 {
        font-size: 24px;
    }
}

@media (min-width: 1600px) {
    .bg-1 {
        padding: 35px 40px 60px;
    }
}

@media (max-width: 767px) {
    .retreat-3 .img img {
        height: auto;
    }
    .navbar-nav {
        top: 30%;
    }

    .header {
        height: auto;
    }

    .header-bottom form input {
        background: #0000004d;
    }

    .bg-1 {
        padding: 30px 15px 30px !important;
    }

    .retreat-2 .img-m {
        margin-bottom: 30px;
    }

    .footer {
        padding: 210px 15px 0px;
        padding-top: 20px !important;
        background-position: center right;
    }

    .footer_form {
        font-size: 16px;
    }

    form#SubscribeForm2 {
        padding: 0;
    }

    .footer_form form .btn {
        background: #e9c056;
        border: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        padding: 3px 15px;
        width: 100%;
        color: black;
    }

    .footer_bottom {
        font-size: 14px;
        text-align: center;
        padding: 10px 5px;
    }

    .discover-2 .bg-1,
    .discover-2 .bg-2,
    .discover-2 .bg-3 {
        padding-top: 30px;
    }

    .discover-2 .content {
        text-align: left;
    }

    .discover-2 .content {
        margin-bottom: 30px;
    }

    .discover-2 .session_l .img-2 {
        margin: 0 !important;
    }

    .discover-2 .cave_content .title {
        font-size: 18px;
    }

    .bg-3 {
        padding: 0;
        margin-top: 0;
    }

    .discover-2 .waterfall_r .title {
        font-size: 18px;
    }

    .discover-2 .waterfall {
        margin: 0 0 20px;
    }

    .discover-2 .market {
        margin-top: 20px !important;
    }

    .discover-2 .market_l .content {
        padding: 15px !important;
    }

    .discover-2 .market_r img {
        height: auto !important;
    }

    .gap-item,
    .gap-item-2 {
        margin-top: 0;
    }

    .content-villa {
        padding: 15px;
    }

    .content-about img {
        height: auto !important;
    }

    .container-cus {
        max-width: 100%;
        padding: 0 15px;
        margin: 0 !important;
    }

    .container-puluong {
        padding: 15px;
    }

    .container-form {
        padding: 20px 15px;
    }

    .discover-2 .container-cus {
        padding: 0
    }

    .discover-2 .session_l .img-2 {
        width: 100%;
    }

    .discover-2 .waterfall_l {
        width: 100%;
    }

    .bg-3 {
        padding: 0 15px 60px !important;
    }

    .waterfall_inner p {
        margin: 0;
    }

    .discover-2 .waterfall_inner {
        margin-top: 0;
    }

    .discover-2 .gap-item, .gap-item-2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .content-villa {
        padding: 15px
    }

    .discover-2 img {
        height: auto !important;
    }

    .discover-2 .bg-river {
        margin-top: -40% !important;
    }

    .discover-2 .session_r {
        margin-top: 0;
    }

    .discover_item-3 {
        padding-bottom: 30px !important;
    }

    .discover_item-4 .content-villa {
        background: #ffffff;
        padding: 15px;
        text-align: justify;
    }

    .discover_item-4 .gap-item,
    .gap-item-2 {
        margin-top: 30px;
    }

    .discover_item-4 .content-item {
        padding: 20px 0 !important;
    }

    .discover_item-4 .image-item-right {
        padding-left: 15px !important;
        margin-top: 20px !important;
    }

    .discover_item-5.discover-2 .bg-river {
        margin-top: 0px !important;
        padding: 0px !important;
        margin: 0 !important;
    }

    .discover_item-5 .row {
        margin-top: 0 !important;
    }

    .discover_item-5 .discover_title + .p-3 {
        padding: 0 !importamt;
    }

    .discover_item-5 .img-right {
        margin-top: 15px;
    }

    .bg-2.bg-river.discover_item-5 {
        padding: 0px;
    }
}

@media (max-width: 987px) and (min-width: 768px) {
    .discover_item-3 .waterfall_inner {
        margin-top: -115px;
    }

    .discover_item-3 .waterfall_l img {
        margin-left: 20%;
    }

    .discover-2 .bg-1,
    .discover-2 .bg-2,
    .discover-2 .bg-3 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .discover_item-3 .waterfall {
        margin-bottom: 0px !important;
    }

    .discover_item-3 .market {
        margin-top: 0 !important;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .discover_item-3 .market_l {
        width: 100%;
    }

    .discover_item-3 .market_l .item im {
        min-height: 340px;
    }

    .discover_item-3 .market_r {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .discover_item-4 .col-md-6 {
    }

    .discover_item-4 .image,
    .discover_item-4 .image-2,
    .discover_item-4 .img-left,
    .discover_item-4 .line {
        display: block;
    }

    .discover_item-4 .content-villa {
        height: 100%;
    }

    .discover_item-5 .row {
        margin-top: 0px !important;
        flex-direction: column;
    }

    .discover_item-5 * {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.item-mobile {
    display: none;
}

/* Tablet styles - for devices with a maximum width of 768 pixels */

@media only screen and (max-width: 768px) {
    .item-mobile {
        display: block;
    }
    .item-pc {
        display: none;
    }
}

/* Mobile styles - for devices with a maximum width of 480 pixels */

@media only screen and (max-width: 480px) {
    .item-mobile {
        display: block;
    }
    .item-pc {
        display: none;
    }
}