.aboutus h1 {
	color: #fff;
	font-size: 48px;
}
.aboutus p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}
.aboutus .row>.col,
.hanhtrinh  .row>.col,
.sodo  .row>.col,
.muctieu .row>.col{
	padding: 0 !important;
}
.sodo {
	background:linear-gradient(90deg,#06102d,#03153e);
}
.sodo .org-chart-section{
	overflow-x:auto;
}
.sodo .org-chart-container{
	max-width:1200px;
	margin:auto;
	text-align:center;
	min-width:1000px;
}
.sodo .org-chart-title{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 64px;
}
.sodo .org-level{
	display:flex;
	justify-content:center;
}
.sodo .org-box{
	min-width:200px;
	padding:16px 30px;
	background:#1a2a47;
	border:1px solid rgba(255,255,255,.12);
	border-radius:12px;
	color:#fff;
	font-weight:700;
	font-size:16px;
}
.sodo .org-box-main{
	background:#11867e;
	box-shadow:0 0 25px rgba(17,134,126,.5);
}

.sodo .line-vertical{
	width:2px;
	height:40px;
	background:#314b75;
	margin:auto;
}
.sodo .vice{
	margin-bottom:55px;
}
.sodo .department-wrapper{
	position: relative;
	margin-top: 50px;
}

.sodo .department-grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px;
	position: relative;
}
.sodo .department-grid:before{
	content: "";
	position: absolute;
	top: -32px;
	left: 12%;
	right: 12%;
	height: 2px;
	background: #34486b;
}
.sodo .department-box{
	position: relative;
	min-height: 70px;
	background: #1d2d4a;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.sodo .department-box:before{
	content:"";
	position:absolute;
	width:2px;
	height:32px;
	background:#34486b;
	top:-32px;
	left:50%;
	transform:translateX(-50%);
}

.sodo .team-wrapper{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	margin-top:65px;
}

.sodo .team-box{
	position:relative;
	width:100%;
	max-width:290px;
	margin:auto;
	background:#3a4d6d;
	border:1px solid rgba(255,255,255,.08);
	border-radius:12px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-align:center;
	padding:12px;
}
.sodo .team-box:nth-child(1){
	grid-column:2;
}
.sodo .team-box:nth-child(2){
	grid-column:4;
}
.sodo .team-box:before{
	content:"";
	position:absolute;
	width:2px;
	height:32px;
	background:#34486b;

	top:-32px;
	left:50%;
	transform:translateX(-50%);
}

@media(max-width:991px){
	.sodo .org-chart-container{
		min-width:900px;
	}
	.sodo .org-chart-title{
		font-size:38px;
	}
	.sodo .org-box{
		font-size:20px;
	}
	.sodo .department-box{
		font-size:18px;
	}
	.sodo .team-box{
		font-size:17px;
	}
}
@media (max-width: 480px){
	.sodo .org-box{
		min-width:auto;
		width:90%;
		padding:14px 15px;
		font-size:15px;
	}
	h2 {		
		font-size:22px !important;
	}
	.sodo .org-chart-title{
		padding-bottom:30px;
	}
	.sodo .org-chart-container{
		min-width:100%;
		width:100%;
		padding:0 15px;
	}
	.sodo .department-grid{
		display:grid;
		grid-template-columns:repeat(2,1fr);
		gap:16px;
		margin-top:20px;
	}
		.sodo .team-wrapper{
		margin-top:25px;
		display: block;
	} 
	.sodo .team-box:before{
		content:"";
		position:absolute;
		top:-32px;
		left:48%;
		transform:translateX(-50%);
		width:2px;
		height:24px;
		background:#3c5175;
	}
	.sodo .team-box:last-child{
		margin-bottom:0;
	}
	.sodo .department-line,
	.sodo .team-line{
		display:none;
	}
	.sodo .org-chart-section{
		overflow-x:hidden;
	}
	.sodo .org-level {
		flex-direction: column;
		align-items: center;
	}
	.sodo .vice{
		margin-bottom:25px;
	}
	.sodo .department-wrapper{
		margin-top: 80px;
		width:100%;
	}
	.sodo .department-line{
		display:none;
	}
		.sodo .department-item{
		width:100%;
	}   
	.sodo .department-item::before{
		top:-20px;
		height:20px;
	}
	.sodo .department-box{
		        width: 90%;
        min-height: 60px;
        font-size: 14px;
        padding: 12px;
        margin-bottom: 40px;
	}
	.sodo .team-line{
		height:25px;
		margin:12px 0;
	}
	.sodo .team-box{
		width: 100%;
        font-size: 14px;
        padding: 12px;
        margin-bottom: 55px;
	}
}
@media(max-width:767px){
	h1 {
		font-size: 35px !important;
	}
	.aboutus p {
		font-size: 16px;
	}
	.hanhtrinh > .section-content > .row > .col:first-child,
	.hanhtrinh > .section-content > .row > .col:last-child{
		max-width: 100% !important;
	}
	.hanhtrinh .row>.col {
		padding: 0 !important;
	}
	.sodo .org-chart-title{
		font-size:30px;
	}
}
.muctieu-container{
	max-width:1200px;
	margin:auto;
}
.muctieu-header{
	text-align:center;
	margin-bottom:65px;
}
.muctieu-header h2{
	font-size:34px;
	color:#071b3a;
	font-weight:800;
}
.muctieu-header p{
	color:#68748b;
	font-size:16px;
}
.muctieu-content{

	display:flex;
	gap:35px;
	align-items:flex-start;
}
.muctieu-left{
	width:310px;
}.muctieu-tab{
	height:62px;
	display:flex;
	align-items:center;
	gap:15px;
	padding:0 20px;
	margin-bottom:12px;
	border:2px solid transparent;
	border-radius:16px;
	cursor:pointer;
	color:#526789;
	font-weight:700;
	transition:.3s;
}.muctieu-tab img{
	width:25px;
	height:25px;
	object-fit:contain;
}
.muctieu-tab b{
	margin-left:auto;
	font-size:25px;
}
.muctieu-tab.active{
	border-color:#087d77;
	color:#087d77;

}.muctieu-right{
	flex:1;
}
.muctieu-detail{
	background:#f7f9fc;
	border-radius:25px;
	padding:50px;
	display:none;
	min-height:340px;
}
.muctieu-detail.show{
	display:block;
}.detail-box img{
	width:55px;
	height:55px;
	object-fit:contain;
	margin-bottom:25px;
}
.detail-box h3{
	font-size: 30px;
	color: #071b3a;
	margin: 0;
	padding-bottom: 24px;
}
.detail-box p{
	font-size:18px;
	line-height:1.7;
	color:#64748b;
	max-width:600px;
}
@media(max-width:768px){
	.muctieu-content{
		flex-direction:column;
	}
	.muctieu-left{
		width:100%;
	}
	.muctieu-detail{
		padding:30px;
	}
	.muctieu-container {
		padding: 0 15px;
	}
}
