@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay/ClashDisplay-Extralight.eot');
    src: url('../fonts/ClashDisplay/ClashDisplay-Extralight.eot#iefix}') format('embedded-opentype'), url('../fonts/ClashDisplay/ClashDisplay-Extralight.woff2') format('woff2'), url('../fonts/ClashDisplay/ClashDisplay-Extralight.woff') format('woff'), url('../fonts/ClashDisplay/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay/ClashDisplay-Light.eot');
    src: url('../fonts/ClashDisplay/ClashDisplay-Light.eot#iefix}') format('embedded-opentype'), url('../fonts/ClashDisplay/ClashDisplay-Light.woff2') format('woff2'), url('../fonts/ClashDisplay/ClashDisplay-Light.woff') format('woff'), url('../fonts/ClashDisplay/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay/ClashDisplay-Regular.eot');
    src: url('../fonts/ClashDisplay/ClashDisplay-Regular.eot#iefix}') format('embedded-opentype'), url('../fonts/ClashDisplay/ClashDisplay-Regular.woff2') format('woff2'), url('../fonts/ClashDisplay/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay/ClashDisplay-Medium.eot');
    src: url('../fonts/ClashDisplay/ClashDisplay-Medium.eot#iefix}') format('embedded-opentype'), url('../fonts/ClashDisplay/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay/ClashDisplay-Semibold.eot');
    src: url('../fonts/ClashDisplay/ClashDisplay-Semibold.eot#iefix}') format('embedded-opentype'), url('../fonts/ClashDisplay/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay/ClashDisplay-Bold.eot');
    src: url('../fonts/ClashDisplay/ClashDisplay-Bold.eot#iefix}') format('embedded-opentype'), url('../fonts/ClashDisplay/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.transition {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.banner {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #2A46EA;
    overflow: hidden;
}
@media screen and (max-width: 676px) {
    .banner {
        height: 987px !important;
    }
}

@media screen and (max-width: 620px) {
    .banner {
        height: auto !important;
        padding-bottom: 80%;
    }
}

.banner .banner-content {
    position: relative;
    padding: 135px 0 0 152px;
    max-width: 1513px;
    margin: 0 auto;
    z-index: 2;
}
@media screen and (max-width: 1440px) {
    .banner .banner-content {
        padding: 180px 0 0 40px;
    }
}
@media screen and (max-width: 998px) {
    .banner .banner-content {
        padding: 60px 40px 0 40px;
    }
}
.banner .banner-content .title {
    max-width: 651px;
    font-family: 'ClashDisplay';
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.888889px;
    color: #FFFFFF;
}
@media screen and (max-width: 676px) {
    .banner .banner-content .title {
        max-width: none;
        font-size: 64px;
        line-height: 74px;
        margin-bottom: 20px;
    }
}

