@media (max-width:425px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    video {
        width: 100%;
    }
}
@media (min-width:380px) and (max-width:425px) {
    .container {
        width: 100%;
    }
}
@media (max-width:380px) {
    .container {
        width: 100%;
    }
    .video-bg img {
        left: 0px;
        bottom: 3%;
    }
    .contact-time-list {
        width: 100%;
    }
    iframe {
        width: 100%;
        height: 180px;
        max-height: 100%;
    }
    .design-image {
        max-width: 200px;
        max-height: 260px;
        border: 5px solid #fff;
    }
    .tle-fone {
        font-size: 16px;
        line-height: 24px;
    }
    .name-of {
        font-size: 16px;
        line-height: 24px;
    }
    .to-calling img {
        width: 100%;
        max-width: 20px;
    }
    .call-bg-design {
        padding: 4px 20px;
    }
    .design-image-sec {
        max-width: 200px;
        border: 5px solid #fff;
    }
    .main-title-data {
        font-size: 18px;
        line-height: 28px;
    }
    .services-desc {
        display: none;
    }
    .data-detail-services {
        bottom: -25%;
        width: 90%;
    }
    .services-detail {
        margin: 0;
        margin-bottom: 70px;
    }
    .team-detail {
        width: 130px;
        height: 130px;
    }
    .main-blog-title {
        font-size: 18px;
        line-height: 28px;
    }
    .title-data-services {
        font-size: 17px;
        line-height: 28px;
    }
    .faq-question p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width:280px) and (max-width:320px) {
    .container {
        width: 100%;
    }
}