	.web_breadcrum
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		background: #37517e;
		background-size: 100% auto!important;
		background-position: center!important;
	}
	.web_breadcrum .web_breadcrum-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px 0px;
	}
	.web_breadcrum .web_breadcrum-con h2
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 15px;
		color: white;
		font-size: 25pt;
		font-weight: 600;
		text-align: center;
	}
  .web_breadcrum .web_breadcrum-con h2::before 
  {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  .web_breadcrum .web_breadcrum-con h2::after 
  {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  .web_breadcrum .web_breadcrum-con h2 b
  {
    color: #47b2e4;
    font-weight: 800;
  }
	.web_breadcrum .web_breadcrum-con p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 40px;
		color: white;
		font-size: 18pt;
		font-weight: 400;
		text-align: center;
	}

@media screen and (max-width: 768px){




}

@media screen and (max-width: 468px){


}
