div.search_mobi {
    position: relative;
    z-index: 100;
    background: rgba(0, 0, 0, 0.1);
    height: 35px;
    margin: 10px auto;
    width: 94%;
    border-radius: 22px;
    border: 1px solid #ffffff36;
}

div.search_mobi input {
    padding: 5px 20px;
    float: left;
    border: none;
    background: none;
    width: 86%;
    outline: none;
    color: #fff;
}

div.search_mobi input::placeholder {
    color: #fff;
}

div.search_mobi.mm-listitem:after {
    content: none;
}

div.search_mobi i {
    padding: 5px 11px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1001px) {
    .intro-text {
        width: 100%;
    }

    .intro-img {
        margin: 30px auto 0;
    }

    .footerName {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .grid-newsDocument {
        grid-template-columns: repeat(2, 1fr);
    }

    .top .translate {
        display: block;
    }

    .hotlineHeader {
        display: none;
    }

    .headerName {
        text-align: center;
        max-width: calc(100% - 120px);
    }

    #menu-mobile {
        top: 20px;
    }

    header {
        padding: 5px 0;
    }

    .statistic-box-numb {
        font-size: 40px
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }

    .newsletterHome-right,
    .newsletterHome-left {
        width: 100%;
    }

    .logoFooter {
        position: static;
        transform: unset;
        margin: 0 auto 20px;
    }

    .gridNewsPage {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width:768px) {
    .headerName p:nth-child(2) {
        display: none;
    }

    .fitSizeHome-info {
        width: 100%;
    }

    .fitSizeHome-gridImg {
        width: 100%;
    }

    .newsBox {
        margin: 0 0 28px
    }

    .statistic-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .gridMSR {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coupleProductSlogan-left,
    .coupleProductSlogan-right {
        width: 100%;
    }

    .coupleProductSlogan-container {
        flex-wrap: wrap;
    }

    .newsHome-container {
        padding: 30px 10px;
    }

    .statistic-box::after {
        top: 100%;
        right: unset;
        border-bottom: 1px solid #ffffff3b;
        border-right: unset;
        height: 0;
        width: calc(100% - 40px);
        left: 20px;
    }

    .statistic-box-numb {
        font-size: 32px
    }

    .wrap-statistic,
    .wrap-intro {
        margin: 0 auto;
    }

    .intro-text {
        width: 100%;
    }

    .headerName p:nth-child(1) {
        font-size: 24px;
    }

    .headerName p:nth-child(1) span {
        display: inline-block;
        text-align: center;
        line-height: 1;
    }

    .logo-header img {
        width: 180px;
    }
}

@media (max-width:576px) {
    .headerName p:nth-child(1) {
        font-size: 18px;
    }

    .newsletterHome-form {
        padding: 35px 15px;
    }

    .contactHome-title {
        font-size: 36px;
    }

    .newsBox-title {
        font-size: 20px;
    }

    .newsBox-content {
        width: calc(50% - 10px);
    }

    .name-product a {
        font-size: 18px;
    }

    .newsBox-img {
        height: inherit;
        width: calc(50% - 10px);
    }

    .newsBox-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .intro-text {
        padding: 30px 20px;
    }

    .gridMSR {
        grid-template-columns: repeat(2, 1fr);
    }

    .toolbarPDF {
        white-space: nowrap;
        overflow-y: auto;
        justify-content: start;
    }

    .grid-newsDocument {
        grid-template-columns: repeat(1, 1fr);
    }

    .btnStyle1 {
        padding: 0 30px;
    }

    .wrap-news .statistic-title,
    .wrap-project .statistic-title,
    .wrap-service .statistic-title {
        font-size: 36px;
    }

    .service-box {
        padding: 20px 10px;
    }

    .service-box .btnStyle1 {
        font-size: 14px;
    }

    h3.statistic-box-title {
        font-size: 16px;
    }

    .intro-title {
        font-size: 24px;
    }

    .intro-title p:nth-child(2) {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}

@media (max-width:399px) {
    .newsBox-desc {
        display: none;
    }
}