@media (min-width: 1200px) {
    .page-home .news .box {
        position: relative;
        right: -7rem;
    }

    .page-home .ecosystem .container-fuild {
        padding: 25px;
    }

    .menu-mobile .main-menu li.active a::before {
        content: "";
        background: url(../images/active.svg) no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 11px;
        left: -30px;
        -webkit-animation: menu_is_active 0.2s;
        animation: menu_is_active 0.2s;
    }
}

@media (min-width: 1440px) {
    .page-service::before {
        display: block;
        width: 450px;
        height: 350px;
    }
}

@media (min-width: 1500px) {
    .page-service::before {
        width: 500px;
        height: 400px;
        left: calc((75% - 1050px) / 2);
    }
}

@media (min-width: 768px) {
    .page-home .news .list .item-new {
        max-width: 375px;
    }

    .page-home .ecosystem .container-fuild {
        padding: 0 15px;
    }

    .page-home .ecosystem .group .list .box.cl1 {
        top: 15%;
    }

    .page-home .ecosystem .group .list .box.cl2 {
        top: 25%;
        right: 0%;
    }

    .page-home .ecosystem .group .list .box.cl3 {
        top: 55%;
        right: 5%;
    }

    .page-home .ecosystem .group .list .box.cl4 {
        bottom: 10%;
        left: 40%;
    }

    .page-home .ecosystem .group .list .box.cl5 {
        top: 60%;
        left: 7%;
    }

    .page-home .ecosystem .group .list .box.cl6 {
        top: 25%;
        left: 5%;
    }
}

@media (min-width: 992px) {
    .page-home .introduce .box {
        position: relative;
        top: 20%;
    }

    .page-home .ecosystem .container-fuild {
        padding: 0 30px;
    }

    .page-home .ecosystem .group .list .box.cl1 {
        top: 8%;
    }

    .page-home .ecosystem .group .list .box.cl2 {
        right: 8%;
    }

    .page-home .ecosystem .group .list .box.cl3 {
        top: 50%;
        right: 10%;
    }

    .page-home .ecosystem .group .list .box.cl4 {
        bottom: 20%;
        left: 40%;
    }

    .page-home .ecosystem .group .list .box.cl5 {
        top: 52%;
        left: 14%;
    }

    .page-home .ecosystem .group .list .box.cl6 {
        top: 22%;
        left: 7%;
    }
}

@media (min-width: 1200px) {
    .page-home .news {
        padding: 0 15px;
    }

    .page-home .news .text-left {
        padding: 0;
    }

    .page-home .news .list .item-new {
        max-width: 280px;
    }

    .page-home .ecosystem .container-fuild {
        padding: 0 60px;
    }
}

@media (min-width: 1300px) {
    .page-home .news .list .item-new {
        max-width: 300px;
    }
}

@media (min-width: 1440px) {
    .page-home .ecosystem .group .list .box.cl1 {
        top: 0%;
    }

    .page-home .ecosystem .group .list .box.cl2 {
        right: 14%;
        top: 22%;
    }

    .page-home .ecosystem .group .list .box.cl3 {
        top: 57%;
        right: 20%;
    }

    .page-home .ecosystem .group .list .box.cl4 {
        bottom: 12%;
        left: 43%;
    }

    .page-home .ecosystem .group .list .box.cl5 {
        top: 58%;
        left: 20%;
    }

    .page-home .ecosystem .group .list .box.cl6 {
        top: 23%;
        left: 15%;
    }

    .page-home .news .list .item-new {
        max-width: 330px;
    }
}

@media (min-width: 1500px) {
    .page-home .news .list .item-new {
        max-width: 345px;
    }
}

@media (min-width: 1600px) {
    .page-home .news .list .item-new {
        max-width: 350px;
    }
}

@media (min-width: 1700px) {
    .page-home .news .col-xl-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .page-home .news .col-xl-9 {
        flex: 0 0 67%;
        max-width: 67%;
    }

    .page-home .ecosystem .group .list .box.cl1 {
        top: -7%;
    }

    .page-home .ecosystem .group .list .box.cl4 {
        bottom: 5%;
    }
}

@media (min-width: 1800px) {
    .page-home .news .list .item-new {
        max-width: 380px;
    }
}

