:root {
    --spacing: 100px 0;
    --space: 10px;
    --gap: 15px;
    --primary: #04a927;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #24213a;
}

p {
    color: #6a6d6c;
}

.header {
    padding: 15px 0;
}

a {
    transition: all ease 0.3s;
}

.header.fixed-top {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    padding: 5px 0;
    z-index: 9999;
}

.header .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-logo img {
    max-height: 60px;
}

.header .header-right {
    display: flex;
    align-items: center;
    gap: 26px;
}

.header .header-right .header-menu {
    display: flex;
    align-items: center;
    gap: 26px;
}

.header .header-right .header-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #354150;
}

.header .header-right .header-menu li.active a,
.header .header-right .header-menu li a:hover {
    color: var(--primary);
}

[class^="home-"] h1 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

[class^="home-"] h2 {
    font-size: 32px;
    color: #001a38;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: .5em;
}

[class^="home-"] h2 span {
    font-weight: 500;
    background-image: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

[class^="home-"] h1 span {
    background-image: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
}

.primary-btn {
    padding: 4px 20px;
    border: none;
    font-weight: 500;
    text-transform: initial;
    box-shadow: none;
    background-image: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    color: #fff;
    border-radius: 99px;
    font-size: 16px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.4s;
}

.primary-btn:hover {
    filter: brightness(1.1);
}

.home-first {
    padding: 60px 0;
}

.home-first h1 {
    margin-bottom: .5em;
}

.home-first strong {
    font-size: 150%;
}

.home-first span {
    font-weight: 400;
    margin-bottom: 1.3em;
}

.home-first .form-calculator {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .1);
    padding: 40px;
    color: #354150;
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}

.home-first .form-calculator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 233px;
    height: 233px;
    filter: blur(237px);
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    z-index: -1;
}

.home-first .form-calculator strong {
    color: var(--primary);
}

/* .home-first .form-calculator .vuta-input {
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    box-shadow: none;
    padding: 14px 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
} */

.home-first .form-calculator .primary-btn {
    width: 100%;
    cursor: pointer;
}

.home-first .line {
    flex: 1;
    height: 1px;
    margin: 0 10px;
    border-bottom: 1px dashed #000;
    margin-bottom: 1.2em;
}

.home-first .form-calculator .d-flex {
    align-items: center;
}

.home-first .form-calculator p,
.home-first .form-calculator span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.home-first .form-calculator .privacy-policy {
    font-size: 13px;
}

.home-first .form-calculator .privacy-policy a {
    text-decoration: underline;
    color: var(--primary);
    font-weight: 500;
}

.app {
    text-align: center;

}

.app i {
    color: #f8a401;

}

.app .box-img {
    margin-bottom: 15px;
}

.home-second {
    padding: 40px 0;
}

.home-second h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.6em;
}

.home-second .step-item {
    text-align: center;
}

