
*,
::after,
::before {
    box-sizing: border-box
}

.sticky-wrap {
    position: relative;
}

.sticky-wrap.sticky-top {
    position: relative !important;
}

.noAnimated {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}

.footer-page-warp {
    background: #fff;
}

.footer-page-warp p {
    margin-bottom: 0;
}

.footer-page-warp .warp {
    width: 1200px;
    margin: auto;
}

.footer-page-warp .theme-color {
    color: var(--color-theme-1);
}

.footer-page-warp .theme-color:hover {
    text-decoration: underline;
}

.footer-page-warp .warp-flex {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
}

.footer-page-warp .warp-title h2 {
    font-size: 36px;
    color: #333333;
    line-height: 42px;
    font-weight: bold;
}

.footer-page-warp .warp-title p {
    font-size: 24px;
    color: #666666;
    line-height: 32px;
    margin: 24px 0 0;
}

.footer-page-warp .warp-title em {
    display: block;
    margin-bottom: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.footer-page-warp .layout-box {
    overflow: hidden;
}

.footer-page-warp .layout-row {
    position: relative;
    display: flex;
    overflow: hidden;
    padding-top: 96px;
}

.footer-page-warp .layout-row .img-box {
    position: relative;
    top: 0;
    width: 0;
}

.footer-page-warp .layout-row .warp-title {
    width: 576px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.footer-page-warp .layout-row .footer-page-btn {
    margin-top: 20px;
}

.footer-page-warp .layout-row:nth-child(odd) .warp-flex {
    justify-content: flex-start;
}

.footer-page-warp .layout-row:nth-child(odd) .img-box {
    left: 52%;
}

.footer-page-warp .layout-row:nth-child(even) .warp-flex {
    justify-content: flex-start;
    width: 50%;
}

.footer-page-warp .layout-row:nth-child(even) .img-box {
    width: 48%;
    margin-right: 50px;
}

.footer-page-warp .layout-row:nth-child(even) .img-box img {
    float: right;
}

.footer-page-warp .layout-row.imgRight .warp-flex {
    justify-content: flex-start;
    width: 1200px;
}

.footer-page-warp .layout-row.imgRight .img-box {
    left: 52%;
    width: 0;
    margin-right: 0;
}

.footer-page-warp .layout-row.imgRight .img-box img {
    float: none;
}

.footer-page-warp .layout-row.imgLeft .warp-flex {
    justify-content: flex-start;
    width: 50%;
}

.footer-page-warp .layout-row.imgLeft .img-box {
    width: 48%;
    margin-right: 50px;
}

.footer-page-warp .layout-row.imgLeft .img-box img {
    float: right;
}

.footer-page-warp .footer-page-btn {
    display: inline-block;
    text-align: center;
    background: var(--color-theme-1);
    border-radius: 50px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 24px;
}

.footer-page-warp .footer-page-btn i {
    transition: 0.5s all;
    margin-left: 8px;
}

.footer-page-warp .footer-page-btn:hover i {
    margin-left: 24px;
}

.footer-page-warp .showcase {
    position: relative;
}

.footer-page-warp .showcase .depth-level-1 {
    z-index: 1;
}

.footer-page-warp .showcase .depth-level-2 {
    z-index: 2;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.footer-page-warp .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.footer-page-warp .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.contact-warp .warp-title {
    text-align: center;
}

.contact-warp .banner {
    height: 528px;
    display: flex;
    align-items: center;
    background: url(../images/contact-banner.png) no-repeat center center / cover;
}

.contact-warp .banner .warp {
    padding-left: 52px;
}

.contact-warp .banner h3 {
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 24px;
}

.contact-warp .banner em {
    display: block;
    width: 683px;
    font-size: 36px;
    color: #333333;
    line-height: 42px;
    font-style: italic;
    font-weight: bold;
}

.contact-warp nav {
    background: var(--color-theme-1);
}

.contact-warp nav div {
    height: 64px;
}

.contact-warp nav a {
    text-align: center;
    flex: 1;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
}

.contact-warp nav a:hover {
    text-decoration: underline;
}

.contact-warp .online {
 /*   padding-top: 134px;*/
}

.contact-warp .online .main {
    /*background: url(../images/contact-banner2.png) no-repeat center center / cover;*/
 /*   margin-top: 64px;
    padding: 304px 0 33px;*/
}

.contact-warp .online .warp-flex {
    justify-content: space-evenly;
}

.contact-warp .online .item-card>div {
    transition: 0.5s transform;
    
    height: 363px;
    color: #FFFFFF;
    padding: 48px 32px;
    box-shadow: 0px 0px 8px 0px rgba(173, 81, 0, 0.15);
    border-radius: 16px;
 /*   background-color: rgba(255, 119, 0, 0.8);*/
 background-color: #5d70ff;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact-warp .online .item-card>div:nth-child(1) {
    background-image: url(../images/online-icon1.png);
}

.contact-warp .online .item-card>div:nth-child(2) {
    background-image: url(../images/online-icon2.png);
}

.contact-warp .online .item-card>div:nth-child(3) {
    background-image: url(../images/online-icon3.png);
    background-position: left bottom;
}

.contact-warp .online .item-card>div h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center;
}

.contact-warp .online .item-card>div p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
    min-height: 72px;
}

.contact-warp .online .item-card>div a {
    display: flex;
    margin-top: 16px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
}

.contact-warp .online .item-card>div a i {
    margin-right: 8px;
    font-size: 20px;
}

.contact-warp .online .item-card>div a:hover {
    background: #fff;
    color: #FF7700;
}

.contact-warp .online .item-card:hover>div {
    transform: translateY(-10px);
}

.contact-warp .websites {
    padding: 134px 0;
}

.contact-warp .websites .warp-title {
    margin-bottom: 64px;
}

.contact-warp .websites .item-card {
    flex: 1;
    position: relative;
    height: 600px;
}

.contact-warp .websites .item-card:nth-child(1) {
    background: url(../images/contact-card1.png) no-repeat center center / cover;
}

.contact-warp .websites .item-card:nth-child(2) {
    background: url(../images/contact-card2.png) no-repeat center center / cover;
}

.contact-warp .websites .item-card:nth-child(3) {
    background: url(../images/contact-card3.png) no-repeat center center / cover;
}

.contact-warp .websites .item-card .main {
    padding: 32px;
    transition: 0.3s all;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.contact-warp .websites .item-card h4 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 24px;
}

.contact-warp .websites .item-card p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.contact-warp .websites .item-card:hover {
    align-items: center;
}

.contact-warp .websites .item-card:hover .main {
    bottom: 230px;
}

.contact-warp .websites .item-card:hover::after {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.contact-warp .websites .item-card::after {
    content: '';
    transition: 0.3s all;
    position: absolute;
    width: 100%;
    height: 236px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.contact-warp .visitUs {
    background: url(../images/contact-banner-bg.png) no-repeat center center / cover;
    padding: 64px 0 140px;
}

.contact-warp .visitUs .warp-title {
    margin-bottom: 131px;
}

.contact-warp .visitUs .warp-flex {
    align-items: flex-start;
    justify-content: space-between;
}

.contact-warp .visitUs .item-card>div {
    width: 272px;
    transition: 0.5s transform;
}

.contact-warp .visitUs .item-card>div:hover {
    transform: translateY(-10px);
}

.contact-warp .visitUs .item-card>div h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 24px;
}

.contact-warp .visitUs .item-card>div span {
    font-size: 16px;
    color: rgba(255, 119, 0, 0.45);
    line-height: 24px;
}

.contact-warp .visitUs .item-card>div span i {
    color: #000;
}

.contact-warp .visitUs .item-card>div p {
    margin-top: 8px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.contact-warp .visitUs .item-card:hover>div {
    transform: translateY(-10px);
}

.ourOffers-warp .layout-row {
    height: 560px;
}

.ourOffers-warp .banner {
    height: 560px;
    background: url(../images/ourOffers-banner.png) no-repeat center center / cover;
}

.ourOffers-warp .banner .warp-flex {
    height: 100%;
}

.ourOffers-warp .banner .warp-title {
    width: 900px;
}

.ourOffers-warp .banner .warp-title * {
    color: #fff;
}

.ourOffers-warp .banner .warp-title h2 {
    font-style: italic;
}

.ourOffers-warp .banner .warp-title p {
    line-height: 36px;
}

.ourOffers-warp .links {
    padding: 100px 0;
}

.ourOffers-warp .links .warp-title {
    text-align: center;
    margin-bottom: 64px;
}

.ourOffers-warp .links .link-box {
    margin-bottom: 24px;
}

.ourOffers-warp .links .link-box a {
    text-align: left;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 24px;
    background: #FFF1E5;
    border-radius: 8px;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    transition: 0.5s transform;
}

.ourOffers-warp .links .link-box a i {
    font-size: 32px;
    color: var(--color-theme-1);
    margin-right: 16px;
}

.ourOffers-warp .links .link-box:hover a {
    transform: translateY(-10px);
    color: #fff;
    background: var(--color-theme-1);
}

.ourOffers-warp .links .link-box:hover i {
    color: #fff;
}

.about-warp .banner {
    position: relative;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    font-size: 0;
}

.about-warp .banner .box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-warp .banner .box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.about-warp .banner .box .warp-flex {
    height: 100%;
}

.about-warp .banner .box .warp-title * {
    color: #fff;
}

.about-warp .banner .indexV {
    width: 100%;
}

.about-warp .links {
    padding: 100px 0;
}

.about-warp .links .warp-title {
    text-align: center;
    margin-bottom: 64px;
}

.about-warp .links .item>div {
    transition: 0.5s transform;
}

.about-warp .links .item:hover>div {
    transform: translateY(-10px);
}

.about-warp .links .item:nth-child(2) {
    margin: 0 55px;
    padding: 0 55px;
    border-left: 1px dashed #D9D9D9;
    border-right: 1px dashed #D9D9D9;
}

.about-warp .links .item h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.about-warp .links .item p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin: 24px 0 64px;
}

.overview-warp {
    padding-bottom: 100px;
}

.overview-warp .banner {
    padding: 70px 0;
    background: linear-gradient(160deg, #FFAF00 0%, #FF7700 100%);
}

.overview-warp .banner .warp-flex {
    justify-content: space-between;
}

.overview-warp .banner .banner-card {
    position: relative;
}

.overview-warp .banner .banner-card a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition: 0.5s transform;
}

.overview-warp .banner .banner-card:hover a {
    transform: translateY(-10px);
}

.overview-warp .banner .banner-card span {
    position: absolute;
    font-size: 36px;
    color: #333333;
    line-height: 42px;
    left: 24px;
    top: 270px;
}

.sourcing-warp {
    padding: 23px 0 100px;
}

.sourcing-warp .banner h2 {
    font-style: italic;
}

.sourcing-warp .banner .layout-row {
    margin-top: 0;
}

.sourcing-warp .banner .layout-row .img-box {
    left: 42%;
}

.sourcing-warp .banner .layout-row .warp-title {
    width: auto;
}

.sourcing-warp .banner .showcase {
    position: absolute;
    left: 0;
    top: 0;
}

.sourcing-warp .banner .showcase .showcase-card {
    position: absolute;
}

.sourcing-warp .banner .showcase .showcase-card img {
    transition: 0.5s all;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.sourcing-warp .banner .showcase .showcase-card:hover img {
    transform: translateY(-10px);
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(1) {
    top: 152px;
    left: 198px;
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(2) {
    top: 122px;
    left: 312px;
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(3) {
    top: 208px;
    left: 410px;
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(4) {
    top: 101px;
    left: 524px;
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(5) {
    top: 90px;
    left: 453px;
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(6) {
    top: 45px;
    left: 400px;
}

.sourcing-warp .banner .showcase .showcase-card:nth-child(7) {
    top: 45px;
    left: 500px;
}

.sourcing-warp .layout-box {
    overflow: visible;
}

.sourcing-warp .bg-1 {
    background: url(../images/sourcing-bg-1.png) no-repeat center center / cover;
    height: 886px;
    align-items: center;
    margin-top: -60px;
    padding-top: 0;
}

.sourcing-warp .bg-2 {
    padding-top: 0;
    overflow: visible;
    z-index: 1;
}

.sourcing-warp .bg-2 .img-box {
    height: 450px;
}

.sourcing-warp .bg-2 .showcase .showcase-card {
    position: absolute;
    font-size: 28px;
}

.sourcing-warp .bg-2 .showcase .showcase-card span {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #333333;
    white-space: nowrap;
    line-height: 1;
    padding: 18px 30px;
    transition: 0.5s all;
}

.sourcing-warp .bg-2 .showcase .showcase-card:hover span {
    transform: translateY(-10px);
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(1) {
    font-size: 22px;
    top: -65px;
    left: 0;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(1) span {
    padding: 16px 32px;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(2) {
    top: -18px;
    left: 47px;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(3) {
    font-size: 50px;
    top: 85px;
    left: 300px;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(3) span {
    padding: 38px 90px;
    background: linear-gradient(127deg, #FFA600 0%, #FF7700 100%);
    color: #fff;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(4) {
    top: 205px;
    left: 30px;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(5) {
    font-size: 50px;
    top: 260px;
    left: 440px;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(5) span {
    padding: 38px 60px;
    background: linear-gradient(127deg, #FFA600 0%, #FF7700 100%);
    color: #fff;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(6) {
    top: 315px;
    left: 55px;
}

.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(7) {
    top: 367px;
    left: 243px;
}

.sourcing-warp .bg-3 {
    padding-top: 250px;
    background: url(../images/sourcing-bg-2.png) no-repeat center center / cover;
    height: 928px;
    align-items: center;
    margin-top: -220px;
}

.cla-animated .item-card { margin-bottom:2rem;}
/*# sourceMappingURL=maps/footerPages.css.map */