/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2024 | 02:54:12 */
/* CHUYEN KHOA PAGE */
.bvth-chuyenkhoa-intro {
	overflow: hidden auto;
	display: flex;
	align-items: center;
	font-size: 1rem;
}
.bvth-chuyenkhoa-title {
	margin-bottom: 1em;
	padding-bottom: 0px;
}
.bvth-chuyenkhoa-banner {
	position:relative;
}
.bvth-chuyenkhoa-banner img{
	height:280px !important;	
}

.gs_tabs_list{
	
	justify-content: center;
	flex-direction: row;
    column-gap: 0.5rem;    
    flex-wrap: nowrap;0
}

.gs_tabs_list .gs_tab{	
/* 	border-radius: 25px; */
	min-height: 45px;
	padding: 0.2rem;
	font-size: 0.9rem;
	font-weight: bold;
	background-color: #20bc59 !important;
	color:white;
	width:33%;
	text-align:center;
}
.gs_tab.active {
	background-color: #0c9943 !important;
	position: relative;
}

.gs_tab.active:after{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: 1;
    border: 8px solid transparent;
    bottom: -8px;
    border-top-color: #0c9943 !important;
    border-bottom: 0px !important;
    left: 50%;
    border-top-style: solid;
    transform: translateX(-50%);
}

@media (max-width: 800px) {
	.gs_tabs_list .gs_tab{	
	font-size: 0.8rem;
}
	
	.bvth-chuyenkhoa-banner {
		min-height: 190px;
	}
	.bvth-chuyenkhoa-banner img {
		height: 215px !important;
	}
}
