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

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'NVN Motherland Signature';
    src: url('./assets/fonts/subset-NVNMotherlandSignature-Reg.woff2') format('woff2'),
    url('./assets/fonts/subset-NVNMotherlandSignature-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.hp_slider_banners .flickity-page-dots {
    width: 1262.5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    z-index: 5;
    max-width: 100%;
}

.hp_slider_banners .flickity-page-dots li.dot {
    opacity: 1 !important;
    background: #fff;
}

.hp_slider_banners::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 4;
}

.hp_slider_banners:hover::before {
    opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    border: 1px solid #000;
}

.hp-section-2 {
    padding: 100px 0;
}

.hp-featured-projects-slick .item .item-inner {
    padding: 0 15px;
}

.txt_heading_dot {
    font-weight: 600 !important;
    font-size: 40px;
    color: #414549;
    position: relative;
    z-index: 0;
    text-shadow: none;
}

.txt_nvn_motherland_signature {
    font-family: "NVN Motherland Signature", san-serif;
    font-weight: 400 !important;
}

.txt_group {
    display: inline-block;
}

.txt_heading_dot:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: -1;
    width: 30px;
    height: 30px;
    background-color: #ffc814;
    border-radius: 50%;
}

.txt_heading_dot:has(.txt_nvn_motherland_signature):after {
    width: 50px;
    height: 50px;
    top: -20px;
    left: -22px;
}

.featured-projects-item {
    position: relative;
}

.featured-projects-item .project-image {
    position: relative;
    padding-top: 62%;
    overflow: hidden;
}

.featured-projects-item .project-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-projects-item .project-title {
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    z-index: 1;
    padding: 15px;
    text-align: center;
    opacity: 0;
    margin-bottom: 0;
    color: #fff;
    transition: opacity .3s ease, transform .3s ease;
}

.featured-projects-item .project-title h3 {
    margin: 0;
    color: #fff;
}

.featured-projects-item > a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.featured-projects-item > a::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(29, 29, 31, 0.1) 0%, rgba(29, 29, 31, 0.8) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
    width: 100%;
    height: 100%;
}

.featured-projects-item:hover .project-title {
    transform: translateY(-50%);
    opacity: 1;
}

.featured-projects-item:hover > a::before {
    opacity: 1;
}

a.cus-btn {
    --btn-bg-color: var(--br-color-primary);
    --btn-color: #414549;
    --btn-bg-color-hover: #ffe693;
    --btn-color-hover: #414549;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    background: #ffc814;
    color: #414549;
    min-width: 150px;
    min-height: 48px;
    border-radius: 48px;
    padding: 5px 25px;
    transition: all .25s ease;
}

a.cus-btn:hover {
    background: #ffe693;
}

.hp-section-3 {
    padding-top: 100px;
    padding-bottom: 60px;
    background: #fffae8;
}

.hp-section-3 .partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fafbfb;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(58, 56, 49, 0.1), 0 0 2px rgba(58, 56, 49, 0.14);
    padding: 34px 13px;
    height: 100%;
    margin: 10px;
}

.hp-section-3 .partner-item img {
    width: 100px;
}

.hp-section-3 .partner-item .partner-item-title {
    font-weight: 600;
    margin-top: 15px;
}

.hp-section-3 ul.slick-dots, ul.slick-dots {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.hp-section-3 ul.slick-dots li, ul.slick-dots li {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 100%;
}

.hp-section-3 ul.slick-dots li button, ul.slick-dots li button {
    display: none;
}

.hp-section-3 ul.slick-dots li.slick-active, ul.slick-dots li.slick-active {
    border: 1px solid #000;
}

.hp-section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hp-section-4 .featured-news-item {}

.hp-section-4 .featured-news-item .news-image {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.hp-section-4 .featured-news-item .news-image a {
    position: relative;
    padding-top: 62%;
    overflow: hidden;
    display: block;
}

.hp-section-4 .featured-news-item .news-image a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.hp-section-4 .featured-news-item .news-content {
    margin-top: 16px;
}

.hp-section-4 .featured-news-item .news-content a.news-title {
    font-size: 16px;
    color: #414549;
    margin-bottom: 10px;
    transition: color .3s ease;
    font-weight: 600;
    line-height: 1.25;
    display: block;
}

.hp-section-4 .featured-news-item .news-content .news-excerpt {
    font-size: 14px;
    font-weight: 500;
    color: #565e64;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hp-section-4 .featured-news-item .news-content .news-excerpt p {
    margin: 0;
}

.hp-section-4 .featured-news-item:hover .news-content a.news-title {
    color: #ffc814;
}

.hp-section-4 .featured-news-item .news-image a::after {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90.13deg, rgba(19, 18, 18, 0.8) 0%, rgba(27, 27, 27, 0) 50%);
    z-index: 2;
}

footer#footer {
    background: rgb(0,0,0);
    padding: 80px 0 20px;
    color: #fff;
}

