
#breadcrumbs
{
	
	    align-items: center;
 
font-size: 14px;
font-weight: 400;
line-height: 17px; 
z-index:1;
display:flex;
margin-bottom:18px;
padding-top:5px;
}
#breadcrumbs>a,#breadcrumbs>span
{
	margin-right:10px;
}
#breadcrumbs>span
{
	color: #000;

}
#breadcrumbs .arrow
{
width: 7px;
    height: 12px;
    background: url(/images/abc/bread.svg);
    background-size: 100% 100%;
}

.articles_title
{
font-size: 20px;
font-weight: 700;
line-height: 25px;

color: #000000;
padding-bottom:16px;

}

.articles_desc
{

font-size: 16px;
font-weight: 500;
line-height: 20px;
color: #787878;
padding-bottom:30px;
}

.articles_readmore
{
	padding-bottom:3px;
}

.webpage
{
	padding-bottom:100px;
}

.articles_readmore a
{
display:inline-block;
padding: 12px 25px 16px 25px;

border-radius: 4px;

background: #2C96DE;
color:#fff;
}

.articles_item
{
	margin-bottom:24px;
}
.articles_left
{
	padding-bottom:30px;
}
.articles_left a 
{
	display:flex;
	height:200px;
	justify-content: center;
    align-items: center;
}

.articles_item img{
max-width:100%;
max-height:100%;
margin:0px auto;
display:block;
}

.tr{
	display:flex;
	justify-content: space-between;
}

#articles_nav
{
	display:flex;
	padding-bottom:40px;
}

#article p a, #article li a 
{
	color:#ef522c;
	text-decoration:underline;
}

#article p,#article li
{
	
	    font-family: Montserrat, Verdana, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #000 !important;
	    margin-bottom: 22px;
}

.webpageh1.titlep
{
	margin-bottom:30px!important;
	padding-bottom:0px!important;
}
#beforen{
	    height: 20px;
    clear: both;
}

	#article h2,#article h3
	{

    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #002643;
    margin: 0px;
    padding: 0px;
	padding-top:5px;
    padding-bottom: 22px;
}

#article li
{
	margin-left:40px;
}
#article ul,#article ol 
{
	padding-bottom:5px;
}

#article>img {
    width: 250px;
    float: left;
    margin-right: 20px;
}

#aftern
{
	    height: 70px;
    clear: both;
}

#pr_wrap
{
	padding-top:5px;
}

#articles_nav>*
{
	line-height:1.3;
	margin-right:40px;
	border-bottom:1px dashed;
}

#articles_nav>*.active
{
color:#ef522c!important;
	border-bottom:none;
}

@media (max-width: 1666px) 
{
	
.articles_title {
    font-size: 17px;

    line-height: 22px;

}

.articles_desc {
    font-size: 14px;
    
    line-height: 18px;
padding-bottom:25px;
}

.articles_readmore a {
    font-size: 14px;
}

}

