#lineCtrl {
    margin: -30px auto 0 auto;
    max-width: 1050px;
    min-height: 241px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lineCtrl .speed-item {
    margin-bottom: -30px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lineCtrl .speed-item .progress-content {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: url(./../images/bg_clock.png) no-repeat center/100% 100%;
    opacity: 0.95;
}

#lineCtrl .speed-item .progress-content:hover {
    opacity: 1;
}

#lineCtrl .speed-item .progress-content .svg-list-bg {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 96px;
    height: 96px;
    transform: translate3d(-50%, 0, 0);
    border-radius: 50%;
}

#lineCtrl .speed-item .progress-content .svg-list-bg .svg-item {
    display: block;
    position: absolute;
    top: -13px;
    left: 50%;
    transform-origin: center 55px;
    width: 9px;
    height: 14px;
}

#lineCtrl .speed-item .progress-content .big-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 86px;
    height: 101px;
    border-radius: 50%;
}

#lineCtrl .speed-item .progress-content .pointer {
    position: absolute;
    top: 0;
    left: 49px;
    width: 10px;
    height: 12px;
    transform-origin: center 50px;
    z-index: 2;
}

#lineCtrl .speed-item .progress-content .circle-p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate3d(-50%, -50%, 0);
}

#lineCtrl .speed-item .progress-content .number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    margin: auto;
}

#lineCtrl .speed-item .progress-content .number .val {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto';
    color: #fff;
    top: -20px;
}

#lineCtrl .speed-item .progress-content .number .text {
    position: absolute;
    left: 0;
    bottom: -34px;
    width: 100%;
    font-size: 14.7px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
    color: #FFF;
    display: block;
}

#lineCtrl .speed-item .address {
    width: 158px;
    height: 44px;
    padding: 10px 33px;
}

#lineCtrl .speed-item .address a {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 158px;
    min-height: 44px;
    height: auto;
    aspect-ratio: 318 / 219;
    text-decoration: none;
    background-image: url(../images/box-link.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#lineCtrl .speed-item .address a:hover {
    opacity: 0.9;
    transform: scale(1.07);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}

.reload_btn {
    display: flex;
    padding: 8px 20px 8px 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: 3px solid var(--Linear, #e8e8e8);
    background: #24a7de;
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.25) inset;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.reload_btn:hover {
    color: #F9C924;
}


.button-app {
    width: 100%;
    height: auto;
    margin: 20px auto 0px;
    max-width: 500px;
    cursor: pointer;
}

.button-app img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-app img:hover {
    transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
    #lineCtrl {
        justify-content: space-between;
    }

    #lineCtrl .speed-item:last-child {
        display: none !important;
    }

    #lineCtrl .speed-item:nth-child(4) {
        display: none !important;
    }
}

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

    .button-app {
        width: 100%;
        padding: 0px 10px;
        max-width: 400px;
    }

    #lineCtrl {
        margin-top: -45px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: unset;
    }

    #lineCtrl .speed-item {
        width: 33%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 140px;
    }

    #lineCtrl .speed-item:last-child {
        display: none !important;
    }

    #lineCtrl .speed-item:nth-child(4) {
        display: none !important;
    }

    #lineCtrl .speed-item .progress-content {
        transform: scale(0.5);
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #lineCtrl .speed-item .progress-content .svg-list-bg {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: 85px;
    }

    #lineCtrl .speed-item .address {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 25px;
        width: 83px;
        top: 100px;
    }

    #lineCtrl .speed-item .address a {
        font-size: 12px;
        font-weight: 400;
        height: 25px;
    }

    #lineCtrl .speed-item .progress-content .circle-p {
        width: 56px;
        height: 56px;
    }

    #lineCtrl .speed-item .progress-content .big-circle {
        width: 96px;
        height: 60px;
        border-radius: 50%;
    }

    #lineCtrl .speed-item .progress-content .pointer {
        top: -6px;
        left: 48px;
        width: 10px;
        height: 13px;
        transform-origin: center 34px;
    }

    #lineCtrl .speed-item .progress-content .number .val {
        font-size: 22px;
        line-height: 53px;
    }

    #section-checkSpeed .reload_btn {
        display: flex;
        width: 221px;
        height: 47.845px;
        padding: 6.076px 15.189px 6.076px 18.227px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 7.595px;
        flex-shrink: 0;
        border-radius: 26.581px;
        border: 3px solid var(--Linear, #e8e8e8);
        background: #24a7de;
        box-shadow: 0px 1.519px 4.557px 0px rgba(255, 255, 255, 0.25) inset;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 13.67px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 150px;
        height: 25.948px;
    }

    #section-checkSpeed .reload_btn .icon-speedtest {
        width: 37.48px;
        height: 23.134px;
        flex-shrink: 0;
    }

    #section-checkSpeed .reload_btn .icon-speedtest svg {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .list-multimedia {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        padding: 12px 0px 10px;
        row-gap: 10px;
    }

    #lineCtrl .speed-item .address {
        padding: 5px 4px;
    }

    .list-multimedia .item-media {
        width: calc(50% - 10px);

        list-style: none;
    }

    .list-multimedia .item-media .title {
        font-size: 3.7vw;
        color: #141414;
        padding-bottom: 15px;
    }

    #lineCtrl .speed-item .progress-content .svg-list-bg .svg-item {
        top: -12px;
        transform-origin: center 54px;
    }
}