body, div, dl, dt, dd, Substrate condition, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: MS Reference San Serif, Microsoft YaHei;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

img {
    max-width: 100%
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 100
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px
}

ol {
    padding-left: 18px
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 100
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

.row:after, .row:before {
    display: table;
    content: " ";
    clear: both
}

.row {
    margin-right: 0;
    margin-left: 0
}

input, textarea {
    font-family: Arial,'Microsoft YaHei',sans-serif
}

::-webkit-input-placeholder {
    color: #939393;
    font-family: Arial,'Microsoft YaHei',sans-serif;
    opacity: 1
}

::-ms-input-placeholder {
    color: #939393;
    font-family: Arial,'Microsoft YaHei',sans-serif;
    opacity: 1
}

::placeholder {
    color: #939393;
    font-family: 'Microsoft YaHei',sans-serif;
    opacity: 1;
    font-weight: 100;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px
    }
}
/*HEADER*/
:root {
    --BG: #fdfeff;
    --white: #fff;
    --black: #000;
    --gray: #ddd;
    --main: #063f7d;
    --secondary: #a59876;
    --blue: #2a498c;
    --word: #000;
    --white2: #f6f4f5;
    --swiper-theme-color: var(--secondary) !important;
    --linear-gradient: linear-gradient(to top, #6986b7 0%, #3e5ea3 60%);
}

::placeholder {
    font-weight: 100;
}

::-ms-input-placeholder {
    color: var(--word);
}

html {
    background-color: var(--BG);
    width: 100% !important;
    scroll-behavior: auto;
}

    html.block {
        overflow: hidden !important;
    }

body {
    font-size: 16px;
    color: var(--word);
    overflow-x: hidden !important;
    min-height: 100vh;
    margin: auto !important;
    font-family: MS Reference San Serif, Microsoft YaHei;
    width: 100vw !important;
}

p {
    font-size: 16px;
    color: var(--word);
    font-weight: 100;
    letter-spacing: 0;
}

    p.subtitle {
        font-size: 32px;
        font-weight: 100;
    }

    p.title {
        width: 100%;
        font-size: 48px;
        text-align: center;
    }

.Bold {
    font-weight: 600 !important;
}

ul {
    list-style-type: none;
    padding: 0;
}

input {
    padding: 0 10px;
    color: var(--word);
    border-radius: 10px;
}

textarea {
    border-radius: 10px;
    max-height: 100px;
}

select {
    border-radius: 10px !important;
}

button {
    background: transparent !important;
    border: 0 !important;
}

input:-internal-autofill-selected {
    background-color: var(--BG) !important;
}

a:hover svg .btn-arrow2 {
    stroke: var(--secondary);
    transition: all .5s ease;
}

select:focus-visible {
    outline: 0 solid #fff !important;
}

input:focus-visible {
    outline: 0 solid #fff !important;
}

a:focus {
    outline: 0 solid #fff !important;
}

a:focus-visible {
    outline: 0 solid #fff !important;
}

textarea:focus-visible {
    outline: 0 solid #fff !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: fit-content;
}

    a:hover p {
        color: var(--secondary);
    }

    a:link, a:visited {
        color: var(--word4);
    }

polyline {
    fill: none;
    stroke-miterlimit: 5;
    stroke-width: 3px;
    transition: all .5s ease;
}

line {
    fill: none;
    stroke-miterlimit: 5;
    stroke-width: 3px;
    transition: all .5s ease;
}

svg .whiteline {
    fill: none;
    stroke: var(--white);
    stroke-width: 1px;
    stroke-miterlimit: 10;
}

svg .whitefill {
    fill: #fff;
}

a.otherVerificationCode p.addation {
    padding: 7px;
    font-size: 12px;
    color: var(--word4);
}

.btnMore {
    float: left;
    border-radius: 30px;
    padding: 10px;
    background-color: #dce5ed;
}

    .btnMore p {
        margin: 0;
        padding: 2px 30px;
        font-size: 14px;
    }

a:hover .btnMore {
    background-position: bottom;
    background-color: #e9e9e9
}

.btnSearch a .search p {
    font-weight: 600 !important;
    color: var(--white);
    padding: 2px 0;
    font-size: 14px;
    float: none;
}

.btnSearch a:hover .search p {
    color: var(--secondary);
}

.btnMore .btnArrow {
    width: 14px;
    height: 21px;
    background-image: url('/images/icon-btnMore.png');
    margin: 0 3px;
    background-size: cover;
    opacity: .5;
}

    .btnMore .btnArrow.btnArrowLess {
        background-image: url('/images/other/icon-btnLess.png');
        margin: 0 5px;
        background-size: cover;
        opacity: .5;
    }

    .btnMore .btnArrow.btnArrowMore {
        background-image: url('/images/other/icon-btnMore.png');
        margin: 0 5px;
        background-size: cover;
        opacity: .5;
    }

a:hover .btnMore .btnArrow {
    background-position: bottom;
}


.verificationCode .infoArea {
    display: contents;
}

.zeroMagrin {
    margin: 0 !important;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block;
}

.mobile2 {
    display: none;
}

.desktop2 {
    display: block;
}

.st9_mobile {
    display: none;
}

.st9_desktop {
    display: block;
}
/*.rsOverflow {height:auto !important;}*/
.rsDefault {
    background: transparent !important;
}

    .rsDefault .rsBullet {
        margin: 10px 5px;
    }

.line {
    width: 100%;
    height: 0;
    border-top: 1px solid var(--main);
    float: left;
}

.blur {
    filter: blur(20px);
}

.left {
    float: left !important;
}

.right {
    float: right;
}

p.center {
    text-align: center !important;
    ;
}

p.left {
    text-align: left;
}

p.bold {
    font-weight: 600;
}

p span.bold {
    font-weight: 600;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.flex-direction {
    display: flex;
    flex-direction: column;
}

.flex-center {
    align-items: center;
}

.flex-start {
    align-items: start;
}

.display {
    display: block;
}

.none {
    display: none;
}

.red {
    color: #de3d40
}

.blue {
    color: var(--main) !important;
}

p.noBottom {
    margin-bottom: 0
}

.no-before:before {
    content: none !important;
}

.underline {
    text-decoration: underline;
}

a:hover .icon-arrow {
    background-position: bottom;
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 8px;
    overflow: hidden;
}

.rsDefault .rsBullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 12px 5px;
}

    .rsDefault .rsBullet span {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 12px;
        background-color: #ccc;
        cursor: pointer;
    }

    .rsDefault .rsBullet.rsNavSelected span {
        background-color: var(--secondary);
    }

section {
    margin: 0 auto;
    float: left;
    width: 100%;
    filter: unset;
    position: relative;
    overflow: hidden;
}

    section.registration, section.topBanner, section.banner {
        width: 100%;
        margin: 0;
    }

    section p.title {
        text-align: left;
        float: none;
    }

    section p.subtitle {
        text-align: left;
        font-weight: 100;
        float: none;
    }

    section p.title.slogan {
    }

    section a {
        float: left;
    }

.wrapper {
    margin: 5px auto;
    position: relative;
}

.BG_section {
    position: absolute;
    top: -140px;
    left: 40px;
    z-index: 0;
}
/*.BG_section img{max-width: max-content;}*/
.btnMenu {
    float: right;
}

.invisible {
    opacity: 0;
    transition: all 1s ease;
}

.fadeNumber {
    opacity: 0;
    transition: all 1s ease;
}

.visible {
    animation: fadeIn 1s;
    opacity: 1;
    transition: all 1s ease;
}

.visibleRight {
    animation: fadeInRight 1s;
    opacity: 1;
    transition: all 1s ease;
}

.visibleLeft {
    animation: fadeInLeft 1s;
    opacity: 1;
    transition: all 1s ease;
}

.visibleRotate180 {
    animation: rotate180 1000ms;
    opacity: 1;
}

.visibleRotate144 {
    animation: rotate144 1000ms;
    opacity: 1;
}

.visibleRotate36 {
    animation: rotate36 1000ms;
    opacity: 1;
}

section .wrapper, header .wrapper {
    width: 94%;
    max-width: 1600px;
}

header {
    position: fixed;
    background-color: var(--white2);
    border-bottom: 1px solid var(--secondary);
    padding-bottom: 10px;
    overflow: visible;
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 97;
    transition: all .5s ease;
}

    header p {
        color: var(--word);
    }

    header .btnOnlineShopping {
        margin: 0;
        width: 112px;
        height: 24px;
        background-image: url('/images/icon-search-onlineShopping.png');
    }

    header .wrapper {
        margin: 0 auto;
    }

    header .logo {
        float: left;
        margin: 0 10px;
        position: relative;
        z-index: 99;
    }

        header .logo p {
            color: #60615a;
            margin: 0 5px;
            font-size: 32px;
            font-weight: 400;
            transition: all .5s ease;
        }

            header .logo p span {
                color: #5e5f58;
                font-weight: 600;
                font-size: 42px;
            }

    header .logo_container {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

html.block .logo .logo_container img {
    transition: all .5s ease;
}

header.index {
    padding-bottom: 0px;
    transition: all .5s ease;
}

    header.index .btnMenu {
        margin-top: 28px;
    }

    header.index .logo {
        transition: all .5s ease;
    }

        header.index .logo img {
            transition: all .5s ease;
        }

header.noIndex {
    transition: all .5s ease;
    padding-bottom: 0;
}

    header.noIndex .wrapper {
        margin: 0 auto;
    }

    header.noIndex .logo {
        margin: 5px 10px
    }

        header.noIndex .logo img {
            height: 40px;
            transition: all .5s ease;
        }

        header.noIndex .logo p {
            opacity: 0;
            transition: all .5s ease;
        }

    header.noIndex .logo_container {
        margin: 0;
    }

    header.noIndex nav {
        padding: 5px 10px;
    }

    header.noIndex .btnSearch {
        padding-top: 8px;
    }

    header.noIndex .btnLang {
        padding-top: 4px;
    }

.floating {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 99999;
}

.floating_area {
    background-color: var(--blue);
    border: 1px solid var(--white);
    border-radius: 10px;
    padding: 10px;
}

a:hover .floating_area {
    background-color: var(--secondary);
}

/*dropdown*/
.dropdownCol {
    display: none;
    opacity: 0;
    height: auto;
    background-color: var(--main);
}

    .dropdownCol ul {
        padding: 10px 20px;
        border-left: 1px solid #ddd;
        cursor: default;
    }

    .dropdownCol p {
        color: var(--white);
    }

.menuDropdown:hover .dropdownCol {
    float: left;
    display: flex;
    justify-content: flex-end;
    opacity: 1;
    padding: 10px;
    cursor: default;
}

.menuDropdown:hover p.menuDropdownTitle {
    color: var(--secondary)
}

.menuDropdown:hover .icon-arrow {
    background-position: bottom;
}

.dropdownArea {
    position: absolute;
    margin-top: 30px;
    left: -300px;
    z-index: 100;
}

.dropdown ul {
    padding: 10px;
    background-color: var(--blue)
}

header .menuBar .dropdownArea ul li {
    padding: 5px 10px;
    overflow: auto;
    width: auto;
    height: auto;
    cursor: default;
}

header .dropdownCol ul li a p {
    margin-bottom: 0;
    letter-spacing: 1px;
}

.dropdownArea p {
    font-size: 14px;
    width: max-content;
    margin-right: 60px;
}

.dropdownArea .dropdownContent {
    background-color: var(--blue);
}

.dropdownColPicture {
    margin: 10px 20px;
    padding: 10px;
    width: 260px;
}

nav {
    float: right;
    padding: 20px 10px 5px;
}

.menuDropdown p {
    float: left;
}

.menuDropdown {
    cursor: pointer;
    position: relative;
    height: 32px;
}

.icon-arrow {
    height: 6px;
    width: 12px;
    background-image: url('/images/header/icon-arrow.png');
    float: left;
    margin: 9px 4px
}

.menuBar li {
    float: left;
    padding-right: 30px;
}

.menuBar .dropdownCol li {
    float: none;
}

.menu_area {
    float: left;
}

p.menu_bold {
    font-size: 24px;
    font-weight: 600;
}

.menu_area a p {
    float: left;
    font-size: 14px;
}

.menu_area li {
    width: 100%;
    overflow: auto;
}

.menu_ValueAdded p {
    margin: 5px;
}

.btnSearch {
    float: right;
    padding-top: 20px;
    position: relative;
}

.searchBox {
    border: 1px solid var(--secondary);
    background-color: var(--BG);
    border-radius: 5px;
}

header .searchBox {
    position: absolute;
    display: none;
    top: 60px;
    right: 0px;
}

header .btnSearch.open .searchBox {
    display: flex;
}

.searchBox form {
    display: flex;
}

header .searchBox input[type="text"] {
    min-width: 66.66%;
    width: 240px;
}

.searchBox input[type="text"] {
    padding: 5px 10px;
    margin: 5px 10px;
    border: solid #ddd;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.btnSearchBox {
    width: 64px;
    height: 24px;
    background-image: url('/images/icon-search.png');
    margin: 0;
    padding: 10px;
}

.searchBox a {
    padding: 10px;
    background-color: #e1e3e3;
    border-left: 1px solid var(--secondary);
    border-radius: 0 3px 3px 0;
}

    .searchBox a:hover {
        background-color: var(--white2);
    }

a:hover .btnSearchBox {
    background-position: bottom;
}

.search {
    border-radius: 4px;
    padding: 10px 0 8px;
    overflow: auto;
}

a:hover .search {
    background-color: var(--white);
}

.icon-search {
    width: 16px;
    height: 16px;
    margin: 4px 0;
    padding: 2px;
    background-image: url('/images/header/icon-search.png');
    float: left;
    background-size: cover;
}

.icon-search-viewers {
    width: 12px;
    height: 12px;
    margin: 6px 0 0 4px;
    padding: 2px;
    background-image: url('/images/header/icon-search-viewers.png');
    float: left;
    background-size: cover;
}

a:hover .icon-search, a:hover .icon-search-viewers {
    background-position: bottom
}

.btnSearch p {
    float: left;
    margin: 0
}

.btnLang {
    float: right;
    margin: 10px;
    position: relative;
    z-index: 98;
    padding-top: 20px;
    padding-left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .btnLang p {
        float: left;
        margin: 0;
    }

    .btnLang .btnIcon {
        width: 32px;
        height: 28px;
        background-image: url('/images/index/icon-lang.png');
        float: left;
    }

a:hover .btnIcon {
    background-position: bottom;
}

.btnLang ul {
    display: none;
    border: 1px solid var(--main);
    padding: 10px;
    background-color: var(--white);
}

.btnLang.open ul {
    display: block;
    top: 50px;
    right: 0;
    position: absolute;
}

    .btnLang.open ul li p {
        color: var(--main);
    }

    .btnLang.open ul li a:hover p {
        color: var(--secondary);
    }

section.index-part1 {
    height: 90vh;
    min-height: 900px;
    background-position: center;
    margin: 0 auto;
    z-index: 2;
    padding-top: 90px;
    overflow: visible;
    background: url(/images/index/BG-banner.jpg) no-repeat top;
    background-size: cover;
}

    section.index-part1.index {
        animation: index-part1 ease-in-out .5s;
    }

    section.index-part1.animationend {
        background-color: transparent;
    }


.video {
    position: relative;
    width: 140vw;
    height: 140vh;
    top: -14vh;
    left: 0%;
    float: left;
}

    .video.index {
        animation: videoAnimation ease-in-out 3s;
        width: 26vw;
        height: 33vw;
        top: 4%;
        left: 12%;
    }

/* Video Wrapper */
.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    z-index: 99;
}

/* Video Element */
video {
    position: absolute;
    object-fit: cover;
    transform-origin: center;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.parallelogram {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    z-index: 102;
}

    .parallelogram.index {
        animation: parallelogram ease-in-out 3s;
    }

    .parallelogram.animationend {
        transform: skew(-20deg);
    }

.parallelogram-wrapper {
    transform: skew(20deg);
    margin-left: -320px;
}

    .parallelogram-wrapper.index {
        animation: parallelogram-wrapper ease-in-out 3s;
    }

    .parallelogram-wrapper.animationend {
        transform: skew(20deg);
    }

.parallelogram video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1
}

    .parallelogram video.index {
        animation: video ease-in-out 5s;
        opacity: 1;
    }

    .parallelogram video.animationend {
        opacity: 0;
    }

.parallelogram:before {
    animation: delayWatermark ease-in-out 3s;
    position: absolute;
    width: 184%;
    height: 100%;
    left: -46%;
    background-size: cover;
    background-image: url(/images/index/icon-logo-watermark2A.png);
    background-position: top center;
    content: "";
    z-index: 91;
    transform: skew(20deg);
    opacity: 1;
    background-repeat: no-repeat;
}

.parallelogram.index:before {
    animation: delayWatermark ease-in-out 5s;
}

.parallelogram-bottom {
    opacity: 0;
    position: absolute;
    bottom: -41px;
    left: -5.57vw;
    width: 100%;
    height: 40px;
    transform: skew(20deg);
    background-image: linear-gradient(#ffffff 49.9%, #bbb092 50%);
    z-index: 10;
}

    .parallelogram-bottom.index {
        animation: delayWatermark ease-in-out 5s;
    }

.parallelogram-right {
    opacity: 0;
    position: absolute;
    top: 20px;
    right: -15px;
    width: 16px;
    height: 100%;
    transform: skew(-20deg, 69deg);
    background-image: linear-gradient(90deg, #ffffff 49.9%, #bbb092 50%);
    z-index: 10;
}

    .parallelogram-right.index {
        animation: delayWatermark ease-in-out 5s;
    }

.parallelogram-bottom.animationend {
    opacity: 1
}

.parallelogram-right.animationend {
    opacity: 1
}

.video-slogan {
    float: left;
    width: 45%;
    margin-top: 240px;
    position: relative;
    z-index: 101;
}

p.subslogan {
    font-weight: 400;
    color: var(--black);
    font-size: 32px;
}

p.slogan {
    font-size: 60px;
    font-weight: 400;
    color: var(--black)
}

.parallelogram-skip {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

    .parallelogram-skip a {
        float: none;
        margin: auto
    }

.parallelogram-skip-button {
    border-radius: 50%;
    border: 1px solid var(--secondary);
    padding: 20px 16px;
    background-color: #00000044
}

    .parallelogram-skip-button p {
        color: var(--white);
        margin: 0;
    }
/*
section.index-part2:before{ z-index:10; width:100%; background-size:cover; background-image:url('/images/index/BG-index2A.png');  background-repeat: no-repeat;height: 120px; content: "";top: 11px;left: 0;display: block; position: absolute; background-position-y: bottom;}
section.index-part2:after{width:100%; background-image:url('/images/index/BG-index2B.png');  background-size: cover;background-repeat: no-repeat;height: 120px;background-position: top;content: "";bottom: -90px;left: 0;display: block; position: absolute;}
*/
section.index-part2 {
    width: 100%;
    z-index: 10;
    background-image: url('/images/index/BG-index2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -180px;
    background-position-y: 100px;
    overflow: visible;
    transform: skew(0, -3deg);
    padding: 0 0 180px;
}

    section.index-part2 .wrapper {
        margin: 280px auto 100px;
        transform: skew(0, 3deg);
    }

.benefit-slogan {
    float: left;
    width: 36%;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

    .benefit-slogan p {
        color: var(--white);
    }

.benefit-wrapper {
    float: right;
    width: 104%;
    margin-left: -40%;
    position: relative;
}

.benefit-images {
    float: right;
    padding: 30px;
    margin: 10px;
    position: relative;
    perspective: 1000px;
    background-position: center;
}

.benefit-images1 {
    width: 320px;
    height: 360px;
    background-image: url('/images/index/BG-part2A.jpg');
    background-size: cover;
}

.benefit-images2 {
    width: 560px;
    height: 260px;
    background-image: url('/images/index/BG-part2B.jpg');
    background-size: cover;
    margin-top: 110px;
}

.benefit-images3 {
    width: 560px;
    height: 260px;
    background-image: url('/images/index/BG-part2C.jpg');
    background-size: cover;
    background-position: bottom;
}

.benefit-images4 {
    width: 270px;
    height: 460px;
    background-image: url('/images/index/BG-part2D.jpg');
    background-size: cover;
}

.benefit-images5 {
    width: 360px;
    height: 300px;
    background-image: url('/images/index/BG-part2E.jpg');
    background-size: cover;
    margin-right: 60px
}

.fadeInner.visible .benefit-images1 {
    animation: fadeInLeft ease-in-out 2s;
}

.fadeInner.visible .benefit-images2 {
    animation: fadeInRight ease-in-out 2s;
}

.fadeInner.visible .benefit-images3 {
    animation: fadeInLeft ease-in-out 2s;
}

.fadeInner.visible .benefit-images4 {
    animation: fadeIn ease-in-out 2s;
}

.fadeInner.visible .benefit-images5 {
    animation: fadeInRight ease-in-out 2s;
}

.benefit-images p.Bold {
    font-weight: 600;
    color: var(--black)
}

.benefit-images .btnMore {
    background-color: #eeeeee
}

.benefit-images {
    cursor: pointer;
}

    .benefit-images .box-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform: rotateY(90deg);
        transition: all .50s ease-in-out 0s;
        opacity: 0;
        background: rgba(0, 193, 222, 0);
        padding: 30px 40px;
        background-color: #ffffffaa;
    }

        .benefit-images .box-content p.Bold {
            font-size: 24px;
        }

    .benefit-images .box-img p.Bold {
        font-size: 32px;
        color: #032245;
    }

.box-img {
    transform: rotateY(0);
    transition: all .50s ease-in-out 0s;
    display: block;
    padding: 0 10px;
    height: 100%;
    width: 100%;
}

.benefit-images:hover .box-img {
    opacity: 0;
}

.benefit-images:hover .box-content {
    transform: rotateY(0deg);
    opacity: 1;
}


section.index-part3 {
    width: 100%;
    height: fit-content;
    z-index: 0;
}

.index-number-part1 {
    margin-top: 100px;
    padding: 50px 0;
    transform: skew(0, -2.2deg);
    background-image: var(--linear-gradient);
}

.index-number-part1-wrapper {
    transform: skew(0, 2.2deg);
    padding: 30px 50px;
}

.index-number-part1 p.subtitle, .index-number-part1 p {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 30px
}

    .index-number-part1 p.index-number-part1-number {
        color: var(--secondary);
        margin: 0;
        font-weight: 600;
    }

section.index-part4 {
    z-index: 1;
}

.index-number {
    background-position: top;
    background-size: cover;
    margin: 0 -15px;
    overflow: hidden;
}

.index-number-part2 {
    background-image: url('/images/index/BG-index4.jpg');
    margin-top: -30px;
    padding: 60px 30px 60px 45px;
}

    .index-number-part2 p {
        color: var(--black);
        font-weight: 400;
    }

.index-number-subtitle {
    max-width: 640px;
    margin: auto;
}

.pieChart {
    text-align: center;
}

.pieContainer {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 30px auto;
}

.pie {
    transition: all 1s;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    clip: rect(0px, 150px, 300px, 0px);
    background-size: cover;
}

.hold {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    clip: rect(0px, 300px, 300px, 150px);
}

.pieContainer1 {
    transform: rotate(-66deg);
}

    .pieContainer1 .pie {
        background-image: url('/images/index/BG-part4A.jpg');
        transform: rotate(180deg);
    }

.pieContainer2 {
    transform: rotate(114deg);
    top: 5px;
    left: -18px;
}

    .pieContainer2 .pie {
        background-image: url('/images/index/BG-part4B.jpg');
        transform: rotate(144deg);
    }

.pieContainer3 {
    transform: rotate(-102deg);
    top: -4px;
    left: -30px;
}

    .pieContainer3 .pie {
        background-image: url('/images/index/BG-part4C.jpg');
        transform: rotate(36deg);
    }

.numerical {
    position: absolute;
}

section.index-part4 .numerical p {
    text-align: center;
}

    section.index-part4 .numerical p.Bold {
        font-weight: 600;
        margin-bottom: 0;
    }

.numerical1 {
    right: -48%;
    top: 0;
}

.numerical2 {
    left: -42%;
    top: 170px;
}

.numerical3 {
    left: -48%;
    top: 0;
}

.pieChartLine {
    position: absolute;
    width: 0;
    height: 50px;
    border: solid var(--secondary);
    z-index: 10;
    transition: width 1s
}

    .pieChartLine.fadeLine {
        width: 18%;
    }

    .pieChartLine:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        border-radius: 100%;
        z-index: 10;
        opacity: 0;
    }

    .pieChartLine.fadeLine:before {
        opacity: 1;
    }

.pieChartLine1 {
    right: -16%;
    top: 72px;
    border-width: 2px 0 0 2px;
    transform: skew(-20deg, 0deg);
}

.pieChartLine.pieChartLine1:before {
    top: 46px;
    left: -5px;
    transform: skew(20deg, 0deg);
}

.pieChartLine2 {
    left: -14%;
    top: 72px;
    border-width: 2px 2px 0 0;
    transform: skew(20deg, 0deg);
}

.pieChartLine.pieChartLine2:before {
    top: 46px;
    right: -5px;
    transform: skew(-20deg, 0deg);
}

.pieChartLine3 {
    left: -14%;
    top: 194px;
    border-width: 0 2px 2px 0;
    transform: skew(-20deg, 0deg);
}

.pieChartLine.pieChartLine3:before {
    top: 0;
    right: -5px;
    transform: skew(20deg, 0deg);
}


.index-number-part3 {
    background-image: var(--linear-gradient);
    margin-top: 80px;
    padding: 30px 45px 30px 30px;
}

    .index-number-part3 p {
        color: var(--white);
    }

.index-number p.subtitle {
    font-weight: 400;
}

.index-map {
    width: 100%;
    max-width: 800px;
    max-height: 420px;
    height: 50vh;
    float: none;
    position: relative;
    margin: 0 auto;
}

.index-map-location {
    position: absolute;
    z-index: 10
}

.index-map-HK {
    padding: 7px 5px;
    background: var(--white);
    border-radius: 100%;
    bottom: 45%;
    left: 32%;
}

.index-map-location p.subtitle {
    line-height: 30px;
}

.index-map-location p {
    color: var(--white);
    margin: 0;
    line-height: 20px;
}

.index-map-China {
    top: 27%;
    left: 32%;
}

.index-map-Asia {
    top: 60%;
    left: 28%;
}

.index-map-Europe {
    top: 30%;
    left: 4%;
}

.index-map-NAmerica {
    top: 30%;
    right: 22%;
}

.index-map-SAmerica {
    top: 60%;
    right: 10%;
}

.supplierDirectory_container,
.supplierDirectory_container > div {
    height: 100%;
}


svg.mapLine {
    position: absolute;
    z-index: 9;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.3;
}

.svg-map {
    position: absolute;
    left: 0;
    opacity: .2;
}


section.index-part5 {
    padding: 240px 0 60px;
    background-image: url('/images/index/BG-index-slider.jpg');
    background-size: cover;
    position: relative;
    z-index: -1;
}

    section.index-part5 p.title {
        color: var(--black);
        text-align: center;
        margin-bottom: 30px;
    }

    section.index-part5 p {
        color: var(--black);
    }

    section.index-part5 .sliderContainer {
        height: 800px;
    }

    section.index-part5 .royalSlider {
        height: 600px !important;
    }

    section.index-part5 .rsContent .bannerArea {
        background-size: cover;
        background-color: var(--white);
    }

    section.index-part5 .swiper-slide-active .solution1 .bannerArea {
        background-image: url('/images/index/BG-part5A.jpg');
    }

    section.index-part5 .swiper-slide-active .solution2 .bannerArea {
        background-image: url('/images/index/BG-part5B.jpg');
        background-position: right;
    }

    section.index-part5 .swiper-slide-active .solution3 .bannerArea {
        background-image: url('/images/index/BG-part5C.jpg');
    }

    section.index-part5 .swiper-slide-active .solution4 .bannerArea {
        background-image: url('/images/index/BG-part5D.jpg');
        background-position: right;
    }

    section.index-part5 .swiper-slide-active .solution5 .bannerArea {
        background-image: url('/images/index/BG-part5E.jpg');
    }

    section.index-part5 .swiper-slide-active .solution6 .bannerArea {
        background-image: url('/images/index/BG-part5F.jpg');
    }

    section.index-part5 .swiper-slide-active .solution7 .bannerArea {
        background-image: url('/images/index/BG-part5G.jpg');
        background-size: cover;
    }

    section.index-part5 .rsDefault .rsGCaption {
        background-color: transparent;
    }

swiper-slide .solution {
    transform: scale(0,0);
    opacity: 0;
    transition: all ease-in-out .2s;
}

section.index-part5 .swiper-slide-visible .solution {
    height: 600px;
    overflow: visible;
    transform: scale(.3,.6);
    transition: all ease-in-out .2s;
    opacity: 1;
}

section.index-part5 .swiper-slide-visible.swiper-slide-active .solution {
    transform: scale(1);
    transition: all ease-in-out .2s;
}

section.index-part5 .bannerArea {
    transform: skew(-30deg, 0);
    height: 600px;
    transition: all ease-in-out .3s;
    border: 1px solid var(--secondary);
    background-image: var(--linear-gradient);
    background-position: center;
}

section.index-part5 .swiper-slide-active .bannerArea {
    transform: skew(-15deg, 0);
    transition: all ease-in-out .3s;
    background-image: none;
}

section.index-part5 .bannerArea .Content {
    opacity: 0;
    transform: skew(30deg, 0);
    width: 80%;
    max-width: 700px;
    padding: 10%;
    height: 70%;
}

section.index-part5 .swiper-slide-active .bannerArea .Content {
    opacity: 1;
    transform: skew(15deg, 0);
    height: auto;
}

section.index-part5 .bannerArea .preview-slider {
    transform: skew(30deg, 0);
    width: 100%;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

section.index-part5 .swiper-slide-active .bannerArea .preview-slider {
    display: none;
}

section.index-part5 .bannerArea .preview-slider p {
    font-size: 24px;
    color: var(--white);
    transform: scale(3.333, 1.667);
    margin: 0 38%;
    text-align: center;
}

section.index-part5 .bannerArea .Content p {
    color: var(--black);
    text-align: left;
}

    section.index-part5 .bannerArea .Content p.subtitle {
        text-align: left;
    }

section.index-part5 .swiper-button-next, section.index-part5 .swiper-button-prev {
    width: 13px;
    height: 15px;
    padding: 20px;
    background-color: #ffffffaa;
    transform: skew(-15deg, 0);
    border: 1px solid var(--secondary);
    background-position: center center;
    background-repeat: no-repeat;
}

section.index-part5 .swiper-button-prev {
    left: 30px;
    background-position: center center;
    background-image: url('/images/index/icon-leftArrow2.png');
}

section.index-part5 .swiper-button-next {
    right: 30px;
    background-position: center center;
    background-image: url('/images/index/icon-rightArrow2.png');
}

    section.index-part5 .swiper-button-prev:after, section.index-part5 .swiper-button-next:after {
        content: "";
    }

section.index-part5 .swiper-pagination {
    float: right;
    text-align: right;
    padding: 0 30px;
    position: relative;
    margin-top: -180px;
    width: auto;
}

section.index-part5 .swiper-pagination-bullet {
    border-radius: 0;
    border: 1px solid var(--secondary);
    width: 30px;
    height: 30px;
    transform: skew(-20deg, 0);
    opacity: 1;
    background-color: var(--white2)
}

    section.index-part5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--secondary);
    }

.swiper-pagination-wrapper {
    transform: skew(20deg, 0);
    position: absolute;
    top: -60px;
    right: 0;
    display: none;
    padding: 5px 20px;
    border: 1px solid var(--secondary);
    border-radius: 20px;
    background-color: var(--white);
}

    .swiper-pagination-wrapper:after {
        position: absolute;
        Content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: var(--secondary) transparent transparent transparent;
        transform: rotate(0deg);
        bottom: -20px;
        right: 20px;
    }

.swiper-pagination-bullet:hover .swiper-pagination-wrapper {
    display: block;
}

    .swiper-pagination-bullet:hover .swiper-pagination-wrapper p {
        color: var(--black);
        margin: 0;
    }

.swiper {
    overflow: visible !important;
}

    .swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        overflow: visible !important;
        width: 100%;
    }

swiper-slide {
    overflow: visible !important;
    height: auto !important;
    margin-top: 40px;
}

.swiper a p {
    color: var(--word);
    font-size: 18px;
}

    .swiper a p.subtitle {
        font-size: 22px;
    }

.swiper a:hover p {
    color: var(--secondary)
}

.supplierDirectoryPhoto {
    position: absolute;
    z-index: 1;
    right: -120px;
    width: 70%;
    margin: 25px 0 0 25px;
}

    .supplierDirectoryPhoto a {
        float: left;
        margin: 5px;
        max-width: 40%;
        background-color: #000000;
    }

        .supplierDirectoryPhoto a:hover img {
            opacity: .6;
        }

.icon-member_logo {
    padding: 10px 0 0 20px
}

.grid_info {
    background-size: cover;
    position: relative;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

    .grid_info a {
        height: 100%;
        width: 100%;
        transition: opacity .5s ease;
    }

        .grid_info a:hover {
            background-color: #00000077;
            transition: opacity .5s ease;
        }

.grid_large_content {
    height: 480px;
}

.grid_middle_content {
    height: 235px;
}

span.grid_info_price {
    font-size: 18px;
    font-weight: 600;
}

p.supplierDirectory_subtitle_company_type {
    margin-top: 10px;
}

.swiper .btnMore {
    background-color: #eeeeee
}

.visibleNearby {
    width: 100%;
    overflow: hidden;
}

    .visibleNearby .rsGCaption {
        margin-top: 12px;
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 16px;
    }

        .visibleNearby .rsGCaption span {
            display: block;
            clear: both;
            color: #bbb;
            font-size: 14px;
            line-height: 22px;
        }

    .visibleNearby .rsOverflow, .visibleNearby .rsSlide {
        background: none;
    }

    .visibleNearby .rsOverflow {
        overflow: visible;
    }


    /* Scaling transforms */
    .visibleNearby .rsSlide img {
        opacity: 0.45;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .visibleNearby .rsActiveSlide img {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }



section.index-part6 {
    margin-top: 90px;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url('/images/index/BG-index6.jpg');
    background-size: cover;
    background-position: center;
}

    section.index-part6 .wrapper {
        height: unset;
    }

.index-USIEonline {
    margin: 60px 20px 0;
}

    .index-USIEonline img {
        margin-bottom: 40px;
    }

section.index-part6 .index-USIEonline p {
    color: var(--black);
    font-weight: 600;
}

.index-USIEonline .btnSearch a .search p {
    color: var(--white);
}

.index-USIEonline .btnSearch a:hover .search p {
    color: var(--secondary);
}

section.index-part6 .index-USIEonline .btnSearch {
    float: left;
}

section.index-part6 .img-index-USIEonline {
    position: relative;
    overflow: visible;
    min-height: 400px;
}

section.index-part6 .img-index-USIEonline-BG {
    position: absolute;
    z-index: 2;
}

section.index-part6 .img-index-USIEonline-website {
    position: absolute;
    z-index: 3;
    transform: rotate(-10deg);
}

section.index-part6 .searchBox {
    width: 400px;
    max-width: 100%;
}

    section.index-part6 .searchBox input[type="text"] {
        width: 300px;
        max-width: 100%;
        border: 0;
    }


footer {
    background-color: var(--white2);
    float: left;
    width: 100vw;
    padding: 50px 0 0;
    position: relative;
    z-index: 20;
}

    footer .wrapper {
        padding: 0 10px;
        max-width: 1600px;
    }

    footer .logo_container p {
        padding: 6px 0;
        margin: 0;
    }

    footer .footer-companyName {
        font-size: 36px;
    }

    footer p {
        color: var(--word);
        margin: 0;
    }

    footer .logo p, footer .logo img {
        float: left;
    }

    footer .logo_container {
        display: flex;
        align-items: flex-start;
    }

    footer .footer-infoArea {
        margin: 20px 0 0;
    }

        footer .footer-infoArea img {
            margin-right: 10px;
        }

        footer .footer-infoArea p {
            margin: 0 10px;
        }

    footer .footer-infoArea-socialmedia {
        background-color: var(--blue);
        border-radius: 50%;
    }

    footer a:hover .footer-infoArea-socialmedia {
        background-color: var(--secondary);
    }

    footer .footer-socialmedia a {
        margin: 0 10px 0 0
    }

    footer .footer-infoArea-socialmedia img {
        margin: 10px
    }

    footer .footer_area {
        float: left;
        padding-right: 30px;
    }

        footer .footer_area.right {
            float: right;
            text-align: right;
            padding-right: 0;
        }

            footer .footer_area.right a {
                float: right;
                width: 100%;
            }

        footer .footer_area p.Bold {
            color: var(--secondary);
            padding: 10px 0;
        }

    footer .info {
        overflow: auto;
        padding: 5px 0;
    }

        footer .info img, footer .info p, footer .info a {
            float: left;
            padding-right: 5px;
        }

            footer .info a p {
                text-decoration: underline;
            }

    footer .logo-ERAI {
        float: right;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

        footer .logo-ERAI a {
            float: right;
        }

    footer ul li {
        width: 100%;
        float: none;
        overflow: auto;
    }

.copyright {
    width: 100%;
    margin: 20px 0 0;
    float: left;
    padding: 10px 50px;
    background-color: var(--blue);
    border-top: 1px solid var(--secondary)
}

    .copyright a:hover {
        color: var(--secondary);
    }

    .copyright p {
        font-size: 9px;
        float: left;
        color: var(--white);
        padding-right: 20px;
        width: 100%;
        text-align: center;
    }

        .copyright p.right {
            float: right;
        }

    .copyright span {
        float: left;
    }

.errorMessages,
.errorMessages p {
    color: #f77 !important;
    font-size: 12px;
    margin: 0;
}

    .errorMessages.center {
        display: block;
        text-align: center;
    }


.btnMore_BOMuploadPDF + .input-validation-error,
.input-validation-error {
    border: 2px solid #dc3545 !important;
    background-color: #fff8f8;
}


    .input-validation-error:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
    }

.newsCenter a {
    color: revert;
    float: none;
}
