@media screen and (min-width: 1400px) {
    .build-main {
        min-height: 71.5vh;
    }
}


@media screen and (max-width: 1400px) {
    .logo-help {
        padding: 0 23%;
    }

    .build-main .main-page {
        height: auto;
        margin: 170px auto 0;
    }
}


@media screen and (max-width: 1200px) {
    .related-post {
        flex: 22%;
        max-width: 22%;
    }

    #modal-contact .modal .forms form {
        width: 100%;
        padding: 0;
    }

    #modal-contact .modal .forms .title {
        font-size: 2rem;
    }

    #modal-contact .modal .forms img {
        width: 221px;
        margin: 0;
    }

    .build-main {
        height: auto;
    }

    .help--bottom-content {
        min-height: 74vh;
    }

    .box--content {
        flex-direction: column;
    }

    .box--desc,
    .box--item {
        flex: 1;
        max-width: 100%;
    }

    .build-main .box--desc {
        margin: 0 0 278px;
    }

    .box--item {
        flex-wrap: wrap;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .link-main__link h2 {
        font-size: 4rem;
    }

    .link-main__link p {
        font-size: 1rem;
        line-height: 27px;
        padding: 0 47px;
    }

    .box-menu ul {
        overflow-y: hidden;
        flex-wrap: nowrap;
        list-style: none;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: 0;
    }

    .box-menu {
        width: 84vw;
        margin: auto;
        padding: 0;
        display: block;
    }

    .box-menu ul li a {
        padding: 13px 15px;
    }

    .box-menu ul li {
        flex: inherit;
        max-width: inherit;
        width: 110px;
    }
}

