/*
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.   ***************/


@font-face {
    font-family: 'Konde';
    src: url('/wp-content/themes/flatsome-child/assets/font/KondeLight-L3Ld5.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.text-font-konde,
.text-font-konde * {
    font-family: 'Konde', sans-serif !important;
}

ul.header-nav.header-nav-main.nav {
    display: flex;
    justify-content: center;
}

.header-nav-main a.nav-top-link {
    font-weight: 500;
}

.searchform {
    background-color: #e93453;
    border-radius: 0;
}

.searchform .flex-row {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
    padding: 0px 4px 0px 15px;
    display: flex;
    align-items: center;
    height: 34px;
}

.searchform .search-field {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 3px 0 7px !important;
    font-size: 15px;
}

.searchform .search-field::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.searchform .submit-button {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0 10px !important;
    min-width: auto !important;
    box-shadow: none !important;
}

.searchform .icon-search {
    font-size: 1.2em;
    font-weight: bold;
}

.searchform .flex-col,
.searchform .mb-0 {
    margin-bottom: 0 !important;
}

.header-button-1 a.button.primary {
    background-image: linear-gradient(#eb3152, #ff516f);
    border: none;
    padding: 6px 28px;
    border-radius: 30px;
    box-shadow: 0 8px 16px -5px #ffd1d9;
}


.social-icons a.icon.button.circle {
    border-color: #fff;
    border-width: 1px;
    padding: 2px 0px 0px 0px;
}

li.html.custom.html_topbar_left {
    font-size: 14px !important;
    font-weight: 300;
}


.searchform {
    background-color: #e93453;
    padding: 10px 20px;
    border-radius: 0;
}

.searchform .flex-row {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
    padding: 2px 5px 2px 15px;
    display: flex;
    align-items: center;
}

.searchform .search-field {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 0px 0px 8px !important;
    font-size: 15px;
}

.searchform .search-field::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.searchform .submit-button {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0 10px !important;
    min-width: auto !important;
    box-shadow: none !important;
}

.searchform .icon-search {
    font-size: 1.2em;
    font-weight: bold;
}

.searchform .flex-col,
.searchform .mb-0 {
    margin-bottom: 0 !important;
}

.nav-dropdown.sub-menu {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 0px 0 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    min-width: 254px !important;
    overflow: hidden;
    top: 68px;
}

.nav-dropdown-default:before {
    display: none !important;
}

.nav-dropdown.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #f1f1f1;
}

.nav-dropdown.sub-menu li:last-child {
    border-bottom: none;
}

.nav-dropdown.sub-menu li a {
    display: block;
    padding: 12px 20px !important;
    color: #333 !important;
    font-weight: 400;
    text-transform: none !important;
    transition: all 0.3s ease;
    font-size: 15px;
    margin: 0px;
}

.nav-dropdown.sub-menu li:hover>a {
    background-color: #e93453 !important;
    color: #ffffff !important;

}

.nav-dropdown {
    margin-top: 10px !important;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}


/* Tổng thể container của form */
.custom-contact-form {
    max-width: 400px;
    /* Bạn có thể điều chỉnh độ rộng tùy ý */
    margin: 0 auto;
}

.custom-contact-form .form-row {
    margin-bottom: 15px;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="tel"] {
    width: 100%;
    background-color: #E2EFFA !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 20px 25px !important;
    color: #2c4a85 !important;
    font-size: 16px;
    box-shadow: none !important;
    height: 52px;
    margin-bottom: -3px;
}

.custom-contact-form input::placeholder {
    color: #2c4a85;
    opacity: 0.8;
}

.custom-contact-form .form-submit {
    text-align: center;
}



.custom-contact-form input[type="submit"]:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
    padding-left: 20px;
}


.section-footer a.button.primary,
.custom-contact-form input[type="submit"] {
    background-image: linear-gradient(#eb3152, #ff516f);
    border: none;
    padding: 6px 28px;
    border-radius: 30px;
    box-shadow: 0 8px 16px -5px #ffd1d9;
}

.custom-contact-form input[type="submit"] {
    display: flex;
    margin: 0 auto;
    padding: 4px 41px;
}



.section-footer .ux-menu-link {
    padding: 8px 0;
}

.section-footer .ux-menu-link__link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    color: #1a428a !important;
    font-weight: 500;
    margin-bottom: -23px;
}

.section-footer .ux-menu-link__link::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #1a428a;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.section-footer .ux-menu-link:hover .ux-menu-link__link {
    color: #e93453 !important;
}