footer#footer .footer-col-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

footer#footer a {
    color: #fff;
}

#footer ul {
    padding-left: 16px;
}

#footer ul li {
    margin: 0 0 17px 0;
}

#footer iframe {
    max-height: 250px;
}

#footer .br-social-buttons {
}

#footer .br-social-buttons ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 30px 0 0;
}

#footer .br-social-buttons ul li {
    margin: 0;
}

#footer .br-social-buttons ul li img {
    max-height: 39px;
    width: auto;
}

.searchform-wrapper {
    border: 1px solid #cdd1d4;
    border-radius: 4px;
    color: #808b90;
    box-shadow: 0 4px 10px rgba(58, 56, 49, .08), 0 -1px 4px rgba(58, 56, 49, .05);
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    background: #fff;
}

.searchform-wrapper input[type="search"] {
    border: 0;
    box-shadow: none;
    min-width: 250px;
    background: none;
}

.searchform-wrapper button[type="submit"] {
    margin: 0;
    background: none;
    border: 0;
    color: #ffc814;
    box-shadow: none;
}

.searchform-wrapper .flex-col {
    order: 1;
}

.searchform-wrapper .flex-col.flex-grow {
    order: 2;
}

.searchform-wrapper button[type="submit"]:hover {
    color: #565e64;
}

.header-search-form-wrapper {
    margin-right: 20px;
}

.dtcl-nav {}

.dtcl-nav h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.dmdt-list {
    display: flex;
    justify-content: space-between;
}

.dmdt-list a {
    color: #aeaeae;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s linear;
    border: #aeaeae solid 1px;
}

.dtcl-dt-listing {
    background: #eaeaea;
    padding-top: 70px;
    padding-bottom: 40px;
}

.dtcl-dt-listing .dt-item {
    background-color: #ffffff;
    padding: 40px;
    padding-top: 30px;
    height: 100%;
}

.dt-item .dt-item-image {
    text-align: center;
    margin-bottom: 30px;
    height: 180px;
    overflow: hidden;
    line-height: 180px;
    padding: 0 40px;
}

.dt-item .dt-item-image img {}

.dt-item .dt-item-info {}

.dt-item .dt-item-info a.dt-name {
    color: #333;
    text-decoration: none;
    transition: .3s linear;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.dt-item .dt-item-info .dt-item-des {}

.dt-item .dt-item-info .dt-item-des p {
    margin: 0;
    text-align: justify;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
    font-size: 15px;
}

.news-posts-list {}
.news-posts-list h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.news-posts-list .post-item {}

.news-posts-list .post-item .post-item-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.news-posts-list .post-item .post-item-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-posts-list .post-item .post-item-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #00000088;
    background: linear-gradient(rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 67%) 70%, rgb(0 0 0 / 74%) 100%);
    width: 100%;
}

.news-posts-list .post-item .post-item-info .post-name {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.3s linear;
    padding: 0 10px 0 0px;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.news-posts-list .post-item > a {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    display: block;
}

.ctp-info-box {
    padding: 30px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: column;
    border-radius: 5px;
}

.ctp-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ctp-info-item svg {
    width: 20px;
    height: 20px;
}

.ctp-info-item a {
    color: #000;
    text-decoration: underline;
}

.ctp-info-box h3 {
    font-size: 18px;
    margin: 12px 0 0;
    padding-top: 18px;
    border-top: 1px solid #ccc;
}

.ctp-map {}

.ctp-map iframe {
    height: 350px;
}


.ctp-recruitment-wrapper {
    background: #eaeaea;
}

.ctp-recruitment-wrapper form {
    margin: 0;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
}

.ctp-recruitment-wrapper form input[type="text"], .ctp-recruitment-wrapper form input[type="email"], .ctp-recruitment-wrapper form input[type="tel"] {
    height: 40px;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ctp-recruitment-wrapper form select {
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ctp-recruitment-wrapper form [type="submit"] {
    width: 100%;
    margin: 0;
    background: #E3B818;
    height: 40px;
    border-radius: 5px;
}

.ctp-recruitment-wrapper form h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ctp-recruitment-wrapper span.wpcf7-spinner {
    display: none;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .header-search-form-wrapper {
        margin-right: 0;
    }

    .searchform-wrapper input[type="search"] {
        min-width: unset;
    }

    #header .nav-icon i {
        color: #000;
    }
    
    #header i.icon-search {
        color: #000;
    }
}

@media (max-width: 500px) {
    .hp-section-2 {
        padding: 60px 0;
    }

    .hp-section-3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .hp-section-4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .txt_nvn_motherland_signature {
        font-size: 32px;
    }

    .txt_group {
        font-size: 30px;
    }
}