section.banner {
    width: 100%;
    background-color: #022753;
    height: 700px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.banner img.banner_img {
    float: right;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 0px;
}

section.banner .infomation {
    width: 100%;
    max-width: var(--size-full-page);
    height: 700px;
    z-index: 2;
    position: relative;
}

section.banner .infomation .phone {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 25px;
    display: none;
}

section.banner .infomation .btn-hotline {
    color: #fff;
    position: absolute;
    top: 160px;
    left: 25px;
    height: 80;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFD803;
    display: none;
}

section.banner .infomation .btn-hotline img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    margin: 20px;
    float: left;
}

section.banner .infomation .btn-hotline span {
    height: 60px;
    object-fit: cover;
    object-position: center;
    padding: 0px 20px 0px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #1456A5;
    color: #fff;
    float: left;
}

section.banner .infomation .banner-title {
    color: #fff;
    position: absolute;
    top: 250px;
    left: 25px;
    height: 80;
    display: none;
}

section.banner .infomation .banner-title .item-1,
section.banner .infomation .banner-title .item-2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-transform: initial;
    width: 100%;
    float: left;
    font-family: 'Montserrat-Italic', sans-serif;
}

section.banner .infomation .description-banner {
    position: absolute;
    top: 440px;
    left: 0px;
    width: 100%;
    padding: 25px;
    display: none;
}

