.banner .bannerchung_box h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--color-white,#fff);
}
/* s2 chuyengia */
.bavor-tieude-chuyengia {
    width: 100%;
    float: left;
}

.bavor-tieude-chuyengia h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    color: var(--color-brand,#164535);
}

.bavor-tieude-chuyengia p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base,#4D4D4D);
    text-align: center;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.s2chuyengia {
    padding-top: 100px !important;
}
/* end s2 chuyengia */

/* sschung */
.sschung {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
}

.sschungr1_col2 {
    padding-bottom: 0 !important;
}

.sschungcontent h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-brand,#164535);
    line-height: 1.3em;
}

.sschungcontent {
    padding-top: 140px;
}
a.bntchung {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	background-color: var(--bg-base,#FFFCF5);
	padding: 12px 16px 12px 24px;
	border:1px solid var(--color-brand,#164535);
}

a.bntchung:hover{
	background-color: var(--color-white,#fff);
	box-shadow: unset !important;
}

/* Ẩn hoàn toàn icon mặc định của Flatsome */
a.bntchung i.icon-angle-up {
	display: none !important;
}

/* Tạo icon SVG mới */
a.bntchung::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.2398 7.75L7.75977 16.24' stroke='%23164535' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1499 7.75H16.2399V12.85' stroke='%23164535' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

a.bntchung span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-brand,#164535);
    line-height: 1.3em;
}

a.bntchung02 {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
}

/* Thay icon mặc định bằng SVG */
a.bntchung02 i.icon-angle-up {
	display: inline-block !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.2398 7.75L7.75977 16.24' stroke='%23F8EFDE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1499 7.75H16.2399V12.85' stroke='%23F8EFDE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 24px 24px !important;
}

/* Xóa icon font mặc định của Flatsome */
a.bntchung02 i.icon-angle-up::before {
	content: none !important;
	display: none !important;
}
a.bntchung02 {
	padding: 12px 16px 12px 24px;
	border-radius: 12px !important;
	background-color: #164535 !important;
	color: #F8EFDE !important;
    border: 1px solid var(--color-brand, #164535);
}

a.bntchung02 span {
	color: #F8EFDE !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3em;
}
/* end sschung */

@media screen and (max-width:1024px){
    .banner .bannerchung_box h1, .bavor-tieude-chuyengia h2, .sschungcontent h2 {
    	font-size: 24px;
    }
	.bavor-experts-card__name {
		font-size: 16px;
	}
    .bannerchung_box {
        padding: 0 15px !important;
    }
	.s2chuyengia {
		padding-top: 50px !important;
	}
	.sschungcontent {
		padding-top: 0;
	}
	.bavor-experts {
		padding-bottom: 0;
	}
}
@media screen and (max-width:767px){
	.banner .bannerchung_box h1, .bavor-tieude-chuyengia h2, .sschungcontent h2 {
    	font-size: 20px;
    }
	.bannerchung_box {
		padding: 0 15px !important;
	}
	.s2chuyengia {
		padding-bottom: 0 !important;
	}
	.sschung {
		padding-top: 10px !important;
	}
}