@media only screen and (max-width: 768px) {
    .btfw-tracking form {
        width: 100%;
    }

    .transport-dot {
        top: -20px;
    }

    .status-item {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 10px;
        text-align: left;
        justify-content: left;
        font-size: 15px;
    }

    .transport-center {
        width: 300px;
        position: relative;
        height: 125px;
        text-align: center;
    }

    .status-list {
        flex-flow: wrap;
        justify-content: start;
    }

    table.ivu-table-header {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .gb-color {
        background-color: #f7f6fb;
        padding: 20px 0;
        font-size: 13px;
    }

    article.dev-about .about-content .about-logo {
        display: block;
        float: none;
        margin: auto;
    }

    .bk-language ul {
        display: flex;
    }

    .bk-language ul li a {
        float: left !important;
        padding: 0px !important;
    }

    article.dev-about .about-content .about-text {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin: 10px 0 20px 0;
    }

    .home-title h3 {
        font-size: 18px;
    }

    .service-item h3 {
        font-size: 16px;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .mt-top {
        margin: 10px 0;
    }

    article.dev-about .about-content {
        margin-top: 0px;
    }

    .transparent #logo img {
        max-height: 70px !important;
    }

    article.dev-about .about-content .about-logo {
        width: 100px;
    }

    .transparent .header-main {
        height: 70px !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    header#header {
        position: unset !important;
        background: var(--primary-color);
    }

    i.icon-menu {
        color: var(--primary-color);
    }

    article.dev-box-service .box-service-item {
        flex-basis: 100%;
        overflow: hidden;
    }

    article.dev-box-service .box-service-item .box-service-content h3 {
        font-size: 17px;
        height: 40px;
    }

    .banner2 {
        width: 90%;
        background: rgba(31, 107, 163, 0.5);
        padding: 50px 30px 30px 30px;
        position: relative;
    }

    .banner1 {
        width: 90% !important;
    }

    .banner2 h3, .banner1 h3 {
        font-weight: 700 !important;
        line-height: 30px !important;
        text-transform: uppercase;
        font-size: 25px !important;
        margin-bottom: 15px;
    }

    .banner1 p, .banner2 p {
        font-size: 14px !important;
    }

    .slider-home .text-box {
        width: 90% !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-button {
        width: 300px;
        height: 250px;
        bottom: 0px;
        right: -10px;
        z-index: -1;
    }

    .row-gt .col-inner {
        padding: 20px 0 !important;
    }

    .row-gt .box-info-content {
        margin: 0px !important;
    }

    .box-info h3 {
        color: var(--primary-color);
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
        font-family: "Montserrat";
        font-weight: 700;
    }

    .box-info.right h3 {
        text-align: left !important;
    }

    .home-title-2 h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .home-title-2 h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .box-tracking .tracking-img {
        display: none !important;
    }

    .box-tracking {
        padding: 15px !important;
    }

    button.owl-next {
        right: 0px;
    }

    button.owl-prev {
        left: 0px;
    }

    footer#footer .footer-address {
        display: block !important;
    }

    .footer-top .footer-address .footer-ad-item {
        width: 100%;
        padding: 0 !important;
    }

    .footer-top .footer-address .footer-ad-item:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
        background: var(--primary-color) !important;
    }
}

@media only screen and (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .transport-center {
        width: 300px;
        position: relative;
        height: 80px;
        text-align: center;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .transport-center {
        width: 300px;
        position: relative;
        height: 80px;
        text-align: center;
    }
}