.home-slider .slider-contain h1, .center-slider .slider-contain h1 {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.home-slider .slider-contain h4, .center-slider .slider-contain h4 {
    text-transform: uppercase;
}

.top-header {
    background: #032C5C;
}

.top-header .header-contact {
    padding: 10px 0;
}

.top-header .header-contact li {
    color: #fff;
}

.main-menu .brand-logo {
    padding-top: 0;
    padding-bottom: 0;
}

.row-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row-flex .col-4 {
    max-width: calc(100% / 4);
    width: 100%;
}

.row-flex .col-3 {
    max-width: calc((100% - 90px) / 3);
    width: 100%;
}

.row-middle {
    align-items: center;
    align-content: stretch;
}

.light-layout {
    background: #fff;
    color: #000000;
}

.sub-footer p {
    color: #000000;
}

.footer-end {
    max-width: 90%;
    border-top: 1px solid #000000;
    margin: auto;
    text-align: center;
}

.footer-info {
    padding-bottom: 40px;
}

.footer-info .partition-f {
    padding-top: 40px;
}

.footer-banner__img img {
    width: 100%;
    object-fit: cover;
}

.contact-us__content {
    position: relative;
}

.footer-banner {
    position: relative;
}

.footer-contact {
    background: #FD5B2B;
    border-top-right-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -70px;
    max-width: calc(100vw - ((100vw - 1400px) /2) - 10px);
    width: 100%;

}

.footer-contact__content {
    padding: 30px 40px 30px 0;
    justify-content: end;
    margin-left: calc(((100vw - 1400px) /2) + 10px);
}

.contact-footer-info h5 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.contact-footer-info p {
    line-height: 1.3;
    color: #fff;
}

.contact-action {
    text-align: center;
}

.btn-contact {
    border-radius: 30px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding: 20px 60px;
}

.contact-phone {
    color: #fff;
}

.contact-phone h6 {
    color: #fff;
}

.contact-phone h3 {
    color: #fff;
    font-weight: 600;
}

.home-about__img {
    padding-right: 40px;
}

.home-about__img img {
    width: 100%;
}

.home-about__content {
    padding-right: 40px;
}

.home-about__content span {
    color: #757575;
    font-size: 14px;
}

.home-about__content p {
    padding-top: 4px;
    font-size: 16px;
    line-height: 1.4;
    color: #1E1E1E;
}

.home-about__content h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1E1E1E;
}


.home-about {
    padding-top: 40px;
}

.btn-home-contact {
    background: #2363AD;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: normal;
}

.home-services {
    margin-top: 120px;
}

.home-services__header {
    text-align: center;
}

.home-services__header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    position: relative;
}

.home-services__header h3:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    background: #2363AD;
    top: -20px;
    left: calc((100% - 200px)/2);
}

.home-services__header h3:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #E2E2E2;
    top: -20px;
    left: calc(((100% - 200px)/2) + 100px);
    z-index: 1;
}

.home-services__header p {
    font-size: 14px;
    color: #000000;
    line-height: 1.3;
    margin-top: 20px;
}

.home-services__content {
    margin-top: 40px;
}

.service-item__img img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.service-item__info a {
    color: #000;
}

.service-item__info h5 {
    font-size: 24px;
    position: relative;
    margin-top: 25px;
    font-weight: 300;
}

.mb-20 {
    margin-bottom: 20px;
}

.service-item__info h5:after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 5px;
    width: 50px;
    background: #2363AD;
}

.service-item__info h5:before {
    content: "";
    position: absolute;
    left: 50px;
    top: -10px;
    height: 5px;
    width: 50px;
    background: #E2E2E2;
}

.home-processing {
    padding: 40px 0;
    background-image: url("images/processing_bg.png");
    background-repeat: repeat;
}

.home-processing__header h3 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    padding: 0;
    text-align: center;
}

.home-processing__content {
    margin-top: 40px;
}

.processing__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #ffffff;
}

.processing__item {
    padding-top: 30px;
    position: relative;
    display: flex;
    justify-content: center;
}

.processing__item:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #2363AD;
    top: -9px;
    left: calc(50% - 9px);
}

.processing__item h5 {
    padding: 20px;
    max-width: 300px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}

.home-processing__footer--icon {
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.home-processing__footer p {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

.home-fag {
    padding: 30px 0;
}

.faq__item h5 {
    background: #2363AD;
    padding: 15px 50px 15px 20px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.faq__item span {
    position: absolute;
    right: 15px;
    top: 15px;
}

.faq__item p {
    background: #fff;
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    display: none;
}

.faq__item:first-child p, .faq__item:nth-child(2) p {
    display: block;
}



.faq__header > span {
    color: #757575;
    font-size: 14px;
}

.faq__header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1E1E1E;
}

.faq__header h3 span {
    color: #2363AD;

}

.faq__list {
    margin-top: 40px;
}

.faq__image {
    padding-right: 30px;
}

.faq__image img {
    width: 100%;
}

.home-news {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-news a {
    color: #000;
}

.home-news__item--first__img img {
    width: 100%;
}

.home-news__item--first {
    padding-right: 40px;
}

.home-news__header h3 {

    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    position: relative;
}

.home-news__header h3:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    background: #2363AD;
    top: -20px;
    left: 0;
}

.home-news__header h3:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #E2E2E2;
    top: -20px;
    left: 100px;
    z-index: 1;
}

.home-news__item--first__content h5 {
    margin-top: 10px;
    font-size: 16px;
}

.btn-detail {
    background: #2363AD;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 300;
}

.home-news__item {
    border-bottom: 1px solid #E2E2E2;
}

.home-news__item h5 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 10px 0;
    margin-bottom: 0;
}

.home-news__list {
    padding-right: 100px;
}


@media (max-width: 1400px) {
    .footer-contact__content {
        padding: 30px 0;
        max-width: 1140px;
        margin:auto;
    }
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    p {
        font-size: 16px !important;
    }

    .home-about {
        padding-top: 15px;
    }

    .home-about__img {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .btn-box {
        width: 100%;
        text-align: center;
    }

    .home-about__content {
        padding-right: 0;
    }

    .footer-contact {
        width: 100%;
        position: unset;
        border-top-right-radius: 0;
    }

    .footer-contact__content {
        position: unset;
        margin-left: 0;
        padding: 15px;
    }

    .row-flex .col-3 {
        width: 100%;
        max-width: 100%;
    }

    .home-processing {
        background-size: 100% calc(100% - 80px);
    }

    .footer-contact__content .row-flex .col-3 {
        margin-bottom: 15px;
    }

    .footer-contact__content .row-flex .col-3:nth-child(3) {
        order: -1;
        text-align: center;
    }

    .footer-contact__content .row-flex .col-3:nth-child(1) {
        order: -2;
    }

    .home-processing__content {
        padding-left: 40px;
    }

    .processing__list {
        flex-wrap: wrap;
        border-top: none;
        border-left: 1px dashed #ffffff;;
    }

    .processing__item {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        padding-top: 5px;
    }

    .processing__item:after {
        left: -9px;
        top: 50%;
        transform: translateY(-50%);
    }

    .processing__item h5 {
        text-align: left;
        max-width: 100%;
        padding: 10px 20px;
    }

    .home-processing__footer--icon {
        font-size: 30px;
    }

    .home-processing__footer p {
        margin-top: 15px;
    }

    .home-news__item--first {
        padding-right: 0;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 20px;
    }

    .home-news__list {
        padding-right: 0;
    }

    .home-news__item h5 {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .brand-logo img {
        height: 60px;
    }
}