﻿.news{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.news .item {
    /*display: block;*/
    clear: both;
    margin-bottom: 15px;
    /*padding-bottom: 15px;*/
    position: relative;
}

    .news .item .content {
        width: calc(100% - 180px);
        float: left;
    }

.news .img {
    float: left;
    position: relative;
    width: 165px;
    max-height: 275px;
    margin-right: 15px;
    overflow: hidden;
}

    .news .img img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
.news .item .content h3{
    line-height: 13px;
}
.news .item .content a {
    font-family: Arial;
    font-size: 15px !important;
    font-weight: bold;
    color: #000000;
    text-align: justify;
}

.news .container h3 {
    margin-top: 0;
}

.news .content a:hover {
    color: #037101;
}

.news .danhmuc {
    background-color: #037101;
    color: #fff;
    padding: 0 10px;
    max-width: 150px;
    line-height: 1.3;
    margin: 0;
    float: left;
}

.news .arrow {
    background-image: url(../../images/arrowR.png);
    height: 20px;
    width: 40px;
    background-repeat: no-repeat;
}

.news .item .content a {
    color: #333;
    font-size: 18px;
    text-align: justify;
    /*text-transform: lowercase;*/
}

.news .item .content a:hover {
    color: #036185;
}

 /* Danh cho man hinh desktop*/
@media all and (min-width: 1280px )
{

}

@media all and (min-width: 1024px ) and (max-width: 1280px) 
{
   
}

/* Dành cho máy tính bảng chiều ngang */
@media all and (max-width: 480px) 
{
		/*.news .img {
            width: 100%!important;
            max-height: 400px;
        }*/
		.item{
			height:auto;
		}
		.news  .item:first-child{
			height:200px!important
		}
		/*.news .item .content{
			    width:100%!important;
			    height: auto!important;
				    margin-top: 10px;
		}*/
		 /*.item .content h3:first-child{
			margin-top: 5px!important;
		}*/
		.content text-justify {
			margin-top: 20px!important
		}
		 
}
@media (max-width: 812px) and (min-width: 375px) {
    .news .img {
        width: 35% !important;
        height: 100px;
        object-fit: cover;
    }
        .news .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .news .item .content {
        width: 60% !important;
        height: auto !important;
        /* margin-top: 10px; */
    }
    .item .content h3:first-child {
        /* margin-top: 5px!important; */
        line-height: 12px;
        /* font-size: 12px; */
    }
    .news .item .content a{
        font-size: 13px;
    }
    .title_tpnghiencuu>p {
        display: none;
    }
    .news .item .content p {
        display: none;
    }
        .ci_tintuc_started {
            display: block !important;
        }
}
@media only screen and (max-width: 812px) {
}
    /* Dành cho máy tính bảng chiều dọc */
    @media all and (max-width: 720px) {
    }

    /* Dành cho máy tính bảng chiều dọc */
    @media all and (max-width: 600px) {
    }

    /* Dành cho máy tính bảng chiều dọc */
    @media all and (max-width: 480px) {

        /*.news .img{
			width:100%!important;
			height:180px
		}*/

    }
