/** crumbs **/
.crumbs{width:100%;background:#FBFBFB;margin-top:35px;}
.crumbs ul{padding:20px 0px;overflow:hidden;}
.crumbs .home{width:20px;height:20px;background-repeat:no-repeat;background-size:contain;background-image:url('../../imgs/icons/home.png');}
.crumbs li{margin-right:10px;display:inline;float:initial;}
.crumbs .fa-home{color:#999;}
.crumbs .fa-angle-right{color:#777;}
.crumbs li a span{color:#777;position:relative;font-family:Poppins;font-size:15px;display:inline;}
.crumbs li a span:hover{cursor:pointer;color:deepskyblue;}
.crumbs li a h2{color:#333;font-family:Poppins-Medium;font-weight:normal;font-size:15px;display:inline;}

/** page_box **/
.page_box{margin-top:55px;}
.page_box p{line-height:1.5;font-size:14px;font-size: 16px;
    font-family: Poppins;padding:0px;margin-bottom:25px;}
.page_box a{color:#FF6000;}
.page_box a:hover{text-decoration:underline;}
.page_box h1,.page_box h2,.page_box h3,.page_box h4,.page_box h5,.page_box h6{font-family:Poppins;line-height:1.5;margin-bottom:10px;}