/* Swipper */

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #D1D1D1;
    transition: all 0.25s ease;
}

.swiper-pagination-bullet-active {
    background-color: #D52128;
}

.services-swiper .swiper-slide {
    width: 900px;
}

.services-swiper .swiper-slide div {
    transition: transform 0.15s ease;
    transform: scale(0.57222222222);
}

.services-swiper .swiper-slide-active {
    z-index: 20;
}

.services-swiper .swiper-slide-active div {
    transform: scale(1);
    /* transform: scale(1.74757281553); */
}

.services-swiper .swiper-wrapper {
    align-items: center;
}

#service .right-content p {
    margin-bottom: 1rem;
}

#service .right-content ul {
    list-style: disc;
}

#service .right-content ul li {
    margin-bottom: 1rem;
}

#service .right-content ol {
    list-style: decimal;
}

#service .right-content ol li {
    margin-bottom: 1rem;
}


#service .dropdown-btn {
    -webkit-user-select: none;
    /* Safari cũ + iOS */
    -webkit-touch-callout: none;
    /* iOS Safari (ngăn menu callout) */
    -moz-user-select: none;
    /* Firefox cũ (thỉnh thoảng vẫn cần) */
    -ms-user-select: none;
    /* IE/Edge cũ */
    user-select: none;
}

@media (max-width: 1279px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .services-swiper .swiper-slide {
        width: 380px;
    }

    .services-swiper .swiper-slide div {
        transition: transform 0.15s ease;
        transform: scale(0.7);
    }

    .services-swiper .swiper-slide-active div {
        transform: scale(1);
    }

    #brochure a:hover {
        background-color: #D52128;
    }
}

@media (min-width: 640px) and ((max-width: 1279px)) {

    .services-swiper .swiper-slide {
        width: 480px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) and ((max-width: 1279px)) {

    .services-swiper .swiper-slide {
        width: 580px;
        margin-left: -20px;
    }
}

#service .n-paragraph>*,
#service .heading-paragraph>*,
#service .heading-underline-paragraph>* {
    margin-bottom: 0.5rem;
}

#service .n-paragraph {
    margin-bottom: 0.6rem;
}

#service .heading-paragraph>* {
    font-weight: 700;
}

#service .heading-underline-paragraph>* {
    font-weight: 700;
    text-decoration: underline;
}

#service .content_7_3 .content_7_3_right > img{
    width: 100%;
}

/* #service .content_7_3 .content_7_3_left > h2{
    font-weight: bold;
    font-size: 28px;
} */

#service .content_7_3 .content_7_3_left > ol {
    list-style:decimal;
    /* margin-left: 1.6rem; */
}

#service .dropdown-content {
    height: 0;
    overflow: hidden;
}

#service .sub-dropdown-content-body > *:last-child {
    margin-bottom: 0rem;
}

@media (min-width: 1024px) {
    #service .sub-dropdown-content-body > *:last-child  {
        margin-bottom: 1rem;
    }
}
