@font-face {
    font-family: 'PingFang HK';
    src: url('../fonts/PingFangHK.eot');
    src: url('../fonts/PingFangHK.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PingFangHK.woff2') format('woff2'),
        url('../fonts/PingFangHK.woff') format('woff'),
        url('../fonts/PingFangHK.ttf') format('truetype'),
        url('../fonts/PingFangHK.svg#PingFangHK') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingFang HK';
    src: url('../fonts/PingFangHK.eot');
    src: url('../fonts/PingFangHK.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PingFangHK.woff2') format('woff2'),
        url('../fonts/PingFangHK.woff') format('woff'),
        url('../fonts/PingFangHK.ttf') format('truetype'),
        url('../fonts/PingFangHK.svg#PingFangHK') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#contactus_page .office_section .item_tel {
    margin-bottom: 36px;
}

body, html,
.office_map,
.office_map_container,
#office_map_1 {
    width: 100%;
    height: 100%;
    margin: 0;
}

.office_map_container,
#office_map_1 {
    overflow: hidden;
}

#contactus_page .office_section_item .office_map iframe {
    width: 100%;
}

#contactus_page .office_map_container {
    height: 370px;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

#contactus_page .item_name {
    font-size: 18px;
    font-weight: normal;
}

#contactus_page .item_name strong {
    font-weight: 500;
}

#contactus_page .item_name p {
    margin-bottom: 11px;
}

#contactus_page .item_name a {
    text-decoration: underline;
}

#contactus_page .section_header {
    margin-bottom: 50px;
    padding: 0 15px;
    width: 100%;
}

#contactus_page .office_section .office_section_item {
    margin-bottom: 65px;
}

#contactus_page .sub_header {
    text-shadow: 0px 4px 4px #00000040;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 43px;
}

#contactus_page .factory_section_item img {
    aspect-ratio: 1/0.73;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contactus_page .factory_section_item .factory_link {
    position: relative;
    display: block;
    aspect-ratio: 1/0.73;
}

#contactus_page .factory_section_item .factory-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    z-index: 1;
}

#contactus_page .factory_section_item .factory-hidden svg {
    display: block;
    margin: 0 auto;
    opacity: 0;
    transition: all .3s;
}

#contactus_page .factory_section_item .factory-hidden span.read-more {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    opacity: 0;
    transition: all .3s;
}

#contactus_page .factory_section_item:hover .factory-hidden svg,
#contactus_page .factory_section_item:hover .factory-hidden span.read-more {
    opacity: 1;
}

#contactus_page .factory_section_item .factory-hidden:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all .3s;
    z-index: -1;
}

#contactus_page .contactform_section {
    background: rgba(226, 160, 198, 0.9);
}

#contactus_page .item_name a:hover {
    color: #E2A0C6;
}

#contactus_page .office_section .map_content {
    height: 303px;
}

#contactus_page .banner_section .page_title {
    padding-right: 60px;
}

#contactus_page .banner_section .desc {
    font-size: 22px;
    line-height: 30px;
}

#contactus_page .office_section {
    padding-top: 63px;
}

#contactus_page .content_container {
    max-width: 1290px;
    padding: 0 25px;
}

#contactus_page .office_section .office-item-info>div {
    display: flex;
}

#contactus_page .office_section .icon {
    margin-right: 30px;
}

#contactus_page .office_section .icon svg {
    width: 30px;
    vertical-align: top;
}

#contactus_page .office_section .office-item-info .content {
    padding-top: 4px;
}

#contactus_page .office_section .item_name .content {
    padding-top: 0;
}

#contactus_page .item_name {
    padding-left: 15px;
}

#contactus_page .office_section_item .office_map {
    padding-left: 12%;
}

#contactus_page .office_section .office_section_item {
    margin-bottom: 76px;
}

#contactus_page .factory_section .section_header {
    padding: 0;
}

#contactus_page .factory_section {
    padding-bottom: 81px;
}

#contactus_page .contactform_section {
    padding-top: 55px;
    padding-bottom: 65px;
    margin-bottom: -1px;
}

#contactus_page .contactform_section .form_content {
    max-width: 1090px;
    padding-left: 68px;
    padding-right: 60px;
}

#contactus_page .contactform_section #submit_form {
    padding-top: 50px;
    padding-bottom: 36px;
    padding-left: 9px;
}

#contactus_page .contactform_section #submit_form input,
#contactus_page .contactform_section #submit_form textarea {
    margin-bottom: 22px;
    height: 56.25px;
}

#contactus_page .contactform_section #submit_form textarea {
    height: 202.5px;
}

#contactus_page .contactform_section #submit_form .submit_btn {
    margin-top: 12px;
    max-width: 332px;
    height: 56.25px;
    border: 2px solid #E2A0C6;
    transition: all .3s;
}

#contactus_page .contactform_section #submit_form .submit_btn:hover {
    background: #fff;
    color: #E2A0C6;
}

#contactus_page .contactform_section #submit_form .btn-send {
    height: 56.25px;
    padding-right: 20px;
    outline: 0;
    color: inherit;
}

