/* Tab */
.tab-content {
	padding: 25px 0;
	margin-bottom: 20px;
}
.nav-tabs .nav-item .nav-link {
	color: #343a40;
	padding: 0.5rem 1rem;
}
.nav-tabs .nav-link.active {
	background: #21c87a;
	color: #ffffff;
}
.nav-tabs .nav-link.active .nav-link {
	color: #ffffff;
}
/*tab-line*/
.nav-tabs.tab-line {
	border-bottom: solid 2px #f0f1f3;
}
.nav-tabs.tab-line .nav-link {
	border: transparent;
}
.nav-tabs.tab-line .nav-item:first-child .nav-link {
	padding-left: 0;
}
.nav-tabs.tab-line .nav-link {
	background: transparent;
	border-bottom: 2px solid transparent;
}
.nav-tabs.tab-line .nav-link.active {
	background: transparent;
	color: #21c87a;
	border-bottom: 2px solid #21c87a;
}
.nav-tabs.tab-line .nav-item {
	margin-bottom: -2px;
}
/*tab-bordered*/
.nav-tabs.tab-bordered {
	border: 1px solid #f0f1f3;
}
.nav-tabs.tab-bordered .nav-link {
	border: transparent;
}
.nav-tabs.tab-bordered .nav-link.active {
	background: #21c87a;
	color: #ffffff;
	border-radius: 0;
}
/*tab-dark*/
.nav-tabs.tab-dark .nav-item .nav-link {
	color: #343a40;
}
.nav-tabs.tab-dark .nav-link.active {
	background: #343a40;
	color: #ffffff;
}
/*tab-gradient*/
.nav-tabs.tab-grad {
	border: none;
	border-radius: 40px;
}
.nav-tabs.tab-grad .nav-link {
	border: transparent;
	margin-right: 10px;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-tabs.tab-grad .nav-link.active {
	border-radius: 40px;
	color: #ffffff;
	background: -moz-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #21c87a), color-stop(100%, #21c87a));
	background: -webkit-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -o-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -ms-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
}
/*tab-with-icon*/
.nav-tabs.tab-with-icon i {
	padding-right: 5px;
}
/*tab-with-icon*/
.nav-tabs.tab-with-center-icon i {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 5px;
}



/* team */
.team {
	overflow: hidden;
}
.team-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-item .team-desc {
	padding: 15px 10px 10px;
}
.team-item .team-name {
	margin: 0;
}
.team-item .team-name a {
	display: block;
	color: #8f9397;
}
.team-item .team-name a:hover {
	color: #21c87a;
}
.team-item .team-position {
	font-size: 0.8125rem;
	color: #21c87a;
}
.team-item p {
	margin: 10px 0px 10px;
}
/*team hover*/
.team.team-overlay .team-item:hover .team-avatar {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow: hidden;
	position: relative;
}
.team.team-overlay .team-item .team-avatar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: -moz-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #21c87a), color-stop(100%, #21c87a));
	background: -webkit-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -o-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -ms-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team.team-overlay .team-item:hover .team-avatar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	visibility: visible;
	overflow: hidden;
	background: -moz-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #21c87a), color-stop(100%, #21c87a));
	background: -webkit-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -o-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: -ms-linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
	background: linear-gradient(150deg, #21c87a 0%, #21c87a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*team bordered*/
.team.team-bordered .team-desc {
	border: 1px solid #f0f1f3;
	border-top: 0;
}
/*Team grid*/
.team.team-grid .team-avatar {
	width: 50%;
	float: left;
}
.team.team-grid .team-desc {
	width: 50%;
	float: left;
	padding: 0 15px;
}
.team.team-grid .social-icons {
	position: absolute;
	bottom: 0;
}
.team.team-grid .team-desc p {
	padding-bottom: 30px;
}
/*social icon on hover*/
.team.social-hover .team-item .team-avatar {
	position: relative;
	overflow: hidden;
}
.team.social-hover .team-item .team-desc .social-icons {
	position: absolute;
	top: 5px;
	left: -25px;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team.social-hover .team-item .social-icons-item {
	display: block;
	margin-left: -50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team.social-hover .team-item .social-icons-item a {
	color: #ffffff;
}
.team.social-hover .team-item:hover .social-icons {
	visibility: visible;
	left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 .team.social-hover .team-item:hover .social-icons-item:nth-child(1) {
 margin-left: 0px;
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
 .team.social-hover .team-item:hover .social-icons-item:nth-child(2) {
 margin-left: 0px;
 -webkit-transition: all 0.7s ease-in-out;
 -moz-transition: all 0.7s ease-in-out;
 -ms-transition: all 0.7s ease-in-out;
 -o-transition: all 0.7s ease-in-out;
 transition: all 0.7s ease-in-out;
}
 .team.social-hover .team-item:hover .social-icons-item:nth-child(3) {
 margin-left: 0px;
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -ms-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}
 .team.social-hover .team-item:hover .social-icons-item:nth-child(4) {
 margin-left: 0px;
 -webkit-transition: all 1.3s ease-in-out;
 -moz-transition: all 1.3s ease-in-out;
 -ms-transition: all 1.3s ease-in-out;
 -o-transition: all 1.3s ease-in-out;
 transition: all 1.3s ease-in-out;
}
 .team.social-hover .team-item:hover .social-icons-item:nth-child(5) {
 margin-left: 0px;
 -webkit-transition: all 1.5s ease-in-out;
 -moz-transition: all 1.5s ease-in-out;
 -ms-transition: all 1.5s ease-in-out;
 -o-transition: all 1.5s ease-in-out;
 transition: all 1.5s ease-in-out;
}
 @media (max-width: 767.98px) {
 .team.team-grid .team-avatar {
 width: 100%;
 float: none;
}
 .team.team-grid .team-desc {
 width: 100%;
 float: none;
 padding: 15px 0px 10px;
}
}





.position-absolute {
    position: absolute !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
@media (min-width: 768px){
.ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
}}
.left-0 {
    left: 0;
}
.bottom-0 {
    bottom: 0;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}




/* đăng tin thành viên */
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.selectpicker.selecter-element {
    margin: 0;
    padding: 10px 12px;
    width: 100%;
}
.add-post .control-label {
    font-weight: bold;
    padding: 20 0 20px 15px;
}


.add-post .well {
    text-align: center;
}
.add-post .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}




.add-post{
	margin:0;
	padding:0;
	    width: 100%;
}

.form-post-add {
  margin:40px auto 0 auto;
  max-width: 100%;
}
.content-subheading {
  padding: 20px 0 30px;
  text-align: center;
}




.registrationAds .registration-box {
    width: 800px;
    margin: auto;
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-top: 3px solid #21c87a;
    padding: 45px 20px;
}


.dropdown-item span{
    background: #F00;
    color: #fff;
    padding: 2px 6px;
    margin: 0 0 0 8px;
    border-radius: 6px;
}
.btn {
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    outline: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
}
.btn-grad {
    color: #ffffff;
    background: #21c87a;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
    padding: 8px 25px;
    text-transform: uppercase;
}






/* css cho danh muc cua cau lac bo du lich */
.cat-list h3 {
    color: #16A085;
    position: relative;
}
.cat-list h3, .title-3 {
    font-weight: bold;
    text-transform: uppercase;
    background: #f5f8fb;
    padding: 5px 15px;
}
.cat-list h3 a {
    position: relative;
}
.cat-title a {
    display: inline-block;
    padding-left: 0;
    padding-top: 0;
    position: relative;
	font-size: 15px;
}
@media (min-width: 768px){
.btn-cat-collapsed {
    position: absolute;
    right: 0;
    text-indent: -9999px;
    opacity: 0;
}}

.cat-title i {
    position: absolute;
    left: 0;
    top: 0;
}
.ln-shadow {
    background-color: #16A085;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 42px;
    text-shadow: 0px 0px #138a72;
}
.cat-list h3 .count {
    clear: both;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 3px 0;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
}
.cat-list ul{
	margin:0;
	padding:0;
}
.cat-list ul li{
	margin:0;
	padding:0;
	list-style:inside;
	width:100%;
}
.cat-list ul li a{
    color: #575757;
    font-size: 14px;
}
.cat-list{
	margin:0 0 20px 0;
}
.cat-list ul li a:hover{
	color:#1ca766;
}
h3 {
    font-size: 14px;
}
.page-content .inner-box {
    overflow: auto;
    padding: 20px;
}

.inner-box.category-content {
    padding-bottom: 0;
}
.inner-box {
    background: #ffffff;
    border-radius: 3px 3px;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    margin-bottom: 30px;
    padding: 20px 15px;
}
.inner-box {
    margin: 0 0 20px 0;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.u-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 0.625rem 1.125rem;
    border-radius: 6.1875rem;
    transition: 0.2s 
ease-in-out;
}
.u-label--sm {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}
.u-label--purple {
    color: #796eff;
    background-color: rgba(121, 110, 255, 0.1);
}






