﻿.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .row > [class*=col-] {
        padding: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

@media (max-width: 767px) {
    .container {
        padding-inline: 16px;
    }
}

a:hover {
    text-decoration: none !important;
}

:root {
    --layout-width: 1170px;
    --box-width: calc(var(--layout-width) * 249 / 966);
    --bg-width: calc(var(--layout-width) * 259 / 966);
    --spacebg-image: calc((var(--layout-width) - (var(--box-width) * 3)) / 2);
    --spaceminus: calc((var(--bg-width) - var(--spacebg-image)) / 2);
}

@media (max-width: 991px) {
    .hidden-991 {
        display: none;
    }
}

@media (max-width: 991px) {
    .bg-mobile-menu {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
        z-index: 51;
        height: 100dvh;
        background: #00000040;
        display: none;
    }
}

@media (max-width: 991px) {
    .open-menu .bg-mobile-menu {
        display: block;
    }

    .open-menu .content-MenuMobile {
        transform: translateX(0);
        z-index: 52;
    }
}

.home__section {
    line-height: 1.4;
}

    .home__section.section-solution {
        padding: 40px 0;
    }

@media (max-width: 991px) {
    .home__section.section-solution .section-content > div:last-child .home__ss-box {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .home__section.section-solution {
        padding: 32px 0;
    }
}

.home__section.section-features {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .home__section.section-features {
        padding-bottom: 32px;
    }
}

.home__section.section-start {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .home__section.section-start {
        padding: 32px 0;
    }
}

.home__section.section-whychoice {
    padding: 40px 0;
    background: #F7F9FF;
}

@media (max-width: 767px) {
    .home__section.section-whychoice {
        padding: 32px 0;
    }
}

.home__section.section-whychoice .section-title {
    margin-bottom: 12px;
}

.home__section.section-whychoice .section-note {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292E35;
}

@media (max-width: 767px) {
    .home__section.section-whychoice .section-note {
        margin-bottom: 32px;
    }
}

.home__section.section-whychoice .section-content {
    display: flex;
    flex-wrap: wrap;
}

.home__section.section-experience {
    padding-bottom: 40px;
}

.home__section .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #002249;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .home__section .section-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

.home__banner {
    padding: 52px 0;
    min-height: 472px;
    display: flex;
    align-items: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .home__banner {
        background-position-x: 70%;
    }
}

@media (max-width: 991px) {
    .home__banner {
        padding-bottom: 0;
        background: linear-gradient(110.35deg, #C5EEFF 0%, #A6E7FF 100%) !important;
    }

        .home__banner .container {
            padding: 0;
        }
}

@media (max-width: 767px) {
    .home__banner {
        padding-top: 16px;
    }
}

.home__banner .banner-mb {
    display: none;
}

@media (max-width: 991px) {
    .home__banner .banner-mb {
        display: block;
    }
}

.home__banner .banner-mb img {
    width: 100%;
}

.home__banner .content {
    width: 50%;
}

@media (max-width: 991px) {
    .home__banner .content {
        width: 100%;
        padding: 0 1.6rem;
    }
}

@media (max-width: 767px) {
    .home__banner .content {
        padding: 0 46px;
        text-align: center;
        padding-bottom: 16px;
    }
}

.home__banner .title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 8px;
    color: #00446D;
}

@media (max-width: 767px) {
    .home__banner .title {
        font-size: 28px;
    }
}

.home__banner .note {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    color: #348F50;
}

@media (max-width: 767px) {
    .home__banner .note {
        font-size: 16px;
    }
}

.home__banner .text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px;
    color: #292E35;
}

@media (max-width: 767px) {
    .home__banner .text {
        margin-bottom: 16px;
        text-align: left;
    }
}

.home__banner .btn-ac {
    background: linear-gradient(90deg, #00446D 0%, #0084D3 100%);
    display: inline-flex;
    padding: 8px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    gap: 16px;
    color: #fff;
    padding-left: 16px;
    align-items: center;
    transition: all 0.3s;
}

    .home__banner .btn-ac:hover {
        text-decoration: none !important;
        background: linear-gradient(90deg, #0065A2 0%, #0065A2 100%);
        color: #fff !important;
    }

@media (max-width: 767px) {
    .home__banner .btn-ac {
        width: 196px;
        padding: 4px;
        font-size: 14px;
        padding-left: 16px;
        justify-content: space-between;
    }
}

.home__banner .btn-ac .icon {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .home__banner .btn-ac .icon {
        width: 32px;
        height: 32px;
    }
}

.home__ss-box {
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(114.37deg, #EEF9FF 60.1%, #F3FBF0 100%);
}

@media (max-width: 1200px) {
    .home__ss-box {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .home__ss-box {
        padding: 16px;
    }
}

.home__ss-box .box-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #002249;
}

@media (max-width: 767px) {
    .home__ss-box .box-title {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.home__ss-box .box-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .home__ss-box .box-list .item {
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #292E35;
    }

@media (max-width: 767px) {
    .home__ss-box .box-list .item {
        font-size: 14px;
    }
}

.home__ss-box .box-list .item .icon {
    margin-right: 8px;
}

.home__sf-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 767px) {
    .home__sf-layout {
        gap: 16px;
    }
}

.home__sf-box {
    width: calc(33.33% - 20px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 80px 0px #00295714;
    padding: 24px;
    text-align: center;
}

@media (max-width: 991px) {
    .home__sf-box {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .home__sf-box {
        width: 100%;
        padding: 16px;
    }
}

.home__sf-box .box-image {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 72px;
    height: 72px;
}

@media (max-width: 767px) {
    .home__sf-box .box-image {
        margin-bottom: 16px;
    }
}

.home__sf-box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__sf-box .box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 8px;
    color: #002249;
}

.home__sf-box .box-note {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #292E35;
}

.home__sw-box {
    width: 50%;
}

@media (max-width: 991px) {
    .home__sw-box {
        width: 100%;
        margin-bottom: 24px;
    }
}

.home__sw-box:first-child .item {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (max-width: 991px) {
    .home__sw-box:last-child {
        margin-bottom: 0;
    }
}

.home__sw-box:last-child .item {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 2px solid #348F50;
}

.home__sw-box .box-title {
    margin-bottom: 24px;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #002249;
}

    .home__sw-box .box-title img {
        max-width: 153px;
    }

.home__sw-box .box-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home__sw-box .item {
    background: linear-gradient(90deg, rgba(0, 68, 109, 0.04) 50%, rgba(0, 68, 109, 0.04) 100%);
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #002249;
}

.home__sstart-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}

@media (max-width: 991px) {
    .home__sstart-layout {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .home__sstart-layout {
        gap: 24px;
    }
}

.home__sstart-layout:before {
    content: "";
    background-image: url(/local-images/subtract.png), url(/local-images/subtract.png);
    background-repeat: no-repeat, no-repeat;
    background-size: var(--bg-width) auto;
    background-position-x: calc(var(--box-width) - var(--spaceminus)), calc((var(--box-width) * 2 + var(--spacebg-image)) - var(--spaceminus));
    background-position-y: center, center;
    position: absolute;
    width: 100%;
    height: var(--box-width);
}

@media (max-width: 1200px) {
    .home__sstart-layout:before {
        display: none;
    }
}

.home__sstart-box {
    width: var(--box-width);
    text-align: center;
}

@media (max-width: 767px) {
    .home__sstart-box {
        width: 289px;
        display: flex;
        flex-direction: column;
    }
}

.home__sstart-box .box-image {
    border: 2px solid #00446D;
    box-shadow: 0px 4px 80px 0px #00295714;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background: #fff;
}

@media (max-width: 767px) {
    .home__sstart-box .box-image {
        width: 249px;
        order: 3;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

.home__sstart-box .box-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #002249;
}

.home__sstart-box .box-note {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292E35;
}

.home__se-layout {
    background: linear-gradient(90deg, #00446D 0%, #0084D3 100%);
    border-radius: 16px;
    padding: 1px;
}

    .home__se-layout .box {
        display: flex;
        gap: 28px;
        border-radius: 16px;
        background: #fff;
        padding: 24px;
        align-items: center;
    }

@media (max-width: 991px) {
    .home__se-layout .box {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .home__se-layout .box {
        padding: 16px;
        gap: 16px;
    }
}

.home__se-layout .box .content {
    flex-grow: 1;
}

.home__se-layout .box .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 12px;
    color: #002249;
}

@media (max-width: 767px) {
    .home__se-layout .box .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

.home__se-layout .box .note {
    font-weight: 400;
    font-size: 18px;
    color: #292E35;
}

@media (max-width: 767px) {
    .home__se-layout .box .note {
        font-size: 16px;
    }
}

.home__se-layout .box .btn-ac {
    background: linear-gradient(90deg, #00446D 0%, #0084D3 100%);
    display: flex;
    padding: 8px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    gap: 16px;
    color: #fff;
    padding-left: 16px;
    align-items: center;
}

    .home__se-layout .box .btn-ac:hover {
        text-decoration: none !important;
        background: linear-gradient(90deg, #0065A2 0%, #0065A2 100%);
        color: #fff !important;
    }

@media (max-width: 767px) {
    .home__se-layout .box .btn-ac {
        width: 196px;
        padding: 4px;
        font-size: 14px;
        padding-left: 16px;
        justify-content: space-between;
    }
}

.home__se-layout .box .btn-ac .icon {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .home__se-layout .box .btn-ac .icon {
        width: 32px;
        height: 32px;
    }
}

.home__footer {
    background: #F7F9FF;
    padding-top: 32px;
}

    .home__footer .box-top {
        margin-bottom: 32px;
    }

@media (max-width: 767px) {
    .home__footer .box-top {
        margin-bottom: 16px;
    }
}

.home__footer .box-top .row {
    display: flex;
    align-items: center;
}

.home__footer .box-top .logo {
    display: flex;
    flex-direction: column;
    margin-right: 43px;
}

@media (max-width: 991px) {
    .home__footer .box-top .logo {
        margin-bottom: 16px;
    }
}

.home__footer .box-top .logo img {
    width: 176px;
    margin-bottom: 4px;
}

.home__footer .box-top .logo span {
    font-weight: 600;
    font-size: 10px;
    color: #00446D;
}

.home__footer .box-top .text span {
    font-weight: 600;
    font-size: 16px;
    color: #005D8C;
}

@media (max-width: 991px) {
    .home__footer .box-top .text span {
        display: block;
    }
}

.home__footer .box-middle {
    padding-bottom: 16px;
    border-bottom: 1px solid #00446D;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .home__footer .box-middle {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .home__footer .box-middle .box {
        margin-bottom: 16px;
    }
}

.home__footer .box-middle .box .title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #00446D;
}

.home__footer .box-middle .box .line {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

    .home__footer .box-middle .box .line:last-child {
        margin-bottom: 0;
    }

    .home__footer .box-middle .box .line .text {
        font-weight: 400;
        font-size: 16px;
        color: #00446D;
    }

.home__footer .box-middle .box .nav-link {
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    color: #00446D;
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

    .home__footer .box-middle .box .nav-link:last-child {
        margin-bottom: 0;
    }

.home__footer .box-bottom {
    padding-bottom: 16px;
    border-bottom: 1px solid #00446D;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .home__footer .box-bottom {
        padding-bottom: 0;
    }
}

.home__footer .box-bottom .box {
    margin-bottom: 30px;
}

    .home__footer .box-bottom .box:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .home__footer .box-bottom .box {
        margin-bottom: 16px !important;
    }
}

.home__footer .box-bottom .box .title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #00446D;
}

.home__footer .box-bottom .box .line {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

    .home__footer .box-bottom .box .line:last-child {
        margin-bottom: 0;
    }

    .home__footer .box-bottom .box .line.title .text {
        font-weight: 700;
    }

    .home__footer .box-bottom .box .line .text {
        font-weight: 400;
        font-size: 16px;
        color: #00446D;
    }

    .home__footer .box-bottom .box .line b {
        color: #00446D;
    }

.home__footer .coppy-right {
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #00446D;
}

.support-phone {
    width: 54px;
    height: 54px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    box-shadow: 0px 4px 4px 0px #0029571A;
    background: #00446D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

    .support-phone:hover {
        background: #0065A2;
    }

#backToTop {
    position: fixed;
    bottom: 132px;
    right: 24px;
    border: 1px solid #00446D;
    border-radius: 50%;
    display: none;
    overflow: hidden;
}

.back-top {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

    .back-top:hover {
        background: #00446D;
    }

        .back-top:hover svg,
        .back-top:hover path {
            stroke: #fff;
        }
