#main.site-main.technology-page {
    background-color: #ffffff;
}

.breadcrumb-aboutUs div {
    max-width: 1170px;
}

.tech__banner {
    max-width: 1170px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

.tech__content {
    max-width: 1170px;
    margin: auto;
}

.tech__banner-box {
    position: relative;
}

.tech__banner-text {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 520px;
}

.tech__banner-text h1 {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.tech__banner-text p {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
}

.tech__content-header {
    text-align: center;
}

.tech__content-header span {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.tech__content-header h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin-bottom: 45px;
}

.tech__content-header h2 span {
    font-size: inherit;
    line-height: inherit;
    color: #e60078;
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 45px;
}

.tech__content-image {
    display: flex;
    flex-wrap: wrap;
}

.tech__content-imageBox {
    width: 186px;
    height: 130px;
    margin-right: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tech__content-imageBox img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.tech__content-imageBox:nth-child(6n+0) {
    margin-right: 10px;
}

/* aboutus 9 */
#about-us-9 {
    background-color: #FFFFFF;
    padding: 50px 0;
    max-width: 1170px;
    margin: auto;
}

.aboutUs-9__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutUs-9__left {
    width: 45%;
    padding-left: 10%;
}

.aboutUs-9__right {
    width: 49%;
}

.aboutUs-9__box h2 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.aboutUs-9__box h2 span {
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: bold;
    color: #e60078;
}

.aboutUs-9__box p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
}

.aboutUs-9__button {
    display: flex;
}

.aboutUs-9__button-profile {
    margin-right: 15px;
}

.aboutUs-9__button-profile path {
    fill: black;
}

.aboutUs-9__button-profile a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 220px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.aboutUs-9__button-profile a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.aboutUs-9__button-profile a:hover {
    color: #fff;
}

.aboutUs-9__button-profile a:hover span {
    color: #fff;
}

.aboutUs-9__button-profile a:hover #Path_83809 {
    fill: #fff;
}

.aboutUs-9__button-profile a:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-9__button-icon1 {
    margin-right: 10px;
    display: flex;
    position: relative;
    z-index: 2;
}

.aboutUs-9__contact-us a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 170px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.aboutUs-9__contact-us span {
    color: #ffffff;
}

.aboutUs-9__contact-us a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.aboutUs-9__contact-us a:hover {
    color: #fff;
}

.aboutUs-9__contact-us a:hover span {
    color: #fff;
}


.aboutUs-9__contact-us a:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-9__button-profile span,
.aboutUs-9__contact-us span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}

@media (max-width: 800px) {

    /* aboutus9 */
    #about-us-9 {
        padding: 30px 15px;
    }

    .aboutUs-9__box {
        flex-direction: column;
    }

    .aboutUs-9__left {
        width: 100%;
    }

    .aboutUs-9__right {
        width: 100%;
    }

    .aboutUs-9__button-profile a {
        width: 195px;
    }

    .aboutUs-9__contact-us a {
        width: 140px;
    }

    .aboutUs-9__button {
        justify-content: center;
    }

    .aboutUs-9__box h2 {
        text-align: center;
    }

    .aboutUs-9__button-profile span,
    .aboutUs-9__contact-us span {
        font-size: 15px;
        line-height: 20px;
    }
}

.tech__filterBox {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

.tech__filter {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.tech__filter label {
    display: flex;
    align-items: center;
    padding: 10px;
}

input.filter-checkbox {
    appearance: auto;
    -webkit-appearance: auto;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 10px;
    accent-color: #e60078;
}

.tech__filter-button {
    display: flex;
    justify-content: space-between;
    width: 304px;
    height: 46px;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding-left: 13px;
    padding-right: 12px;
    cursor: pointer;
}

.tech__filter-button>div {
    width: 12px;
    height: 12px;
    display: flex;
}

.tech__filter-option {
    position: absolute;
    width: 100%;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #8D8D8D33;
    top: 50px;
    display: none;
    transition: 0.3s;
    z-index: 3;
}

.tech__filter-button>div svg {
    width: 12px;
    height: 12px;
}

#tech__filterSelected {
    display: flex;
    align-items: center;
}

.tech__filterName {
    background-color: #FAFAFA;
    border: 1px solid #F0EFEF;
    border-radius: 16px;
    margin-right: 5px;
    padding: 5px 15px;
}

.tech__banner-box .image-mb {
    display: none;
}

/**/
@media (max-width: 800px) {
    .breadcrumb-aboutUs div {
        padding: 0 15px;
    }

    .tech__banner-box .image-desktop {
        display: none;
    }

    .tech__banner-box .image-mb {
        display: block;
    }

    .tech__banner-text {
        top: 10px;
        transform: translateX(50%);
        max-width: none;
        right: 50%;
        width: 90%;
        text-align: center;
    }

    .tech__content {
        padding: 0 15px;
    }

    .tech__content-imageBox:nth-child(6n+0) {
        margin-right: 10px;
    }

    .tech__content-imageBox {
        width: 105px;
        height: 80px;
    }

    .tech__content-image {
        justify-content: center;
    }

    .tech__filterBox {
        justify-content: center;
        flex-direction: column;

    }

    .tech__filter {
        margin-left: 0px;
        justify-content: center;
    }

    .tech__filterName {
        margin-bottom: 10px;
    }

    #tech__filterSelected {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}