@media (min-width: 2000px) {
    .page-home .news .list .item-new {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    body .wrapper.about::after {
        transform: scale(1);
    }

    body .wrapper.about::before {
        transform: scale(1);
        display: none;
    }

    .main-header .main-nav {
        border-radius: 35px;
    }

    .main-header .main-nav .menu-desktop .main-menu {
        display: none;
    }

    .main-header .main-nav .trigger-menu {
        display: block;
        float: right;
        border: none;
        color: #fff;
        padding: 20px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        background: #5D62A8 url(../images/icon-menu.svg) center center no-repeat;
        background-size: 40% 40%;
    }

    .main-header .main-nav .trigger-menu.open {
        background: #5D62A8 url(../images/icon-plus.svg) center center no-repeat;
        background-size: 70% 70%;
    }

    .page-home .introduce {
        margin: 0px 0px;
        text-align: center;
    }

    .page-home .introduce .group {
        display: block;
        width: 60%;
        position: absolute;
        right: 0px;
        top: 30px;
    }

    .page-home .introduce .group img {
        width: 70%;
    }

    .page-home .news {
        margin: 80px 0px;
    }

    .page-home .news .list {
        right: 0px;
    }

    .page-home .news .pagination {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        display: none;
    }

    .page-home .numbers {
        margin: 25px 0px;
        background: none;
    }

    .page-home .numbers [class*=col-] {
        align-self: auto;
    }

    .page-home .numbers::after {
        z-index: -1;
    }

    .page-home .numbers::before {
        right: -50px;
        top: -20%;
        left: unset;
        width: 100px;
        z-index: -1;
    }

    .page-home .numbers .bg-number {
        margin: 25px 0px;
    }

    .page-home .numbers .bg-number .phone {
        top: 0%;
        transform: scale(1.2);
    }

    .page-home .numbers .vector-01 {
        display: none;
    }

    .page-home .numbers .vector-01 img {
        width: 100%;
    }

    .page-home .numbers .text-border {
        margin: auto;
        padding: 20px 55px;
        font-size: 18px;
    }

    .page-home .numbers .container {
        position: relative;
    }

    .page-home .numbers .container::after {
        content: "";
        background: url(../images/ufo.svg) center center no-repeat;
        background-size: 100% 100%;
        width: 150px;
        height: 150px;
        position: absolute;
        bottom: 0px;
        left: -15%;
        transform: rotate(-50deg);
    }

    .page-home .ecosystem .group {
        margin-top: 30px;
        background: none;
    }

    .page-home .ecosystem .group .g-bg {
        display: block;
    }

    .page-home .ecosystem .group .g-center {
        transform: translate(-45%, -100%);
        width: 14%;
        top: 50%;
    }

    .page-home .services {
        margin: 100px 0px;
    }

    .page-home .services .group {
        margin-top: 30px;
    }

    .page-home .services .group .container::after {
        display: none;
    }

    .page-home .services .group .box::after {
        width: 55px;
        height: 55px;
        top: -25px;
    }

    .page-home .galaxys .group::after {
        width: 80px;
        height: 80px;
        right: 5px;
    }

    .page-home .galaxys .group .line1,
    .page-home .galaxys .group .line2 {
        display: none;
    }

    .page-home .galaxys .container:nth-child(1)::before {
        z-index: -1;
        right: 0px;
        display: none;
    }

    .page-home .galaxys .container:nth-child(1)::after {
        z-index: -1;
        left: 0px;
        display: none;
    }

    .page-contact .box {
        padding: 5px;
        font-size: 16px;
        height: 155px;
    }

    .page-contact .intro {
        font-family: "Lexend";
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
    }

    .group-f {
        position: relative;
        overflow: hidden;
    }

    .group-f .form-contact::before,
    .group-f .form-contact::after {
        display: none;
    }

    .group-f .form-contact .line {
        display: none;
    }

    .group-f::before {
        content: "";
        width: 45px;
        height: 45px;
        position: absolute;
        background: #45468F;
        border-radius: 50%;
        top: -25px;
        left: calc(50% - 20px);
        z-index: 9;
    }

    .group-f::after {
        content: "";
        width: 45px;
        height: 45px;
        position: absolute;
        background: #45468F;
        border-radius: 50%;
        bottom: -25px;
        left: calc(50% - 20px);
        z-index: 9;
    }

    .page-service .galaxy::after {
        width: 110px;
    }

    .page-service .popup .box {
        width: 85%;
    }

    .page-casestudy::after {
        z-index: -1;
    }

    .page-about .sumenhpage::after {
        right: 0px;
        z-index: -1;
    }

    .page-about .sumenhpage div.box {
        height: auto;
        display: grid;
        grid-template-columns: 60% 40%;
        margin: 15px 0px;
    }

    .page-about .sumenhpage div.box .title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .page-about .sumenhpage div.box .img {
        position: unset;
        transform: none;
        margin: auto;
    }

    .page-about .sumenhpage div.box.down {
        margin: 0px;
    }

    .page-about .gioithieu {
        padding: 15px;
    }

    .page-about .gioithieu .container .item {
        margin: 5px 0px;
    }

    .page-about .gioithieu .container .item .text {
        font-size: 16px;
    }

    .page-about .savico-gr .main-desc {
        color: #fff !important;
    }

    .align-center {
        text-align: center;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -4%;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -4%;
    }

    .owl-theme .owl-dots .owl-dot {
        display: none !important;
    }
}

@media only screen and (max-width: 1000px) {
    .page-home .introduce .group {
        display: block;
        width: 100%;
        position: relative;
        right: 0px;
    }

    .page-home .numbers .text-border {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .page-home .introduce .main-title {
        text-align: center;
    }

    .main-header .main-nav .logo img {
        max-width: 113px;
    }

    .owl-slider.owl-carousel .owl-nav [class*=owl-] {
        /* display: none; */
        top: 0;
    }

    .owl-slider.owl-carousel {
        padding: 0 10px;
    }

    .main-header {
        position: fixed;
    }

    .main-header .main-nav {
        height: 58px;
        padding: 10px;
    }

    .main-header .main-nav .logo {
        width: 113px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-home .introduce .main-title {
        font-size: 32px;
    }

    .main-title {
        font-size: 32px;
        text-align: center;
    }

    .main-desc {
        font-size: 16px;
        text-align: center;
    }

    .center-mb {
        text-align: center;
    }

    .page-contact::after {
        width: 100%;
        z-index: -1;
    }

    .page-contact::before {
        width: 100%;
        z-index: -1;
    }

    .page-contact .box {
        margin: 10px 0px;
    }

    .page-service::before {
        display: none;
    }

    .page-service::after {
        z-index: -1;
    }

    .page-service .box .name {
        font-size: 22px;
        grid-template-columns: 22% 78%;
    }

    .page-service .box .name .icon {
        width: 70px;
        height: 70px;
    }

    .page-service .box .content {
        padding: 40px 20px;
    }

    .page-service .box .content .list li.checked::before {
        width: 35px;
        height: 35px;
    }

    .page-service .popup .box {
        width: 98%;
    }

    .page-service .popup .box .contain {
        padding: 25px 15px;
    }

    .page-service .popup .box .contain .name {
        grid-template-columns: 22% 78%;
        padding: 20px 0px;
        padding-right: 5px;
    }

    .page-service .popup .box .contain .name .icon {
        width: 70px;
        height: 70px;
    }

    .mobile-block-space {
        margin-bottom: 60px !important;
        margin-top: 0 !important;
    }

    .page-home .news {
        margin: 0 !important;
    }

    .page-home .galaxys {
        margin: 0 0 60px !important;
    }

    .page-home .services {
        margin: 0 0 30px !important;
    }

    .page-about .sumenhpage div.box.down {
        margin: 0px;
    }

    .page-about .gioithieu .container .item {
        padding: 15px;
    }

    .page-about .gioithieu .container .item:hover {
        background-color: #4D5DA2 !important;
        color: #fff;
        box-shadow: 0px 4px 70px rgba(186, 140, 26, 0.25);
    }

    .page-home .ecosystem .container-fuild {
        padding: 25px;
    }

    .page-home .ecosystem .group {
        margin-top: 30px;
    }

    .page-home .ecosystem .group .g-center {
        width: 14%;
        top: 6.5%;
        display: none;
    }

    .page-home .ecosystem .group .g-bg {
        display: none;
    }

    .page-home .ecosystem .group .list {
        display: flex;
        flex-wrap: wrap;
    }

    .page-home .ecosystem .group .list .box {
        position: unset;
        min-width: calc(100% - 40px);
        margin: 20px;
    }

    .page-home .numbers .item {
        font-size: 20px;
    }

    .page-home .numbers .item .icon {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .page-home .numbers .item .icon img {
        width: 15px;
        height: 15px;
    }

    .page-home .numbers .bg-number .phone {
        transform: scale(1);
    }

    .page-home .numbers .bg-number .bg {
        height: 100%;
        margin-right: 0px;
    }

    .page-home .numbers .container::after {
        width: 100px;
        height: 100px;
    }

    .page-home .introduce {
        text-align: center;
    }

    .page-home .introduce .group {
        width: 100%;
        margin: auto;
    }

    .page-home .services .group {
        background: none;
    }

    .page-home .services .group .container::after {
        z-index: -1;
    }

    .page-home .services .group .box {
        margin: 30px 0px;
    }

    .page-home .services .group .box .name {
        font-size: 20px;
        padding-top: 10px;
    }

    .page-home .introduce .btn-read-more {
        padding: 15px 30px;
        left: 50%;
        transform: translateX(-50%) !important;
    }

    .page {
        padding-top: 100px;
    }


    .footer img.logo-bot {
        width: auto;
    }

    .footer .footer-block {
        justify-content: start
    }

    .owl-slider .owl-stage .owl-item .slide {
        /* width: 75%; */
        margin: auto;
        text-align: center;
        background: #fff;
        border-radius: 17px;
        display: grid;
        align-items: center;
        padding: 8px;
        height: 70px;
        margin: 0 15%;
    }

    .owl-slider .owl-stage .owl-item.center .slide {
        /* width: 120px !important; */
        height: 84px;
        padding: 10px;
    }

    .page-home .numbers .text-border {
        margin-top: 90px;
    }

    .page-home .numbers .item p {
        font-size: 12px;
    }

    .page-home .numbers .bg-number {
        margin: 0px;
        position: relative;
        height: 100%;
    }

    .page-home .numbers .bg-number .phone {
        max-width: 280px;
        width: 280px;
        height: 390px;
        position: absolute;
        left: -52%;
    }

    .form-contact .name {
        font-size: 20px;
    }

    .page-home .introduce .group {
        /* height: 250px; */
    }

    .page-casestudy .box .img {
        max-height: 300px;
        overflow: hidden;
    }

    .page-casestudy .box .img img {
        height: 100%;
        object-fit: cover;
    }

    .page-home .ecosystem {
        margin: 85px 0 15px !important;
    }

    .page-home .numbers .item h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .page-home .numbers .text-border {
        margin-top: 120px;
    }

    .page-home .numbers .text-border {
        padding: 10px 55px
    }

    .page-home .services {
        margin: 50px 0px;
    }
}

@media only screen and (max-width: 425px) {
    .owl-slider.owl-carousel .owl-nav [class*=owl-] {
        top: -18%;
    }

    .page-casestudy .box .content .name {
        font-weight: 500;
        font-size: 16px;
    }

    .page-casestudy .box .content .title {
        font-weight: 700;
        font-size: 16px;
    }

    .page-casestudy .box .content ul {
        font-size: 14px;
        font-weight: 400;
    }

    .page-service .box .name {
        font-size: 20px;
        font-weight: 600;
    }

    .page-service .box .content .title {
        font-size: 20px;
        font-weight: 500;
    }

    .page-service .box .content ul li .head {
        font-size: 16px;
        font-weight: 600;
    }

    .page-service .box .content ul li ul {
        font-size: 4px;
        font-weight: 300;
    }

    .page-service .popup .box .contain .name {
        font-size: 22px;
        font-weight: 700;
    }

    .page-home .introduce .group {
        top: 0px;
    }

    .page-home .ecosystem {
        margin: 0px 0 15px !important;
    }

}

/*# sourceMappingURL=responsive.css.map */