﻿@font-face {
    font-family: 'Noto Sans SC Regular';
    src: url("../fonts/noto-sans-sc/NotoSansSC-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

body {
    font-family: "Noto Sans SC Regular", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
}

a {
    color: #6173f4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #6173f4;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Noto Sans SC Regular", Arial, sans-serif;
    font-weight: 400;
}

::-webkit-selection {
    color: #fff;
    background: #6173f4;
}

::-moz-selection {
    color: #fff;
    background: #6173f4;
}

.bg-white {
    background: #fff !important;
}
.bg-grey {
    background: #ddd !important;
}

::selection {
    color: #fff;
    background: #6173f4;
}

#holding-k-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    min-height: 80px;
}

#ios #holding-k-header {
    background: #333;
}

#ios .navbar-collapse {
    border-top: 1px solid transparent;
}

@media screen and (max-width: 768px) {
    #holding-k-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }

    #holding-k-header.navbar-fixed-top {
        background: #fff !important;
    }

    #holding-k-header .navbar-brand .logo-white {
        display: none !important;
    }

    #holding-k-header .navbar-brand .logo-black {
        display: block !important;
    }

    #holding-k-header #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #ios #navbar li a {
        color: #fff !important;
    }

    #ios .navbar-fixed-top #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
    }

    #holding-k-header #navbar li.nav-item a:hover {
        color: #6173f4 !important;
    }

    #holding-k-header #navbar li a span:before {
        background: transparent !important;
    }

    #holding-k-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #6173f4 !important;
    }

    #holding-k-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#holding-k-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

#holding-k-header #navbar {
    float: right;
}

#holding-k-header #navbar li a {
    position: relative;
    padding: 23px 16px;
    top: 0;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    width: auto;
    display: block;
}

#holding-k-header #navbar li a.btn-sm {
    padding: 2px 14px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 19px;
    color: #fff;
}

#holding-k-header #navbar li a.btn:hover, #holding-k-header #navbar li a.btn:active, #holding-k-header #navbar li a.btn:focus {
    background: #618ef4 !important;
}

#holding-k-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 7px;
}

#holding-k-header #navbar li.nav-item a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #6173f4;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#holding-k-header #navbar li a:hover {
    color: #fff;
}

#holding-k-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#holding-k-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

#holding-k-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#holding-k-header .navbar-brand {
    float: left;
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 27px 0;
    line-height: 25px;
    margin-top: 0;
    height: 80px;
    cursor: pointer;
}

.navbar-brand > img {
    display: block;
    height: 25px;
    float: left;
    margin-right: 10px;
}

#holding-k-header .navbar-brand .logo-white {
    display: block;
}

#holding-k-header .navbar-brand .logo-black {
    display: none;
}

#holding-k-header.navbar-fixed-top {
    position: fixed !important;
    background: #000;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    top: 0;
}

#ios #holding-k-header.navbar-fixed-top {
    background: #000;
}

#holding-k-header.navbar-fixed-top .navbar-brand {
    color: #6173f4;
    line-height: 50px;
}

#holding-k-header.navbar-fixed-top #navbar li a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#holding-k-header.navbar-fixed-top #navbar li a.btn-sm {
    padding: 4px 14px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 19px;
    color: #fff;
}

#holding-k-header.navbar-fixed-top #navbar li.nav-item a:hover {
    color: #fff;
}

#holding-k-header.navbar-fixed-top #navbar li.nav-item a.btn-sm:hover {
    color: #fff;
}

#holding-k-header.navbar-fixed-top #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

#holding-k-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#holding-k-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    #holding-k-header .navbar-default {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
}

#holding-k-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

#holding-k-header .navbar-default .brand-slogan em {
    color: #6173f4;
    font-style: normal;
}

#holding-k-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    clear: both;
}

.section-heading h2 {
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #6173f4;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
}

@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#holding-k-our-services,
#holding-k-desire,
#holding-k-question,
#holding-k-news,
#holding-k-join-us,
#holding-k-footer {
    padding: 6.5em 0;
}