.home-second .box-step {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    position: relative;
    background-color: rgba(4, 169, 39, .08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.home-second .box-step:hover {
    background-image: linear-gradient(to right bottom, #ffce06 -9.92%, #04a927 100%);
    padding: 4px;
}

.home-second .box-step:hover .box-icon {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-second .box-step img {
    display: none;
}

.home-second .box-step:hover img {
    display: block;
}

.home-second .box-step span {
    font-size: 48px;
    font-weight: 600;
    color: #04a927;
}

.home-second .box-step:hover span {
    display: none;
}

.home-second .box-content h4 {
    font-size: 1.25em;
    color: #24213a;
    margin-bottom: .5em;
    font-weight: 500;
}

.home-third {
    padding: 20px 0;
}

.home-third .box-img {
    position: relative;
}

.home-third .box-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 233px;
    height: 233px;
    filter: blur(237px);
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    z-index: -1;
}

.home-third .vuta-row {
    align-items: center;
}

.home-third .box-content {
    position: relative;
}

.home-third .list-check li {
    line-height: 2.5rem;
}

.home-third .list-check {
    margin-bottom: 30px;
}

.home-third .list-check li i {
    color: var(--primary);
    margin-right: 5px;
}

.home-third .box-absolute {
    position: absolute;
    right: 0;
    top: -60px;
}

.home-fouth {
    padding: 30px 0;
}

.home-fouth h2 {
    margin-bottom: 50px;
}

.home-fouth .item {
    height: 260px;
    border-radius: 16px;
    border: 1px double transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.home-fouth .item .benefit-item {
    padding: 20px;
}

.home-fouth .item .benefit-item .icon {
    margin-bottom: 1.3em;
}

.home-fouth .item .benefit-item h4 {
    font-size: 1.25em;
    margin-bottom: .5em;
}

.home-fouth .item:hover {
    color: #fff;
    border: 1px solid #ffce06;
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
}

.home-fouth .item:hover p {
    color: #fff;
}

.home-fouth .item:hover img {
    filter: brightness(0) invert(1);
}

.benefit-slider {
    margin: 0 -15px;
}

.benefit-slider .item {
    margin: 0 15px;
}

.feedback {
    padding: 60px 0 40px;
}

.feedback h2 {
    margin-bottom: 50px;
}

.feedback-content {
    background-color: rgb(246, 247, 249);
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.feedback .vuta-row {
    align-items: center;
}

.box-feedback {
    position: relative;
}

.box-feedback::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 233px;
    height: 233px;
    filter: blur(237px);
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
}

.box-feedback .box-img {
    width: 74%;
    margin: auto;
}

.box-feedback .feedback-item .box-head {
    display: flex;
    margin-bottom: 15px;
}

.box-feedback .feedback-item .box-head h4 {
    font-size: 24px;
}

.box-feedback .feedback-item .box-head .avatar {
    border-radius: 50%;
    margin-right: 15px;
    height: 100px;
    overflow: hidden;
    width: 100px;
}

.box-feedback .feedback-item {
    padding: 0 15px;
}

.home-sixth {
    padding: 40px 0;
}

.home-sixth h2 {
    text-align: center;
    margin-bottom: 50px;
}

.home-sixth .info-item {
    border: 1px double transparent;
    border-radius: 20px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.home-sixth .info-item .box {
    padding: 30px;
}

.home-sixth .info-item .box .icon {
    margin-bottom: 1em;
}

.home-sixth .info-item .box h4 {
    font-size: 1.25em;
    margin-bottom: .5em;
}

.home-sixth .box-info {
    margin: 30px 0;
}

.home-sixth .box-info p {
    color: #333;
}

.home-sixth .info-item .box p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    color: #24213a;
}

.home-seventh {
    position: relative;
}

.home-seventh::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 233px;
    height: 233px;
    filter: blur(237px);
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
}

.home-seventh .partner h2 {
    text-align: center;
    margin-bottom: 50px;
}

.home-seventh .partner .partner-slider .item img {
    display: block;
    width: 100%;
    height: 100% !important;
    border-radius: 24px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}

.home-seventh .partner .partner-slider .item {
    margin: 0 10px;
}

.home-seventh .partner .partner-slider {
    margin: 0 -10px;
}

.home-seventh .faq {
    padding: 40px 0;
}

.home-seventh .faq h2 {
    text-align: center;
    margin-bottom: 50px;
}

.home-seventh .faq .box-faq {
    max-width: 900px;
    margin: 0 auto;
}

.home-seventh .faq .box-faq .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    font-weight: 400;
    padding: 20px;
    border-radius: 8px;
}

.home-seventh .faq .box-faq li.active .link {
    color: #04a927;
    background-color: rgba(0, 0, 0, .03);
}

.home-seventh .faq .box-faq li i {
    webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.home-seventh .faq .box-faq li.active i {
    webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all ease 0.4s
}

.home-seventh .faq .box-faq li.active a {
    color: #04a927;
}

.home-seventh .faq .box-faq .link a {
    color: #333;
    font-size: 18px;
}

.home-seventh .faq .box-faq .hidden-content {
    padding: 1em 2.3em;
}

.home-seventh .faq .box-faq .hidden-content p {
    color: #333;
    font-size: 16px;
}

.home-seventh .faq .box-faq li {
    margin-bottom: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 2.83px 0px 0px 0px #04a927 inset, 0px .37798px 0px 0px #04a927;
}

.home-seventh .home-detail {
    padding: 40px 0;
}

.home-seventh .home-detail .box-home-detail {
    height: 500px;
    overflow-y: scroll;
}

.home-seventh .home-detail .box-home-detail h2 {
    font-size: 1.4em;
    color: #24213a;
    line-height: 1.3;
}

.home-seventh .home-detail .box-home-detail h3 {
    font-size: 1.25em;
    color: #24213a;
    margin-bottom: .5em;
}

.home-seventh .home-detail .box-home-detail ul {
    padding-left: 15px;
}

.home-seventh .home-detail .box-home-detail ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.home-seventh .home-detail .box-home-detail table tr,
.home-seventh .home-detail .box-home-detail table td {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left;
}

.home-seventh .home-detail .box-home-detail p {
    font-size: 16px;
    color: #333;
}

.home-seventh .home-tag {
    padding: 40px 0;
}

.home-seventh .home-tag .list-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-seventh .home-tag .list-tag li a {
    font-weight: 500;
    color: #333;
    border-radius: 10px;
    border: 1px solid #666;
    padding: 3px 20px 0 20px;
    height: 38px;
    display: inline-flex;
}

.home-seventh .home-tag .list-tag li a:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.box-video {
    position: relative;
    height: 500px;
}

.home-video iframe {
    height: 100% !important;
}

.home-video {
    position: relative;
}

.home-video::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 8px;
    opacity: .2;
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    top: -18px;
    left: -18px;
}

.home-video::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 8px;
    opacity: .2;
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    right: -18px;
    bottom: -18px;
    z-index: -1;
}

.footer .footer-top {
    background: linear-gradient(90deg, #ffce06 -9.92%, #04a927 100%);
    padding-top: 50px;
}

.footer .footer-top .vuta-row {
    justify-content: center;
}

.footer .footer-top h2 {
    color: #fff;
    margin-bottom: 0.5em;
    font-weight: 400;
}

.footer .footer-top span {
    color: #fff;
}

.footer-mid {
    padding: 50px 0 20px;
}

.footer-mid li {
    margin-bottom: 5px;
    line-height: 2rem;
}

.footer-mid h3 {
    margin-bottom: 0.5em;
}

.footer-mid .footer-logo img {
    height: 50px;
}

.footer-mid .list-info li {
    display: flex;
    gap: 10px;
}

.footer-mid li p,
.footer-mid li a {
    color: #333;
    margin-bottom: 0;
}

.footer-mid li a:hover {
    color: var(--primary);
}

.footer-mid .list-info li i {
    margin-top: 5px;
    color: var(--primary);
}

.footer-mid .list-info {
    margin-top: 25px;
}

.footer-mid .footer-contact {
    display: flex;
    gap: 15px;
    color: var(--primary);
}

.footer-mid .footer-contact ul {
    display: flex;
    gap: 15px;
}

.footer-mid .footer-contact ul li a {
    color: var(--primary);
}

.footer-copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

.footer-copyright a {
    font-weight: 600;
    color: var(--primary);
}

.slick-arrow {
    width: 36px;
    height: 36px;
    border: 0.766667px solid #a8a8a8;
    border-radius: 6px;
    bottom: -45px;
    top: unset;
    transform: translate(0);
}

.slick-arrow::before {
    color: var(--primary);
    font-size: 14px;
}

.slick-arrow.slick-next {
    left: 65px;
    right: unset;
}

.slick-arrow.slick-prev {
    left: 15px;
    right: unset;
}

.partner-slider .slick-arrow {
    top: 50%;
    bottom: unset;
    transform: translateX(-50%);
}

.partner-slider .slick-arrow.slick-next {
    right: -60px;
    left: unset;
}

.partner-slider .slick-arrow.slick-prev {
    left: -20px;
}



#menu #list_menu .dropdown .link>a {
    font-size: 16px;
}

.overlay .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
    font-weight: 700;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .fadeindown {
        animation: unset;
    }
}

