/*
Theme Name: onecredit
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url(./assets/fonts/SVN-Gilroy/stylesheet.css);
@import url(./assets/fonts/css/all.css);
@import url(./style-vaysieutoc.css);
/*************** ADD CUSTOM CSS HERE.   ***************/

body,html{
    font-family: 'SVN-Gilroy';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
}
h1,h2,h3,h4,h5,strong{
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.header-main .nav > li > a{
    font-family: 'SVN-Gilroy', serif;
    font-weight: 600;
    color: #354150;
}
.header-main .nav > li.current_page_item > a{
    color: #04A927;
}
.nav-dark .nav>li>a{
    color: #fff !important;
}
.stuck .header-main {
    background: #fff;
}
.box-shadow-1 {
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: none;
}

.fw-500 {
    font-weight: 500 !important;
}

.sidebar-menu ul li a {
    color: #585C5A;
}

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

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .stack-802626402 {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .col-998026173 .col-inner {
        text-align: left !important;
    }

    .onecredit-accordion .toggle {
        left: 90% !important;
    }

    #logo {
        width: 140px !important;
    }

    .col-345033804 h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .col-345033804 .form-calculator {
        padding: 30px 12px;
    }

    .page-header-wrapper .title-content {
        display: none;
    }

    .logo-1680502638::before {
        margin-left: 20px;
    }

    #range-calculator #custom-thumb {
        width: 30px;
        height: 30px;
        top: -10px;
    }
}

.text-justify p {
    text-align: justify;
}

.d-flex {
    display: flex;
}

.header-nav-main.nav-spacing-xlarge>li {
    margin: 0 18px;
}

.onecredit-accordion .accordion-item {
    margin-bottom: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}

.onecredit-accordion .accordion-title {
    border: none;
    font-weight: 500;
    padding: 20px;
    border-radius: 8px;
    font-size: 20px;
}

