@font-face {
    font-family: "UTMHelvetIns";
    src: url("../fonts/UTMHelvetIns.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/UTMHelvetIns.otf") format("opentype"), /* Open Type Font */
    url("../fonts/UTMHelvetIns.svg") format("svg"), /* Legacy iOS */
    url("../fonts/UTMHelvetIns.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/UTMHelvetIns.woff") format("woff"), /* Modern Browsers */
    url("../fonts/UTMHelvetIns.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

.info-circle {
    position: relative;
    width: 610px;
    height: 610px;
    background: rgb(255 255 255 / 33%);
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
}

.line-circle-w {
    position: absolute;
    width: 70%;
    height: 70%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.line-circle {
    position: absolute;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0px auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 1s;
}

.info-circle .circle {
    position: absolute;
    background: rgb(255 255 255 / 68%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    margin: 0px auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.logo-circle {
    position: absolute;
    border-radius: 50%;
    margin: 0px auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    text-align: center;
}

.logo-circle .i-show {
    transition: all 1s;
    opacity: 0.2;
}

.circle-text {
    position: absolute;
    left: 50%;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0px;
    opacity: 1;
    color: #333;
    font-size: 20px;
    text-align: center;
}

.circle-text span {
    color: #f00;
    font-size: 30px;
}

.item-circle {
    width: 120px;
    line-height: 120px;
    background: #fff;
    text-align: center;
    font-family: UTMHelvetIns;
    font-size: 45px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    cursor: pointer;
}

.item-circle span {
    display: block;
    transition: all 1s;
}

.item-circle:hover,
.item-circle.active {
    background: #d40000;
    color: #fff;
}

.item-circle:nth-child(1) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -52px;
}

.item-circle:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -52px;
}

.item-circle:nth-child(3) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
}

.item-circle:nth-child(4) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -52px;
}

@media (max-width: 769px) {
    .info-circle {
        position: relative;
        width: 550px;
        height: 550px;
    }
    .item-circle {
        width: 80px;
        line-height: 80px;
        font-size: 30px;
    }
    .item-circle:nth-child(1) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -35px;
    }
    .item-circle:nth-child(2) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -36px;
    }
    .item-circle:nth-child(3) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -35px;
    }
    .item-circle:nth-child(4) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -36px;
    }
}

@media (max-width: 580px) {
    .info-circle {
        position: relative;
        width: 320px;
        height: 320px;
        max-width: 100%;
    }
    .item-circle {
        width: 60px;
        line-height: 60px;
        font-size: 25px;
    }
    .item-circle:nth-child(1) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -27px;
    }
    .item-circle:nth-child(2) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -27px;
    }
    .item-circle:nth-child(3) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -27px;
    }
    .item-circle:nth-child(4) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -27px;
    }
    .circle-text {
        font-size: 14px;
    }
}

/* sec_bg_fixed */
.sec_bg_fixed .section-bg {
    background-attachment: fixed;
}