/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer.dark {
    color: hsl(0deg 0% 100%);
}

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: #D52C2F !important;
}

a:hover,
a:focus,
a:active {
    color: #D52C2F !important;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row,
.row.row-collapse {
    max-width: 1220px;
}

.row.row-large {
    max-width: 1220px;
}

.header-inffo .media {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.header-inffo .media i {
    color: #D52C2F;
    margin-left: 0;
    font-size: 32px;
}

.header-inffo .media .title {
    font-weight: bold;
}

.header-bottom ul li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
    color: #111111;
    padding: 15px;
}

.hero-banner-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-banner-slider .swiper-slide {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.header-inffo .media i::before {
    font-size: 32px;
}

.banner-block {
    position: relative;
}

.banner-block .top-banner-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-block .top-banner-cnt h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 48px;
}

.text-center {
    text-align: center !important;
}

#point-tbale tbody tr:nth-of-type(odd) {
    background-color: rgb(10 71 74 / 8%);
}

#point-tbale {
    border: 1px solid rgb(10 71 74 / 8%);
}

.point-table-block {
    position: relative;
    padding: 5rem 0;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-color: rgb(10 71 74 / 8%);
    padding: 10px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 0;
    margin-right: 05px;
}


.dt-paging {
    margin-top: 20px;
}

.hero-banner-slider {
    position: relative;
}

.hero-banner-cnt {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    color: #ffffff;
    width: 100%;
    transform: translateY(-50%);
}

.hero-banner-cnt h2 {
    color: #FFE;
    font-size: 36px;
    font-weight: bold;
}

.hero-banner-cnt p {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.hero-banner-img {
    position: relative;
}

.hero-banner-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: 9;
    top: 0;
    left: 0;
}

.hero-banner {
    position: relative;
}

.sponsor-block {
    position: relative;
    padding: 10rem 0;
    background-image: url(/wp-content/uploads/2025/03/bg-image-testimonial.png);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sponsor-logo-slider .swiper-slide {
    background: #ffffff;
    text-align: center;
    height: 100%;
    padding: 5rem;
    border-radius: 10px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-block h2 {
    text-transform: uppercase;
}

.sponsor-block p {
    padding-right: 3rem;
}

.about-block-cnt {
    padding: 6rem;
}

.cta-block {
    background-position: center;
    background-attachment: fixed;
    padding: 5rem 0;
    text-align: center;
}

.cta-block h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}

.cta-block p {
    color: #fff;
    font-size: 20px;
}

.button {
    border-radius: 10px;
    background-color: #1a474e;
}

.news-block {
    padding: 5rem 0;
}

.news-block h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 34px;
}



.news-block-cnt {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.news-item-first {
    border-radius: 5px;
    overflow: hidden;
}

.news-item-cnt {
    border: 1px solid #1a474e;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
}

.news-item-first .news-item-cnt {
    border-radius: 0 0 5px 5px;
}

.news-block-date {
    background: #1b474e;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-style: italic;
}

.news-item-second h3 {
    margin-bottom: 18px;
}

.news-item-cnt h3 {
    font-size: 22px;
    line-height: 26px;
}

.news-item-second p {
    margin-bottom: 16px;
}

.gallery-block-cnt {
    position: relative;
}

.gallery-block-cnt>a {
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-block-cnt>a.img-0 {
    position: relative;
}

.footer-post .image-cover {
    display: none;
}

.footer-post .col.post-item {
    padding-bottom: 0;
}

.footer-post .box-text.text-left {
    padding: 0;
}

.footer-block {
    padding-top: 50px !important;
}

.about-block-cnt ul {
    list-style: none;
}

.about-block-cnt ul li {
    position: relative;
    padding-right: 30px;
}

.about-block-cnt ul li::before {
    content: "";
    position: absolute;
    top: .2rem;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgc3Ryb2tlPSIjODc5OUFEIi8+CjxwYXRoIGQ9Ik0xMi44NjY2IDYuNjkyMzdMOC42NjM0NCAxMC44OTU1TDcuMTMxOTIgOS4zNjQwMkM3LjAwNTk1IDkuMjQyMzUgNi44MzcyMyA5LjE3NTAzIDYuNjYyMTEgOS4xNzY1NUM2LjQ4Njk4IDkuMTc4MDggNi4zMTk0NiA5LjI0ODMyIDYuMTk1NjMgOS4zNzIxNkM2LjA3MTc5IDkuNDk1OTkgNi4wMDE1NSA5LjY2MzUxIDYuMDAwMDMgOS44Mzg2NEM1Ljk5ODUgMTAuMDEzOCA2LjA2NTgzIDEwLjE4MjUgNi4xODc0OSAxMC4zMDg0TDguMTkxMjMgMTIuMzEyMkM4LjMxNjQ4IDEyLjQzNzQgOC40ODYzMyAxMi41MDc3IDguNjYzNDQgMTIuNTA3N0M4Ljg0MDU1IDEyLjUwNzcgOS4wMTA0IDEyLjQzNzQgOS4xMzU2NSAxMi4zMTIyTDEzLjgxMSA3LjYzNjhDMTMuOTMyNyA3LjUxMDgzIDE0IDcuMzQyMTEgMTMuOTk4NSA3LjE2Njk5QzEzLjk5NyA2Ljk5MTg3IDEzLjkyNjcgNi44MjQzNSAxMy44MDI5IDYuNzAwNTFDMTMuNjc5MSA2LjU3NjY3IDEzLjUxMTUgNi41MDY0MyAxMy4zMzY0IDYuNTA0OTFDMTMuMTYxMyA2LjUwMzM5IDEyLjk5MjYgNi41NzA3MSAxMi44NjY2IDYuNjkyMzdaIiBmaWxsPSIjMTUxRDI1Ii8+Cjwvc3ZnPgo=)
}

.project-block {
    padding: 5rem 0;
}

.ltn__gallery-menu button {
    position: relative;
    margin: 0 20px;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ltn__gallery-menu>div {
    position: relative;
    display: inline;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 10px;
}

.ltn__gallery-menu {
    text-align: center;
}

.ltn__gallery-menu button:first-child {
    margin-left: 0;
}

.ltn__gallery-menu button:last-child {
    margin-right: 0;
}

.ltn__gallery-menu button.active,
.ltn__gallery-menu button:hover {
    color: #d52c2f;
}

.ltn__gallery-menu button.active:after,
.ltn__gallery-menu button:hover:after {
    width: 100%;
}

.ltn__gallery-menu button:after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: #d52c2f;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 9;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ltn__gallery-item-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    border-radius: 10px;
}

.ltn__gallery-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    height: calc(100% + 40px);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(.4, 0, .2, 1);
    transition: all 0.6s cubic-bezier(.4, 0, .2, 1);
}