.banner .banner-content .info {
    max-width: 636px;
    font-family: 'GT Walsheim';
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-bottom: 31px;
}
.banner .banner-content .readMore {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 24px;
    color: #1E1E1E;
    width: 244px;
    height: 68px;
    padding: 0 26px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.banner .banner-content .readMore:hover {
    color: #2b2b2b;
    background: rgba(255, 255, 255, 0.8);
}
.banner .banner-content .readMore:hover img {
    right: 12px;
}
.banner .banner-content .readMore img {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 17px;
    width: 24px;
    height: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.banner .banner-text {
    position: absolute;
    bottom: 23px;
    right: 70px;
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    color: #FFFFFF;
    z-index: 2;
}
@media screen and (max-width: 520px) {
    .banner .banner-text {
        width: 100%;
        bottom: 0;
        right: 0;
        text-align: center;
    }
}
.banner .banner-pic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1095px;
    height: auto;
}
@media screen and (max-width: 676px) {
    .banner .banner-pic {
        display: none;
    }
}
.banner .banner-pic img {
    width: 100%;
    height: auto;
}
.banner .banner-pic-moblie {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}
@media screen and (max-width: 676px) {
    .banner .banner-pic-moblie {
        display: block;
    }
}
.banner .banner-pic-moblie img {
    width: 100%;
    height: auto;
}
.section-01 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 144px;
    padding-right: 91px;
    margin-top: 109px;
}
@media screen and (max-width: 1440px) {
    .section-01 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 998px) {
    .section-01 {
        flex-direction: column;
    }
}
@media screen and (max-width: 520px) {
    .section-01 {
        padding: 0 15px;
        margin-top: 100px;
    }
}
.section-01 .section-left {
    display: flex;
    align-items: center;
}
.section-01 .section-left .section-pic {
    position: relative;
}
@media screen and (max-width: 998px) {
    .section-01 .section-left .section-pic {
        width: calc(50% - 13px);
    }
}
.section-01 .section-left .section-pic.section-pic-01 {
    margin-right: 26px;
    margin-top: -38px;
}
.section-01 .section-left .section-pic.section-pic-02 {
    margin-bottom: -38px;
}
.section-01 .section-left .section-pic .pic {
    width: 296px;
    height: auto;
    border-radius: 5px;
}
@media screen and (max-width: 998px) {
    .section-01 .section-left .section-pic .pic {
        width: 100%;
    }
}
.section-01 .section-left .section-pic .icon-play {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -38px;
    width: 76px;
    height: 76px;
    border-radius: 76px;
    background-color: #ffffff;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 520px) {
    .section-01 .section-left .section-pic .icon-play {
        margin-top: -28px;
        margin-left: -28px;
        width: 56px;
        height: 56px;
    }
}
.section-01 .section-left .section-pic .icon-play:hover {
    background: rgba(255, 255, 255, 0.8);
}
.section-01 .section-left .section-pic .icon-play img {
    width: 16px;
    height: auto;
}
.section-01 .section-right {
    padding-left: 131px;
    width: 528px;
    max-width: 100%;
    margin-top: -48px;
}
@media screen and (max-width: 1440px) {
    .section-01 .section-right {
        padding-left: 40px;
    }
}
@media screen and (max-width: 998px) {
    .section-01 .section-right {
        padding-left: 0;
        margin-top: 78px;
        width: auto;
    }
}
.section-01 .section-right .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2A46EA;
    margin-bottom: 23px;
}
@media screen and (max-width: 520px) {
    .section-01 .section-right .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-01 .section-right .info {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #12141D;
    opacity: 0.7;
}
.section-01 .section-right .info p {
    margin: 0 0 30px 0;
    padding: 0;
}
.section-02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 206px;
    padding-right: 167px;
    margin-top: 171px;
}
@media screen and (max-width: 1440px) {
    .section-02 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 998px) {
    .section-02 {
        flex-direction: column-reverse;
        margin-top: 120px;
    }
}
@media screen and (max-width: 520px) {
    .section-02 {
        padding: 0 15px;
        margin-top: 100px;
    }
}
.section-02 .section-left {
    max-width: 493px;
}
@media screen and (max-width: 998px) {
    .section-02 .section-left {
        width: 100%;
        max-width: none;
        margin-top: 40px;
    }
}
.section-02 .section-left .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2A46EA;
    margin-bottom: 23px;
}
@media screen and (max-width: 520px) {
    .section-02 .section-left .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-02 .section-left .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #000000;
}
.section-02 .section-left .info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-02 .section-left .info ul li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 16px;
}
.section-02 .section-left .info ul li:last-child {
    margin-bottom: 0;
}
.section-02 .section-left .info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/index/icon/icon-done.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section-02 .section-right {
    padding-left: 98px;
}
@media screen and (max-width: 998px) {
    .section-02 .section-right {
        padding-left: 60px;
    }
}
@media screen and (max-width: 520px) {
    .section-02 .section-right {
        padding-left: 40px;
    }
}
.section-02 .section-right .section-pic {
    position: relative;
    width: 555px;
    height: 555px;
    background: #F4F4F4;
    border-radius: 12px;
    padding: 48px 67px;
}
@media screen and (max-width: 998px) {
    .section-02 .section-right .section-pic {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 520px) {
    .section-02 .section-right .section-pic {
        padding: 40px;
    }
}
.section-02 .section-right .section-pic .icon-logo {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
}
@media screen and (max-width: 520px) {
    .section-02 .section-right .section-pic .icon-logo {
        top: -40px;
        left: -40px;
        width: 80px;
        height: 80px;
    }
}
.section-02 .section-right .section-pic .pic {
    width: 100%;
    height: auto;
}
.section-03 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 240px;
    padding-right: 236px;
    margin-top: 171px;
}
@media screen and (max-width: 1440px) {
    .section-03 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 998px) {
    .section-03 {
        flex-direction: column;
        margin-top: 120px;
    }
}
@media screen and (max-width: 520px) {
    .section-03 {
        padding: 0 15px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 998px) {
    .section-03 .section-left {
        width: 100%;
    }
}

.section-03 .section-left .section-pic {
    position: relative;
    width: 401px;
    height: 522px;
}
@media screen and (max-width: 998px) {
    .section-03 .section-left .section-pic {
        width: 100%;
        height: auto !important;
        padding-right: 60px;
    }
}
@media screen and (max-width: 520px) {
    .section-03 .section-left .section-pic {
        padding-right: 40px;
    }
}
.section-03 .section-left .section-pic .icon-logo {
    position: absolute;
    top: 30px;
    right: -60px;
    width: 120px;
    height: 120px;
}
@media screen and (max-width: 998px) {
    .section-03 .section-left .section-pic .icon-logo {
        right: 0;
    }
}
@media screen and (max-width: 520px) {
    .section-03 .section-left .section-pic .icon-logo {
        width: 80px;
        height: 80px;
    }
}
.section-03 .section-left .section-pic .pic {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.section-03 .section-right {
    width: 463px;
    margin-left: 173px;
}
@media screen and (max-width: 998px) {
    .section-03 .section-right {
        width: 100%;
        margin-left: 0;
    }
}
.section-03 .section-right .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2A46EA;
    margin-bottom: 88px;
}
@media screen and (max-width: 998px) {
    .section-03 .section-right .title {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 520px) {
    .section-03 .section-right .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-03 .section-right .sub-title {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #12141D;
    margin-bottom: 26px;
}
.section-03 .section-right .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #12141D;
}
.section-04 {
    position: relative;
    margin-top: 360px;
    background-color: #2A46EA;
    padding: 86px 143px 128px;
}
@media screen and (max-width: 1440px) {
    .section-04 {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 260px;
    }
}
@media screen and (max-width: 998px) {
    .section-04 {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 160px;
    }
}
@media screen and (max-width: 520px) {
    .section-04 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.section-04:before {
    content: "";
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
    height: 82px;
    background-image: url('../images/index/section-bg.svg');
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
.section-04:after {
    content: "";
    position: absolute;
    top: 193px;
    right: 0;
    width: 75px;
    height: 204px;
    background-image: url('../images/index/icon/icon-dots.svg');
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
@media screen and (max-width: 1440px) {
    .section-04:after {
        top: 160px;
        width: 40px;
        height: 169px;
    }
}
.section-04 .section-content {
    max-width: 1225px;
    margin: 0 auto;
}
.section-04 .section-content .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    max-width: 698px;
    margin: 0 auto 32px;
}
@media screen and (max-width: 520px) {
    .section-04 .section-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-04 .section-content .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FAFAFA;
    opacity: 0.8;
    max-width: 370px;
    margin: 0 auto 83px;
}
.section-04 .section-content .section-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -11px;
}
@media screen and (max-width: 998px) {
    .section-04 .section-content .section-list {
        justify-content: center;
        flex-direction: column;
        padding: 0 40px;
    }
}
@media screen and (max-width: 520px) {
    .section-04 .section-content .section-list {
        padding: 0 15px;
    }
}
.section-04 .section-content .section-list .list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(33.33% - 22px);
    margin: 0 11px;
}
@media screen and (max-width: 998px) {
    .section-04 .section-content .section-list .list-item {
        width: 100%;
        margin-bottom: 48px;
        margin-left: 0;
        margin-right: 0;
    }
}
.section-04 .section-content .section-list .list-item .item-pic {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
}
.section-04 .section-content .section-list .list-item .item-title {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.333333px;
    color: #FFFFFF;
    padding-top: 22px;
}
@media screen and (max-width: 520px) {
    .section-04 .section-content .section-list .list-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }
}
.section-04 .section-content .section-list .list-item .item-title::before {
    content: '“';
    display: block;
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 120px;
    line-height: 62px;
    letter-spacing: -1.66667px;
    color: #EB459E;
    border-bottom: 2px solid #57F287;
    margin-top: 22px;
    margin-bottom: 24px;
    padding-left: 15px;
}
@media screen and (max-width: 520px) {
    .section-04 .section-content .section-list .list-item .item-title::before {
        font-size: 80px;
    }
}
@media screen and (max-width: 998px) {
    .section-04 .section-content .section-list .list-item .item-title {
        padding-top: 12px;
    }
}
.section-04 .section-content .section-list .list-item .item-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 48px;
}
@media screen and (max-width: 998px) {
    .section-04 .section-content .section-list .list-item .item-author {
        margin-top: 24px;
    }
}
.section-04 .section-content .section-list .list-item .item-author .author-avatar {
    width: 50px;
    height: 48px;
    border-radius: 48px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.section-04 .section-content .section-list .list-item .item-author .author-info {
    padding-left: 16px;
}
.section-04 .section-content .section-list .list-item .item-author .author-info .text {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.section-04 .section-content .section-list .list-item .item-author .author-info .text:first-child {
    margin-bottom: 6px;
}
.section-04 .section-content .section-list .list-item .item-author .author-info .text.tx-bold {
    font-weight: 700;
}
.section-05 {
    padding: 202px 157px 120px 157px;
    background-color: #F4F4F4;
}
@media screen and (max-width: 1440px) {
    .section-05 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 998px) {
    .section-05 {
        padding-top: 100px;
    }
}
@media screen and (max-width: 520px) {
    .section-05 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.section-05 .section-content {
    max-width: 1196px;
    margin: 0 auto;
}
.section-05 .section-content .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2745EC;
    padding: 0 6px 28px 6px;
    border-bottom: 1px solid #787878;
    margin-bottom: 48px;
}
@media screen and (max-width: 520px) {
    .section-05 .section-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-05 .section-content .section-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.section-05 .section-content .section-list .list-item {
    width: calc(25% - 30px);
    margin: 0 15px 48px;
}
@media screen and (max-width: 998px) {
    .section-05 .section-content .section-list .list-item {
        width: calc(50% - 30px);
    }
}
.section-05 .section-content .section-list .list-item .item-pic {
    width: 100%;
    height: 322px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    overflow: hidden;
}
.section-05 .section-content .section-list .list-item .item-title {
    font-family: 'ClashDisplay';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    padding-top: 15px;
}
.section-05 .section-content .section-list .list-item .item-text {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.section-05 .section-content .section-join-team {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 133px;
    padding-top: 48px;
    border-top: 1px solid #787878;
}
@media screen and (max-width: 998px) {
    .section-05 .section-content .section-join-team {
        flex-direction: column;
        margin-top: 80px;
    }
}
.section-05 .section-content .section-join-team .title {
    border: none;
    margin-bottom: 0;
}
.section-05 .section-content .section-join-team .content {
    max-width: 556px;
}
.section-05 .section-content .section-join-team .content .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 21px;
    padding-left: 6px;
}
.section-05 .section-content .section-join-team .content .link-more {
    position: relative;
    display: inline-block;
    padding: 8px 17px;
    min-width: 245px;
}
.section-06 {
    padding: 87px 107px 100px 107px;
}
@media screen and (max-width: 1440px) {
    .section-06 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .section-06 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.section-06 .section-content {
    max-width: 1297px;
    margin: 0 auto;
}
.section-06 .section-content .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #2745EC;
    max-width: 888px;
    margin: 0 auto 29px;
}
@media screen and (max-width: 520px) {
    .section-06 .section-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-06 .section-content .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #12141D;
    opacity: 0.7;
    max-width: 472px;
    margin: 0 auto 23px;
}
.section-06 .section-content .tx-center {
    text-align: center;
}
.section-06 .section-content .btn-readMore {
    display: inline-flex;
    min-width: auto;
    padding: 8px 22px 8px 17px;
    margin-bottom: 33px;
}
.section-06 .section-content .section-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
@media screen and (max-width: 998px) {
    .section-06 .section-content .section-list {
        padding: 0 40px;
    }
}
@media screen and (max-width: 520px) {
    .section-06 .section-content .section-list {
        padding: 0 15px;
    }
}
.section-06 .section-content .section-list .list-item {
    width: calc(50% - 24px);
    margin: 0 12px;
}
@media screen and (max-width: 998px) {
    .section-06 .section-content .section-list .list-item {
        width: 100%;
        margin-bottom: 32px;
        margin-left: 0;
        margin-right: 0;
    }
}
.section-06 .section-content .section-list .list-item a {
    display: block;
    text-decoration: none;
}
.section-06 .section-content .section-list .list-item a:hover .item-title {
    color: #2A46EA;
}
.section-06 .section-content .section-list .list-item .item-pic {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
@media screen and (max-width: 998px) {
    .section-06 .section-content .section-list .list-item .item-pic {
        margin-bottom: 12px;
    }
}
.section-06 .section-content .section-list .list-item .item-date {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #52525B;
    margin-bottom: 15px;
}
.section-06 .section-content .section-list .list-item .item-title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #12141D;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.section-07 {
    position: relative;
    padding: 249px 157px 137px 157px;
    background-color: #2A46EA;
}
@media screen and (max-width: 1440px) {
    .section-07 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .section-07 {
        padding: 100px 15px;
    }
}


.section-07 .section-shape-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 460px;
    height: 652px;
    max-height: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../images/index/section-shape-bg.svg');
}
@media screen and (max-width: 998px) {
    .section-07 .section-shape-bg {
        width: 360px;
        height: 500px;
    }
}
@media screen and (max-width: 520px) {
    .section-07 .section-shape-bg {
        width: 40%;
    }
}
.section-07 .section-shape-bg .video-pic {
    position: absolute;
    top: 50%;
    left: -180px;
    transform: translateY(-50%);
    width: 497px;
    height: auto;
    z-index: 2;
}
@media screen and (max-width: 1300px) {
    .section-07 .section-shape-bg .video-pic {
        width: 340px;
        left: -20px;
    }
}
@media screen and (max-width: 998px) {
    .section-07 .section-shape-bg .video-pic {
        width: 240px;
        left: -80px;
    }
}
@media screen and (max-width: 940px) {
    .section-07 .section-shape-bg .video-pic {
        width: 240px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 520px) {
    .section-07 .section-shape-bg .video-pic {
        width: 240px;
        top: auto !important;
        bottom: 0;
    }
}

.section-07 .section-content {
    position: relative;
    max-width: 1297px;
    margin: 0 auto;
    z-index: 5;
}
.section-07 .section-content .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    max-width: 582px;
    margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
    .section-07 .section-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-07 .section-content .line {
    width: 48.6%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.24);
}
.section-07 .section-content .info {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.72;
    margin-bottom: 48px;
    max-width: 582px;
}

.section-07 .section-content .link-more {
    display: inline-block;
    position: relative;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: #000000;
    padding: 8px 82px 8px 17px;
    border-radius: 8px;
    background: #ffffff;
    text-decoration: none;
    margin-right: 27px;
    margin-left: -12px;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 520px) {
    .section-07 .section-content .link-more {
        margin-bottom: 24px;
    }
}
.section-07 .section-content .link-more img {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 25px;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.section-07 .section-content .link-more:hover img {
    right: 21px;
}

.section-07 .section-content .section-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 48px;
}
@media screen and (max-width: 520px) {
    .section-07 .section-content .section-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
.section-07 .section-content .section-bottom .link-more {
    position: relative;
    font-family: 'ClashDisplay';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.25px;
    color: #000000;
    padding: 21px 61px 21px 37px;
    border-radius: 8px;
    background: #FEE75C;
    text-decoration: none;
    margin-right: 66px;
    filter: drop-shadow(0px 24px 32px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 520px) {
    .section-07 .section-content .section-bottom .link-more {
        margin-bottom: 24px;
    }
}
.section-07 .section-content .section-bottom .link-more img {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 25px;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.section-07 .section-content .section-bottom .link-more:hover {
    background: #feeb75;
}
.section-07 .section-content .section-bottom .link-more:hover img {
    right: 21px;
}
.section-07 .section-content .section-bottom .tel-box {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
}
.section-07 .section-content .section-bottom .tel-box a {
    color: #FFFFFF;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.section-07 .section-content .section-bottom .tel-box a:hover {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 4px;
}
.footer-index {
    position: relative;
    padding: 0 42px;
}
@media screen and (max-width: 1440px) {
    .footer-index {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .footer-index {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.footer-index .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 93px 0 107px 0;
    width: 1222px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .footer-index .footer-top {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 60px 0;
    }
}
.footer-index .footer-top .footer-logo {
    margin-right: 60px;
}
@media screen and (max-width: 998px) {
    .footer-index .footer-top .footer-logo {
        margin-left: 60px;
    }
}
@media screen and (max-width: 768px) {
    .footer-index .footer-top .footer-logo {
        margin: 20px auto;
    }
}
.footer-index .footer-top .footer-logo .logo-pic {
    display: block;
    width: 122px;
    height: 122px;
    margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
    .footer-index .footer-top .footer-logo .logo-pic {
        width: 80px;
        height: 80px;
        margin: 0 auto 14px;
    }
}
.footer-index .footer-top .footer-logo .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .footer-index .footer-top .footer-logo .info {
        text-align: center;
    }
}
.footer-index .footer-top .footer-logo .social-link {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .footer-index .footer-top .footer-logo .social-link {
        justify-content: center;
    }
}
.footer-index .footer-top .footer-logo .social-link a {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.footer-index .footer-top .footer-logo .social-link a:hover {
    opacity: 0.8;
}
.footer-index .footer-top .footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1222px;
    max-width: 100%;
    margin: 0 auto;
}
.footer-index .footer-top .footer-menu .menu-box {
    margin: 0 40px;
}
@media screen and (max-width: 1440px) {
    .footer-index .footer-top .footer-menu .menu-box {
        margin: 0 20px;
    }
}
@media screen and (max-width: 998px) {
    .footer-index .footer-top .footer-menu .menu-box {
        width: calc(50% - 40px);
        margin-bottom: 20px;
    }
}
.footer-index .footer-top .footer-menu .menu-box .menu-title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 14px;
}
.footer-index .footer-top .footer-menu .menu-box .menu-content a {
    display: block;
    font-family: 'GT Walsheim';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.footer-index .footer-top .footer-menu .menu-box .menu-content a:hover {
    color: #2A46EA !important;
}
.footer-index .footer-bottom {
    display: flex;
    padding: 45px 144px;
    border-top: 1px solid #DFDFDF;
}
@media screen and (max-width: 1440px) {
    .footer-index .footer-bottom {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 998px) {
    .footer-index .footer-bottom {
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 520px) {
    .footer-index .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.footer-index .footer-bottom .copyright {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #404040;
    margin-right: 240px;
}
@media screen and (max-width: 1440px) {
    .footer-index .footer-bottom .copyright {
        margin-right: 120px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 998px) {
    .footer-index .footer-bottom .copyright {
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.footer-index .footer-bottom .menu-content {
    font-size: 0;
    text-align: center;
}
.footer-index .footer-bottom .menu-content a {
    display: inline-block;
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #000000;
    margin: 0 24px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 998px) {
    .footer-index .footer-bottom .menu-content a {
        text-align: center;
    }
}
@media screen and (max-width: 520px) {
    .footer-index .footer-bottom .menu-content a {
        margin: 0 6px 6px 6px;
    }
}
.footer-index .footer-bottom .menu-content a:hover {
    color: #2A46EA !important;
}
.uk-dark .section-01 .section-right .info {
    color: #cdcdcd;
}
.uk-dark .section-02 .section-left .info {
    color: #cdcdcd;
}
.uk-dark .section-03 .section-right .sub-title {
    color: #cdcdcd;
}
.uk-dark .section-03 .section-right .info {
    color: #cdcdcd;
}
.uk-dark .section-05 {
    background-color: #202020;
}
.uk-dark .section-05 .section-content .title {
    border-bottom: 1px solid #383838;
}
.uk-dark .section-05 .section-content .section-list .list-item .item-title {
    color: #ffffff;
}
.uk-dark .section-05 .section-content .section-list .list-item .item-text {
    color: #cdcdcd;
}
.uk-dark .section-05 .section-content .section-join-team {
    border-top: 1px solid #383838;
}
.uk-dark .section-05 .section-content .section-join-team .title {
    border: none;
}
.uk-dark .section-05 .section-content .section-join-team .content .info {
    color: #cdcdcd;
}
.uk-dark .section-05 .section-content .section-join-team .content .link-more {
    color: #cdcdcd;
}
.uk-dark .section-05 .section-content .section-join-team .content .link-more::before {
    background-color: #cdcdcd;
}
.uk-dark .section-05 .section-content .section-join-team .content .link-more:hover {
    color: #e7e7e7;
}
.uk-dark .section-05 .section-content .section-join-team .content .link-more:hover::before {
    background-color: #e7e7e7;
}
.uk-dark .section-06 .section-content .info {
    color: #cdcdcd;
}
.uk-dark .section-06 .section-content .section-list .list-item .item-date {
    color: #cdcdcd;
}
.uk-dark .section-06 .section-content .section-list .list-item .item-title {
    color: #ffffff;
}
.uk-dark .footer-index .footer-top .footer-logo .info {
    color: #cdcdcd;
}
.uk-dark .footer-index .footer-top .footer-menu .menu-box .menu-title {
    color: #ffffff;
}
.uk-dark .footer-index .footer-top .footer-menu .menu-box .menu-content a {
    color: #cdcdcd;
}
.uk-dark .footer-index .footer-bottom {
    border-top: 1px solid #464646;
}
.uk-dark .footer-index .footer-bottom .copyright {
    color: #cdcdcd;
}
.uk-dark .footer-index .footer-bottom .menu-content a {
    color: #cdcdcd;
}



/* .contact-wrap */
.contact-wrap {
    background-color: #FAFAFA;
    padding: 0 88px 160px 144px;
}
@media screen and (max-width: 1440px) {
    .contact-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .contact-wrap {
        padding: 0 15px;
    }
}
.contact-wrap .contact-section01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1281px;
    max-width: 100%;
    margin: 0 auto;
}
.contact-wrap .contact-section01 .contact-left {
    width: 100%;
    max-width: 100%;
    margin-top: 76px;
    padding-right: 780px;
}
@media screen and (max-width: 1440px) {
    .contact-wrap .contact-section01 .contact-left {
        padding-right: 680px;
    }
}
@media screen and (max-width: 998px) {
    .contact-wrap .contact-section01 .contact-left {
        padding-right: 420px;
    }
}
@media screen and (max-width: 768px) {
    .contact-wrap .contact-section01 .contact-left {
        padding-right: 0;
    }
}
.contact-wrap .contact-section01 .contact-left .title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2745EC;
    margin-bottom: 28px;
}
@media screen and (max-width: 520px) {
    .contact-wrap .contact-section01 .contact-left .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.contact-wrap .contact-section01 .contact-left .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #1D293F;
    margin-bottom: 57px;
}
.contact-wrap .contact-section01 .contact-left .contact-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1D293F;
    padding-left: 74px;
    min-height: 50px;
    height: auto;
    margin-bottom: 33px;
    word-break: break-word;
}
.contact-wrap .contact-section01 .contact-left .contact-box .box:nth-child(2) {
    margin-bottom: 3px;
}
.contact-wrap .contact-section01 .contact-left .contact-box .box.box-text-bold {
    font-weight: 500;
}
.contact-wrap .contact-section01 .contact-left .contact-box .box .icon-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.contact-wrap .contact-section01 .contact-left .brand-box {
    margin-top: 100px;
}

@media screen and (max-width: 998px) {
    .contact-wrap .contact-section01 .contact-left .brand-box {
        margin-top: 60px;
    }
}

.contact-wrap .contact-section01 .contact-left .brand-box .brand-box-title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -0.586207px;
    color: #1D293F;
    margin-bottom: 39px;
}
@media screen and (max-width: 520px) {
    .contact-wrap .contact-section01 .contact-left .brand-box .brand-box-title {
        font-size: 24px;
        line-height: 35px;
    }
}
.contact-wrap .contact-section01 .contact-left .brand-box .brand-box-subTitle {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7C8087;
    margin-bottom: 38px;
}
.contact-wrap .contact-section01 .contact-left .brand-box .brand-box-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:33px;
}
.contact-wrap .contact-section01 .contact-left .brand-box .brand-box-list .pic-item {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 365px;
    height: 187px;
    max-width: 100%;
}

.contact-wrap .contact-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 714px;
    max-width: 100%;
    min-height: 884px;
    background: #131313;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 55px 150px 75px 150px;
    margin-top: 83px;
}
@media screen and (max-width: 1440px) {
    .contact-wrap .contact-right {
        width: 600px;
        padding: 55px 100px;
    }
}
@media screen and (max-width: 998px) {
    .contact-wrap .contact-right {
        width: 400px;
        padding: 55px 30px;
    }
}
@media screen and (max-width: 768px) {
    .contact-wrap .contact-right {
        position: static;
        width: 100%;
        padding: 55px 18px 42px 30px;
        margin-top: 30px;
        min-height: auto;
    }
}
.contact-wrap .contact-right .form-header {
    margin-bottom: 29px;
}
.contact-wrap .contact-right .form-header .title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FAFAFA;
}
.contact-wrap .contact-right .contact-form .uk-form-group {
    margin-bottom: 32px !important;
}
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-label {
    font-family: 'GT Walsheim' !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 12px !important;
    text-transform: uppercase;
    color: #4F4F4F;
    margin-bottom: 12px !important;
}
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls .uk-input,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls select,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls textarea {
    font-family: 'GT Walsheim' !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #1B46F5 !important;
    padding: 12px 16px !important;
    height: 48px !important;
    border: 2px solid #E6E8EC !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
}

.contact-form form select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image:url('../images/index/icon/icon-arr-up.svg');
    background-position:97% center;
    background-size:32px 32px;
    background-repeat:no-repeat;
}

.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls .uk-input::-webkit-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls select::-webkit-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls textarea::-webkit-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls .uk-input:-ms-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls select:-ms-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls textarea:-ms-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls .uk-input::-ms-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls select::-ms-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls textarea::-ms-input-placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls .uk-input::placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls select::placeholder,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls textarea::placeholder {
    color: #777E91 !important;
}
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls .uk-input:focus,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls select:focus,
.contact-wrap .contact-right .contact-form .uk-form-group .uk-form-controls textarea:focus {
    border: 2px solid #58C27D !important;
    box-shadow: none !important;
    outline: none !important;
}
.contact-wrap .contact-right .contact-form .uk-form-group-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -8px;
}
@media screen and (max-width: 998px) {
    .contact-wrap .contact-right .contact-form .uk-form-group-flex {
        flex-direction: column;
        margin: 0 ;
    }
}
.contact-wrap .contact-right .contact-form .uk-form-group-flex .uk-form-group {
    width: 50%;
    padding: 0 8px;
}
@media screen and (max-width: 998px) {
    .contact-wrap .contact-right .contact-form .uk-form-group-flex .uk-form-group {
        width: 100%;
        padding: 0 ;
    }
}
.contact-wrap .contact-right .contact-form .btn-send-enquiry {
    font-family: 'GT Walsheim';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FAFAFA;
    width: 100%;
    height: 66px;
    background: #1B46F5;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
@media screen and (max-width: 520px) {
    .contact-wrap .contact-right .contact-form .btn-send-enquiry {
        font-size: 16px;
    }
}
.contact-wrap .contact-right .contact-form .btn-send-enquiry:hover {
    background: #0a37ec;
}
.contact-wrap .contact-right .contact-form .btn-send-enquiry:focus,
.contact-wrap .contact-right .contact-form .btn-send-enquiry.active,
.contact-wrap .contact-right .contact-form .btn-send-enquiry.link {
    box-shadow: none;
    border: none;
}

/* .question */
.question {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    padding: 0 248px;
}
@media screen and (max-width: 1440px) {
    .question {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .question {
        padding: 0 15px;
    }
}
.question .content {
    width: 1050px;
    height: auto;
    max-width: 100%;
}
.question .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2745EC;
    margin: 94px 0 104px 0;
}
@media screen and (max-width: 520px) {
    .question .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.question .content > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.question .content .menu-one > li {
    height: auto;
    overflow: hidden;
    border-top: 1px solid #787878;
}
.question .content .menu-one .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 51px 0;
    cursor: pointer;
}
.question .content .menu-show .header {
    padding-bottom: 35px;
}
.question .content .menu-one .header > span {
    display: block;
}
.question .content .menu-one .header .txt {
    float: left;
    color: #000000;
    margin-left: 22px;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
}
@media screen and (max-width: 520px) {
    .question .content .menu-one .header .txt {
        font-size: 22px;
        line-height: 32px;
    }
}
.question .content .menu-one .header .arrow {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 48px;
    background-image: url('../images/index/icon/icon_add.svg');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.question .content .menu-show .header .arrow {
    background-image: url('../images/index/icon/icon_min.svg');
}
.question .content .menu-two {
    display: none;
    height: auto;
}
.question .content .menu-two {
    margin-left: 22px;
    height: auto;
    width: 860px;
    max-width: 100%;
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
    word-break: break-word;
}

.uk-dark .question {
    background-color: #202020;
}

.uk-dark .question .content .menu-one > li {
    border-top: 1px solid #cdcdcd;
}

.uk-dark .question .content .menu-one .header .arrow {
    background-image: url('../images/index/icon/icon_add_light.svg');
}
.uk-dark .question .content .menu-show .header .arrow {
    background-image: url('../images/index/icon/icon_min_light.svg');
}

.uk-dark .question .content .menu-one .header .txt,
.uk-dark .question .content .menu-two {
    color: #cdcdcd;
}


/* customers-wrap */
.customers-wrap {
    background-color: #FAFAFA;
    padding-bottom: 137px;
}
@media screen and (max-width: 520px) {
    .customers-wrap {
        padding-top: 50px;
    }
}
.customers-wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1284px;
    max-width: 100%;
    margin: 0 auto 53px;
}
@media screen and (max-width: 1440px) {
    .customers-wrap .title {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .customers-wrap .title {
        padding: 0 15px;
    }
}
.customers-wrap .title > span {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    color: #1D293F;
}
.customers-wrap .slide-control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.customers-wrap .slide-control .control-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: 12px 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.customers-wrap .slide-control .control-icon.control-icon-left {
    background-image: url('../images/index/icon/icon-small-left-blue.svg');
}
.customers-wrap .slide-control .control-icon.control-icon-left.disabled {
    cursor: not-allowed;
    background-image: url('../images/index/icon/icon-small-left-gray.svg');
}
.customers-wrap .slide-control .control-icon.control-icon-right {
    background-image: url('../images/index/icon/icon-small-right-blue.svg');
}
.customers-wrap .slide-control .control-icon.control-icon-right.disabled {
    cursor: not-allowed;
    background-image: url('../images/index/icon/icon-small-right-gray.svg');
}
@media screen and (max-width: 520px) {
    .customers-wrap .customers {
        padding: 0 15px;
    }
}
.customers-wrap .customers .list {
    height: 260px;
    width: 1284px;
    margin:0 auto;
    max-width: 100%;
}

@media screen and (max-width: 1440px){
    .customers-wrap .customers .list {
        width:calc(100% - 80px)
    }
}

@media screen and (max-width: 520px) {
    .customers-wrap .customers .list {
        width:100%
    }
}


.customers-wrap .customers .info {
    display: flex;
    flex-direction: column;
    width: 350px;
    min-height: 260px;
    background: #FFFFFF;
    border: 1px solid #E2E4E8;
    border-radius: 10px;
    padding: 30px 27px 28px 27px;
}

@media screen and (max-width: 520px) {
    .customers-wrap .customers .swiper-placeholder {
        display: none;
    }
}


.customers-wrap .customers .info .avatar-pic {
    flex-grow: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 25px;
}
.customers-wrap .customers .info .desc {
    display: block;
    font-family: 'GT Walsheim';
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    color: #1D293F;
    margin-bottom: 12px;
}
.customers-wrap .customers .info .wall {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #1D293F;
}



/*add new css*/
.uni-header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
}
.uni-header .uni-header-navbar .uk-container {
    padding: 0 22px;
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-left: 8px;
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10px;
    background-color: #000000;
    margin-left: 0;
    margin-right: 0;
    transform-origin: center center;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon.close span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon.close span:nth-child(2) {
    opacity: 0;
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon.close span:first-child {
    transform: rotate(45deg);
}
.uni-header .uni-header-navbar .uk-container .uk-link-icon.close span:last-child {
    transform: rotate(-45deg);
}
.mobile-menu-wrap {
    display: none;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 20px 0;
    overflow: auto;
    z-index: 99;
}
@media (min-width: 959px) {
    .mobile-menu-wrap {
        display: none !important;
    }
}
.mobile-menu-wrap .uk-panel .uk-nav li {
    position: relative;
    margin-top: 0;
}
.mobile-menu-wrap .uk-panel .uk-nav li a {
    display: block;
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1E1E1E;
    padding: 18px 23px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-menu-wrap .uk-panel .uk-nav li a:hover {
    color: #2A46EA;
}
.mobile-menu-wrap .uk-panel .uk-nav li .icon-arrow {
    display: block;
    position: absolute;
    top: 18px;
    right: 23px;
    width: 24px;
    height: 24px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/index/icon/ios-arrow-down.svg');
    transform-origin: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-menu-wrap .uk-panel .uk-nav li .icon-arrow.open {
    transform: rotate(-180deg);
}
.mobile-menu-wrap .uk-panel .uk-nav li .sub-nav-box {
    display: none;
    padding: 18px 0;
    background-color: #f1f2f5;
}
.mobile-menu-wrap .uk-panel .uk-nav li .sub-nav-box a {
    font-weight: 400;
    text-decoration: none;
}
.mobile-menu-wrap .button-wrap {
    margin-top: 24px !important;
    padding: 0 23px;
}
.mobile-menu-wrap .button-wrap {
    margin-top: 24px !important;
    padding: 0 23px;
}
.mobile-menu-wrap .button-wrap .uk-button {
    display: block;
    width: 100%;
    height: 57px;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 57px;
    border-radius: 8px;
    margin-bottom: 9px;
}
.mobile-menu-wrap .button-wrap .uk-button.uk-button-primary:focus,
.mobile-menu-wrap .button-wrap .uk-button.uk-button-primary:hover {
    background-color: #1434e5 !important;
}
.mobile-menu-wrap .button-wrap .uk-button.uk-button-outline-primay {
    color: #2745EC !important;
    background-color: transparent !important;
    border: 2px solid #2745EC !important;
}
.mobile-menu-wrap .button-wrap .uk-button.uk-button-outline-primay:focus,
.mobile-menu-wrap .button-wrap .uk-button.uk-button-outline-primay:hover {
    color: #1434e5 !important;
    background-color: transparent!important;
}
.section-product {
    padding: 84px 0 52px 0;
    background: #F4F4F4;
}
@media screen and (max-width: 1440px) {
    .section-product {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .section-product {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.section-product .section-content {
    max-width: 1207px;
    margin: 0 auto;
}
.section-product .section-content .title {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2745EC;
    margin-bottom: 15px;
    text-align: center;
}
@media screen and (max-width: 520px) {
    .section-product .section-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.section-product .section-content .info {
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3B3A40;
    text-align: center;
}
.section-product .section-content .section-brand-content {
    margin: 34px 0;
}
.section-product .section-content .section-brand-content .section-brand-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section-product .section-content .section-brand-content .brand-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    height: 120px;
    margin: 5px;
    padding: 8px;
    background-color: #ffffff;
    min-width: 120px;
}
.section-product .section-content .section-brand-content .brand-box.brand-small {
    min-width: 127px;
    flex-shrink: 0;
    flex-grow: 0;
}
.section-product .section-content .section-brand-content .brand-box img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.uk-dark .section-product {
    background-color: #202020;
}

.uk-dark .section-product .section-content .info {
    color: #cdcdcd;
}

.btn-readMore {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: #000000;
    min-width: 244px;
    height: 48px;
    padding: 8px 27px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 0 auto;
}
.btn-readMore:hover {
    color: #000000;
    text-decoration: none;
    border-color: #cccccc;
}
.btn-readMore:hover img {
    right: 12px;
}
.btn-readMore img {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 17px;
    width: 24px;
    height: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.tx-center {
    text-align: center;
}
.uk-dark .uk-offcanvas-close {
    background-image: url('../images/index/icon/icon-close-white.svg') !important;
}
.uk-dark .uni-header .uni-header-navbar .uk-container .uk-link-icon span {
    background-color: #ffffff;
}
.uk-dark .mobile-menu-wrap {
    background-color: #000000;
}
.uk-dark .mobile-menu-wrap .uk-panel .uk-nav li a {
    color: #ffffff;
}
.uk-dark .mobile-menu-wrap .uk-panel .uk-nav li a:hover {
    color: #f2f2f2 !important;
}
.uk-dark .mobile-menu-wrap .uk-panel .uk-nav li .icon-arrow {
    background-image: url('../images/index/icon/ios-arrow-down-white.svg');
}
.uk-dark .mobile-menu-wrap .uk-panel .uk-nav li .sub-nav-box {
    background-color: #1a1a1a;
}

.uk-dark .btn-readMore {
    color: #000000 !important;
    background-color: #FFFFFF !important;
}
.uk-dark .btn-readMore:hover {
    color: #000000 !important;
    border-color: #cccccc !important;
}



.uk-dark .contact-wrap .contact-left h1,
.uk-dark .contact-wrap .contact-left p{
    color:#131313 !important;
}

.uk-dark .contact-wrap .contact-left .contact-box .box a{
    color:#1d293f !important;
}

body.mobile-menu-open {
    overflow: hidden;
}
@media (max-width: 959px) {
    .uni-header-navbar.uk-sticky.uk-active:not(.uni-mobile-header) .uk-logo:not(.uk-sticky-logo) {
        display: block !important;
    }
}


.icon-phone-info-mobile{
    display: none;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #EEEEEE;
    margin-right:6px;
}

@media screen and (max-width: 959px) {
    .icon-phone-info-mobile{
        display: flex;
    }
}

.icon-phone-info-mobile:active,
.icon-phone-info-mobile:hover,
.icon-phone-info-mobile:focus,
.icon-phone-info-mobile:visited{
    outline: none;
}

.icon-phone-info-mobile img{
    width: 22px;
    height: 22px;
}

.icon-phone-info-web{
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: #2745EC;
    padding-right:12px;
    text-decoration: none;
    transition:all .25s ease-in-out;
}


.icon-phone-info-web:active,
.icon-phone-info-web:hover,
.icon-phone-info-web:focus,
.icon-phone-info-web:visited{
    color: #082dc2;
    text-decoration: none;
}

@media screen and (max-width: 959px) {
    .icon-phone-info-web{
        display: none;
    }
}
/*# sourceMappingURL=index.css.map */
