@media only screen and (min-width:768px) and (max-width: 1199px) {
		.content-main .info-sec .info {

  flex-direction: column;
}
    .art-mobile-top-bar {
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 70px;
        background: var(--w-color);
        -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
        box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
        padding: 0 30px;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		right: 0;
    }




.content-main .right-box {
  padding: 0;
  background-color: var(--w-color);
    position: fixed;
        width: 82%;
        right: -100%;
        position: fixed;
        z-index: 99;
        top: 0;
        transition: 1s all;
}

    .right-box.show-box {
        position: fixed;
        z-index: 99999;
        right: -3%;
        width: 51%;
    }

    .content-main .info-sec .bottom-box {
  background-color: var(--w-color);
        height: 734px;
    }
		.content-main .info-sec .number-info {
  flex-wrap: wrap;
}

    .open-btn {
        position: absolute;
        right: 10%;
        display: block !important;
    }


    .bag-show {
        background: rgba(30, 30, 40, 0.88);
        position: fixed;
        z-index: 9;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        transition: 0.55s ease-in-out;
        background-color: black;
    }

    .content-main .info-sec .number-info {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 33px 0 40px 0;
        flex-wrap: wrap;
    }
.content-main .info-sec .item-services {
  width: 22%;
}
	.content-main .info-sec .items-service {
		justify-content: center;
	}
    .content-main .info-sec .bg-color {
        margin: 0;
    }

    .content-main .info-sec .SwiperMultimedia .swiper-slideshow .swiper-slide img {
        min-height: 10vh;
        height: 100% !important;
        width: 100%;
    }

    .content-main .info-sec .SwiperMultimedia .swiper-slideshow .swiper-slide {
        height: 140px;
    }


    .content-main .info-sec .logo-box .image-info a {
        width: 49%;
    }

    .content-main .info-sec .logo-box .image-info::before {
        width: 41%;
    }

    .content-main .info-sec .logo-box .image-info::after {
        right: 34%;
    }

    .content-main .info-sec .logo-box .image-info span::before {

        right: 33%;
    }
}