#menu {
    position: fixed;
    z-index: 99999;
}

#menu #list_menu .sub-menu>li>a {
    display: block;
    padding: 8px 15px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 70px;
    height: 40px;
    width: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all ease 0.4s;
    justify-content: center;
    z-index: 9999;
    display: none;
}

.back-to-top.active {
    display: flex;
}

.mobile-cart {
    display: none;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 50%;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 120px;
    height: 40px;
}

@media screen and (max-width: 1200px) {
    .mobile-cart {
        display: flex;
    }
}

.mobile-cart i {
    position: absolute;
    top: 8px;
    left: 8px;
}

.mobile-cart .count {
    position: absolute;
    top: -2px;
    background: #f9b115;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 3px;
    height: 12px;
    width: 12px;
}

#button-contact-vr {
    position: fixed;
    bottom: 50px;
    z-index: 99999;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}




#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

.header-mobile {
    display: none;
}

.header-mobile span {
    background: var(--primary);
    height: 2px;
    width: 26px;
    display: block;
    margin-bottom: 8px;
}

/* section {
    overflow: hidden;
  } */
.header-mobile span:last-child {
    margin-bottom: 0;
}

@media(max-width:1200px) {
    .header-mobile {
        display: block;
    }

    .header .header-right .header-menu {
        display: none;
    }

    #menu #list_menu .dropdown .link:hover>a {
        background: var(--primary);
        color: #fff;
    }
}

@media(max-width:996px) {
    .home-first .form-calculator {
        margin-top: 20px;
    }

    .home-first {
        padding-bottom: 20px;
    }

    [class^="home-"] h2 {
        margin-bottom: 10px !important;
    }

    .home-sixth .info-item {
        margin-bottom: 15px;
    }

    .home-sixth .box-info {
        margin: 10px 0;
    }

    .footer .footer-top .box-img img {
        width: auto;
        margin: 0 auto;
    }

    .footer .footer-top .box-img {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-mid {
        padding: 20px 0;
    }

    .home-seventh .partner h2 {
        margin-bottom: 30px !important;
    }

    .home-seventh .home-detail .box-home-detail {
        margin-top: 40px;
    }

    .home-seventh .home-detail {
        overflow: hidden;
    }
}

@media (max-width:575px) {
    .header .header-right {
        display: none;
    }

    .header .header-logo img {
        max-height: 40px;
    }

    [class^="home-"] h1 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
    }

    .home-first {
        padding-top: 20px;
    }

    [class^="home-"] h2 {
        font-size: 24px;
    }

    .benefit-slider {
        margin: 0;
    }

    .benefit-slider .item {
        margin: 0;
    }

    .header-mobile {
        order: 2;
    }
}