div.card-custom {
    padding: 100px 0px;
    border: 0;
}


.card-header {
    text-align: center;
    max-width: 1280px;
    margin: auto;
    background: transparent;
}

.card-header-flex {
    display: flex;
    justify-content: center;
}

.card-header-title {
    height: 72px;
    opacity: 1;
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 700;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 72px;
    letter-spacing: 1.92px;

}

.card-header-content {
    width: 430px;
    margin: 0px 24px;
    height: 40px;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.96px;
}

.card-interval-40 {
    margin-bottom: 40px;
}

.card-header-hr {
    width: 168px;
    height: 1px;
    border-radius: 1px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.product-box {
    padding-top: 545px;
    max-width: 1280px;
    margin: auto;
}

ul.product-nav {
    list-style: none;
    display: inline-flex;
    padding-left: 70px;
    margin-bottom: 60px;
}

li.procuct-nav-item {
    border-radius: 35px;
    background: white;
    box-shadow: 0 4px 14px 0 rgba(56, 59, 70, 0.2);
    width: 110px;
    height: 48px;
    margin-right: 16px;
    text-align: center;
}

li.procuct-nav-item a {
    display: block;
    color: #4C4F59;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    line-height: 48px;
    text-decoration: none
}

li.procuct-nav-item a:active {
    color: white !important;
}

li.procuct-nav-item a:hover {
    color: white !important;
    text-decoration: none
}

.procuct-nav-item-active {
    background: #383B46 !important;
    color: white !important;
}

.procuct-nav-item-a-active {
    color: white !important;
}

li.procuct-nav-item:hover {
    background: #383B46;
}

.card-product-display {
    width: 100%;
    height: 700px;
    background-color: #e2e2e2;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
}

.card-content-box div.circle-scene img {
    width: 100%;
    height: 534px;
}

.card-content-box div.circle-series img {
    width: 100%;
    height: 758px;
}

.card-content-box div.circle-flow-chart img {
    width: 100%;
    height: 386px;
}

ul#pills-tab li {
    height: 44px;
    border-radius: 30px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 24px;
}

.nav-link {
    /* color: #383B46!important; */
    border-radius: 30px !important;
}

.nav-pills>li.active>a,
.nav-pills .nav-link.active {
    /* color: #383B46!important; */
    border-radius: 30px !important;
}

#pills-tabContent {
    border-radius: 8px !important;
    background: #F9F9F9;
    box-shadow: none;
}

div.row div.col-sm-4 div.card {
    height: 134px;
    border-radius: 16px;
    background: #F7FCF8;
    border: 0;
}

div.row div.col-sm-3 div.card {
    height: 260px;
    border-radius: 16px;
    border: 0;
    box-shadow: 0 6px 25px 0 rgba(66, 80, 152, 0.05);
}

div.row div.col-sm-3 div.card div img {
    margin-top: -12px;
}
div.row div.col-sm-3 div.card div p.card-body-title-technology {
    opacity: 1;
    color: #383B46;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans SC";
    text-align: left;
    line-height: 24px;
    padding-top: 24px;
    margin-bottom: 8px;
}

div.row div.col-sm-3 div.card div p.card-body-content-technology {
    /* width: 207px;
    height: 64px; */
    opacity: 1;
    color: #60626B;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    text-align: justify;
    line-height: 22px;
}
p.circle-advantage-title{
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    /* align-items: center; */
    /* text-align: center; */
    color: #74767E;
    margin-bottom: 8px;
    margin-left: 220px;
}
span.circle-advantage-content{
    font-weight: 700;
}