@media screen and (max-width: 480px) {
    #holding-k-our-services,
    #holding-k-desire,
    #holding-k-question,
    #holding-k-news,
    #holding-k-join-us,
    #holding-k-footer {
        padding: 5.5em 0;
    }
}

#holding-k-our-services {
    background: #f4f4f4;
}

#holding-k-press {
    background: #fbfbfb;
}

#holding-k-our-services .box {
    padding: 30px;
    background: #fff;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative;
}

@media screen and (max-width: 992px) {
    #holding-k-our-services .box {
        min-height: inherit;
        margin-bottom: 60px;
    }
}

#holding-k-our-services .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
}

#holding-k-our-services .box .icon > span {
    display: table-cell;
    vertical-align: middle;
}

#holding-k-our-services .box .icon > span i {
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

#holding-k-our-services .box .icon.colored-1 {
    background: #2aaf67;
}

#holding-k-our-services .box .icon.colored-2 {
    background: #00bff3;
}

#holding-k-our-services .box .icon.colored-3 {
    background: #f26522;
}

#holding-k-our-services .box .icon.colored-4 {
    background: #e52b50;
}

#holding-k-our-services .box .icon.colored-5 {
    background: #2fc5cc;
}

#holding-k-our-services .box .icon.colored-6 {
    background: #6173f4;
}

#holding-k-our-services .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

#holding-k-our-services .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
}

#holding-k-features {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #holding-k-features {
        padding: 4em 0;
    }
}

#holding-k-features .holding-k-service {
    margin-bottom: 30px;
    float: left;
}

#holding-k-features .holding-k-service .holding-k-icon {
    float: left;
    width: 20%;
}

#holding-k-features .holding-k-service .holding-k-icon i {
    font-size: 40px;
    color: #6173f4;
}

#holding-k-features .holding-k-service .holding-k-desc {
    width: 80%;
    float: right;
}

#holding-k-features .holding-k-service .holding-k-desc h3 {
    margin-top: 0;
    font-size: 18px;
}

#holding-k-press .holding-k-press-item {
    background: #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 480px) {
    #holding-k-press .holding-k-press-item {
        display: block !important;
    }
}

#holding-k-press .holding-k-press-item .holding-k-press-text,
#holding-k-press .holding-k-press-item .holding-k-press-img {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #holding-k-press .holding-k-press-item .holding-k-press-text,
    #holding-k-press .holding-k-press-item .holding-k-press-img {
        height: inherit;
        float: none !important;
        width: 100%;
        display: block !important;
    }
}

#holding-k-press .holding-k-press-item .holding-k-press-text {
    float: left;
    padding: 20px;
}

#holding-k-press .holding-k-press-item .holding-k-press-text .holding-k-press-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    position: relative;
}

#holding-k-press .holding-k-press-item .holding-k-press-text .holding-k-press-title .holding-k-border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #6173f4;
}

#holding-k-press .holding-k-press-item .holding-k-press-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
}

@media screen and (max-width: 480px) {
    #holding-k-press .holding-k-press-item .holding-k-press-img {
        height: 200px;
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
    }
}

.holding-k-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.holding-k-nav-toggle.active i::before, .holding-k-nav-toggle.active i::after {
    background: #6173f4;
}

.holding-k-nav-toggle:hover, .holding-k-nav-toggle:focus, .holding-k-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.holding-k-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #6173f4;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #6173f4;
    transition: all .2s ease-out;
}

.holding-k-nav-toggle i::before, .holding-k-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #6173f4;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.holding-k-nav-toggle i::before {
    top: -7px;
}

.holding-k-nav-toggle i::after {
    bottom: -7px;
}

.holding-k-nav-toggle:hover i::before {
    top: -10px;
}

.holding-k-nav-toggle:hover i::after {
    bottom: -10px;
}

.holding-k-nav-toggle.active i {
    background: transparent;
}

