body {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1150px;
    font-family: 'Roboto', sans-serif !important;
    border: 10px solid #fff;
    font-size: 14px;
    background-color: #eee;
}

.new-img-l {
    width: 100%;
    height: 360px;
}

.second-img-l {
    width: 100%;
    height: 200px;
}

.second-img-s {
    height: 110px;
}

.size-img {
    width: 100%;
    height: 100%;
}

.video-l {
    width: 100%;
    height: 500px;
}

.video-s {
    width: 100%;
    height: 125px;
}

.tuyentruyen-img {
    width: 100%;
    height: 100px;
}

.tintuc-img {
    width: 100%;
    height: 100px;
}

.image-l-img {
    width: 100%;
    height: 360px;
}

.image-s-img {
    width: 100%;
    height: 170px;
}

.list-new {
    height: 481px;
    overflow: hidden;
}

.lienket-img {
    width: 100%;
    height: 90px;
}

.laodong-img {
    width: 100%;
    height: 200px;
}

.phunu-img {
    width: 100%;
    height: 243px;
}

.document-content {
    height: 345px;
}

.laodong-content {
    height: 53px;
    overflow: hidden;
}

.an2 {
    display: block;
    display: -webkit-box;
    height: 16px*1.3*3;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.an {
    display: block;
    display: -webkit-box;
    height: 16px*1.3*3;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 3; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    text-align: justify;
}

.an4 {
    display: block;
    display: -webkit-box;
    height: 16px*1.3*3;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 4; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.dstintuc-img {
    width: 100%;
    height: 170px;
}

.text-color {
    color: #37699d;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr {
    line-height: 22px;
}

    tr:nth-child(even) {
        background-color: #e9e9e9;
    }

textarea {
    /* font-size:20px; */
    width: 100%;
}

.tva-img {
    width: 100%;
    height: 280px;
}

.video-chitiet {
    width: 100%;
    height: 500px;
}

@media (max-width: 640px ) {
    body {
        max-width: 640px;
        padding: 0px 10px;
    }

    .new-img-l {
        width: 100%;
        height: 210px;
    }

    .video-chitiet {
        width: 100%;
        height: 200px;
    }

    .video-l {
        width: 100%;
        height: 160px;
    }

    .video-s {
        width: 100%;
        height: 95px;
    }

    .tintuc-img {
        width: 100%;
        height: 100px;
    }

    .image-l-img {
        width: 100%;
        height: 281px;
    }

    .image-s-img {
        width: 100%;
        height: 200px;
    }

    .list-new {
        height: 425px;
        overflow: hidden;
    }

    .phunu-img {
        width: 100%;
        height: 243px;
    }

    .document-content {
        height: 350px;
    }

    .form-search {
        width: 50% !important;
        padding-right: 15px;
    }
}

/* ////////// */
input[type=text] {
 
    width: 33px;
    box-sizing: border-box;
    background-color: transparent;
    resize: none;
    outline: none;
    border-radius: 16px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    /* text-align: right; */
}

    input[type=text]:focus, .fa-search:focus {
        width: 100%;
    }

.form-search {
    width: 32px;
    text-align: right;
    float: right;
    position: absolute;
    right: 8px;
}

.text-style09 {
    font-size: 0.9rem !important;
}
