/*==== Tab style 1 ====*/
.post-tab-style1 .post-tab-title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.post-tab-style1 .post-tab-title .title-tab{
	color: var(--bzo-main-color);
}


@media(min-width: 768px){
	.post-tab-style1 ul.nav-tabs li a{
		font-size: 20px;
	}
	.post-tab-style1 .nav-tabs{
		display: flex !important;
		justify-content: center;		
		gap: 10px;
	}
	.post-tab-style1 ul.nav-tabs li a{
		padding: 5px 20px;
		position: relative;
		font-size: 16px;
		border-radius: 25px;
		background-color: transparent;
		display: block;
	}
	.post-tab-style1 ul.nav-tabs li.active a{
		background-color: var(--bzo-main-color);
		color: #fff;
	}
}
@media(max-width: 1200px){
	.post-tab-style1 .post-tab-title .title-tab{
		font-size: 32px;
	}
}
@media(max-width: 880px) and (min-width: 768px){
	.post-tab-style1 .post-tab-title{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.post-tab-style1 ul.nav-tabs li a{
		font-size: 18px;
	}
}
@media(max-width: 767px){
	.post-tab-style1 .post-tab-title{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.post-tab-style1 .post-tab-title .title-tab{
		font-size: 22px;
	}
	.post-tab-style1 .post-tab-title{

	}
	.post-tab-style1 .post-tab-content{
		margin-top: 20px;
	}
	.post-tab-style1 ul.nav-tabs li:not(:last-child) a{
		border: none;
	}
	.post-tab-style1 ul.nav-tabs li a{
		padding: 10px 15px;
		display: block;
	}
}


/*Begin style tab mobile*/
@media(max-width: 767px){
	.post-tab-wrap .nav-tabs {
	    flex-direction: column;
	    align-items: center;
	    gap: 5px;
	}
	.post-tab-wrap .nav-tabs li{
		width: 100%;
	}
	.post-tab-wrap .display-swiper-navi-group .bzotech-swiper-navi{
		    left: 0;
	}
	.post-tab-wrap .title-tab-mobile{
		display: flex!important;
	    margin: 0;
	    justify-content: space-between;
	    padding: 12px 15px;
	    background: #e5e5e5;
	    color: #333;
	    margin-bottom: 0px;
	    align-items: center;
	}
	.post-tab-wrap .title-tab-mobile .text-title-tab{
		text-transform: uppercase;
	}
	.tab-mobile-dropdown{
		position: relative;
		width: 100%;
	}
	.post-tab-wrap .tab-mobile-dropdown .nav-tabs{
		position: absolute!important;
		display: none;
	    right: auto;
	    left: 0;
	    top: 100%;
	    background: #fff;
	    padding: 0px;
	    min-width: 260px;
	    width: 100%;
	    margin-top: 0px;	    
	    border: none;
	    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
	    transition: none;
	    line-height: 28px;
	    list-style: none;
	    z-index: 9992;
	    border-radius: 0px;
	}
	.post-tab-wrap .tab-mobile-dropdown .nav-tabs li{
		border-bottom: 1px solid var(--bzo-border-color);
	}
	.post-tab-wrap .tab-mobile-dropdown .nav-tabs li:last-child{
		border-bottom: none;
	}
	.post-tab-wrap .tab-mobile-dropdown ul.nav-tabs li.active a{
		color: var(--bzo-main-color);
		background: transparent;
	}
	.tab-mobile-dropdown.active-dropdown .title-tab-mobile i:before{
	    content: "\f00d";
	}
}
/*------------------------------*/