@media only screen and (min-width: 0px) and (max-width: 768px) {
    :root {
        --font-18: 16px;
        --font-16: 14px;
    }

    .container {
        padding: 0 15px;
    }

    /*---------------------- header-main ---------------------*/

    .header-main .header-boxes {
        display: flex;
        align-items: center;
        overflow: scroll;
        background-color: #1187d6;
        padding: 10px;
        /* width: 103%; */
        overflow-y: hidden;
        scrollbar-color: pink lightblue;
    }

       .content-main .slideshow-main {
        position: relative;
        top: 98px;
        margin-bottom: 80px;
		height:300px !important;
    }
.content-main .SwiperMultimedia .swiper-slide  img{
	object-fit:contain !important;
	top:130px !important;
	min-height:300px !important;
}
.content-main .slideshow-main .swiper-container .swiper-button-next {
  width:20px !important;
  height: 20px !important;
  padding:15px !important;
  top:170px !important;

}
.content-main .slideshow-main .swiper-container .swiper-button-prev{
	 width:20px !important;
  height: 20px !important;
  padding:15px !important;
   top:170px !important;
}
.header-main .logo-site .date{
	margin-top:-18px;
}
.content-main .slideshow-main .SwiperMultimedia .swiper-slide::before {
 
  bottom: 248px !important;

}

.content-main .SwiperMultimedia .swiper-wrapper{
		height:300px !important;
}
    .header-main .header-boxes .header-box {
        width: 100%;
    

    }
.header-main .logo-site {
  margin: 0 10px;
}
    .header-main .header-boxes .header-box .title-box {
        white-space: nowrap;
    }

    .header-main .header-menu .header-top-menu {
        justify-content: space-between;
        width: 100%;
    }

    .header-main .header-menu::before {
        display: none;
    }

    .header-main .header-menu {

        padding-top: 0;
    }

    .header-main .header-menu .container .row .col-xs-12 {
        padding: 0;
        margin: 0;
        overflow: auto;
    }

    .header-main .header-menu .header-top {
        overflow: hidden;
        flex-wrap: wrap-reverse;
    }

    .header-main .collapse-menu .navbar-toggle {

        margin-left: 0px;
    }

    .header-main .header-boxes .header-box .img-box img {
        width: 100%;
        height: 40px;
    }

    .header-main .header-boxes .header-box .img-box {
        display: flex;
        justify-content: center;
    }

    .header-main .collapse-menu .navbar-collapse.in {
        right: 16px;
    }

    .header-main .header-boxes .header-box .title-box {
        font-size: 12px;
    }

    .header-main .collapse-menu .navbar-collapse {
        right: -100%;
        width: 100%;
    }   

    /*---------------------- /header-main ---------------------*/


    /*---------------------- content-main ---------------------*/

 .content-main .news-section .slider-sec {
  margin-top: 0 !important;
 }
 .content-main .news-section .slider-sec .info-down {
  width: 100% !important;
}

    .content-main .news-section .slider-sec.news-left>.flexslider:first-child {
        margin-top: 99px !important;
    }

    .content-main .news-section .slider-sec>.flexslider:nth-child(2),
    .content-main .news-section .slider-sec>.flexslider:last-child {
        width: 100%;
        margin-bottom: 24px;
    }
    .content-main .news-section .news-right{
		margin-top:50px;
	}
		.content-main .news-section .news-left .btn-items {

  margin-bottom: 30px;
}
    .content-main .news-section .slider-sec {
        flex-direction: column;
    }

    .content-main .news-section .image-flex {
        width: auto;

    }

    .content-main .gallery .video-box .swiper-slide {

        margin-bottom: 18px;
    }
	  .content-main .gallery .video-box {
    margin-bottom: 0 !important;
  }
   
	.content-main .news-section .slider-sec .info-right {
  width: 100% !important;
}
.content-main .news-section .slider-sec .info-left {
  width: 100% !important;
}
    .list-slider {
        display: flex;
        flex-direction: column; /* قرارگیری عمودی */
    }

    .slide-groups {
        margin-bottom: 10px; /* فاصله بین تب‌ها */
    }

    .panel-collapse {
        margin-top: 5px; /* فاصله بین تب و محتوای آن */
    }
    /*---------------------- /content-main ---------------------*/

    /*---------------------- footer-main ---------------------*/
    .footer-main .footer-bottom .sub-links p {
        text-align: center;
    }

    .footer-main .footer-bottom .sub-links .date-box {
        width: 100%;
        flex-direction: column;
    }

    .footer-main .footer-section .info-footer .info-text {
        flex-direction: column;
    }

    .footer-main .footer-section .info-footer .info-text p {
        width: 100%;
    }

    .footer-main .footer-section .info-footer .info-text .text {
        margin-top: 10px;
        text-align: center;
    }

.footer-main .footer-section .footer-image{
	position:relative;
bottom:0;
}

    .footer-main .footer-bottom .sub-links .copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.footer-main .footer-section .info-title .footer-image {

  left: -81px;
  top: -209px;
}
    .footer-main .footer-bottom .sub-links .copyright a {
        text-align: center;
    }
	.footer-main .footer-section .footer-box .social-box {
  margin-bottom: 30px;
}
.footer-main .footer-section .sub-footer.before-map::before {
  left: -3px;
  bottom: -44px;
  width: 150px;
  height: 150px;
}
    /*---------------------- /footer-main ---------------------*/

}