.ltn__gallery-item-info h4 {
    font-size: 20px;
}

.ltn__gallery-item-info p {
    margin: 0;
}

.ltn__gallery-item-inner:hover img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}


.sponsor-block-btn .swiper-button-next {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px 18px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 75px;
    top: 60%;
}

.sponsor-block-btn .swiper-button-next:after {
    font-size: 22px;
    color: #000000;
}

.sponsor-block-btn .swiper-button-prev {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px 18px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 60%;
}

.sponsor-block-btn .swiper-button-prev:after {
    font-size: 22px;
    color: #000000;
}

.top-bar-footer h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    width: 80%;
}

.top-bar-footer .col-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.footer-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2025/03/scale.png');
    width: 100%;
    height: 40px;
    background-repeat: repeat-x;
}

.footer-info p,
.footer-info h3,
.footer-info a,
.footer-info div {
    color: #ffffff;
}

.footer-info .ux-menu-link.flex.menu-item {
    position: relative;
    padding-left: 20px;
}

.footer-info .ux-menu-link.flex.menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #D52C2F;
    mask-image: url(/wp-content/uploads/2025/03/chevron-right.svg);
    -webkit-mask-image: url(/wp-content/uploads/2025/03/chevron-right.svg);
}

.top-content {
    position: relative;
    background-image: url(/wp-content/uploads/2025/04/outdoor-patio-with-table-chair.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-content-banner{
    height: 330px;
}

.top-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.top-content-text {
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-content-text h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 34px;
}

.top-content-text nav.rank-math-breadcrumb, .top-content-text nav.rank-math-breadcrumb a {
    color: #ffffff;
}

.top-content-text nav.rank-math-breadcrumb span.separator {
    padding: 0 10px;
}

.sevice-block-cnt {
    box-shadow: 0px 1px 20px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.sevice-block-cnt .sevice-block-cnt-text {
    height: 100%;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.service-number {
    color: #333;
    position: relative;
    font-size: 38px;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
}

.service-number:before {
    content: "";
    position: absolute;
    background: #d52c2f;
    width: 120px;
    height: 1px;
    bottom: 13px;
    left: -120px;
}

.service-title {
    font-size: 18px;
    color: #d52c2f;
    text-transform: uppercase;
    font-weight: bold;
}

.service-link a {
    min-width: 115px;
    padding: 0 20px;
    height: 28px;
    border-radius: 26px;
    background: #d52c2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.large-6.text-right .service-number::before {
    left: 50px;
}

.about-us-block {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px;
}

.about-us-block h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #d52c2f;
    margin-bottom: 30px;
    font-size: 40px;
}

.about-us-slogan {
    font-size: 30px;
    color: #d52c2f;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-us-block:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2025/04/about-flc-bg012.png);
    background-size: cover;
    width: 35%;
    height: 100%;
}

.about-us-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2025/04/about-flc-bg01.png);
    background-size: cover;
    width: 65%;
    height: 100%;
}

.about-us-block-cnt{
    position: relative;
}

.about-us-block .row {
    position: relative;
    z-index: 9;
}

.page-id-14 #content > *:not(section) {
    max-width: 1220px;
    margin: 0 auto;
}

