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

.header-main i {
    color: #0c2658;


}


.header-main span {
    color: #000;
    font-size: 18px;
    text-transform: none;
}

.header-bottom-nav a.nav-top-link {
    font-size: 20px;
}

.header-bottom-nav {
    display: flex;
    gap: 16px;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: var(--fs-color-primary);
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: -13px;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}


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



.custom-reg-form .form-field {
    margin-bottom: 20px;
}

.custom-reg-form input[type="text"],
.custom-reg-form input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333;
    margin-bottom: -3px;
}

.custom-reg-form ::placeholder {
    color: #777;
    opacity: 1;
}

.custom-reg-form .wpcf7-submit {
    width: 100%;
    background-color: #63cc73 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    margin-bottom: -16px;
}

.custom-reg-form .wpcf7-submit:hover {
    background-color: #55b663 !important;
}

.custom-reg-form .wpcf7-not-valid-tip {
    color: #ffcfcf;
    font-size: 13px;
    margin-top: 5px;
}


.text-divide h3 {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0c2658;
    margin: 0;
    width: 100%;
}

.text-divide h3::before,
.text-divide h3::after {
    content: "";
    flex: 1;
    height: 1.5px;
    background-color: #E5E5E5;
}

.text-divide h3::before {
    margin-right: 25px;
}

.text-divide h3::after {
    margin-left: 25px;
}

.text-divide h3 {
    white-space: nowrap;
    text-transform: uppercase;
}

.slider-customer button.flickity-button.flickity-prev-next-button.previous {
    right: 65px;
    bottom: -84px;
    left: auto;
}

.slider-customer button.flickity-button.flickity-prev-next-button.next {
    bottom: -84px;
}

.icon-box-customer img {
    border-radius: 99px;
}

.icon-box-customer h3,
.icon-box-customer p {
    margin-bottom: 0px;
}

.icon-box-customer {
    display: flex;
    align-items: center;
}

.col.post-item .box-text.text-left {
    background: rgb(241, 241, 241);
    padding: 10px;
    min-height: 150px;
}

.col.post-item a.plain {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.col.post-item a.plain:hover {
    color: #D8B779;
}

.blog-vertical p.from_the_blog_excerpt,
i.icon-angle-down {
    display: none;
}

.blog-vertical .box-text.text-left {
    background: unset;
}

.col-why .col-inner {
    min-height: 270px;
}

.nav-dropdown-default {
    padding: 10px;
}


.custom-contact-form {
    max-width: 600px;
}

.custom-contact-form .form-group {
    margin-bottom: 20px;
}

.custom-contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #0C2658;
    outline: none;
}

.custom-contact-form .wpcf7-submit {
    background-color: #0C2658 !important;
    color: #fff !important;
    padding: 2px 30px;
    border: none;
    border-radius: 0;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.custom-contact-form .wpcf7-submit:hover {
    opacity: 0.9;
}

.custom-contact-form textarea {
    height: 150px;
}


.custom-page-header {
    background-color: #0C2658;
    /* Màu chủ đạo của bạn */
    padding: 40px 0;
    color: #fff;
}

.custom-page-header .entry-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.custom-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}

.custom-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.custom-breadcrumb a:hover {
    color: #fff;
}

.custom-breadcrumb .current-item {
    color: rgba(255, 255, 255, 0.7);
}

.custom-breadcrumb .breadcrumb-separator {
    display: inline-flex;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(-90deg);
}

.custom-breadcrumb .breadcrumb-separator svg {
    width: 10px;
    height: 10px;
}

.page-wrapper {
    padding-bottom: 30px;
    padding-top: 0px;
}

.blog-single .row.row-divided {
    display: flex;
    align-items: flex-start;
}

.blog-single .col.large-9 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.blog-single .post-sidebar.large-3 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}



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


}