.hero-section {
    /*background-color: #fff;*/
    width: 100%;
    height: 380px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*border-bottom: 1px solid #f1f0f0;*/
}

.hero-content h2 {
    margin-bottom: 30px;
}

.hero-content p {
    /*font-size: 15px;*/
    line-height: 28px;
    margin-bottom: 20px;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-img {
    background-image: url(../img/new/02.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    width: 450px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.shape111.shape-1 {
    background-image: url(../img/new/shape01.svg);
    background-size: 100%;
    width: 1000px;
    height: 1000px;
    left: -305px;
    top: -392px;
}

.shape111 {
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.about {
    position: relative;
    /*border-bottom: 1px solid #f1f0f0;*/
}

.pb-6, .py-6 {
    padding-bottom: 6rem;
}

.pt-6, .py-6 {
    padding-top: 6rem;
}

.about .about-bg-graphics {
    position: absolute;
    width: 22%;
    right: -5%;
    top: 75%;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*img {*/
/*    vertical-align: middle;*/
/*    border-style: none;*/
/*}*/

.section-title .title {
    /*font-size: 50px;*/
    font-weight: 600;
    line-height: 55px;
    color: #121212;
}

.text-muted {
    color: #6c757d !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
/*p {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    line-height: 1.618;*/
/*}*/

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    background-color: #ff9624;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.785rem 2.15rem;
    border: 2px solid #ff9624;
    border-radius: 100px;
    transition: all 400ms ease-in-out;
    box-shadow: 0 10px 20px 0 rgba(90, 70, 176, 0.3);
}

.services {
    position: relative;
}
.services .services-bg-graphics {
    position: absolute;
    width: 25%;
    left: -17%;
    top: 0;
}
.section-title .sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f87915;
}
.section-title .title {
    /*font-size: 50px;*/
    font-weight: 600;
    line-height: 55px;
    color: #121212;
}
.services .serviceBox {
    padding: 20px 5px;
    text-align: center;
    border-bottom: 3px solid transparent;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.services .serviceBox .service-icon {
    width: 100px;
    height: 100px;
    line-height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: all 0.5s ease-in-out;
}

.services .serviceBox h3 {
    /*font-size: 18px;*/
    line-height: 20px;
    font-family: sans-serif;
    margin: 20px 0;
    color: #444;
    font-weight: bold;
}

.services .serviceBox p {
    /*font-size: 14px;*/
    color: #7e828a;
}

.idea {
    padding: 100px 0;
    overflow: hidden;
}

.idea .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ideaList2 {
    /*opacity: 0;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ideaList2 li {
    display: inline-block;
    padding: 0 85px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.ideaList2 img {
    border: 0px;
    max-width: 100%;
}

.ideaList2 li h3 {
    font-weight: bold;
    margin: 20px 0 30px;
}

.ideaList2 li p {
    font-size: 18px;
    line-height: 30px;
}
.ideaList21 li p {
    font-size: 18px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .about-style-three11 {
        padding: 20px 0px 54px 0px;
    }
}


.product-country {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.min-width {
    /*width: 1200px;*/
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.head-title {
    text-align: center;
}

.head-title h1 {
    /*font-size: 28px;*/
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 60px;
}

.product-international .product-country .txt {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666;
    line-height: 19px;
    margin: 40px 0;
}

.product-country img {
    width: 1200px;
}

