.home-top {
    background-image: url("../../img/bg1.jpg");
    width: 100%;
    object-fit: contain;
    padding:1.875rem 0;
}

.home-top-left-slogan {
    display: flex;
    align-items: flex-end;
}

.home-top-left span {
    color: var(--header-text-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height:1.875rem;
}

.line-bar-small {
    width:1.875rem;
    height: 3px;
    background-color: #01B3F9;
    border-radius: 5px;
    float: unset;
}

.home-top-left-header {
    font-size:1.875rem;
    color: #13287E;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-top-left {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap:1.875rem
}

.home-top-left-desc {
    color: var(--text-color-normal);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height:1.875rem;
}

.home-top-left .btn-i {
    width: 12.5rem;
}

.home-top-body {
    display: flex;
}

.home-top-right img {
    width: 28rem;
}

.home-about {
    width: 100%;
    margin-top:3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-bg {
    padding:3.125rem 0.625rem 11.25rem 0.625rem;
    border-radius:30px 30px 0px 0px;
    background: linear-gradient(180deg, #B0C6E6 0%, rgba(231, 229, 238, 0.70) 78.6%);
}

.about-left {
    display: flex;
    gap: 1.25rem
}

.about-left img {
    width: 6.25rem;
    height: 6.25rem;
}

.about-left-title {
    color: var(--header-text-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height:1.875rem;
}

.about-left-desc {
    color: #13287E;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
}

.about-right p {
    color: var(--text-color-normal);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.about-img {
    position: absolute;
    padding: 0.625rem;
    width: 100%;
    display: flex;
    justify-content: center;
    gap:1.875rem;
    top: 20rem
}

.about-img img {
    width:9.375rem;
    object-fit: contain;
}

.about-position {
    position: relative;
    margin-bottom:9.375rem;
}

.home-service-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-des {
    color: var(--text-color-normal);
    text-align: center;
    font-size:0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.service-header {
    color: #13287E;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}

.service-subtitle {
    color: var(--header-text-color);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.service-bottom {
    margin-top: 2.5rem;
    margin-bottom: 95px;
}

.service {
    height: 16.25rem;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 26, 132, 0.15);
}

.service-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.375rem;
    height: 3.375rem;
    flex-shrink: 0;
    border-radius: 6px 0px 30px 0px;
    background: linear-gradient(180deg, #015BEA 0%, #01B3F9 100%);
}

.service:hover {
    border: 2px solid #81ABFF;
}

.service-count span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.service-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.625rem 1.25rem 0.625rem;
    gap: 5px
}

.service-body img {
    width:3.125rem;
}

.service-body .service-body-center {
    color: #13287E;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
}

.service-body .service-body-bottom {
    color: #414141;
    text-align: center;
    font-size:0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

.home-goal {
    background-image: url("../../img/bg2.png");
    width: 100%;
    object-fit: contain;
    height: 28.125rem;
    padding:3.125rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-bottom: 12.5rem;
}

.home-goal-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.goal-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    line-height:1.875rem;
}

.goal-des {
    color: #FFF;
    text-align: center;
    font-size:0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5rem;
}

.goal-position {
    position: relative;
}

.goal-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12.5rem;
    width: 100%;
    object-fit: contain;
}

.goal-img img {
    width: 75%;
}

.partner-img {
    width: 11.25rem;
    height: 4.375rem;
    background: #F2F5FB;
    border-radius: 10px;
    padding: 0.625rem;
}

.partner {
    display: flex;
    flex-direction: column;
    gap:1.875rem;
    margin-bottom: 5rem;
}

.home-contact {
    background-image: url(../../img/bg4.jpg);
    padding-top:1.875rem;
    padding-bottom:3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-title {
    color: #13287E;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height:1.875rem;
}

.contact-desc {
    color: var(--text-color-normal);
    text-align: center;
    font-size:0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.contact-left {
    width: 100%;
    height: 100%;
    background-image: url(../../img/bg3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    color: #fff;
    text-align: center;
    padding: 5.625rem 0.625rem;
    border-radius: 30px;
}

.contact-left .contact-left-logo {
    width: 12.5rem;
    object-fit: contain;
}

.contact-bottom {
    margin-top: 2.5rem;
}

.contact-right {
    padding: 1.25rem 2.5rem;
    background-color: #fff;
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem
}

.contact-right:hover {
    border: 2px solid #81ABFF;
}

.contact-left-title {
    width: 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height:1.875rem;
}

.contact-left-subtitle {
    font-size: 1rem;
    line-height:1.875rem;
}

.contact-input {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-input label {
    font-size:0.875rem;
}

.contact-input input {
    font-size:0.875rem;
    padding-left: 0.625rem;
    border-radius: 10px;
    border: 1px solid rgba(129, 171, 255, 0.71);
    background: #FAFDFF;
    height: 2.5rem;
}

.contact-input input:hover {
    border: 1px solid #015BEA;
}

.contact-input .contact-message {
    height: 11.25rem;
}

.contact-right .btn-i {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 0.625rem;
}

@media screen and (min-width: 769px)and (max-width: 1039px) {
    .home-top-left-slogan span {
        width: 100%;
        font-size: 17px;
        line-height: 1.5rem;
    }

    .line-bar-small {
        width: 25px;
        height: 3px;
        background-color: #01B3F9;
        border-radius: 5px;
        float: unset;
    }

    .home-top-left-header {
        font-size: 36px;
    }

    .home-top-right img {
        width: 25rem;
        object-fit: contain;
    }

    .home-top-left-desc {
        font-size:0.875rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    .home-top {
        width: 100%;
        object-fit: contain;
        height: 4729.4rem;
        padding:3.125rem 0;
    }

    .about-position {
        margin-bottom:9.375rem;
    }

    .about-left img {
        width: 6.25rem;
        height: 6.25rem;
    }

    .about-left-desc {
        font-size: 1.25rem;
        line-height:1.875rem;
    }

    .about-left-title {
        font-size: 1.125rem;
    }

    .about-right p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .about-img img {
        width:9.375rem;
    }

    .about-img {
        top: 18.75rem;
    }

    .home-about-bg {
        padding-top: 2.5rem;
    }

    .service-subtitle {
        font-size: 1.125rem;
    }

    .service-header {
        font-size: 1.625rem;
    }

    .service-des {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .service-body img {
        width:3.125rem;
    }

    .service-body .service-body-center {
        font-size: 15px;
        line-height: 1.25rem;
    }

    .service-body .service-body-bottom {
        font-size:0.875rem;
        line-height: 1.25rem;
    }

    .service-body {
        gap:0.5rem
    }

    .service-bottom {
        margin-top:1.875rem;
        margin-bottom:3.75rem;
    }

    .goal-subtitle {
        font-size: 1.625rem;
    }

    .goal-des {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .home-goal {
        height:21.875rem;
        padding:3.125rem 0;
    }

    .home-goal-title {
        gap: 0
    }

    .goal-img img {
        width: 60%;
    }

    .goal-img {
        top:9.375rem
    }

    .home-goal {
        margin-bottom:9.375rem;
    }

    .partner-img {
        width: 11.25rem;
        height: 4.375rem;
    }

    .contact-title {
        font-size: 1.625rem;
    }

    .contact-desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .contact-left {
        height: 440px;
        background-size: contain;
        gap: 15px;
    }

    .contact-left .contact-left-logo {
        width: 12.5rem;
    }

    .contact-left-title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .contact-input input {
        height: 2.5rem;
        border-radius: 10px;
    }

    .contact-input .contact-message {
        height: 6.25rem;
    }

    .contact-right {
        height: 440px;
        padding: 0.625rem 1.25rem;
        gap: 5px
    }

    .contact-right .btn-i img {
        width: 1.25rem;
        height: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    .home-top{
        padding: 0;
    }
    .home-top-body {
        display: flex;
        flex-direction: column;
        margin-top: 4.375rem;
    }

    .line-bar-small {
        width: 1.25rem;
    }

    .home-top-left span {
        font-size:0.875rem;
        line-height: 1.25rem;
    }

    .home-top-left-header {
        font-size: 1.5rem;
    }

    .home-top-left-desc {
        font-size:0.875rem;
        line-height: 1.5rem;
    }

    .home-top-left {
        gap: 1.25rem
    }

    .home-top-right {
        width: 100%;
        text-align: center;
    }

    .home-top-right img {
        width: 300px;
    }

    .about-left img {
        width:3.75rem;
        height:3.75rem;
    }

    .about-left-title {
        font-size: 1.25rem;
    }

    .about-left-desc {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .about-right p {
        font-size:0.875rem;
        line-height: 1.25rem;
    }

    .home-about-bg {
        width: 100%;
        padding:1.875rem 1.25rem 1.875rem 1.25rem;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap:1.875rem
    }
    .about-right{
        width: 100%;
    }
    .about-img img {
        width: 30%;
        object-fit: contain;

    }

    .about-img {
        position: relative;
        ;
        display: flex;
        flex-wrap: wrap;
        top: 0
    }

    .about-position {
        margin-bottom:3.75rem;
        padding-bottom:1.875rem;
        border-radius:30px 30px 0px 0px;
        background: linear-gradient(180deg, #B0C6E6 0%, rgba(231, 229, 238, 0.70) 78.6%);
    }
    .home-service .container {
        padding: 0 1.25rem;
    }
    .service{
        margin-bottom: 1.25rem;
        width: 80%;
        margin-left: 10%;
    }
    .service-body{
        gap: 0.625rem
    }
    .home-goal{
        margin-bottom: 6.25rem;
        padding:1.875rem 0;
    }
    .goal-img img {
        width: 100%;
    }
    .goal-img{
        top: 12.5rem
    }
    .partner .col-md-2{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.25rem;
    }
    .contact-left {
        padding:1.875rem 0.625rem;
        flex-wrap: wrap;
    }
    .home-contact .container{
        padding: 0 1.25rem;
    }
    .contact-bottom{
        gap:1.875rem
    }
    
    .contact-left-title {
        font-size: 1rem;
        line-height:1.875rem;
    }
    .contact-left-subtitle {
        font-size:0.875rem;
        line-height: 1.5rem;
    }
    .home .col-md-5{
        max-width: 90%;
        flex: 0 0 90%;
        margin-left: 5%;
    }
    .home .col-md-7{
        max-width: 90%;
        flex: 0 0 90%;
        margin-left: 5%;
    }
    .home .col-md-3{
        max-width: 90% !important;
        flex: 0 0 90%;
        margin-left: 5%;
    }
    .home .partnerItem .col-md-2{
        max-width: 50%;
        flex: 0 0 50%; 
    }
}

@media screen and (min-width: 1440px) {
    .home-top {
        padding: 6.25rem 0;
    }

    .home-top-left span {
        font-size: 1.5rem;
        line-height:1.875rem;
    }

    .line-bar-small {
        width: 43px;
    }

    .home-top-left-header {
        font-size: 2.875rem;
        line-height: normal;
    }

    .home-top-left {
        gap:1.875rem
    }

    .home-top-right img {
        width: 35,7rem;
    }

    .home-about {
        margin-top: 5rem;
    }

    .about-left img {
        width: 8.125rem;
        height: 8.125rem;
    }

    .about-left-title {
        font-size: 1.25rem;
        line-height:1.875rem;
    }

    .about-left-desc {
        font-size: 1.5rem;
        line-height: 2.375rem;
    }

    .about-right p {
        font-size: 1.125rem;
        line-height: 25px;
    }

    .about-img {
        top: 18.75rem
    }

    .about-img img {
        width: 15rem;
        object-fit: contain;
    }

    .about-position {
        position: relative;
        width: 100%;
        margin-bottom: 15,625rem;
    }

    .service-des {
        font-size: 1.125rem;
        line-height:1.875rem;
    }

    .service-header {
        font-size:1.875rem;
        line-height:1.875rem;
    }

    .service-subtitle {
        font-size: 1.25rem;
        line-height:1.875rem;
    }

    .service-bottom {
        margin-top: 2.5rem;
        margin-bottom: 6rem;
    }

    .service {
        height: 16.25rem;
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 26, 132, 0.15);
    }

    .service-body img {
        width: 4.375rem;
        object-fit: contain;
    }

    .service-body .service-body-center {
        font-size: 1.25rem;
        line-height:1.875rem;
    }

    .service-body .service-body-bottom {
        line-height: 1.5rem;
    }

    .home-goal {
        height: 600px;
        padding: 11.25rem 0;
        margin-bottom: 15rem;
    }

    .home-goal-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .goal-subtitle {
        font-size: 2.5rem;
        line-height:1.875rem;
    }

    .goal-des {
        font-size: 1rem;
        line-height: 2rem;
    }

    .goal-img {
        top: 12.5rem;
        width: 100%;
        object-fit: contain;
    }

    .goal-img img {
        width: 100%;
    }

    .partner-img {
        width: 170px;
        height: 6.25rem;
    }

    .home-contact {
        padding-top:3.75rem;
        padding-bottom:3.75rem;
    }

    .contact-title {
        font-size:1.875rem;
    }

    .contact-desc {
        font-size: 1.125rem;
        line-height:1.875rem;
    }

    .contact-left {
        height: 635px;
    }

    .contact-left .contact-left-logo {
        width: 18.75rem;
        object-fit: contain;
    }

    .contact-bottom {
        margin-top: 2.5rem;
    }

    .contact-right {
        height: 39.5rem;
    }

    .contact-left-title {
        font-size: 1.5rem;
    }

    .contact-left-subtitle {
        font-size: 1.125rem;
    }

    .contact-input label {
        font-size: 1rem;
    }

    .contact-input input {
        font-size: 1rem;
        height: 3.5rem;
    }

    .contact-input input:hover {
        border: 1px solid #015BEA;
    }

    .contact-input .contact-message {
        height: 10.6rem;
    }
}