.onecredit-accordion .accordion-title.active {
    color: #04A927;
    font-weight: 500;
    background: var(--gradient-3, linear-gradient(45deg, #007CB7 0%, #04A927 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.onecredit-accordion .toggle {
    left: 94%;
    top: 50%;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
}

.onecredit-accordion .accordion-title .toggle .icon-angle-down {
    display: flex;
    align-items: center;
    justify-content: center;
}

.onecredit-accordion .active .toggle .icon-angle-down {
    transform: rotate(180deg);
    background-image: linear-gradient(45deg, #5abd00 0%, #04A927 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.onecredit-accordion .accordion-inner div {
    border-left: 1px solid #5abd00;
    padding-left: 12px;
}
.onecredit-accordion .active>.toggle {
    transform: unset;
}

.col-345033804 h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.form-calculator {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    color: #354150;
}

.form-calculator ul {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    list-style: none;
    margin-bottom: 10px;
    padding: 0 15px;
}

.form-calculator ul li {
    padding: 10px 0;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.form-calculator ul li+li {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

@media only screen and (min-width: 48em) {
    .row>.col.ct-col-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .footer-menu {
        flex-direction: row;
        justify-content: space-between;
    }

    .wpcf7-form .flex-row .form-gruop {
        width: 48%;
    }

    .image_1832572869 {
        position: absolute;
        left: 50%;
        bottom: -240px;
        transform: translateX(-50%);
    }
}

.col-998026173 .social-icons a {
    margin: 0 8px;
}

.s-header h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.s-title h2 {
    font-size: 32px;
    color: #001a38;
    line-height: 42px;
}

.wpcf7-form .flex-row {
    flex-wrap: wrap;
}

.wpcf7-form .form-gruop {
    margin-bottom: 15px;
}

.wpcf7-form label {
    color: #2E2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form .require {
    color: #0055B8;
}

.wpcf7-form input,
.wpcf7-form select {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #DDD;
}

#accept-terms {
    margin-bottom: 0;
}

input:focus-visible {
    outline: none;
}

.accept-terms {
    margin-bottom: 40px;
}

.accept-terms p {
    font-size: 16px;
    line-height: 1.2;
}

.wpcf7-submit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-weight: 100 !important;
    border: none;
}

.blog-archive-content:after,
.blog-archive-content:before {
    content: '';
    position: absolute;
    background: #04A927;
    filter: blur(237px);
    opacity: .5;
    width: 331px;
    height: 331px;
}
.blog-archive-content:before {
    top: 0;
    right: 0;
}
.blog-archive-content:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.archive-page-header {
    margin-bottom: 50px;
}
.navbar-category ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.5px solid #d0d0d0;
}
.navbar-category ul li a {
    font-weight: 600;
    font-size: 20px;
    padding: 6px;
    display: block;
}
.archive-vt-online{
    margin-top: 30px;
}
.post-meta-wrapper .cat-label a {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    background: rgb(90 189 0);
    display: inline-flex;
    padding: 2px 8px;
}

.post-meta-wrapper {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-meta-wrapper .post-date-day {
    color: #7D7D7D;
    font-size: 13px;
}

.vaysieutoc-blog .post-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.box-blog-post .box-image {
    border-radius: 16px;
}
.blog-featured-title .rank-math-breadcrumb a,
.blog-featured-title .rank-math-breadcrumb {
    text-shadow: none;
    font-size: 14px;
}

.blog-featured-title .entry-title {
    text-shadow: none;
}

.blog-single article {
    background: #fff;
    padding: 20px;
    margin-top: -100px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
}

.entry-content .share-icons {
    display: flex;
    align-items: center;
}

.entry-content .share-icons a {
    margin-bottom: 0;
}

.share-icons-title {
    font-size: 15px;
    font-weight: 500 !important;
}

.fp-card-item .col-inner {
    padding: 15px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.fp-card-desc ul {
    list-style: none;
    margin-bottom: 0;
}

.fp-card-desc ul li {
    margin-left: 0 !important;
    display: flex;
    justify-content: space-between;
}

.fp-card-item .box-text {
    margin-top: 20px;
    padding: 10px 0;
}

.fp-card-item .button {
    border-radius: 8px;
    border: 1px solid #007CB7;
}
.fp-card-item .button span{
    background: linear-gradient(45deg, #007CB7 0%, #04A927 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.fp-card-item .button:hover {
    background: linear-gradient(45deg, #007CB7 0%, #04A927 100%);
    box-shadow: none !important;
}
.fp-card-item .button:hover span{
    color: #fff;
    -webkit-text-fill-color: unset;
}
.fp-card-item.popular .col-inner {
    overflow: hidden;
}

.fp-card-item.popular .col-inner .card-ribbon {
    position: absolute;
    top: 17px;
    right: -44px;
    width: 160px;
    height: 26px;
    font-size: 12px;
    background: linear-gradient(90deg, #FFCE06 -9.92%, #04A927 100%);
    text-align: center;
    color: #fff;
    transform: rotate(40deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-apply-loan:hover {
    color: #0055B8 !important;
    box-shadow: none;
}
.text-1594076287 h2 {
    line-height: 30px;
}

.col-129642203 .icon-box:not(:last-child) {
    margin-bottom: 30px;
}

.col-129642203 .icon-box-text h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.col-129642203 .icon-box-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.col-757032128 .col-inner{
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 30px 20px;
}

.col-757032128 .col-inner .icon-box-text h3 {
    color: #001A38;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.col-757032128 .col-inner .icon-box-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.blog-radius .box-blog-post {
    border-radius: 12px;
    overflow: hidden;
}

.blog-radius .blog-post-inner .is-divider {
    display: none;
}

.blog-radius .blog-post-inner .post-title {
    margin-bottom: 15px;
}
.box-blog-post .author-post{
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px 10px;
}
.get-avatar img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.blog-post-inner .post-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.blog-radius .blog-post-inner .from_the_blog_excerpt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.testimonial-box {
    padding-top: 12px;
}

.testimonial-box .col-inner {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.testimonial-box .icon-box-img .icon {
    position: absolute;
    top: -40px;
}

.testimonial-box .icon-box-img .icon img {
    border-radius: 100%;
    padding: 0;
    border: 2px solid #0056b7;
}

.testimonial-box .icon-box-text {
    padding-top: 60px;
}

.testimonial-box .icon-box-text h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.testimonial-box .icon-box-text .company {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #354150d6;
    margin-bottom: 9px;
}

.testimonial-box .star-rating {
    margin: 20px 0;
    width: 100%;
    letter-spacing: 12px;
}

.star-rating span:before {
    color: #FA9434 !important;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-box .icon-box-text .desc {
    color: #354150;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 32px;
}

.customer-logo img {
    width: 100%;
    height: 100% !important;
    border-radius: 24px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.onecredit-desc .col-inner {
    height: 300px;
    overflow: hidden;
}

.onecredit-desc .col-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgb(255 255 255 / 65%), rgb(255, 255, 255));
}

.btn-toggle-desc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    font-size: 16px;
}

.btn-toggle-desc span {
    text-decoration: underline;
}

.onecredit-desc .col-inner.show_desc {
    height: 100%;
}

.onecredit-desc .col-inner.show_desc::after {
    display: none;
}

.post-tag {
    display: inline-block;
    padding: 6px 16px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    color: #191F1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.post-tag:hover {
    background: linear-gradient(45deg, #007CB7 0%, #04A927 100%);
    color: #fff;
}

.logo-1680502638::before {
    content: 'Quét QR để tải \Aứng dụng';
    white-space: pre-line;
    position: absolute;
    opacity: 0.65;
    line-height: 1;
    font-size: 14px;
}

.logo-1680502638 .ux-logo-link {
    padding: 15px;
    margin-top: 20px;
}

.form_calculator-header .title {
    color: #001A38;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

#slider-calculator {
    margin-bottom: 20px;
}
.form_calculator-header,
.form_calculator-header, .form_calculator-bottom{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form_calculator-header .rates {
    color: #04A927;
    font-size: 24px;
    font-weight: 700;
}

.ui-widget.ui-widget-content {
    border-radius: 40px;
    background: #E9F1FD;
    border: none;
}

.ui-state-default {
    border-radius: 100%;
    background: #0055B8 !important;
    border: 3px solid #fff !important;
    filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.30)) !important;
    cursor: pointer !important;
}

.ui-widget-header {
    background: #0055B8 !important;
    border-radius: 24px;
}

.blog-single-vaytien h1 {
    color: #001A38;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.blog-single-vaytien .onecredit-accordion .accordion-inner {
    padding-top: 0;
}

.banner-1431460323 {
    border-radius: 12px;
    overflow: hidden;
}

.col-687808617 .col-inner {
    border-radius: 24px;
    background: #EFF4FB;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
}

.col-687808617 .col-inner h3 {
    color: white;

    /* Define the background gradient */
    background: linear-gradient(45deg, #007CB7 0%, #04A927 100%);

    /* Clip the background over the text */
    -webkit-background-clip: text;
    background-clip: text;

    /* Make the text transparent to show the background */
    -webkit-text-fill-color: transparent;

    font-size: 26px;
}

.col-687808617 .col-inner p {
    color: #585C5A;
    font-size: 14px;
}

.form-reg .wpcf7-form {
    padding-bottom: 30px;
}

.vaytien-fixed {
    display: none;
    padding: 30px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.06);
}

.social-author a {
    margin-right: 8px;
    color: rgb(153, 153, 153);
}

#range-calculator {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    position: relative;
}

#custom-range {
    width: 100%;
    height: 10px;
    background-color: #E9F1FD;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

#custom-thumb {
    width: 20px;
    height: 20px;
    background-color: #04A927;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    transform: translateX(-50%);
    cursor: grab;
    border: 3px solid #fff;
    filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.30));
}

#progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0da827;
    border-radius: 5px 0 0 5px;
}

.entry-author {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 20px;
}
.testimonial-box .list-star i{
    margin-right: 12px;
}
.testimonial-box .list-star{
    margin-bottom: 10px;
}
.testimonial-box h3{
    color: #001A38;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.image_1635246942{
    position: absolute;
    left: 50%;
    bottom: -160px;
    transform: translateX(-50%);
}
.button.white span{
    font-weight: 600;
    background: linear-gradient(45deg, #007CB7 0%, #04A927 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.set_gallery .gallery-col.col {
    height: 58px;
    min-width: 120px;
    border-radius: 12px;
    border: 1px solid #05a535;
    margin: 0 6px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.set_gallery > .gallery-col.col > .col-inner {
    height: 100% !important;
    display: flex;
    align-items: center;
}
.row.set_gallery {
    display: flex;
    width: calc(250px* 27);
    flex-flow: initial;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
    margin-bottom: 10px;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc(-250px * 1));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc(-250px * 1));
    }

    100% {
        transform: translateX(0);
    }
}
.row.set_gallery:nth-child(2) {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.logo-slider{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}
.logo-slider > .col-inner:before {
    left: 0;
    top: 0;
}
.logo-slider > .col-inner:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.logo-slider > .col-inner:after,
.logo-slider > .col-inner:before {
    content: "";
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.set_gallery .gallery-col.col .box-image {
    text-align: center;
}
.form-dkv-h {
    display: flex;
    margin-bottom: 15px;
}

.form-dkv-h img {
    width: 47px;
    height: 47px;
    background: #ffff;
    border-radius: 10px;
    padding: 10px;
    margin-right: 12px;
}

.form-dkv-h .text h3 {
    margin-bottom: 0;
}
.form-dkv input {
    box-shadow: none;
    border-radius: 8px;
    height: 50px;
    border: none;
    margin-bottom: 20px;
}
.flex-row .form-gruop {
    position: relative;
}
.col-1643433685 > .col-inner{
	background: linear-gradient(45deg, #007CB7 0%, #04A927 100%);
}
.accept-terms input {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
}
.accept-terms a {
    color: #fff;
    text-decoration: underline;
}
.wpcf7-form-control.wpcf7-submit, .form-dkv .btn-submit {
    width: 100%;
    margin-top: 20px;
    border-radius: 30px;
}
@media only screen and (min-width: 48em) {
    .flex-row .form-gruop {
        width: 49%;
    }
}
@media only screen and (max-width: 48em) {
    .flex-row .form-gruop {
        width: 100%;
    }
	.flex-row {
        flex-wrap: wrap;
    }
}
.form-dkv-h .text p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #999;
}
#error-birthday {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: #fff;
}