.holding-k-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.holding-k-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.holding-k-nav-toggle {
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 21;
    padding: 6px 0 0 0;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    border-bottom: none !important;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #holding-k-header .navbar-nav {
        padding-bottom: 10px;
    }

    #holding-k-header #navbar li a, #holding-k-header.navbar-fixed-top #navbar li a.btn-sm {
        padding: 5px 16px;
    }

    header #navbar li a {
        border-bottom: solid 1px rgba(238, 238, 238, 0.06);
    }

    .navbar-fixed-top #navbar li a {
        border-bottom: solid 1px rgba(238, 238, 238, 0.55);
    }

    #holding-k-header #navbar li a.btn-sm {
        padding: 10px 14px;
        color: #fff !important;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 100px);
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 3px;
}

.btn.btn-primary {
    background: #6173f4;
    color: #fff;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background: #6173f4;
}

.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.owl-carousel .owl-controls .owl-nav {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
    opacity: 1;
}

.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
    background: transparent !important;
    border: 2px solid #fff !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .owl-carousel .owl-controls .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
    color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    right: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
    color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    left: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
    color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
    color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

.owl-carousel-fullwidth.holding-k-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.holding-k-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.owl-carousel-fullwidth.holding-k-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.holding-k-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: white;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #fff;
}

.owl-carousel-fullwidth {
    background: #000 url("../images/banner-bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .holding-k-owl-text-wrap {
    height: 800px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .holding-k-owl-text-wrap {
        height: inherit;
        padding: 5em 0;
    }
}

.owl-carousel-fullwidth .holding-k-owl-text-wrap {
    position: relative;
}

.owl-carousel-fullwidth .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.owl-carousel-fullwidth .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.owl-carousel-fullwidth .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.owl-carousel-fullwidth .item .iphone-image {
    position: relative;
    z-index: 99;
}

.owl-carousel-fullwidth .item .iphone-image .iphone {
    float: right;
    text-align: right;
    position: relative;
    bottom: -12em;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .iphone-image .iphone {
        bottom: 0;
        text-align: center;
        float: none !important;
        margin: 0 auto;
        display: block;
    }
}

.owl-carousel-fullwidth .item .iphone-image .iphone img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .holding-k-owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    padding: 0 15px;
}

.owl-carousel-fullwidth .item .holding-k-owl-text a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.owl-carousel-fullwidth .item .holding-k-owl-text a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid white;
}

.owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-lead, .owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-lead-2, .owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-sub-lead {
    color: #fff;
    margin: 0;
    padding: 0;
}

.owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-lead {
    text-transform: uppercase;
    color: #fff;
    margin-top: 300px;
    width: 390px;
    height: 96px;
    opacity: 1;
    /** 文本1 */
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 88px;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-lead {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }
}

.owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-sub-lead {
    font-size: 20px;
    line-height: 30px;
    line-height: 42px;
    font-weight: 100;
    margin-bottom: 35px;
    color: white;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .holding-k-owl-text .holding-k-sub-lead {
        font-size: 18px;
        line-height: 34px;
    }

    .owl-carousel-fullwidth .btn-lg {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 1.33333;
        border-radius: 6px;
    }

    .owl-carousel-fullwidth .item3 {
        background-position: top right;
    }
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.holding-k-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

blockquote {
    font-size: 14.5px;
}
.translate-locale-li {
    display: none !important;
}
.translate-locale {
    padding: 23px 0 23px 16px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    cursor: pointer;
    user-select: none;
}
.translate-locale-box {
    float: right;
    margin-left: 16px;
}
.translate-locale .show-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.translate-locale img {
    width: 21px;
    height: 21px;
}

.translate-locale .locale-selection-list {
    width: 136px;
    opacity: 1;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 63px;
    right: 0;
    padding: 10px 0;
    z-index: 9999;
}

.translate-locale .locale-selection-list .locale-item {
    width: 100px;
    padding: 10px 0;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.banner-1-content {
    max-width: 1300px;
    margin: 100px auto 0;
}

.banner-1-title {
    min-height: 96px;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 88.53px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.banner-1-sub-title {
    margin-top: 60px;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    color: rgba(235, 235, 235, 1);
    text-align: left;
    vertical-align: top;
    white-space: normal;
    word-break: break-word;
}

.banner-1-items {
    display: flex;
    gap: 20px 80px;
    margin-top: 110px;
}

.banner-1-items .banner-1-item {
    text-align: center;
}

.banner-1-items .banner-1-item .text {
    margin-top: 34px;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
    color: rgba(211, 211, 211, 1);
    text-align: left;
    vertical-align: top;
}

.banner-1-items .banner-1-item .icon-box {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.banner-1-items .banner-1-item .icon-box img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.banner-2-content {
    display: flex;
    margin: 110px auto 0;
    gap: 30px 140px;
    max-width: 1250px;
}

.banner-2-items {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    align-items: flex-start;
}

.banner-2-items .banner-2-item {
    display: flex;
    gap: 20px 44px;
    align-items: center;
    justify-content: center;
}

.banner-2-items .banner-2-item .icon-box {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    flex: 1 0 80px;
}

.banner-2-items .banner-2-item .icon-box img {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.banner-2-items .banner-2-item .text {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.banner-2-right {
    width: 100%;
    max-width: calc(100% - 250px);
    height: auto;
    max-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 50px;
}

.banner-3-content {
    position: relative;
    margin: 50px auto 0;
    max-width: 1200px;
}

.banner-3-content .title {
    display: flex;
    align-items: baseline;
}

.banner-3-content .title img {
    width: auto;
    height: 36px;
}

.banner-3-content .title .text {
    height: auto;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 68px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
    margin-left: 32px;
}

.banner-3-content .text-2 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    margin-top: 88px;
    display: inline-flex;
    max-width: 530px;
    align-items: flex-end;
    gap: 10px 27px;
    flex-wrap: wrap;
}

.banner-3-content .text-2 .big-text {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(53, 126, 254, 1);
    text-align: left;
    vertical-align: top;
    margin: 0;
    display: block;
}

.banner-3-content .text-3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-3-content .text-3 .text-3-content {
    height: auto;
    width: auto;
    border-radius: 18px;
    background: rgba(47, 47, 47, 0.6);
    border: 2px solid rgba(0, 122, 255, 1);
    margin-top: 200px;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.banner-3-content .text-3 .text {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 33px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.banner-3-content .text-3 img {
    width: auto;
    height: 24px;
    margin-left: 20px;
}

.banner-3-content .left-line {
    position: absolute;
    left: 0;
    top: 105px;
    width: auto;
    height: 144px;
}

.banner-3-content .right-image {
    position: absolute;
    left: 695px;
    top: -30px;
    width: 500px;
    height: 500px;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-3-content .right-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-4-content .left {
    max-width: 460px;
}

.banner-4-content .left .title {
    height: auto;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 86px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 150px;
}

.banner-4-content {
    display: flex;
    max-width: 1120px;
    justify-content: space-between;
    margin: 0 auto;
}

.banner-4-content .left .text-2 {
    max-width: 400px;
    height: auto;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;
    color: rgba(237, 237, 237, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 59px;
}

.banner-4-content .left .img-earth {
    width: 225px;
    height: 225px;
    margin-top: 87px;
}

.banner-4-content .right {
    width: auto;
    height: 707px;
}

.banner-4-content .right img {
    margin-top: 110px;
    max-width: 100%;
    width: auto;
    height: 600px;
    max-height: 90%;
}

/*产品与服务*/
#holding-k-our-services {
    background: #fff;
    padding-top: 0;
}

#holding-k-our-services .header-title {
    height: auto;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(9, 9, 9, 1);
    text-align: center;
    vertical-align: top;
    margin: 87px auto 0;
    position: relative;
    padding: 0 0 20px;
}

#holding-k-our-services .header-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 2px;
    background: rgba(49, 123, 255, 1);
    bottom: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

#holding-k-our-services .header-desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    margin-top: 77px;
}

.service-box {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 288px;
    margin-bottom: 55px;
}

.service-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 50.49%, rgba(0, 0, 0, 0.6) 51.49%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 10;
}
.service-box-row .service-box-col:nth-child(n+4) .service-box .mask {
    background: rgba(0, 0, 0, 0.4);
}

.service-box-row .service-box-base {
    width: 100%;
    position: relative;
}
.service-box-row .service-box-base .service-box-base-img {
    width: 100%;
}
.service-box-row .service-box-base .product-base-area {
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.product-base-item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 140px;
}
.product-base-item .section-heading {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 0;
}
.product-base-item .header-title {
    color: #fff;
}
.product-base-item .header-title:after {
    display: none;
}
.product-base-item-img-full {
    width: 100%;
}

.service-box .service-name {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 11;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    user-select: none;
}

.service-box .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(151, 151, 151, 1);
    box-sizing: border-box;
    z-index: 12;
    opacity: 0;
    transform: rotateY(180deg);
    transition: all 300ms linear;
    user-select: none;
}

.service-box:hover .hover-box {
    opacity: 1;
    transform: rotateY(360deg);
}

.service-box .hover-box .service-name-hover {
    width: 90%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    color: rgba(7, 7, 7, 1);
    text-align: center;
    margin: 56px auto 0;
}

.service-box .hover-box .service-desc {
    width: 80%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: top;
    margin: 39px auto 0;
}

#holding-k-our-services .section-heading {
    margin-bottom: 0;
}

#holding-k-our-services-2 {
    background: rgba(8, 8, 8, 1);
    padding-bottom: 250px;
}

#holding-k-our-services-2 .header-title {
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 140px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#holding-k-our-services-2 .header-title:after {
    display: none;
}

#holding-k-our-services-2 .image-box .row-1 {
    margin-bottom: 150px;
}