@media screen and (max-width: 992px) {
    .build-main {
        min-height: 123vh;
    }

    #modal-contact .modal-background .modal .form-modal input {
        height: 45px;
    }

    #modal-contact .modal-background .modal .form-block .form-modal {
        margin: 0 0 8px;
        max-width: 100%;
        flex: 100%;
        display: block;
        padding: 0;
    }

    .form-modal.submit {
        padding: 0
    }

    .form-block {
        display: flex;
        flex-wrap: wrap;

    }

    .search-block {
        display: none;
    }

    .search-block.mobile {
        display: flex;
    }

    #modal-contact .modal .forms img {
        width: 150px;
        margin: 0 0 27px;
    }

    .blog {
        flex-direction: column;
    }

    .related-post {
        flex: 30%;
        max-width: 30%;
    }

    .blog-sidebar {
        padding: 0 0 60px;
        margin: 0;
    }

    .blog-content,
    .blog-sidebar {
        flex: 100%;
        max-width: 100%;
    }

    .contact--top {
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .modal .forms {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .modal .forms img {
        width: 110px;
        margin: 73px 0 23px;
    }

    .modal .forms form {
        width: 100%;
    }

    .modal .forms .title {
        font-size: 2.5rem;
        text-align: center;
        margin: 0;
    }

    .address i {
        display: none;
    }

    .contact-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 40px 0 0 !important;
    }

    .logo-help {
        padding: 0 10%;
        justify-content: center;
        flex-direction: column;
        height: 40%;
    }

    .help--top-content {
        min-height: 40vh;
    }

    .logo-small {
        width: 100%;
        text-align: center;
    }

    .logo-text {
        padding-left: 0;
        font-size: 1.2rem;
        text-align: justify;
    }

    .help-action-left p {
        text-align: justify;
    }

    .btn-factor,
    .show-more,
    .help--minim .btn-factor {
        font-size: 20px;
    }

    .help--minim .btn-factor {
        width: 330px;
        height: 65px;
        line-height: 65px;
    }

    .help--bottom-content {
        height: 100vh;
    }

    .help-action {
        height: 60%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .help--text {
        font-size: 1.5rem;
    }

    .help--icons {
        margin-bottom: 40px;
    }

    .help--icons li i {
        font-size: 45px;
    }
}

@media screen and (max-width: 768px) {
.blog-box .description img{
    width: 100% !important;
    height: auto !important;
}
    .link-main {
        flex-direction: column !important;
        width: 100% !important;
    }
.desktop-popup {
    margin-left: auto;
}

    .link-main__link {
        flex: 100% !important;
        max-width: 100% !important;
              min-height: 33.33vh !important;
    }

    .content-block .box--desc {
        padding: 0 10%;
    }

    .build-main {
        height: 142vh;
    }

    .link-main__link {
        flex: 100%;
        max-width: 100%;
        min-height: 539px;
    }

    .navigation.open,
    .navigation {
        width: 100%;
    }

    .navigation--link a {
        font-size: 2.3rem;
    }

    .navigation--content {
        padding: 0 6%;
    }

    .social--content {
        padding: 0;
        width: 283px;
        margin: 93px auto 0;
    }

    .help-action-left {
        padding: 0;
        order: 2;
    }

    .help-action-right {
        margin: 0 0 25px;
    }

    .navigation--content li {
        text-align: center;
    }

    .navigation--link a:after {
        bottom: 23px;
    }

    .navigation {
        right: -100%;
    }

    .link-main__link p {
        display: none !important;
    }

    .link-main {
        height: 88vh;
    }

    .link-main__link a {
        justify-content: space-between;
        padding-top: 0;
    }

    .link-main__link h2 {
        position: absolute;
        top: 50%;
        transform: translate(0, 0%);
        font-size: 3rem;
    }

    .header-main {
        margin: 12px 10%;
    }

    .logo {
        width: 150px;
    }

    .menu i {
        font-size: 30px;
    }
}

@media screen and (max-width: 700px) {
    .contact--top {
        flex-direction: column;
    }

    .tab-content,
    .tab-content .box {
        height: auto;
    }

    .detail .box--content {
        margin: 0 0 65px;
    }

    .box--desc .description:before {
        font-size: 114px;
        left: 0;
    }

    .box--desc .description p {
        font-size: 1.2rem;
    }

    .box--item__list a {
             width: 80px;
        height: 80px;
    }

    .build-main .box--desc {
        margin: 0 0 196px;
    }

    .address-title {
        font-size: 1.5rem;
    }

    .phone,
    .email {
        font-size: 1.2rem;
    }

    address {
        font-size: 1rem;
    }

    .btn-form h4 {
        font-size: 1.1rem;
    }

    .btn-factor,
    .show-more,
    .help--minim .btn-factor {
        font-size: 15px;
        width: 207px;
    }

    .main-page {
        margin: 100px auto 50px;
    }

    .box-menu ul li:hover a {
        transform: translateY(0);
    }

    .active:after {
        display: none;
    }

    .box--desc .text-h2 {
        font-size: 2rem;
    }

    .box-menu ul li a i {
        font-size: 43px;
    }
}

@media screen and (max-width: 640px) {
    .box-menu ul li {
        flex: 33.333%;
        max-width: 33.333%;
    }
}

@media screen and (max-width: 600px) {
    .help--bottom-content {
        height: 120vh;
    }

    .modal .form-modal input {
        height: 40px;
    }

    .desktop-popup {
        margin: 15px 0 0;
    }

    #modal-contact .modal-background .modal {
        padding: 33px 15px;
    }

    .build-main {
        height: auto;
    }

    .modal .forms form {
        padding: 0;
    }

    #modal-reply .modal .forms form {
        overflow-y: scroll;
        height: 400px;
    }

    .modal-background .modal {
        height: 94%;
    }

    .related-post {
        flex: 47%;
        max-width: 47%;
    }

    textarea {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 574px) {
    .help-action-left .show-more {
        margin-top: 17px;
        margin-bottom: 27px;

    }

    .breadcrumb-list li {
        font-size: 1rem;
    }

    .detail {
        margin-bottom: 40px;
    }

    .breadcrumb-list {
        padding: 0 20px;
    }

    .result-number {
        padding: 12px 15px;
        background: #cccccc4f;
        margin: 0 0 19px;
        font-size: 1.2rem;
        justify-content: center;
    }

    .contact--top {
        height: 90vh;
        padding-top: 30px;
    }

    .box--content {
        flex-wrap: nowrap;
    }

    .detail {
        min-height: 140vh;
    }

    .box-menu ul li a i {
        font-size: 34px;
    }

    .box-menu {
        padding: 0 0 21px;
    }

    .build-main .box {
        padding: 33px 7% 0;
    }

    .build-main .box--desc {
        margin: 0 0 70px;
    }

    .build-main .show-more {
        position: static;
        margin: 30px 0 0;
    }

    .build-main .box--desc .text-h2 {
        margin: 0 0 30px;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 0px;
    }

    .close-modal,
    .reply-close,
    .contact-close {
        right: 18px;
        font-size: 20px;
    }
}

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

    .help-action-right,
    .desktop-popup {
        width: 100%;
    }

    .breadcrumb-list {
        height: auto !important
    }

    .action-blog {
        flex-direction: column;
    }

    .social-media {
        display: flex;
        justify-content: space-evenly;
    }

    .blog-box .media {

        align-items: center;
        flex-direction: column;
        margin: 0 0 23px;
        line-height: 37px;
        text-align: center;
    }

    .invest {
        background-position: 65% 0;
        background-size: 92%;
    }

    .btn-factor,
    .show-more {
        width: 100%;
    }

    .help--minim .btn-factor {
        width: 80%;
    }

    .blog-box .thumbnails-box .category {
        top: 75px;
    }

    .box--content {
        margin: 0 0 45px;
    }

    .owl-nav .owl-prev {
        right: 0;
    }

    .owl-nav .owl-next {
        left: 0;
    }

    .owl-theme .owl-nav [class*=owl-] {
        padding: 0;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0 33px 0 24px;
    }

    .search-block {
        height: 50px;
        padding: 0 7px 0 17px;
    }

    .modal .forms .title {
        font-size: 1.5rem !important;
    }

    .modal .forms img {
        width: 100px !important;
    }

    #modal-contact .form-block .form-modal {
        flex: 100%;
        max-width: 100%;
        margin: 25px 1% 0;
    }

    .btn-search {
        font-size: 40px;
    }

    #modal-contact .modal .forms form {
        height: 75vh;
        align-content: flex-start;
    }