.section-footer .ux-menu-link:hover .ux-menu-link__link::before {
    background-color: #e93453;
}

.section-footer .ux-menu-link__text {
    line-height: 1;
    font-size: 14px;
}

.section-footer .ux-menu.stack.stack-col.justify-start {
    margin-top: -11px;
}

.section-footer {
    border-top: 1px solid #C4D1EA;
}

.absolute-footer.dark {
    display: none;
}

.banner-radius {
    width: 100%;
    box-shadow: 0 15px 50px #2349924a;
    border-radius: 30px;
}

.banner-radius .banner-bg {
    border-radius: 30px;
}


#main,
div#content,
.expert-single-wrapper {
    background: url("/wp-content/uploads/2026/04/bg.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 999;
}

#wrapper,
.expert-single-wrapper {
    background-color: transparent;
}


.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid;
    border-radius: 100%;
    background: rgba(36, 73, 146, 0.3);/
}

button.flickity-button.flickity-prev-next-button.previous,
button.flickity-button.flickity-prev-next-button.next {
    width: 45px;
}

.slider-nav-outside.slider-nav-circle .previous {
    margin-right: 0px;
}

.slider-nav-outside.slider-nav-circle .next {
    margin-left: 0px;
}


.col-slider-award .slider-nav-outside.slider-nav-circle .previous {
    margin-right: -38px;
    top: 112px;
}

.col-slider-award .slider-nav-outside.slider-nav-circle .next {
    margin-left: -38px;
    top: 112px;
}

.col-award-container .col-inner {
    overflow: visible !important;
}

.row-slide-scroll {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px !important;
    padding-left: 10px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row-slide-scroll::-webkit-scrollbar {
    width: 6px;
}

.row-slide-scroll::-webkit-scrollbar-track {
    background: #C8D2E8 !important;
}

.row-slide-scroll::-webkit-scrollbar-thumb {
    background: #8199CA;
    border-radius: 10px;
}

.row-slide-scroll::-webkit-scrollbar-thumb:hover {
    background: #ff3b5c;
}

.row-slide-scroll .col {
    padding-bottom: 20px;
}

.row-slide-scroll .img-inner img {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.section-system {
    position: relative;
    z-index: 1;
}


.flickity-page-dots {
    bottom: -15px;
}


h5.post-title.is-large a {
    color: #234992;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

h5.post-title.is-large a:hover {
    color: #EF3958;
}

p.from_the_blog_excerpt {
    color: #234992;
}

.col.post-item .box-image {
    border-radius: 10px;
}


.gallery-news img.gallery-news {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.gallery-news .col-inner:hover img.gallery-news {
    filter: grayscale(0%);
    opacity: 1;
}

.gallery-news .flickity-prev-next-button {
    opacity: 1 !important;
    visibility: visible !important;
    top: 22px;
}




.gallery-news.slider-nav-outside {
    padding: 0 40px;
}



.custom-promo-form {
    margin: 0 auto -70px;
}

.custom-promo-form .input-field {
    margin-bottom: 15px;
    position: relative;
}

.custom-promo-form input[type="text"],
.custom-promo-form input[type="tel"],
.custom-promo-form select {
    width: 100% !important;
    height: 43px !important;
    border-radius: 50px !important;
    border: none !important;
    padding: 0 25px !important;
    font-size: 16px;
    color: #234992;
    background-color: #fff !important;
    margin-bottom: 5px;
}

.custom-promo-form .select-field {
    background: #fff;
    border-radius: 30px;
    padding-top: 5px;
}

.custom-promo-form .field-label {
    position: absolute;
    top: 8px;
    left: 25px;
    font-size: 12px;
    color: #7a8fb8;
    z-index: 1;
}

.custom-promo-form select {
    padding-top: 15px !important;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
}

.custom-promo-form .submit-field {
    text-align: center;
    margin-top: 25px;
}

.custom-promo-form input[type="submit"] {
    background: linear-gradient(to right, #ff8fa3, #ff5e7e) !important;
    color: #fff !important;
    border: none !important;
    padding: 4px 40px !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 80%;
    box-shadow: 0 4px 15px rgba(255, 94, 126, 0.3);
    margin-bottom: 35px;

}

.custom-promo-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 94, 126, 0.4);
    opacity: 0.9;
}

.custom-promo-form input:focus,
.custom-promo-form select:focus {
    outline: none !important;
}


.img-radius img {
    border-radius: 28px 0px 0px 28px;
}


.custom-breadcrumb {
    font-size: 18px;
    color: #666;
    letter-spacing: 3px;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #234992;
    transition: color 0.3s ease;
}

.custom-breadcrumb .breadcrumb-home:hover {
    color: #EB3050;
}

.custom-breadcrumb .breadcrumb-parent {
    color: #666;
    pointer-events: none;
    cursor: default;
}

.custom-breadcrumb .breadcrumb-current {
    color: #6C757D;
}

.custom-breadcrumb .separator {
    margin: 0 5px;
    color: #6C757D;
}

.custom-breadcrumb.uppercase {
    text-transform: uppercase;
}


.text-welcome strong {
    letter-spacing: 6px;
}



/* Ép chiều cao item */
.col-gallery-vision .gallery-col {
    height: 220px;
}

/* Ép box full chiều cao */
.col-gallery-vision .col-inner,
.col-gallery-vision .box,
.col-gallery-vision .box-image {
    height: 100%;
}

/* Ảnh fill full + crop */
.col-gallery-vision .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Ẩn phần text thừa */
.col-gallery-vision .box-text {
    display: none;
}


.col-gallery-vision {
    position: relative;
    z-index: 1;
}

/* BEFORE */
.col-gallery-vision::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 100px;
    background: url("/wp-content/uploads/2026/04/t.png") no-repeat center;
    background-size: contain;
    z-index: 3;
}

/* AFTER */
.col-gallery-vision::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 100px;
    background: url("/wp-content/uploads/2026/04/t.png") no-repeat center;
    background-size: contain;
    z-index: 3;
}


.col-blur>.col-inner {
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.4);
    min-height: 420px;
}

