@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px){

.pl_service {
    position: fixed;
    right: 15px;
  display:block !important;
    bottom: 140px !important;
    z-index: 999;



  .pl_service2{display:none;}
 .e_breadcrumb-2 .p_breadcrumb {
    display: flex;
    align-items: center;
}


.page_a.current {
	background: #333 !important;
	color: #fff;
}

/*-
.topnav {
	background: rgba(255,255,255,0.9) !important;
	position: fixed !important;
	top: 0px !important;
	 height: 84px;
	box-shadow: 6px 1px 10px rgb(0 0 0 / 20%);
	transition: all ease 1s;
}



.active >div {
	border-bottom: 3px solid #2fb5ce !important;
}
.active a {
	color: #2fb5ce;
	font-weight: bold;
}
.main:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	right: 0;
	z-index: 9;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
	height: 100px;
}

-*/