.page-id-14 #content > *:not(section) img {
    width: 100%;
}

h2.wp-block-heading {
    font-size: 34px;
    padding: 15px 0;
    display: block;
    color: #d52c2f;
    margin-top: 20px !important;
}

#post-list .is-divider {
    display: none;
}

#post-list .from_the_blog_excerpt {
    display: none;
}

#post-list .box-text-bottom.box-blog-post {
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 49px -15px rgba(51, 51, 51, 0.5);
    border-collapse: separate;
    overflow: hidden;
    margin-bottom: 20px;
}

#post-list .box-text-bottom.box-blog-post .box-text.text-left {
    padding: 20px;
    position: relative;
}

#post-list .box-text-bottom.box-blog-post .box-text.text-left > div > a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #d52c2f;
    color: #ffffff;
}

.ban-tin-item {
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 49px -15px rgba(51, 51, 51, 0.5);
    border-collapse: separate;
    overflow: hidden;
    margin-bottom: 20px;
}

.ban-tin-item-cnt {
    padding: 15px;
    position: relative;
}

.ban-tin-item-cnt a.button {
    position: absolute;
    right: 10px;
    top: 20px;
}

.comtact-map {
    border-radius: 5px;
    overflow: hidden;
}

.contact-info .contact-info-item {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-info .contact-info-item span {
    margin-left: 10px;
}

.contact-info {
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #d52c2f;
    box-shadow: 3px 2px 20px 5px #b1903e36;
}

.contact-form h3 {
    margin-bottom: 30px;
    color: #d52c2f;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000000;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 5px;
    border: none;
    background: #d52c2f;
}

.contact-form {
    box-shadow: 3px 2px 20px 5px #b1903e36;
    padding: 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .news-block-cnt {
        display: block;
    }
    
    .sponsor-block p {
        margin-bottom: 10rem;
    }
    
    .page-id-14 #content > *:not(section) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 554px) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .news-block-cnt {
        display: block;
    }

    .hero-banner-cnt h2 {
        text-align: center;
        font-size: 24px;
    }

    .hero-banner-cnt p {
        text-align: center;
        font-size: 14px;
    }

    .sponsor-block {
        padding: 3rem 0;
    }

    .sponsor-logo-slider .swiper-slide {
        padding: 1rem;
    }

    .about-block-cnt {
        padding: 1rem;
    }
}


.hero-slider {
    height: calc(var(--vh));
}

.card {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
#btn {
    position: absolute;
    top: 690px;
    left: 16px;
    z-index: 99;
}
.card-content {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding-left: 16px;
}
.content-place {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
}
.content-place {
    font-weight: 500;
}
.content-title-1, .content-title-2 {
    font-weight: 600;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
}
.content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: #fff;
}
.details {
    z-index: 22;
    position: absolute;
    top: 240px;
    left: 60px;
}
.details .place-box {
    height: 46px;
    overflow: hidden;
    color: #ffffff;
}
.details .place-box .text {
    padding-top: 16px;
    font-size: 20px;
}
.details .place-box .text:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background-color: white;
}
.details .title-1, .details .title-2 {
    font-weight: 600;
    font-size: 72px;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
}
.details .title-box-1, .details .title-box-2 {
    margin-top: 2px;
    height: 100px;
    overflow: hidden;
}
.details > .desc {
    margin-top: 16px;
    width: 500px;
    color: #fff;
}
.details > .cta {
    width: 500px;
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.details > .cta > .bookmark {
    border: none;
    background-color: #ecad29;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    color: white;
    display: grid;
    place-items: center;
}
.details > .cta > .bookmark svg {
    width: 20px;
    height: 20px;
}
.details > .cta > .discover {
    border: 1px solid #fff;
    background-color: transparent;
    height: 36px;
    border-radius: 99px;
    color: #fff;
    padding: 4px 24px;
    font-size: 12px;
    margin-left: 16px;
    text-transform: uppercase;
}
.pagination {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
}
.pagination > .arrow {
    z-index: 60;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 2px solid #fff;
    display: grid;
    place-items: center;
}
.pagination > .arrow:nth-child(2) {
    margin-left: 20px;
}
.pagination > .arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
    color: #fff;
}
.pagination .progress-sub-container {
    margin-left: 24px;
    z-index: 60;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
}
.pagination .progress-sub-container .progress-sub-background {
    width: 500px;
    height: 3px;
    background-color: #fff;
}
.pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
    height: 3px;
    background-color: #ecad29;
}
.pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative;
}
.pagination .slide-numbers .item {
    width: 50px;
    height: 50px;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: bold;
}
.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
}