#contactus_page .contactform_section .form_content {
    background-image: url(./../images/bg-bottom.jpg);
    background-size: 100% 100%;
    background-position: bottom right;
}

#contactus_page .factory_section .factory_section_item {
    margin-bottom: 30px;
    width: 396px;
    position: relative;
    transition: width .3s;
    overflow: hidden;
    margin: 0 20px;
    /* margin-bottom: 100px; */
}

.factory_section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.factory_section .slick-arrow-prev {
    left: -60px;
}

.factory_section .slick-arrow-next {
    right: -60px;
}


#contactus_page input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#contactus_page .contactform_section #submit_form .alert {
    margin-bottom: 10px;
}

#otherregions_page .section_header {
    font-size: 40px;
    font-family: "Playfair Display", serif;
    margin-top: 63px;
    margin-bottom: 50px;
}

#otherregions_page .factory-title {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 41px;
    margin-bottom: 27px;
}

#otherregions_page .factory-title span {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    display: block;
}

#otherregions_page .factory-address-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    max-width: 215px;
}

#otherregions_page .factory-address-content strong {
    font-family: 'Noto Sans SC', sans-serif;
}

.factory_section .factory-tel-icon, .factory_section .factory-address-icon {
    width: 30px;
    margin-right: 30px;
}

.factory_section .factory-tel-icon svg, .factory_section .factory-address-icon svg {
    vertical-align: top;
    width: 30px;
    height: 30px;
}

.factory_section .factory-tel {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.factory_section .factory-address {
    display: flex;
}

#otherregions_page .factory_section {
    padding-bottom: 77px;
}

#otherregions_page .banner_section .page_title {
    padding-right: 60px;
}

#otherregions_page .banner_section .desc {
    font-size: 22px;
    line-height: 30px;
}

#otherregions_page .factory_section .container {
    max-width: 1285px;
}

#otherregions_page .factory_section .factory-info {
    margin: 0 -45px;
}

#otherregions_page .factory_section .factory-item {
    padding: 0 45px;
}

#otherregions_page .factory-map #map_factory_detail {
    height: 400px;
}

.factory_section .factory-address-content p {
    margin-bottom: 15px;
}

.region_item {
    position: relative;
    transition: width .3s;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 100px;
}

.regions_slider .slick-arrow {
    position: absolute;
    top: 150px;
    transform: translateY(-50%);
    cursor: pointer;
}

.regions_slider .slick-arrow-prev {
    left: -60px;
}

.regions_slider .slick-arrow-next {
    right: -60px;
}

.region_item_img img {
    width: 100%;
    height: 286px;
    /* object-fit: cover; */
}

.region_item_address .content {
    line-height: 25px;
    max-width: 216px;
    width: 100%;
    padding-top: 0 !important;
}

.region_item.slick-current.slick-active+.region_item {
    /* margin-left: 32px;
    margin-right: 21px; */
}

.region_item_title {
    font-size: 24px;
    text-align: center;
    margin: 33px 0;
    color: #3F3F3F;
    font-weight: 500;
}

.region_item_content {
    display: flex;
    margin-bottom: 20px;
}

.region_item_content .icon {
    margin-right: 30px;
}

.region_item_content .content {
    padding-top: 7px;
}

.region_item_content .content p {
    margin-bottom: 10px;
}

.region_item_content .content a {
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    #contactus_page .factory_section .content_container>.row {
        margin: 0 -19px;
    }
}

@media only screen and (min-width: 768px) {
    #contactus_page .factory_section_item:hover .factory-hidden:before {
        background: rgba(226, 160, 198, 0.7);
        height: 100%;
    }
}

@media only screen and (max-width: 1340px) {
    .regions_list {
        padding: 0 20px;
        padding-left: 40px;
    }

    .factory_section {
        padding: 0 20px;
        padding-left: 40px;
    }

    #otherregions_page .factory_section .factory-info {
        margin: 0 -20px;
    }

    #otherregions_page .factory_section .factory-item {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1279px) {
    #contactus_page .item_name {
        padding-left: 0;
    }

    #contactus_page .office_section .icon {
        margin-right: 20px;
    }

    #contactus_page .sub_header {
        margin-bottom: 30px;
    }

    #contactus_page .contactform_section .form_content {
        padding-left: 50px;
        padding-right: 50px;
    }

    #contactus_page .contactform_section .form_img {
        right: 20px;
    }
}

