.main_container {
    padding: 0;
}

section .title {
    font-size: 45px;
    line-height: 54px;
    color: #0957DF;
    font-weight: 500;
}

section.banner {
    background: transparent url('../../img/service/banner.webp') 0 0 no-repeat padding-box;
    background-position-y: bottom;
    letter-spacing: 0;
    color: #ffffff;
    background-size: cover;
}

section.banner .title {
    color: #ffffff;
}

.banner .describe {
    margin-top: 21px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.banner .contact {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .contact button {
    position: relative;
    width: 221px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    height: 50px;
    background: transparent;
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.banner .contact button:hover {
    background: transparent linear-gradient(180deg, #A14EE9 0%, #0A57DE 100%) 0 0 no-repeat padding-box;
    border-color: transparent;
}

.banner .contact .img-contact {
    position: absolute;
    height: 100%;
    top: 0;
    right: 17px;
    display: flex;
    align-items: center;
}

.banner .contact .img-contact img {
    padding: 0;
}

.banner .contact .hotline {
    padding-right: 83px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 18px;
}

.banner .contact .hotline a {
    color: #FFFFFF;
    font-size: 26px;
}

.banner img {
    padding-top: 95px;
    padding-left: 6px;
    width: 100%;
}

.list-specialist {
    grid-row-gap: 45px;
    padding-top: 20px;
}

.list-specialist .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.list-specialist .item .icon {
    width: 90px;
    height: 90px;
    background: #E5EEFF 0 0 no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 15px;
    transition: transform 0.3s;
}

.list-specialist .item .icon::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E5EEFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s;
    z-index: -1;
}

.list-specialist .item:hover .icon::before {
    transform: scale(1.333333);
    transform-origin: center center;
}

.list-specialist .item .icon img {
    max-width: 60px;
}

.list-specialist .item .name {
    padding-top: 127px;
    letter-spacing: 0px;
    color: #000000;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    overflow: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.list-specialist .item:hover .name {
    color: #1133C5;
}

.animation-icon {
    display: none;
    position: absolute;
    top: 68px;
}

.list-specialist .item:hover .animation-icon {
    display: block;
}

.feedback {
    background: transparent url('../../img/service/background_feedback.webp') 0 0 no-repeat padding-box;
    padding-top: 85px;
    padding-bottom: 200px;
    background-size: cover;
    margin-bottom: -90px;
}

.feedback img {
    height: 11.25rem;
    width: 11.25rem;
    object-fit: cover;
    margin: auto;
    border-radius: 50%;
}

.feedback .content {
    margin-top: 45px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
    color: #1133C5;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    min-height: 81px;
}

.feedback .carousel-control-next,
.feedback .carousel-control-prev {
    width: auto;
}

.feedback .carousel-control-next {
    padding-left: 15%;
}

.feedback .carousel-control-prev {
    padding-right: 15%;
}

.feedback .carousel-control-next-icon,
.feedback .carousel-control-prev-icon {
    width: 19px;
    height: 34px;
}

.feedback .carousel-control-next-icon {
    background-image: url('../../img/service/icon_next.png');
}

.feedback .carousel-control-prev-icon {
    background-image: url('../../img/service/icon_prev.png');
}

.feedback .carousel-indicators {
    display: none;
}

.pagination {
    justify-content: center;
}

.pagination ul {
    display: flex;
    grid-column-gap: 6px;
    list-style: none;
}

.pagination ul li a {
    width: 36px;
    height: 36px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.pagination ul li.disabled a {
    background-color: #e1e0e08e;
    cursor: default;
}

.pagination ul li.active a {
    color: #FFFFFF;
    background: #1133C5 0 0 no-repeat padding-box;
    border-color: #1133C5;
}

.pagination ul li.active a:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 1250px) {
    .main_container {
        max-width: 1150px;
    }
}

@media only screen and (max-width: 1200px) {
    .list-specialist {
        grid-row-gap: 25px;
    }
    section {
        padding: 0 36px;
    }

    section .title {
        font-size: 38px;
    }

    .banner .contact .hotline {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .list-specialist .item .icon {
        width: 55px;
        height: 55px;
    }

    .list-specialist .item:hover .animation-icon {
        display: none;
    }

    .list-specialist .item .name {
        padding-top: 80px;
        font-size: 15px;
    }

    .list-specialist .item .icon img {
        max-width: 35px;
    }

    .feedback {
        padding-top: 54px;
        padding-bottom: 83px;
        margin-bottom: -45px;
    }

    .feedback #carouselExampleCaptions {
        padding-bottom: 48px;
    }

    .feedback .carousel-indicators {
        display: flex;
        margin: 0;
    }

    .feedback .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 1;
        margin: 0 5px;
        border: none;
    }

    .feedback .carousel-indicators li.active {
        background-color: #0957DF;
    }

    .feedback img {
        width: 7.188rem;
        height: 7.188rem;
    }


    .feedback .carousel-control-next, .feedback .carousel-control-prev {
        display: none;
    }

    .feedback .content {
        margin-top: 20px;
        max-width: 627px;
        font-size: 15px;
        line-height: 18px;
        min-height: auto;
    }
    section.banner .title {
        font-size: 22px;
        line-height: 27px;
    }

    section .title .name {
        display: none;
    }

    .banner .describe {
        margin-top: 17px;
        font-size: 15px;
        line-height: 22px;
    }

    .banner .contact {
        margin-top: 22px;
    }

    .banner .contact button {
        width: 157px;
        border-color: transparent;
        background: transparent linear-gradient(180deg, #A14EE9 0%, #0A57DE 100%) 0 0 no-repeat padding-box;
        height: 36px;
        font-size: 16px;
    }

    .banner .contact .img-contact {
        width: 16px;
        right: 12px;
    }

    .banner .contact .hotline {
        font-size: 15px;
    }

    .banner .contact .hotline a {
        font-size: 18px;
    }

    .banner img {
        padding-top: 14px;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-img {
        display: none;
    }

    section.banner .title {
        margin-top: 25px;
    }

    .banner .contact {
        margin-bottom: 61px;
    }

    section.banner {
        background: transparent url(../../img/service/banner_sp.webp) 0 0 no-repeat padding-box;
        background-position-y: bottom;
        background-size: cover;
    }
}

@media only screen and (max-width: 676px) {
    .list-specialist {
        grid-row-gap: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .list-specialist {
        grid-row-gap: 5px;
    }

    .feedback {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .feedback img {
        width: 5rem;
        height: 5rem;
    }

    .feedback .content {
        margin-top: 16px;
    }

    .feedback #carouselExampleCaptions {
        padding-bottom: 40px;
    }

    section {
        padding: 0 15px;
    }

    .banner .describe {
        margin-top: 11px;
        line-height: 18px;
    }

    .banner .contact {
        margin-top: 13px;
    }

    .banner .contact button {
        width: 125px;
        height: 34px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner .contact .img-contact {
        position: unset;
        margin-left: 17px;
        width: 12px;
    }

    .banner .contact .hotline {
        font-size: 13px;
    }

    .banner .contact .hotline a {
        font-size: 17px;
    }
}