#holding-k-our-services-2 .image-box .row-1 img {
    width: 100%;
    height: 526px;
    object-fit: cover;
}

#holding-k-our-services-2 .image-box .row-1 .img-2 {
    text-align: right;
}

#holding-k-our-services-2 .image-box .row-2 .img-box {
    width: 100%;
    height: 365px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(105, 105, 105, 1);
    overflow: hidden;
    box-sizing: border-box;
}

#holding-k-our-services-2 .image-box .row-2 img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}


/*责任和愿景*/
#holding-k-desire {
    width: 100%;
    background: linear-gradient(120.89deg, rgba(2, 2, 2, 1) 0%, rgba(49, 49, 49, 1) 51%, rgba(34, 34, 34, 1) 100%);
    padding: 0 0 100px;
}

#holding-k-desire .header-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 108px;
}

#holding-k-desire .header-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 2px;
    background: rgba(49, 123, 255, 1);
    bottom: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

#holding-k-desire .header-desc {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100%;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#holding-k-desire .desire-item {
    width: 100%;
    border-radius: 10px;
    background: rgba(216, 216, 216, 0.95);
    padding: 65px 55px;
    position: relative;
}

#holding-k-desire .desire-item .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(49, 123, 255, 1);
    text-align: left;
}

#holding-k-desire .desire-item .desc {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin-top: 17px;
}

#holding-k-desire .desire-item .desc p {
    margin-bottom: 12px;
}

#holding-k-desire .desire-item .desc p:last-child {
    margin-bottom: 0;
}

#holding-k-desire .desire-item .title-img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 39px;
}

#holding-k-desire .desire-item .title-img img {
    width: 100%;
    height: 100%;
}

/*速问速答*/
#holding-k-question {
    background: none left top repeat;
    background-size: auto auto;
    padding: 0 0 47px;
}

#holding-k-question .section-heading {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 80px;
}

#holding-k-question .header-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(9, 9, 9, 1);
    text-align: center;
}

#holding-k-question .header-title:after {
    display: none;
}

#holding-k-question .box-question-answer .answer {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    padding: 71px 49px;
}

