﻿



#NewsContent blockquote {
    font-style: italic;
   
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}
.tinlienquan a {
    text-decoration: none;
    line-height: 23px;
    font-size:12px;
    color:black;
}
.box-news li {
    line-height: 16px;
}

    .box-news li img {
        width: 100%;
    }

.library-img img, .detail-content img {
    max-width: 100%;
    margin: 0 auto;
}

.chum_anh {
    /*border: 1px solid #666;*/
    float: left;
   /* margin-right: 2px;*/
    opacity: 1;
   /* padding: 3px;*/
}

#NewsContent img, #NewsContent table {
    max-width: 730px;
    height: auto !important;
}
.contentintro img, .contentintro table {
    max-width: 1100px !important;
    height: auto !important;
}

#NewsContent p, #NewsContent div {
    margin: 1em 0;
}


#NewsContent div, #NewsContent p {
    margin: 1em 0;
   
}
#NewsContent img {
    margin: 0px auto !important;
    text-align: center;
}

#NewsContent table {
    width: auto !important;
    margin: 0px auto !important;
}
#NewsContent table  td{
    
    padding: 10px;
}
.detail-content-intro h4 {
    color: #2271A7;
    font-size: 17px;
    text-transform: uppercase;
}
#NewsContent ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media screen and (max-width: 767px) {
   
    #NewsContent img {
        height: auto !important;
    }

    #NewsContent img, #NewsContent table {
        max-width:368px !important;
        text-align: center;
    }
    #NewsContent iframe {
        max-width: 368px !important;
        height: auto !important
    }
   
}

@media screen and (max-width: 485px) {
    #NewsContent img, #NewsContent table {
        width: 100% !important;
        max-width: max-content !important;
        text-align: center;
    }
    #NewsContent iframe {
        max-width: max-content !important;
        height:auto !important
    }
    
}

