/* CSS cho button feature blogs */
.featured-button {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 35px;
    border: 1px solid #FAFAFA;
    color: #FAFAFA;
    background: transparent;
    margin-bottom: 10px;
    font-weight: bold;
}

/* CSS cho tiêu đề bài viết */
.post-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* CSS cho divider */
.divider {
    width: 292px;
    height: 1px;
    background: #FAFAFA;
    margin-bottom: 10px;
}

/* CSS cho ngày tháng bài viết */
.post-date {
    text-transform: uppercase;
    color: #FAFAFA;
    margin-bottom: 10px;
}

/* CSS cho nút "Read post" */
.read-post-button {
    display: inline-block;
    padding: 16px 24px;
    border-radius: 35px;
    background: #C8A25B;
    color: #3E3323;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

/* CSS cho thumbnail */
.thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #ccc;
}

/* CSS cho pagination */
.swiper-pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.thumbnail-pagination {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.thumbnail-pagination img {
    border-radius: 100px;
    margin-right: 10px;
}

.thumbnail-pagination .title {
    color: #3E3323;
    font-weight: bold;
}
.list-blog-module {
    padding-top: 80px;
    padding-bottom: 62px;
    background: #fafafa;
}
.list-blog-module .blog-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-blog-module .title-nav {
    width: calc(100% - 88px);
    padding-right: 40px;
}
.list-blog-module span.sub-title {
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #61665A;
}
.list-blog-module .title {
    font-family: Product Sans;
    font-size: 40px;
    line-height: 48px;
    color: #152305;
    text-align: left;
    font-weight: 400;
    margin-bottom: 48px;
    margin-top: 6px;
}
.list-blog-module .title span.font-rhapsody {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-align: left;
}
.list-blog-module .slider-nav {
    width: 88px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}
.list-blog-module .slider-nav.slider-nav-mobile {
    display: none;
}
.list-blog-module .slider-nav .slider-btn.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}
.list-blog-module .slider-nav .slider-btn {
    cursor: pointer;
}
.list-blog-module .list-blog .swiper-wrapper {
    height: 356px;
}
.list-blog-module .list-blog h4.item-title {
    font-family: 'Product Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 11px;
}
.list-blog-module .list-blog h4.item-title a {
    text-decoration: none;
    color: #152305;
    transition: all 0.3s;
}
.list-facilities .item-title a {
    transition: all 0.3s;
}
.list-facilities .item-title:hover a,
.list-blog-module .list-blog h4.item-title:hover a,
.list-blog-module .list-blog h4.item-title:hover {
    color: #C8A25B;
}
.list-blog-module .list-blog .desc {
    border-bottom: 1px solid #cccfc9;
    padding-bottom: 22px;
    margin-bottom: 13px;
}
.list-blog-module .list-blog .desc p {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    margin: 0;
    color: #61665A;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-blog-module .list-blog .date-new {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #61665a;
    text-transform: uppercase;
}
.list-blog-module .list-blog .date-new span.dots {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #61665a;
    border-radius: 50%;
    margin: 3px 7px;
}
@media (max-width: 767px) {
    .layout-slider .list-facilities .item-title {
        font-family: "cormorant";
    }
    .list-facilities-module.layout-slider {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .list-facilities-module.layout-slider span.sub-title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .list-facilities-module.layout-slider .title-nav {
        width: 100%;
        padding-right: 0;
    }
    .list-facilities-module.layout-slider h3.title {
        margin-bottom: 25px;
    }
    .list-facilities-module.layout-slider .slider-nav.slider-nav-desktop {
        display: none;
    }
    .list-facilities-module.layout-slider .slider-nav.slider-nav-mobile {
        display: flex;
        margin-left: 24px;
        padding: 2px 0 0px 0;
        width: 88px;
    }
    .list-facilities-module .slider-nav .slider-btn svg * {
        stroke: #fafafa;
    }
    .list-facilities-module .slider-nav .slider-btn svg:hover * {
        stroke: #C8A25B;
    }
    .layout-slider .list-facilities .desc p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 12px;
    }
    .list-blog-module {
        padding-bottom: 40px;
    }
    .layout-slider .list-facilities .swiper,
    .list-blog-module .list-blog .swiper {
        padding-right: 24px;
    }
    .list-blog-module .list-blog .swiper-wrapper {
        height: auto;
    }
    .list-blog-module span.sub-title {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.09em;
    }
    .list-blog-module .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .list-blog-module .title span.font-rhapsody {
        font-family: "rhapsody_script";
        font-size: 48px;
        line-height: 0;
        letter-spacing: 0.1em;
    }
    .list-blog-module .list-blog h4.item-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        height: 48px;
        margin-bottom: 11px;
    }
    .list-blog-module .list-blog .desc p {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
    .list-blog-module .list-blog .date-new {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
        font-weight: 700;
    }
    .list-blog-module .title-nav {
        width: 100%;
        padding-right: 0;
    }
    .list-blog-module .slider-nav.slider-nav-mobile {
        display: flex;
        padding-bottom: 0;
        margin-top: 30px;
    }
    .list-blog-module .slider-nav.slider-nav-desktop {
        display: none;
    }
    .list-blog-module .container {
        padding-right: 0;
    }
    .list-blog-module .blog-heading {
        padding-right: 24px;
    }
}
.list-blog-feature {
    position: relative;
}
.list-blog-feature .slider-nav {
    position: absolute;
    top: 50.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 1218px;
    width: 100%;
    margin: auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
}
.list-blog-feature .slider-nav .slider-btn {
    cursor: pointer;
}
.list-blog-feature .wrap-feature {
    max-width: 668px;
    margin: auto;
}
.list-blog-feature .feature-item {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 210px 0 187px;
    height: auto;
}
.list-blog-feature .feature-item:before {
    content: "";
    background: #00000066;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.list-blog-feature h1.feature {
    font-family: "Product Sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FAFAFA;
    padding: 7px 16px;
    border-radius: 35px;
    margin-bottom: 21px;
    display: inline-block;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.list-blog-feature .feature-item h2 {
    position: relative;
    font-family: Product Sans;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 19px;
    margin-bottom: 18px;
}
.list-blog-feature .feature-item h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid rgb(134 148 147 / 50%);
    width: 292px;
}
.list-blog-feature .feature-item .date-new {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #c2c2c2;
    text-transform: uppercase;
}
.list-blog-feature .feature-item .date-new span.dots {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #c2c2c2;
    border-radius: 50%;
    margin: 3px 7px;
}
.list-blog-feature .feature-item .button-read a {
    font-family: Product Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    color: #E5EBD6;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 23px;
    border: 1px solid #E5EBD6;
    background-color: transparent;
    border-radius: 35px;
    display: inline-block;
    margin-top: 16px;
    transition: all 0.3s;
}
.list-blog-feature .feature-item .button-read a:hover {
    color: #3e3323;
    background: #C8A25B;
    border: 1px solid #C8A25B;
}
.list-blog-feature .swiper-pagination {
    bottom: 40px;
    width: calc(100% - 48px);
    background: #181818;
    max-width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 32px;
    border-radius: 16px;
}
.list-blog-feature .swiper-pagination .swiper-pagination-bullet {
    width: 33.33%;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 24px;
    display: flex;
    align-items: center;
    opacity: 1;
}
.list-blog-feature
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}
.list-blog-feature
    .swiper-pagination
    .swiper-pagination-bullet
    .img-pagination {
    position: relative;
    min-width: 60px;
    height: 60px;
    width: 60px;
}
.list-blog-feature .circle__spinner {
    position: absolute;
    left: -11px;
    top: -11px;
    width: 82px;
    height: 82px;
    opacity: 0;
}
.list-blog-feature
    .swiper-pagination-bullet.swiper-pagination-bullet-active
    .circle__spinner {
    position: absolute;
    left: -11px;
    top: -11px;
    width: 82px;
    height: 82px;
    transform: rotate(-90deg);
    opacity: 1;
}
.list-blog-feature
    .swiper-pagination
    .swiper-pagination-bullet
    .img-pagination
    img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.list-blog-feature .swiper-pagination span.title-pagination {
    font-family: 'Product Sans';
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ccc;
    padding-left: 16px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-blog-feature .swiper-pagination .swiper-pagination-bullet-active span.title-pagination {
    color: #C8A25B;
}
.list-blog-filter {
    padding-top: 80px;
    padding-bottom: 48px;
}
.list-blog-filter .dropdow-option {
    display: flex;
    justify-content: flex-end;
}
.list-blog-filter .dropdow-option ul.show-tag {
    background: #f2f2f280;
    border-radius: 8px;
    padding: 8px;
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #747474;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 12px;
    width: max-content;
}
.list-blog-filter .dropdow-option .tabs-tag {
    width: calc(100% - 190px);
    overflow: auto;
}
.list-blog-filter .dropdow-option ul.show-tag li.button {
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}
.list-blog-filter .dropdow-option ul.show-tag li.button.active {
    background: #053f33;
    color: #9fcd9f;
}
.list-blog-filter .tabs-orderby {
    position: relative;
    max-width: 170px;
    width: 100%;
    background: url(../assets/images/dropdow-orderby.svg);
    background-position: 94.5% 10px;
    background-repeat: no-repeat;
    margin-top: 9px;
    margin-left: 20px;
}
.list-blog-filter span.show-orderby-current {
    font-family: Product Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #61665a;
    padding: 8px 32px 8px 8px;
    border-bottom: 1px solid rgb(134 148 147 / 50%);
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.list-blog-filter ul.show-orderby {
    position: absolute;
    display: none;
    padding: 12px 15px;
    background: #f2f2f2;
    border-radius: 0px 0 10px 10px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 5px;
    list-style-type: none;
    width: 100%;
    margin: 0px;
    z-index: 1;
}
.list-blog-filter ul.show-orderby li {
    cursor: pointer;
}
.post-type-tags .post-item h4.title-blog {
    font-family: 'Product Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 11px;
    margin-top: 16px;
    text-transform: capitalize;
}
.post-type-tags .post-item h4.title-blog a {
    text-decoration: none;
    color: #152305;
}
.post-type-tags .post-item .desc {
    border-bottom: 1px solid #cccfc9;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.post-type-tags .post-item .desc p {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0;
    color: #61665a;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-type-tags .post-item .date-new {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #61665A;
}
.post-type-tags .post-item .date-new span.dots {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #61665a;
    border-radius: 50%;
    margin: 3px 7px;
}
.list-blog-filter .post-type-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 16px -15px;
}
.list-blog-filter .post-type-tags .post-item {
    margin-top: 0 !important;
    width: 33.333%;
    padding: 15px;
}
.list-blog-filter .post-type-tags .post-item .featured-image{
    position: relative;
    padding-bottom: 50%;
    object-fit: cover;
}
.list-blog-filter .post-type-tags .post-item .featured-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-blog-filter .wp-block-query-pagination {
    width: 100%;
    margin-top: 17px;
}
.list-blog-filter .wp-block-query-pagination a.page-numbers.disabled {
    opacity: 0.2;
    pointer-events: none;
}
.list-blog-filter .wp-block-query-pagination a.page-numbers {
    margin-right: 8px;
}
@media (max-width: 1024px) {
    .list-blog-filter .post-type-tags .post-item {
        width: 50%;
    }
    .list-blog-feature .feature-item h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .list-blog-feature .swiper-pagination {
        padding: 0 15px;
    }
    .list-blog-feature .swiper-pagination .swiper-pagination-bullet {
        padding: 15px 10px;
    }
    .list-blog-feature .swiper-pagination span.title-pagination {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }
    .list-blog-feature .wrap-feature {
        padding: 0 100px;
    }
}
@media (max-width: 767px) {
    .list-blog-feature .feature-item {
        padding: 100px 0 96px;
    }
    .list-blog-feature .swiper-pagination {
        display: none;
    }
    .list-blog-feature .feature-item h2 {
        font-size: 32px;
        line-height: 40px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 17px;
    }
    .list-blog-feature .slider-nav {
        top: auto;
        bottom: 7px;
        max-width: 104px;
        padding: 0;
        transform: translate(-50%, 0);
    }
    .list-blog-feature .slider-nav svg {
        width: 40px;
        line-height: 40px;
    }
    .list-blog-feature h1.feature {
        padding: 4px 12px;
    }
    .list-blog-feature .feature-item .date-new {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .list-blog-filter .dropdow-option ul.show-tag {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
        padding: 4px;
        gap: 8px;
    }
    .list-blog-filter .dropdow-option ul.show-tag li.button {
        padding: 8px 20px;
    }
    .list-blog-filter .tabs-orderby {
        display: none;
    }
    .list-blog-filter .dropdow-option .tabs-tag::-webkit-scrollbar {
        display: none;
    }
    .list-blog-filter .dropdow-option .tabs-tag {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .list-blog-filter .dropdow-option .tabs-tag {
        width: 100%;
        padding-right: 24px;
    }
    .list-blog-filter .container {
        padding-right: 0;
    }
    .list-blog-filter .post-type-tags {
        margin: 11px 0;
        padding-right: 24px;
    }
    .list-blog-filter .post-type-tags .post-item {
        width: 100%;
        padding: 20px 0;
    }
    .post-type-tags .post-item h4.title-blog {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.05em;
        height: auto;
        margin-bottom: 13px;
    }
    .post-type-tags .post-item .desc p {
        font-size: 13px;
        line-height: 16px;
        height: 32px;
    }
    .post-type-tags .post-item .date-new {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .list-blog-filter {
        padding-top: 40px;
        padding-bottom: 21px;
    }
    .post-type-tags .post-item .desc {
        padding-bottom: 11px;
        margin-bottom: 12px;
    }
    .list-blog-filter .wp-block-query-pagination {
        margin-top: 14px;
    }
    .banner-video-anchor .container-banner {
        left: 0;
    }
    .list-blog-feature .wrap-feature {
        padding: 0;
    }
    .list-blog-feature h1.feature {
        top: 100px;
    }
}