#holding-k-question .box-question-answer .answer .answer-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    color: rgba(91, 91, 91, 1);
    text-align: left;
    margin-top: 17px;
}

#holding-k-question .box-question-answer .answer .answer-img {
    width: 71px;
    height: 71px;
    position: absolute;
    left: 21px;
    top: -27px;
}

#holding-k-question .box-question-answer .answer .answer-img img {
    width: 100%;
    height: 100%;
}

#holding-k-question .box-question-answer .answer .arrow-down {
    display: block;
    width: 38px;
    height: 31px;
    position: absolute;
    left: 34px;
    bottom: -31px;
}

#holding-k-question .box-question-answer .question {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    color: rgba(41, 41, 41, 1);
    text-align: left;
    margin-top: 0;
}

#holding-k-question .row-question-answer {
    margin: -37px -33px;
    display: flex;
    flex-wrap: wrap;
}

#holding-k-question .col-question-answer {
    padding: 37px 33px;
    height: auto;
    align-self: stretch;
}

#holding-k-question .box-question-answer {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
}

#holding-k-question .more {
    width: 40px;
    height: 40px;
    margin: 63px auto 0;
    cursor: pointer;
}

#holding-k-question .more img {
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}

#holding-k-question .more.up img {
    transform: rotate(180deg);
}

#holding-k-question .question-answer-box {
    overflow: hidden;
    padding-top: 37px;
}

/*加入我们*/
#holding-k-join-us {
    background: none center center no-repeat;
    background-size: cover;
    padding: 0 0 169px;
    max-height: 600px;
    position: relative;
}

#holding-k-join-us .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

#holding-k-join-us .section-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 125px;
}

#holding-k-join-us .header-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
}

#holding-k-join-us .header-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 2px;
    background: rgba(49, 123, 255, 1);
    bottom: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

#holding-k-join-us .header-desc {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 66px;
}

#holding-k-join-us .search-box {
    width: 100%;
    max-width: 800px;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    margin: 77px auto 0;
    position: relative;
}

#holding-k-join-us .search-box label {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

#holding-k-join-us .search-box input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #333;
    text-align: left;
    padding: 16px 148px 16px 16px;
    box-shadow: none;
    border: 0 none;
    outline: none;
}

#holding-k-join-us .search-box input:focus {
    border: 0 none;
    outline: none;
    box-shadow: none;
}

#holding-k-join-us .search-box button {
    position: absolute;
    width: 132px;
    height: 100%;
    border: 0 none;
    background: rgba(216, 216, 216, 1);
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 5px;
}

#holding-k-join-us-jobs {
    background: #fff;
    padding: 70px 0;
}

#holding-k-join-us-jobs .holding-k-join-us-jobs-content {
    max-width: 852px;
    margin: 0 auto;
}

#holding-k-join-us-jobs .job-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

#holding-k-join-us-jobs .jobs-col:nth-child(3n) .job-item {
    justify-content: flex-end;
}
#holding-k-join-us-jobs .jobs-col:nth-child(3n+1) .job-item {
    justify-content: flex-start;
}

#holding-k-join-us-jobs .job-item .job-name {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    word-break: break-all;
    word-wrap: anywhere;
}

#holding-k-join-us-jobs .job-item .right {
    width: 13px;
    height: 33px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(49, 123, 255, 1);
    text-align: left;
    margin-left: 15px;
}

#holding-k-join-us-jobs .jobs-row {
    margin-top: -60px;
}

#holding-k-join-us-jobs .jobs-row .jobs-col {
    padding-top: 60px;
    display: flex;
    align-items: center;
}

/*新闻*/
#holding-k-news {
    padding: 0 0 90px;
}

#holding-k-news .header-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    margin: 50px 0 0;
}

#holding-k-news .news-nav {
    height: 47px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(151, 151, 151, 1);
    margin-top: 53px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-width: 360px;
    user-select: none;
}

#holding-k-news .news-nav .nav-item {
    width: 50%;
    max-width: 180px;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}

