@media screen and (max-width: 425px) {
    .on-tablet {
        display: flex;
    }
    .on-desktop {
        display: none;
    }
    .function-1 {
        margin-top: 100px;
        width: 95%;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .function-1 .main-title {
        font-size: 32px;
    }
    .function-1 .text-show {
        text-align: left;
        margin: 0px auto;
    }
    .function-1 .small-detail {
        margin-top: 20px;
    }
    .function-1 .show-image {
        width: 80%;
        height: 100%;
        margin-left: 10%;
        margin-top: 20px;
    }
    .function-2 img {
        width: 95%;
        height: 400px;
        max-height: unset;
    }
    .function-2 {
        height: 450px;
        margin-bottom: 50px;
    }
    .function-3 {
        width: 95%;
        margin-bottom: 50px;
    }
    .function-4 {
        width: 95%;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .function-4 img {
        width: 60%;
        margin-left: 20%;
    }
    .function-4 .sec-1-show {
        width: 100%;
        text-align: left;
    }
    .function-4 .sec-2-show {
        width: 100%;
        text-align: left;
    }
    .function-4 .sec-2-show .sec-2-title {
        font-size: 26px;
    }
    .function-5 {
        height: 330px;
    }
    .function-5 .show-back {
        width: 95%;
    }
    .function-5 .main-title {
        font-size: 26px;
    }
    .function-5 .btn-5 {
        font-size: 16px;
    }
    .function-6 .sec-6-2 .btn-show {
        font-size: 18px !important;
    }
    .function-6 .show-back {
        width: 95%;
    }
    .function-6 .sec-6-2 .main-title {
        font-size: 28px;
    }
    .function-6 .sec-6-1 .swiper-container {
        height: 100%;
    }
    .function-6 {
        margin-bottom: 50px;
    }
    .function-7 {
        padding-bottom: 50px;
    }
    .function-8 .show-block {
        padding: 2px;
        width: 19.5%;
        height: 203px;
    }
    .function-7 .show-back {
        width: 95%;
    }
    .function-8 .show-back {
        width: 95%;
        margin-bottom: 50px;
    }
    .function-6,
    .swiper-container {
        height: max-content;
    }
    .function-6 .mobile {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .function-6 .desktop {
        display: none;
    }
    .function-6 .main-title {
        margin-top: 30px;
        font-size: 28px;
    }
    .function-6 .sub-title {
        font-size: 16px;
    }
    .function-6 .btn-show {
        font-size: 18px !important;
        margin: 20px 0px;
    }
    #swiper-sme {
        padding-top: 0px;
    }
    #swiper-sme .swiper-slide {
        height: 191.25px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 30px;
        margin-left: 5%;
        margin-right: 5%;
        width: 90% !important;
    }
    #swiper-sme img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .function-7 .main-title {
        font-size: 26px;
    }
    .function-7 .sub-title {
        margin: 10px 10px 0px 10px;
        font-size: 16px;
    }
    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 16px !important;
    }
    #swiper-blog .swiper-button-prev,
    #swiper-blog .swiper-button-next {
        width: 42px;
        height: 42px;
    }
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 2px;
    }
    #swiper-blog {
        padding-bottom: 20px;
    }
    .function-8 .main-title,
    .function-8 .sub-title {
        text-align: start;
    }
    .function-8 .show-back .show-block {
        padding: 5px;
        width: 236px;
        height: 100%;
        border-radius: 10px;
    }
    .all-block {
        display: flex;
        overflow: auto;
        /* Hide scrollbar for Chrome, Safari, Opera */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }
    @keyframes zoomIn {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.05);
        }
    }

    @keyframes zoomOut {
        0% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }
}
