.lbanner-pp .lbanner-btn {
    display: none !important;
}

.S_Contact_company {
    margin-top: 5%;

}


.S_Contact_company .company_wrap {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 36%;
}

.S_Contact_company .company_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.S_Contact_company .company_wrap .company_box {
    position: absolute;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.S_Contact_company .company_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 31px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.S_Contact_company .company_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    max-width: 1030px;
    margin: 0 auto;
}

.S_Contact_infomation {
    margin-top: 5%;
}

.S_Contact_infomation .info_wrap {
    justify-content: space-between;
    align-items: center;
}

.S_Contact_infomation .info_wrap .info_left {
    width: 45%;
}

.S_Contact_infomation .info_wrap .info_left .info_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_Contact_infomation .info_wrap .info_left .info_contact {
    padding: 50px 0;
    border-bottom: 2px solid #C2C2C2;
}

.S_Contact_infomation .info_wrap .info_left .info_contact .item_desc {
    max-width: 450px;
}

.S_Contact_infomation .info_wrap .info_left .info_item {
    justify-content: space-between;
    align-items: flex-start;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_icon {
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    background: var(--conmmonColor);
    border-radius: 50%;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_icon img {
    width: 55%;
    height: 55%;
    object-fit: contain;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_cont {
    width: calc(100% - 85px);
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_cont .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_cont .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_cont .item_info {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_cont .item_info a {
    display: inline-block;
    color: #666666;
}

.S_Contact_infomation .info_wrap .info_left .info_item .item_cont .item_info a:hover {
    color: var(--conmmonColor);
}

.S_Contact_infomation .info_wrap .info_left .info_list {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.S_Contact_infomation .info_wrap .info_left .info_list .info_item {
    width: 48%;
    margin-bottom: 30px;

}

.S_Contact_infomation .info_wrap .info_left .contact_media {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Contact_infomation .info_wrap .info_left .contact_media .media_list {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.S_Contact_infomation .info_wrap .info_left .contact_media .media_list li {
    width: 34px;
    height: 34px;
    background: #C0C0C0;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 15px;
}

.S_Contact_infomation .info_wrap .info_left .contact_media .media_list li:hover {
    background-color: #FFFFFF;
    animation: swing .5s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.S_Contact_infomation .info_wrap .info_left .contact_media .media_list li img {
    width: 68%;
    height: 68%;
    object-fit: contain;
}

.S_Contact_infomation .info_wrap .info_right {
    width: 45%;
    padding: 30px 20px;
    background: rgba(255, 255, 255, .69);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #F1F1F1;
}

.S_Contact_infomation .info_wrap .info_right .form_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 52px;
    color: #333333;
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.S_Contact_infomation .info_wrap .info_right .form_box {
    justify-content: space-between;
    align-items: center;
}

.S_Contact_infomation .info_wrap .info_right .form_box li {
    width: 48%;
}

.S_Contact_infomation .info_wrap .info_right li {
    position: relative;
}

.S_Contact_infomation .info_wrap .info_right li:before {
    content: '*';
    position: absolute;
    top: 32px;
    left: 16px;
    font-size: 16px;
    color: #AD222C;
}

.S_Contact_infomation .info_wrap .info_right li.item_submit::before {
    content: '';
    font-size: 0;
}

.S_Contact_infomation .info_wrap .info_right input[type="text"] {
    width: 100%;
    background: #F3F3F3;
    border: none;
    padding: 25px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.S_Contact_infomation .info_wrap .info_right input[type="text"]::placeholder {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_Contact_infomation .info_wrap .info_right textarea {
    width: 100%;
    background: #F3F3F3;
    border: none;
    padding: 25px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.S_Contact_infomation .info_wrap .info_right textarea::placeholder {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}


.S_Contact_infomation .info_wrap .info_right input[type="submit"] {
    width: 175px;
    height: 52px;
    border: none;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    border-radius: 26px 26px 26px 26px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: all .5s ease;
}

.S_Contact_infomation .info_wrap .info_right input[type="submit"]:hover {
    color: var(--conmmonColor);
    background-color: #FFFFFF;
}

.S_Contact_service {
    margin-top: 5%;
}

.S_Contact_service .service_list {
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.S_Contact_service .service_list .service_item {
    width: 32.5%;
    padding: 20px 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #F3F3F3;
    border-radius: 10px 10px 10px 10px;

}

.S_Contact_service .service_list .service_item .item_avatar {
    width: 224px;
    height: 224px;
    position: relative;
    margin: 0 auto;
}

.S_Contact_service .service_list .service_item .item_avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.S_Contact_service .service_list .service_item .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin: 20px 0 5px;
}

.S_Contact_service .service_list .service_item .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.S_Contact_service .service_list .service_item:nth-child(3n) {
    margin-right: 0;
}

.S_Contact_service .service_list .service_item .media_list {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.S_Contact_service .service_list .service_item .media_list li {
    width: 45px;
    height: 45px;
    background: var(--conmmonColor);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 15px;
}

.S_Contact_service .service_list .service_item .media_list li:hover {
    animation: swing .5s ease;
}

.S_Contact_service .service_list .service_item .media_list li img {
    width: 55%;
    height: 55%;
    object-fit: contain;
}

.S_Contact_map {
    margin: 5% 0;
}

.S_Contact_map .map_wrap {
    justify-content: space-between;
    align-items: flex-start;
}

.S_Contact_map .map_wrap .map_item {
    width: 49%;
}

.S_Contact_map .map_wrap .map_item .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 52px;
    color: #333333;
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.S_Contact_map .map_wrap .map_item iframe {
    width: 100%;
    height: 522px;
}

@media only screen and (max-width: 950px) {
    .S_Contact_infomation .info_wrap {
        flex-direction: column;
        align-items: center;
    }

    .S_Contact_infomation .info_wrap .info_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .S_Contact_infomation .info_wrap .info_right {
        width: 100%;
    }

    .S_Contact_service .service_list .service_item {
        width: 48%;
        margin-right: 20px;
        padding: 20px;
    }

    .S_Contact_service .service_list .service_item:nth-child(3n) {
        margin-right: 20px;
    }

    .S_Contact_service .service_list .service_item:nth-child(2n) {
        margin-right: 0;
    }

    .S_Contact_service .service_list .service_item .item_avatar {
        width: 160px;
        height: 160px;
    }
    .S_Contact_map .map_wrap .map_item .item_title{
        font-size: 48px;
        line-height: 1.5;
    }
    .S_Contact_infomation .info_wrap .info_right .form_title{
        font-size: 48px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 768px) {
    .S_Contact_company .company_wrap .company_box {
        padding: 20px;
    }

    .S_Contact_company .company_desc {
        display: none;
    }

    .S_Contact_company .company_title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .S_Contact_service .service_list .service_item .item_avatar {
        width: 120px;
        height: 120px;
    }

    .S_Contact_service .service_list .service_item .item_title{
        font-size: 24px;
    }

    .S_Contact_service{
        margin-top: 10%;
    }
    .S_Contact_map{
        margin: 10% 0;
    }
    .S_Contact_map .map_wrap{
        flex-direction: column;
        align-items: center;
    }
    .S_Contact_map .map_wrap .map_item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .S_Contact_map .map_wrap .map_item:last-child{
        margin-bottom: 0;
    }
    .S_Contact_map .map_wrap .map_item .item_title{
        font-size: 30px;
        line-height: 35px;
    }
    .S_Contact_infomation .info_wrap .info_right .form_title{
        font-size: 30px;
        line-height: 35px;
    }
    .S_Contact_infomation .info_wrap .info_left .info_contact{
        padding: 30px 0;
    }
}

@media only screen and (max-width: 600px){
    .S_Contact_service .service_list{
        flex-direction: column;
        align-items: center;
    }
    .S_Contact_service .service_list .service_item{
        width: 100%;
        margin-right: 0 !important;
    }
    .S_Contact_infomation .info_wrap .info_left .info_list{
        flex-direction: column;
        align-items: flex-start;
    }
    .S_Contact_infomation .info_wrap .info_left .info_list .info_item{
        width: 100%;
    }
}