.col-blur .icon-box.featured-box {
    display: flex;
    align-items: center;
}


.blog-vertical .col.post-item {
    margin-bottom: -32px;
}



.form-dat-lich input,
.form-dat-lich select {
    width: 100%;
    height: 42px;
    border-radius: 30px;
    border: none;
    padding: 0 15px;
    margin-bottom: 12px;
    background: #eee;
    font-size: 14px;
}

.form-dat-lich label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 8px 0 5px;
}

.date-wrap {
    position: relative;
}

.status {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
}

.status .dot {
    width: 20px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
}

.dot.empty {
    background: #fff;
}

.dot.selected {
    background: #ffe600;
}

.dot.full {
    background: #6fa8dc;
}

/* BUTTON */
.form-dat-lich input[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(to right, #ff758c, #ff7eb3);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.form-dat-lich input[type="submit"]:hover {
    opacity: 0.9;
}

/* Scope cực chặt để tránh bị theme override */
.cf7-clean-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.cf7-clean-form .cf7-row {
    display: flex;
    gap: 20px;
}

.cf7-clean-form .cf7-col {
    flex: 1;
}

.cf7-clean-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #222;
}

/* Input */
.cf7-clean-form input.cf7-input,
.cf7-clean-form textarea.cf7-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    background: #f5f5f5 !important;
    font-size: 14px;
    outline: none;
    box-shadow: none !important;
}

/* Textarea */
.cf7-clean-form textarea.cf7-textarea {
    height: 130px;
    resize: none;
}

/* Spacing */
.cf7-clean-form .cf7-full {
    margin-top: 16px;
}

/* Button */
.cf7-clean-form .cf7-submit-wrap {
    margin-top: 20px;
}

.cf7-clean-form input.cf7-submit {
    background-image: linear-gradient(#eb3152, #ff516f);
    color: #fff;
    border: none !important;
    padding: 4px 30px;
    border-radius: 999px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.cf7-clean-form input.cf7-submit:hover {
    background: #e8435f !important;
}

#popup-promo-registration section.section,
#popup-promo-registration .section-bg {
    padding: 0px;
    border-radius: 30px !important;
    background: transparent !important;
}

.lightbox-content {
    background-color: transparent;
    box-shadow: unset;
    margin: 0 auto;
    max-width: 875px;
    position: relative;
}

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


}