@media only screen and (min-width:768px) and (max-width: 1024px) {
    .px-0 {
        padding: 0;
    }

    /*---------------------- 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;
    }

    .header-main .header-boxes .header-box {
        width: 100%;
        padding: 18px 25px;
        justify-content: space-between;

    }
.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 .container {
        width: 100%;
      
    }

    .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 .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>.flexslider:nth-child(2),
    .content-main .news-section .slider-sec>.flexslider:last-child {
        width: 100%;
        margin-bottom: 30px;
    }

    .content-main .news-section .slider-sec {
        flex-direction: column;
    }

    .content-main .news-section .image-flex {
        width: auto;

    }
	.content-main .news-section .news-left .btn-items {

  margin-bottom: 30px;
}
	 .content-main .news-section .news-right{
		margin-top:50px;
	}

    .gallery .image-box-area {
        display: flex;
        justify-content: space-between;
    }
		  .content-main .gallery .video-box {
    margin-bottom: 0 !important;
  }
 

    .gallery .image-box-area .image-box {
        display: flex;
        justify-content: center;
        height: 193px;
        width: 100%;
        margin-bottom: 98px;
    }

    .gallery .image-box-area .image-box .image-box-item {
        width: 90%;
    }

    .content-main .gallery .video-box .swiper {
        height: 417px;
        margin-bottom: 20px;
    }
	.content-main .news-section .slider-sec .info-right {
  width: 100% !important;
}
.content-main .news-section .slider-sec .info-left {
  width: 100% !important;
}
.content-main .lists-sec .list-slider.nav-tabs {
width:100%;
  flex-direction: column;
}
    /*---------------------- /content-main ---------------------*/
	    /*---------------------- footer-main ---------------------*/
.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 .footer-section .info-title .footer-image {

  left: -81px;
  top: -209px;
}
    /*---------------------- /footer-main ---------------------*/

}

@media only screen and (min-width:900px) and (max-width:1400px) {

    .header-main .header-boxes .header-box .title-box {

        white-space: nowrap;
    }

    .header-main .header-boxes .header-box {
        justify-content: space-between;
    }

    .header-main .header-boxes {
        width: 100%;
        justify-content: center;
    }

    .header-main .collapse-menu .navbar-toggle {
        margin-left: 0px;
    }

    .header-main .header-boxes .header-box {
        width: 100px;
    }

    .header-main .header-boxes .header-box .title-box {
        font-size: 13px;
    }

}