@media only screen and (max-width: 1024px) {

    .HedText {
        height: 294px;
        padding: 9% 3% 3%;
        width: 43%;
    }
	
}

@media only screen and (max-width: 768px) {
    .HedText {
        height: 242px;
        padding: 4% 3% 3%;
    }
    
    .news-v1 .news-v1-info {
        bottom: -150px;
    }
}

@media only screen and (max-width: 767px) {
    .HedText { width: 60%; padding: 0 15px; }
    .detail-solution .HedText { padding: 0 15px; }
}

@media only screen and (max-width: 640px) {
    .overflow-hidden {
        text-align: -moz-center;
        text-align: center;
    }
    .pd-lr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .styl-height {
        height: 207px;
    }
    .carousel-caption {
        width: 65%;
        padding-left: 15px;
    }
    
}


@media only screen and (max-width: 480px) {
    .styl-height {
        height: 157px;
    }
    
    
    .carousel-caption {
        bottom: -19px;
    }
    
    .news-v1 .news-v1-info {
        bottom: -171px;
    }
    
   
}


@media only screen and (max-width: 360px) {
    .styl-height {
        height: 113px;
    }
    .carousel-indicators li{
        display: none;
    }
    

    .carousel-caption {
        padding-left: 5px;
        padding-top: 0;
        bottom: -19px;
        width: 65%;
    }    
}

@media only screen and (max-width: 320px) {
    
    .carousel-caption {
        bottom: -22px;
    }
    .styl-height {
        height: 101px;
    }
    .caption-first h3 a{
        font-size: 21px;
    }
    .caption-first p{
        font-size: 13px;
    }
    
    
}