section.banner .infomation .description-banner .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.banner .infomation .description-banner .items .sl-1,
section.banner .infomation .description-banner .items .sl-2 {
    width: calc(50% - 1px);
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

section.banner .infomation .description-banner .items .sl-1 {
    width: calc(40% - 1px);
}

section.banner .infomation .description-banner .items .line {
    height: 40px;
    background: rgba(255, 255, 255, .6);
    width: 1px;
    float: left
}


/* section 2 */
section.section-1 {
    width: 100%;
    background: url(../../img/bg_1.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;

}

section.section-1 .section-row {
    width: 100%;
    max-width: var(--size-full-page);
    padding: 200px 25px 30px;
    position: relative;
    float: left;
}

section.section-1 .section-row .content {
    background: url(../../img/bg_3.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    position: absolute;
    top: -100px;
    left: 25px;
    z-index: 90;
    width: calc(100% - 50px);
    padding: 60px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.section-1 .section-row .content .description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

section.section-1 .section-row .content .description .title {
    font-size: 38px;
    color: #1456A5;
    font-family: 'Montserrat-Italic', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
}

section.section-1 .section-row .content .description .slogan {
    font-size: 20px;
    color: #1456A5;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

section.section-1 .section-row .content .description .btn-more {
    font-size: 16px;
    color: #1456A5;
    margin-top: 20px;
    border: 1px solid #1456A5;
    padding: 10px 15px;
    text-transform: uppercase;
}

section.section-1 .section-row .content .logo {
    width: 200px;
    object-fit: cover;
    object-position: center;
}

section.section-1 .section-row-default {
    width: 100%;
    max-width: var(--size-full-page);
    padding: 0px 25px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.section-1 .section-row-default .title-1 {
    font-family: 'Montserrat-Italic', sans-serif;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    width: 100%;
}

section.section-1 .section-row-default .hr-yellow {
    width: 400px;
    border-top: 4px solid #FFD803;
    margin: 20px 0px;
}

section.section-1 .section-row-default .description-1 {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

section.section-1 .section-row-default .items-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 80px;
    gap: 12px;
}

section.section-1 .section-row-default .items-block .item {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
    padding: 80px 40px 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.section-1 .section-row-default .items-block .item .img-ico {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -75px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section-1 .section-row-default .items-block .item .img-ico img {
    height: 60px;
    object-position: center;
    object-fit: cover;
}

section.section-1 .section-row-default .items-block .item .title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #1456A5;
    font-weight: bold;
}

section.section-1 .section-row-default .items-block .item .description {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #1456A5;
    white-space: nowrap;
}

section.section-1 .section-row-default .title-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #FFD803;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 40px;
}

section.section-1 .section-row-default .description-2 {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

section.blogs {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    gap: 10px;
    float: left;
}

section.blogs .block {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

section.blogs .block .item-1 {
    width: 100%;
    height: 300px;
    float: left;
}

section.blogs .block .item-2 {
    width: 100%;
    height: 200px;
    float: left;
}

section.blogs .block .item-3 {
    width: 100%;
    height: 200px;
    float: left;
}

section.blogs .block .item-4 {
    width: 100%;
    height: 300px;
    float: left;
}

section.blogs .block .item {
    position: relative;
}

section.blogs .block .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.blogs .block .item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image:
        linear-gradient(to top,
            #1456A5, rgba(255, 255, 255, 0));
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

section.blogs .block .item .content>img {
    width: 40px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

section.blogs .block .item .content .des {
    display: flex;
    flex-direction: column;
}

section.blogs .block .item .content .des .title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

section.blogs .block .item .content .des .description {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-top: 10px;
}

section.block-call-today {
    background: url(../../img/bg_2.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.block-call-today .description {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    max-width: var(--size-full-page);
    padding: 0px 25px;
}

section.block-call-today .btn-call-group {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background-color: #FFD803;
    margin: 30px 0px 20px;
}

section.block-call-today .btn-call-group img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    margin: 10px;
}

section.block-call-today .btn-call-group span {
    color: #1456A5;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    width: 260px;
    text-align: center;
    font-weight: bold;

}

section.blogs-2 {
    width: 100%;
    background-color: #fff;
    padding: 30px 0px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.blogs-2 .row-content {
    width: 100%;
    max-width: var(--size-full-page);
    padding: var(--padding-full-page);
    display: flex;
    flex-direction: column;
}

section.blogs-2 .row-content .title {
    color: #1456A5;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.blogs-2 .row-content .title-small {
    color: #919191;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.blogs-2 .row-content .des-title {
    color: #1456A5;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

section.blogs-2 .row-content .block-items {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

section.blogs-2 .row-content .block-items .row-items {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

section.blogs-2 .row-content .block-items .row-items .item {
    width: 33%;
    display: block;
    position: relative;
    height: 300px;
}

section.blogs-2 .row-content .block-items .row-items .item>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .head-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .head-info .title {
    color: #fff;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .head-info .btn-call {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 25px;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .head-info .btn-call img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .head-info .btn-call:hover {
    background-color: #1456A5;
    border-color: #1456A5;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .bottom-info .text_left {
    color: #909090;
    font-size: 12px;
}

section.blogs-2 .row-content .block-items .row-items .item .infomation .bottom-info .text_right {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}


section.customer-review {
    background: url(../../img/bg_2.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.customer-review .title {
    width: 100%;
    text-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
}

section.customer-review .title-small {
    width: 100%;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 30px;
    padding: 0px 15px;
}

section.customer-review .blocks {
    width: 100%;
    max-width: var(--size-full-page);
    padding: var(--padding-full-page);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

section.customer-review .blocks .block {
    width: 50%;
    border-radius: 5px;
    background: #fff;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 150px;
}

section.customer-review .blocks .block .description {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #022753;
    line-height: 18px;
}

section.customer-review .blocks .block .clean {
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
    margin-top: 10px;
}

section.customer-review .blocks .block .author {
    color: #1456A5;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

section.customer-review .blocks .block .rating {
    margin-top: 10px;
    height: 10px;
}

section.network {
    float: left;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

section.network .title {
    width: 100%;
    text-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    color: #1456A5;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0px 15px;
}

section.network .content {
    width: 100%;
    max-width: var(--size-full-page);
    padding: var(--padding-full-page);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

section.network .content .block {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

section.network .content .block span {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #022753;
}

section.network-today {
    width: 100%;
    float: left;
    padding: 30px 0px 80px;
    background-image: linear-gradient(to top, #1456A5, rgba(91, 151, 222, 0.8));
    display: flex;
    justify-content: center;
    align-items: center;
}

section.network-today .row-block {
    position: relative;
    width: 100%;
    max-width: var(--size-full-page);
    padding: var(--padding-full-page);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.network-today .row-block .bg-left {
    position: relative;
    width: 50%;
    float: left;
}

section.network-today .row-block .bg-left .work {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.network-today .row-block .bg-left .computer {
    width: 50%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    bottom: -50px;
}

section.network-today .row-block .bg-right {
    position: relative;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.network-today .row-block .bg-right .title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 100%;
}

section.network-today .row-block .bg-right .title strong {
    color: #1456A5;
    background-color: #FFD803;
}

section.network-today .row-block .bg-right .big-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0px;
    color: #fff;
}

section.network-today .row-block .bg-right .btn-block {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

section.network-today .row-block .bg-right .btn-block .btn-w {
    width: 50%;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    color: #1456A5;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    text-align: center;
}

section.network-today .row-block .bg-right .btn-block .btn-r {
    width: 50%;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    border: 1px solid #fff;
    text-align: center;
}

section.payment {
    background-color: #fff;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

section.payment .row-block {
    display: flex;
    width: 100%;
    max-width: var(--size-full-page);
    padding: var(--padding-full-page);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.payment .row-block .title {
    width: 100%;
    text-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: #1456A5;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.payment .row-block .lists {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 30px;
    margin: 20px 0px 20px;
}

section.payment .row-block .lists .item {
    height: 30px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 768px) {
    section.banner {
        height: 240px;
    }

    section.banner .infomation {
        height: 240px;
    }

    section.banner .infomation .phone {
        font-size: 18px;
        top: 5px;
        left: 15px;
    }

    section.banner .infomation .btn-hotline {
        top: 5px;
        right: 15px;
        left: unset;
    }

    section.banner .infomation .btn-hotline img {
        width: 10px;
        height: 10px;
        margin: 10px;
    }

    section.banner .infomation .btn-hotline span {
        line-height: 30px;
        font-size: 12px;
        height: 30px;
        padding: 0px 10px 0px;
    }

    section.banner .infomation .banner-title {
        top: 40px;
        left: 15px;
    }

    section.banner .infomation .banner-title .item-1,
    section.banner .infomation .banner-title .item-2 {
        font-size: 18px;
    }

    section.banner .infomation .description-banner {
        top: 100px;
        padding: 15px;
    }

    section.banner .infomation .description-banner .items {
        flex-direction: column;
    }

    section.banner .infomation .description-banner .items .line {
        height: 10px;
    }

    section.banner .infomation .description-banner .items .sl-1,
    section.banner .infomation .description-banner .items .sl-2 {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }

    section.section-1 .section-row {
        padding: 15px;
    }

    section.section-1 .section-row .content {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
        padding: 10px;
        flex-direction: column;
    }

    section.section-1 .section-row .content .description .title {
        font-size: 20px;
        line-height: 25px;
    }

    section.section-1 .section-row .content .description .slogan {
        font-size: 15px;
        line-height: 20px;
    }

    section.section-1 .section-row .content .logo {
        position: absolute;
        width: 100px;
        right: 15px;
        bottom: 0px;
    }

    section.section-1 .section-row .content .description .btn-more {
        font-size: 12px;
        color: #1456A5;
        margin-top: 20px;
        border: 1px solid #1456A5;
        padding: 5px 10px;
        text-transform: uppercase;
    }

    section.section-1 .section-row-default .title-1 {
        font-size: 18px;
        line-height: 21px;
    }

    section.section-1 .section-row-default .hr-yellow {
        width: 200px;
        margin: 10px 0px;
    }

    section.section-1 .section-row-default .description-1 {
        font-size: 12px;
    }

    section.section-1 .section-row-default .items-block {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    section.section-1 .section-row-default .items-block {
        flex-direction: column;
    }

    section.section-1 .section-row-default .items-block .item {
        margin-bottom: 90px;
    }

    section.section-1 .section-row-default .items-block .item:last-child {
        margin-bottom: unset;
    }

    section.section-1 .section-row-default .title-2 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    section.section-1 .section-row-default .description-2 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    section.blogs {
        flex-direction: column;
        margin-bottom: 10px;
    }

    section.blogs .block {
        width: 100%;
    }

    section.blogs .block .item-1,
    section.blogs .block .item-3 {
        height: 230px;
    }

    section.blogs .block .item-2,
    section.blogs .block .item-4 {
        height: 160px;
    }

    section.blogs .block .item .content .des .description {
        font-size: 12px;
        line-height: 14px;
    }

    section.block-call-today .description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    section.block-call-today .btn-call-group {
        margin: 10px 0px;
    }

    section.blogs-2 .row-content .block-items .row-items {
        flex-direction: column;
    }

    section.blogs-2 .row-content .block-items .row-items .item {
        width: 100%;
    }

    section.blogs-2 .row-content {
        padding: 0px 15px;
    }

    section.customer-review .blocks {
        flex-direction: column;
        padding: 0px 15px;
    }

    section.customer-review .blocks .block {
        width: 100%;
    }

    section.network .content {
        flex-direction: column;
        padding: 0px 15px;
        gap: 15px;
    }

    section.network .content .block {
        width: 100%;
    }

    section.network-today .row-block {
        flex-direction: column;
        padding: 0px 15px;
    }

    section.network-today .row-block .bg-left,
    section.network-today .row-block .bg-right {
        width: 100%;
    }

    section.network-today .row-block .bg-left {
        margin-bottom: 70px;
    }

    section.network-today {
        padding-bottom: 30px;
    }

    section.payment .row-block .lists {
        flex-wrap: wrap;
    }
    section.payment .row-block {
        padding: 0px 15px;
    }
    section.payment .row-block .lists .item {
        height: 35px;
    }
}