.form-modal.submit{
        margin: 0;
}

    .title-category {
        font-size: 2rem;
    }

    .show-more i {
        margin-left: 10px;
        font-size: 20px;
    }

    .blog-box {
        margin-bottom: 120px;
    }

    .detail .box--desc .text-h2 {
        margin: 0 0 60px;
    }

    .box--desc {
        padding-left: 0;
        margin-bottom: 38px;
    }

    .box-detail {
        padding: 0 10%;
    }

    .blog-box .thumbnails-box {
        height: 200px;
    }

    .home {
        height: auto;
    }

    .link-main {
        height: 100vh;
    }

    .link-main__link {
        flex: 100%;
        max-width: 100%;
        min-height: 26.33%;
    }

    .blog-box .description,
    .blog-sidebar .description {
        font-size: 1rem;
    text-align: justify;
    word-spacing: -2px;
    }

    .blog-box .reading {
        font-size: 0.8rem;
    }

    .blog-box .thumbnails-box .category {
        font-size: 1rem;
    }

    .blog-box .title {
        font-size: 1.5rem;
    }

    .category-link {
        font-size: 20px;
    }

    .help--bottom-content {
        height: 140vh;
    }

    .submit-comment {
        width: 100% !important;
    }

    .related-post span {
        font-size: 1rem;
        text-align: center;
    }

    .related-post figure {
        width: auto;
        height: 120px;
    }

    .related-post {
        flex: 46%;
        max-width: 46%;
    }

    .related {
        flex-wrap: wrap;
        margin: 25px 0 0;
    }

    .comment-form .form-modal label {
        font-size: 1rem;
    }

    .like span,
    .comment-form .form-modal textarea {
        font-size: 18px;
    }

    .label-link {
        font-size: 1rem;
    }

    .comment-title p {
        font-size: 1.2rem;
    }

    .comment-title {
        margin-bottom: 35px;
    }

    .comment-title p span {
        font-size: 1rem;
    }

    .help--icons li i {
        font-size: 35px;
    }

    .help--text {
        font-size: 1.2rem;
    }

    .help--top-content {
        padding-top: 59px;
    }

    .form-modal label {
        font-size: 1rem;
    }

    .modal-background .modal {
        padding: 24px;
        border-radius: 15px;
    }

    .modal .forms img {
        margin: 25px 0;
    }

    .close-modal {
        right: 18px;
    }

    .detail .box--desc .description:before {
        left: -31px;
        top: 50px;
        font-size: 180px;
    }

    .box--desc .description p {
        font-size: 1.2rem;
    }

    .box--desc .text-h2 {
        font-size: 2.2rem;
    }

    .box--item__list {
        flex: 1;
    }
}

@media screen and (max-width: 375px) {
    .help--bottom-content {
        height: 200vh;
    }

    .contact--top {
        height: 100vh;
        padding-top: 94px;
    }

    .main-page {
        margin: 100px auto 0;
    }
}