/*=========== Style service-2025 banner ===========*/
.service-2025 {
    overflow: hidden;
    padding: 80px 0px;
}

.service-2025 .__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 15px;
    column-gap: 55px;
    row-gap: 40px;
}

.banner2025 img {
    max-width: 100%;
    display: block;
    margin-bottom: 22px;
}

.banner2025 a {
    margin: 0 auto;
}

.c-btn01--orange {
    background-color: #FF9300;
}

.c-btn01--orange:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all .3s;
    z-index: -1;
    background: #F48D02;
    border-radius: 30px;
}

.top .profile {
    margin-bottom: 0px !important;
}

.top .bannerList {
    margin-top: 0px !important;
}

.header #logo img {
    max-width: 210px;
}

.footer .inFooter .logo-footer img {
    margin-left: 0px;
}

.footer .inFooter .contact {
    padding-left: 38px;
}

@media only screen and (max-width: 1024px) {
    .header #logo img {
        max-width: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .service-2025 {
        padding: 55px 0px;
    }

    .header #logo img {
        max-width: 112px;
    }
}