#holding-k-news .news-nav .nav-item.active {
    background: rgba(49, 123, 255, 1);
    color: #fff;
}

#holding-k-news .news-list {
    margin: 46px -35px 0;
}

#holding-k-news .news-item-col {
    padding: 0 35px;
}

#holding-k-news .news-list .news-item .news-img {
    width: 100%;
    height: 260px;
    background-color: rgba(216, 216, 216, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#holding-k-news .news-list .news-item .news-bottom {
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 7px 15px;
}

#holding-k-news .news-list .news-item .news-category {
    background: rgba(49, 123, 255, 0.2);
    padding: 4px 24px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    color: rgba(49, 123, 255, 1);
    cursor: pointer;
}

#holding-k-news .news-list .news-item .publish-date {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(153, 153, 153, 1);
}

#holding-k-news .news-list .news-item .to-detail {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}

#holding-k-news .bottom {
    margin-top: 73px;
}

#holding-k-news .news-more {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
}


/*底部*/
.footer-wrapper {
    background: rgba(23, 23, 23, 1);
    padding-top: 96px !important;
    padding-bottom: 0 !important;
}

.footer-wrapper .row-1 {
    padding-bottom: 70px;
}

.footer-wrapper .row-1 .col-title {
    height: 37px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    color: rgba(228, 228, 228, 1);
    text-align: left;
}

.footer-wrapper .row-1 .col-content {
    margin-top: 37px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: rgba(228, 228, 228, 1);
    text-align: left;
}

.footer-wrapper .row-1 .col-content .content-item {
    margin-bottom: 20px;
}

.footer-wrapper .row-1 .col-content .content-item:last-child {
    margin-bottom: 0;
}

.footer-wrapper .row-1 .bottom-nav .nav-item {
    cursor: pointer;
}

.footer-wrapper .row-1 .bottom-nav .nav-item a {
    color: rgba(228, 228, 228, 1);
}

.footer-wrapper .row-1 .col-content .wx-qrcode {
    width: 150px;
    height: 150px;
}

.footer-wrapper .row-1 .wx-qrcode-title {
    width: 150px;
    text-align: left;
    margin-top: 55px;
}

.footer-wrapper .row-1 .wx-qrcode-box {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.footer-wrapper .bottom-site-info {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    color: #E4E4E4;
    padding: 37px 15px 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px 7px;
    border-top: 1px solid #B3B3B3;
    box-sizing: border-box;
}

.footer-wrapper .bottom-site-info a {
    color: #E4E4E4;
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-align-center {
    align-items: center;
}


.icon-color-999:before {
    color: #999 !important;
}

.services-item-content-modal .modal-dialog {
    width: 80%;
}
.services-item-content-modal-content {
    width: 100%;
    height: calc(100vh - 170px);
    overflow: hidden;
}
.services-item-content-modal-content .item {
    width: calc(80vw - 30px) !important;
    height: calc(100vh - 170px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-item-content-modal-content img {
    max-width: 100% !important;
    max-height: calc(100vh - 170px) !important;
    object-fit: contain;
    display: block;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i.custom-icon-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0960bd !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i.custom-icon-arrow:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i.custom-icon-arrow:focus {
    background: #0960bd !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i.custom-icon-arrow:before {
    font-size: 20px !important;
    color: #fff !important;
}

#intro-video-player-box {
    width: 100%;
    position: relative;
}
#intro-video-player {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel-services-znhgl {
    width: 100%;
}
.owl-carousel-services-znhgl .item {
    height: auto;
    overflow: hidden;
}
.owl-carousel-services-znhgl .item .item-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    height: 100%;
    overflow: hidden;
}
.owl-carousel-services-znhgl .item .item-row img {
    display: block;
    object-fit: cover;
}
.owl-carousel-services-znhgl .owl-dots {
    bottom: -30px !important;
}

.owl-carousel-services-szhypt {
    width: 100%;
}
.owl-carousel-services-szhypt .item {
    height: auto;
    overflow: hidden;
}
.owl-carousel-services-szhypt .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}