@media only screen and (max-width: 1199px) {

    #contactus_page .banner_section .page_title {
        font-size: 72px;
        line-height: 1;
    }

    #contactus_page .content_container {
        padding: 0 20px;
    }

    #contactus_page .section_header {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px) {
    #contactus_page .factory_section_item .factory-hidden {
        padding: 25px;
    }

    #contactus_page .sub_header {
        margin-bottom: 10px;
    }

    #contactus_page .contactform_section .form_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    #contactus_page .contactform_section .form_img {
        right: 10px;
    }

    #contactus_page .contactform_section #submit_form .submit_btn {
        max-width: 100%;
    }

    #contactus_page .banner_section {
        padding-top: 105px;
    }

    #contactus_page .office_section_item .office_map {
        padding-left: 0;
    }

    #contactus_page .office_section .office-item-info>div {
        margin-bottom: 10px;
    }

    #contactus_page .item_name p {
        margin-bottom: 6px;
    }

    .factory_section .factory-tel-icon, .factory_section .factory-address-icon {
        margin-right: 20px;
    }

    #otherregions_page .factory-title {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .factory_section .factory-tel {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.38888889;
    }

    #otherregions_page .factory-address-content {
        font-size: 16px;
        line-height: 1.38888889;
    }

    #otherregions_page .factory_section .factory-item {
        padding: 0 15px;
    }

    #otherregions_page .factory_section .factory-info {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 767px) {
    .region_item_content {
        margin-bottom: 44px;
    }

    .regions_slider .slick-arrow,
    .factory_section .slick-arrow {
        display: none !important;
    }

    .region_item, #contactus_page .factory_section .factory_section_item {
        margin: 0;
    }

    .regions_list {
        padding: 0;
    }

    .regions_section .section_header {
        padding: 0 !important;
    }

    #otherregions_page .section_header {
        font-size: 25px;
        margin-top: 23px;
        margin-bottom: 28px;
    }

    #contactus_page .section_header {
        font-size: 25px;
    }

    #contactus_page .banner_section {
        height: 364px;
    }

    #contactus_page .banner_section .page_title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    #contactus_page .banner_section .desc {
        font-size: 18px;
        line-height: 24px;
    }

    #contactus_page .office_section_item .office_map {
        padding-left: 0;
        margin-top: 50px;
    }

    #contactus_page .factory_section_item img {
        aspect-ratio: 1/0.39;
    }

    #contactus_page .factory_section_item .factory_link {
        aspect-ratio: 1/0.39;
    }

    #contactus_page .factory_section_item .factory-hidden svg,
    #contactus_page .factory_section_item .factory-hidden span.read-more {
        display: none;
    }

    #contactus_page .factory_section_item .factory-hidden {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contactus_page .factory_section_item .factory-hidden:before {
        height: 100%;
        background: rgba(226, 160, 198, 0.4);
    }

    #contactus_page .contactform_section {
        background: #e2a0c6;
    }

    #contactus_page .office_section {
        padding-top: 24px;
    }

    #contactus_page .office_section .icon svg {
        width: 24px;
    }

    #contactus_page .section_header {
        margin-bottom: 18px;
    }

    #contactus_page .office_section .icon {
        margin-right: 30px;
    }

    #contactus_page .office_section .office-item-info .content {
        max-width: 190px;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0px;
        text-align: left;
    }

    #contactus_page .item_adderess {
        padding-bottom: 0;
    }

    #contactus_page .item_name p {
        margin-bottom: 6px;
    }

    #contactus_page .office_section .map_content {
        height: 199px;
    }

    #contactus_page .office_section_item .office_map {
        margin-top: 14px;
    }

    #contactus_page .office_section .office_section_item {
        margin-bottom: 44px;
    }

    #contactus_page .section_header {
        margin-bottom: 17px;
    }

    #contactus_page .factory_section .section_header {
        margin-bottom: 28px;
    }

    #contactus_page .sub_header {
        margin-bottom: 0;
    }

    #contactus_page .factory_section {
        padding: 0 1px 18px;
    }

    #contactus_page .factory_section .factory_section_item {
        margin-bottom: 20px;
    }

    #contactus_page .contactform_section {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    #contactus_page .contactform_section #submit_form {
        padding-left: 0;
        padding-top: 38px;
    }

    #contactus_page .contactform_section .form_content {
        padding-left: 21px;
        padding-right: 22px;
    }

    #contactus_page .contactform_section #submit_form input {
        height: 51px;
    }

    #contactus_page .contactform_section #submit_form textarea {
        height: 186px;
    }

    #contactus_page .contactform_section #submit_form .btn-send {
        height: 51px;
        padding-right: 10px;
    }

    #otherregions_page .banner_section .desc {
        font-size: 18px;
        line-height: 28px;
    }

    #otherregions_page .banner_section .page_title {
        padding-right: 0;
        margin-bottom: 22px;
    }

    #otherregions_page .factory-map #map_factory_detail {
        height: 365px;
    }

    #otherregions_page .factory-title {
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 15px;
    }

    .factory_section .factory-tel-icon,
    .factory_section .factory-address-icon {
        width: 24px;
        margin-right: 31px;
    }

    .factory_section .factory-tel-icon svg,
    .factory_section .factory-address-icon svg {
        width: 24px;
        height: 24px;
        vertical-align: top;
    }

    #otherregions_page .factory-address-content {
        max-width: 100%;
        padding-right: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

    .factory_section .factory-tel {
        margin-bottom: 17px;
    }

    .factory_section .factory-address-content p {
        margin-bottom: 9px;
    }

    #otherregions_page .factory_section {
        padding-bottom: 72px;
    }
}