.banner_page{
	width: 100%;
	height: 250px; 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	object-fit: contain;
	border-radius: 10px;
	display: flex;
	position: relative
}
.box_search {
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1
}
.search{
	width: 100%;
    max-width: 700px;
	padding: 10px 10px 10px 20px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 24px -4px rgba(0,9,87,.07);
	box-shadow: 0 8px 24px -4px rgba(0,9,87,.07);
}
@media screen and (max-width: 575px) {
	.search{
		width:325px;
		padding: 6px 10px 6px 20px;
	}
	.banner_page{ 
		background-attachment: unset;
	}
}
.box_project .btn-check:not(:checked) + .btn-outline-default {
    background-color: #fff;
}
.inp_form {
    height: 47px;
    padding-top: 16px;
}

.lbl_form {
    position: absolute;
    left: 0.875rem;
    top: 13px;
    transition: 0.1s linear;
}
.inp_form:focus~label {
    top: 4px;
    font-size: 10px;
}
.bg-xs-white {
    background: rgba(255, 255, 255, 0.5);
}
.page_detail .box_head .title_page {
    margin: 0;
    background: #33529e;
    color: #fff;
    position: relative;
    line-height: 30px;
    letter-spacing: .3px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
}
.page_detail .box_head .title_page:after {
    content: "";
    width: 50px;
    height: 10px;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    background: #33529e;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.section_relate .item_relate .box_image_relate {
    min-height: 200px;
    border-radius: 4px;
    overflow: hidden;
}
.table_py-md th, .table_py-md td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.title_sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 0;
    border-bottom: 5px solid #DDD;
}
.animation {
  position: relative;
  animation: example 1s infinite;
}

@keyframes example {
  0%,
  100% {
    left: -10px;
  }

  50% {
    left: 0;
  }
}
@media screen and (max-width:767px){
	.table-responsive tr:nth-of-type(odd) td {
		background: inherit;
	}
	.table-responsive td:not(:last-child) {
		padding-bottom: 0;
	}
	.table-responsive tr {
		border: 1px solid #ddd;
		border-radius: 5px;
	}

	.table-responsive td {
		border-bottom: 0;
	}

	.table-bordered > :not(caption) > * > * {
		border-width: 0 0;
	}

	.table-responsive td::before {
		font-weight: 400;
	}
	.table_py-md th, .table_py-md td {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
.dropdown-share{
    position:relative
}
.dropdown-share:hover .menu_share {
    display: block;
}
.menu_share {
    position: absolute;
    top: 100%;
    height: 149px;
    width: 252px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    z-index: 99;
    text-align: left;
    display: none;
    left: unset;
    right: 0;
    bottom: 29px;
}
.menu_share:before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -5px;
    margin-top: -5px;
    z-index: 1;
	top: unset;
    bottom: -4px;
    left: unset;
    right: 65px;
    transform: rotate(180deg);    
    right: 10px;
    top: 0;
    transform: rotate(0deg);
}
.sharer-icons .sharer-icon {
    background: #009dff !important;
    margin-bottom: 0 !important;
    border-color: inherit;
}
/*service new*/
.nav-tabs:not(.nav-tabs-bordered) .nav-item .nav-link:not(.active) {
    background: inherit;
}

.nav-tabs:not(.nav-tabs-bordered) .nav-link.active {
    color: #2b489f;
}
.pagination {
    right: 50%;
    transform: translate(50%, 0);
}
.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
	margin: 0
}
.body_menu .prompt {
    text-align: center;
    padding-top: 20px;
}

.body_menu .prompt>a {
    padding: 5px 15px;
    border: 1px solid #bebdbd;
    border-radius: 14px;
}
.nav-item.disabled {
    cursor: not-allowed !important;
}
.lbl_project-radio input[type="radio"]:checked + span{
    color: #FFF;
    background: #696cff !important;
    border-color: #696cff;
}
.btn_project{
    padding: 0.3375rem 1.05rem !important;
}
@media screen and (min-width:992px) {
	.lstTab_service .nav-item{
		width: 100%;
	}
}
@media screen and (min-width:0px) {
	.tab-content{
		padding: 1rem 1rem;
	}
}
@media screen and (min-width:576px) {
	.tab-content{
		padding: 1.25rem 1.25rem;
	}
}
@media screen and (max-width:991px) {
	.lstTab_service {
		gap: 6px;
	}
	.lstTab_service .nav-link {
		border: 1px solid #ccc !important;
		padding: 5px 8px !important;
		font-size: 14px;
	}
	.nav-tabs:not(.nav-tabs-bordered) .nav-link.active {
		background: #2b489f;
		color: #FFF;
	}
	.lstTab_service.collapse {
		display: none;
		box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
		-moz-box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
		-webkit-box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12)
	}

	.lstTab_service.collapse.show {
		display: flex ;
	}

	.lstTab_service .nav-item {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.link_phone {
		position: fixed;
        bottom: 42px;
        left: 0;
        z-index: 2;
	}
}
@media screen and (max-width:1599px) {
	.hidden-xxl {
		display: none
	}
}

/*end service new*/
