/*** Import *****/
@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

@media screen and (max-width: 650px) {
    .header-lang {
        padding: 0 !important;
        margin: 0 !important;
    }

    .header-control .btn {
        width: 4rem !important;
        height: 4rem !important;
    }
}

.mobile-nav .menu-item>.menu-list>.menu-item>.menu-link.c-white {
    color: #fff;
    border-radius: 0.4rem;
    padding: 1rem;
}

#wpadminbar #wp-admin-bar-root-default .ab-icon {
    left: unset !important;
    top: unset !important;
}

#wpadminbar #wp-admin-bar-root-default .ab-icon {
    background: unset !important;
}

.mobile .menu-list {
    margin-bottom: 0;
}

.mobile-nav>.menu-list>.menu-item>.menu-list>.menu-item:not(:last-child) {
    margin-bottom: 1rem;
}

.mobile-nav .menu-item>.menu-list>.menu-item>.menu-link.c-white {
    font-size: 1.4rem;
    align-items: center;
    line-height: 1;
    padding: 0.8rem 1rem;
    border-radius: 15px;
}

@media screen and (max-width: 600px) {
    .hsys-box .txt {
        font-size: 1.2rem;
    }

    .hsys-list .hsys-item:nth-child(2) {
        top: 8%;
        right: 5%;
        left: unset;
    }

    .hsys-item:nth-child(1) {
        top: 30%;
    }

    .hsys-item:nth-child(3) {
        top: 48%;
    }
}

@media screen and (min-width: 601px) {
    .ctr-list.ctr-option1 {
        justify-content: center;
        gap: 5rem;
    }
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: .1rem;
    right: .6rem;
    font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
    font-size: 16px;
    position: absolute;
}

.ctr-desc {
    font-size: 1.6rem;
}

.sat-box .txt {
    font-size: 1.6rem;
}

.sys-box-top .title {
    font-size: 1.8rem;
}

.ctr-img {
    max-height: 9rem;
}

@media only screen and (min-width:1200px) {
    .sys-box-top .title {
        font-size: 2.2rem;
    }

    .memb-desc .title {
        font-size: 1.8rem;
    }

    .ctr-txt {
        .txt {
            font-size: 1.8rem;
        }
    }

    .ctr-desc {
        font-size: 2rem;
    }

    .sat-top {
        .txt {
            font-size: 1.8rem;
        }
    }
}

.rou-inner {
    position: relative;
}

.rou-inner .time_wrap {
    position: absolute;
    right: 0;
    bottom: 10rem;
    font-size: 1.4rem;
}

@media (max-width:768px) {
    .rou-inner .time_wrap {
        font-size: 1.2rem;
    }
}

@media (max-width:650px) {
    .rou-inner .time_wrap {
        bottom: 20rem;
        width: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .prou-top,
    .rea-top {
        .txt {
            font-size: 1.8rem;
        }
    }
}