﻿.accordion {
    display: block;
    margin: 24px auto 0 auto;
    width: 100%;
    max-width: 850px;
}

.accordion-item {
    margin-bottom: 20px
}

.accordion-button {
    transition: ease;
}

.accordion-button:not(.collapsed) {
    color: #16A34A;
    background-color: #F3F4F6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border: none
}

.process-step {
    max-width: 300px;
    margin-left: 12px;
    margin-right: 12px
}

.process-working {
    background: #F8F9FA;
    padding-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.process-number {
    width: 64px;
    height: 64px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #27C840;
    margin-right: auto;
    margin-left: auto
}

.step-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-detail {
    max-width: 750px;
}

.service-detail h2 {
    font-size: 40px
}
/*home chi tiết begin*/
.title-intro-index {
    color: var(--color-default);
    font-size: var(--size-title-default);
}
.card-service-intro {
    padding: 20px;
    border: 1px solid #f3f5f5;
    margin: 20px;
    border-radius: 20px;
    background: #f3f5f5;
}
.intro-content-title {
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
.intro-content-desc {
    text-align:justify;
}
/*swiper begin*/
.swiper-movies{
    width:100%;
}
.swiper-wrapper-movies{
    padding:2rem 0;
}
.swiper-slide {
    pointer-events: auto !important;
}

.swiper-slide-movies{
    height:350px;
    border-radius:15px;
    overflow:hidden;
    position:relative;
}
.swiper-slide-movies img{
    width:100%;
    object-fit:cover;
    aspect-ratio: 4 / 3;
}
.info {
    position: absolute;
    bottom: -100%;
    opacity: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: var(--color-default);
    color: #dedede;
    transition: bottom 0.5s ease-in-out, opacity 0.6s ease-in-out;
    pointer-events: none;
}
.info h3{
    font-weight: 600;
    margin: 0;
}

.info p {
    pointer-events: none;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 100;
}

.info.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
}

.swiper-slide.swiper-slide-active .info {
    bottom: 0;
    opacity: 1;
}
.swiper-slide-movies a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position:relative;
    z-index:999999999999;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    pointer-events: none;
}
/*swwiper end*/
/*home chi tiết end*/
/*Chi tiết begin*/
.container-detail-service {
    max-width: 1200px !important;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.container-content {
    /*margin-left: 150px;*/
    padding-right: 20px;
}

.img-service {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 40px;
}
.desc-content {
    margin-bottom: 20px;
}
.title-category {
    font-weight: bold;
    font-size: 20px;
}

.category-serice {
    background: #f3f5f5;
    padding: 40px;
    border-radius: 15px;
}
.category-container {
    padding: 24px 0;
   
}
.service-item {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 10px 0;
    border-radius: 20px;
    transform-origin: left center;
    transition: transform 0.35s ease;
}
.service-item.active {
    background:#094533;
    color:#fff;
}
.service-item:hover {
    background:#094533;
    color:#fff;
    transform: scaleX(1.5);
}

.service-support {
    margin: 40px 0;
    background: #094533;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
}
.info-support {
    margin: 30px 0;
}
.title-support {
    font-size: 30px;
}
.sub-title-support {
    color: #ccc;
    margin-top: -19px;
    font-size: 13px;
}
.address {
    font-size:15px;
}
.icon-support {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.service-support .desc {
    margin-left: 34px;
    color: #ccc;
}
.sub-container-des {
    margin-top: -40px;
    margin-left:6px;
}
.des-title {
    margin-left: 34px;
    font-weight: bold;
    font-size: 20px;
}
.inp-info:focus {
    border-color: #094533 !important;
}
.inp-info {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #094533;
    margin:10px;
}
.form-request-info {
    text-align:center;
}
/*.inp-item-info {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 10px;
}

.content-request-info {
    width: 100%;
}*/
.inp-item-info {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 10px 0;
}

.content-request-info {
    width: 100%;
}

.img-logo {
    width: 100%;
    max-width: 200px;
}
.title-form-info {
    color: #094533;
    font-weight: bold;
    font-size: 32px;
}
.info-request-container {
    margin: auto;
    text-align: justify;
}
/*chi tiết end*/
@media (max-width:992px) {
    .process-step {
        max-width: none;
    }
}

@media (max-width:991px) {
    .container-detail-service {
         padding-left: 0; 
         padding-right: 0;
    }
    .container-content {
        padding-right: 0;
    }

    .category-serice {
        margin-top: 30px;
    }

    .service-support {
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .container-detail-service {
        padding-left: 0;
        padding-right: 0;
    }
    .img-service {
        max-height: 350px;
    }

    .title-form-info {
        font-size: 24px;
    }
}

@media (max-width:576px) {
    .process-working {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .container-detail-service {
        padding-left: 0;
        padding-right: 0;
    }
    .category-serice {
        padding: 25px;
    }

    .service-item {
        padding: 15px;
    }

    .service-support {
        padding: 15px;
    }

    .title-support {
        font-size: 22px;
    }

    .img-logo {
        margin-bottom: 20px;
    }
}
