@media only screen and (max-width: 1199px) {
    .head {
        padding: 20px;
    }
    .slide-one {
        height: auto;
    }
    .slide-one img {
        height: 200px;
        margin-top: 20px;
    }
    .services-organization {
        margin-top: 20px;
    }
    .component-d {
        text-align: center;
    }
    .foot-d {
        margin-bottom: 30px;
    }
    .single-one {
        height: 200px;
    }
    .single-one img {
        height: 200px
    }
    .menu-toggle {
        top: 20px;
    }
    .head nav {
        top: 40px;
    }
    .head nav ul li a {
        height: 55px;
    }
    .btn-t-d {
        margin-bottom: 5px;
    }
    .card-detail-of-news {
        width: auto;
    }
    .img-news-d {
        width: auto;
    }
    .card-detail-of-news>p {
        width: auto;
    }
}

@media only screen and (max-width: 565px) {
    .soon-events>ul>li {
        min-height: 100px;
    }

    .logo > h3 {     padding-top: 20px;
    font-size: 16px;}

    .logo > h5 { font-size:16px}
}

@media only screen and (max-width: 360px) {}

@media only screen and (max-device-width: 320px) {
    .soon-events>ul>li {
        min-height: 160px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .slide-one img {
        height: 300px;
    }
    .slide-one {
        height: auto;
    }
    .second-slider-f .slick-prev:before,
    .second-slider-f .slick-next:before {
        font-size: 17px;
    }
    .component-d {
        text-align: center;
    }
    .img-r-w {
        width: 100px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .slide-one img {
        height: 190px;
    }
    .slide-one {
        height: auto;
    }
    .detail-slide-c a:first-of-type {
        font-size: 13px;
    }
    .component-d {
        text-align: center;
    }
    .soon-events>ul>li {
        line-height: normal;
        min-height: 80px;
    }
}