.article-body {
    font-family: 'Sarabun', 'Prompt', sans-serif;
    /*line-height: 1.9;
    font-size: 17px;*/
    color: #333;
    
    font-size: 1.063em;
    font-weight: 300;
    line-height: 1.725em;
}

.article-body h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 700;
}

.article-body h2 {
    font-size: 26px;
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

.article-body h3 {
    font-size: 21px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.article-body p {
    margin-bottom: 1rem;
    text-indent: 40px;
}

.article-body ul {
    margin: 1rem 0;
    padding-left: 1.3rem;
}

.article-body blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin: 1.5rem 0;
    color: #666;
    font-style: italic;
}

.blog-zero p{
	font-size: 13px;
    padding-top: 5px;
}


.bg-light{
	background-color: #eeeeee5e;
	padding: 25px 0px 4% 0px;
}

.foot_new{
	padding-top: 2%;
    padding-bottom: 2%;
}

.textname_content{
	color: #000;
    color: var(--s-text);
    font-size: 12px;
    transition: .3s;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.card {
	height: 280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


.tags {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.tags li {
    display: inline-block;
    margin: 1px 1px 1px 0;
}

.tags li a {
    display: block;
    border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    text-decoration: none;
    
    font-size: .9em;
    margin-bottom: 10px;
    margin-right: 7px;
    padding: 3px 15px;
}

.tags li a:hover {
    background: #000;
    color: #fff;
}

.icon-contant{
	width: 30px;
    height: 30px;
    font-size: 18px;
}

