/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

.section-history .wrap-items{
/*	display: grid;
	grid-template-columns: 33rem minmax(0,1fr);
	gap: 6rem;
	padding: 0 var(--sb-content-gap);*/
}

.section-history .section-head{
	flex-direction: column;
	justify-content: start;
}

.section-history .section-head .section-title{
	margin-bottom: 3.2rem;
}

.swiper-slide-group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.overview-info{
	text-align: justify;
}
.histoy-item .card-item-content{
	padding: 4rem;
	gap: 2rem;
	border-radius: 3rem;
	border: 1px solid var(--sb-border-color);
	height: 100%;
	transition: all .3s;
}

.histoy-item .card-item-title{
	font-size: 4rem;
	line-height: 1;
	color: var(--sb-primary);
	min-height: auto;
}

.histoy-item:hover .card-item-content{
	background: var(--sb-primary);
	border-color: var(--sb-primary);
}

.histoy-item:hover .card-item-content>*{
	color: #fff;
}

.section-history .swiper-control-relative{
	margin-top: 5rem;
	justify-content: end;
}

.card-item-excerpt.post-content.text-justify {
	max-height: 10rem;
	min-height: 10rem;
	overflow: scroll;
	padding-right: 1rem;
}

.card-item.histoy-item:hover ::-webkit-scrollbar-thumb {
	background: #fff;
}

.card-item.histoy-item  ::-webkit-scrollbar-thumb  {
	width: 6px;
	background: #cdcdcd;
}

/*--------------------------------------------------------------
# VMC
--------------------------------------------------------------*/

.wrap-items.group-vmc-items{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.group-vmc-item{
	position: relative;
}

.group-vmc-item:last-child{
	height: 100%;
	grid-row-start: 2;
	grid-row-end: 2;
	grid-column-end: 3;
	grid-column-start: 1;
}

.group-vmc-item:last-child{
	overflow: hidden;
	background-image: var(--bg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 100%, cover;
	height: 40rem;
}

@media (min-width: 1537px) {
	.group-vmc-item:last-child {
		height: 70rem;
	}
}

.group-vmc-item-overlay{
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.group-vmc-item-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .15;
}

.group-vmc-item:last-child .group-vmc-item-overlay{
	aspect-ratio: 3 / 1;
}

.group-vmc-item-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: var(--sb-content-gap);
	padding-top: 12rem;
	color: #fff;
}

.group-vmc-item:not(:last-child) .group-vmc-item-content{
	max-width: 61rem;
}

.group-vmc-item-content .group-vmc-item-title{
	font-size: 3.2rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5rem;
}

.group-vmc-item:last-child .group-vmc-item-content{
	display: flex;
	justify-content: space-between;
}

.group-vmc-item-content-items {
	display: flex;
	flex-wrap: wrap;
	gap: 12rem;
}

.group-vmc-item-content-item {
	max-width: 34rem;
}

.group-vmc-item-content-item h3{
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2rem;
}

.section-awards .swiper-control-relative{
	width: 100%;
	justify-content: end;
	padding-right: var(--sb-content-gap);
	margin-top: 5rem;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 1701px) and (max-width: 1919px){

}

@media (min-width: 1701px) and (max-width: 1919px){

	.section-history .wrap-items{
		gap: 4.6rem;
	}

	.histoy-item .card-item-content{
		padding: 3rem;
		gap: 2rem;
		border-radius: 2rem;
	}

	.histoy-item .card-item-title{
		font-size: 3.6rem;
	}

	.section-history .swiper-control-relative{
		margin-top: 3rem;
	}

	.group-vmc-item-content{
		padding-top: 6rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.group-vmc-item-content-items{
		gap: 6rem;
	}

	.group-vmc-item-content-item{
		max-width: 30rem;
	}

	.section-awards .swiper-control-relative{
		margin-top: 3rem;
	}
}

@media (min-width: 1537px) and (max-width: 1700px){
	.section-history .wrap-items{
		gap: 4.6rem;
	}

	.histoy-item .card-item-content{
		padding: 3rem;
		gap: 2rem;
		border-radius: 2rem;
	}

	.histoy-item .card-item-title{
		font-size: 3.6rem;
	}

	.section-history .swiper-control-relative{
		margin-top: 3rem;
	}

	.group-vmc-item-content{
		padding-top: 6rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.group-vmc-item-content-items{
		gap: 6rem;
	}

	.group-vmc-item-content-item{
		max-width: 30rem;
	}

	.section-awards .swiper-control-relative{
		margin-top: 3rem;
	}
}

@media (min-width: 1401px) and (max-width: 1536px){
	.section-history .wrap-items{
		gap: 4.6rem;
	}

	.histoy-item .card-item-content{
		padding: 3rem;
		gap: 2rem;
		border-radius: 2rem;
	}

	.histoy-item .card-item-title{
		font-size: 3.6rem;
	}

	.section-history .swiper-control-relative{
		margin-top: 3rem;
	}

	.group-vmc-item-content{
		padding-top: 6rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.group-vmc-item-content-items{
		gap: 6rem;
	}

	.group-vmc-item-content-item{
		max-width: 30rem;
	}

	.section-awards .swiper-control-relative{
		margin-top: 3rem;
	}

}

@media (min-width: 1200px) and (max-width: 1440px){

	.section-history .wrap-items{
		gap: 4.6rem;
	}

	.histoy-item .card-item-content{
		padding: 3rem;
		gap: 2rem;
		border-radius: 2rem;
	}

	.histoy-item .card-item-title{
		font-size: 3.6rem;
	}

	.section-history .swiper-control-relative{
		margin-top: 3rem;
	}

	.group-vmc-item-content{
		padding-top: 6rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.group-vmc-item-content-items{
		gap: 6rem;
	}

	.group-vmc-item-content-item{
		max-width: 30rem;
	}

	.section-awards .swiper-control-relative{
		margin-top: 3rem;
	}

}

@media (min-width: 1281px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

	.swiper-slide-group {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.histoy-item .card-item-title{
		font-size: 2.8rem;
	}

	.group-vmc-item-content-items{
		gap: 3rem;
	}

}

@media (max-width: 1280px) {

}

/* Ipad */

@media (max-width: 1024px) {
	.swiper-slide-group{
		grid-template-columns: repeat(1, 1fr);
		height: 100%;
	}
	
	.card-item-excerpt.post-content.text-justify {
		max-height: 12rem;
		min-height: 12rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.section-history .section-head .section-title{
		margin-bottom: 2rem;
	}

	.section-history .wrap-items{
		gap: 3rem;
	}

	.histoy-item .card-item-title{
		font-size: 2.4rem;
	}

	.histoy-item .card-item-content{
		padding: 2rem 1.5rem;
		gap: 2rem;
		border-radius: 2rem;
	}

	ul.swiper-wrapper .swiper-slide{
		height: unset;
	}

	.section-history .swiper-control-relative{
		margin-top: 1rem;
	}

	.group-vmc-item-content{
		padding-top: 2rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 1.6rem;
	}

	.group-vmc-item-content-items{
		gap: 2rem;
	}

	.group-vmc-item-content-item{
		max-width: 24rem;
	}

	.group-vmc-item-content-item h3{
		font-size: 1.6rem;
		margin-bottom: 1.6rem;
		font-weight: 500;
	}

	.section-awards .swiper-control-relative{
		margin-top: 1rem;
	}

}

/* Ipad Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}


@media (max-width: 992px) {

}

@media  (max-width: 767px) {

}

@media (min-width: 481px) and (max-width: 767px) {
	.section-history .section-head .section-title{
		margin-bottom: 2rem;
	}

	.section-history .wrap-items{
		display: block;
	}

	.histoy-item .card-item-title{
		font-size: 2.4rem;
	}

	.swiper-slide-group{
		grid-template-columns: repeat(1, 1fr);
	}

	.histoy-item .card-item-content{
		padding: 2rem 1.5rem;
		gap: 2rem;
		border-radius: 1rem;
		border: none;
		background: #f2f2f2;
	}

	ul.swiper-wrapper .swiper-slide{
		height: unset;
	}

	.section-history .swiper-control-relative{
		margin-top: 1rem;
	}

	.wrap-items.group-vmc-items, .group-vmc-item:last-child .group-vmc-item-content{
		display: block;
	}

	.group-vmc-item-content{
		padding-top: 3rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 1.6rem;
	}

	.group-vmc-item:last-child{
		height: auto;
	}

	.group-vmc-item:last-child .group-vmc-item-content{
		position: relative;
	}

	.group-vmc-item-content-items{
		gap: 2rem;
	}

	.group-vmc-item-content-item{
		max-width: 100%;
	}

	.group-vmc-item-content-item h3{
		font-size: 1.8rem;
		margin-bottom: 1.6rem;
		font-weight: 500;
	}

	.section-awards .swiper-control-relative{
		margin-top: 1rem;
	}
}

@media (min-width: 0px) and (max-width: 480px) {
	.section-history .section-head .section-title{
		margin-bottom: 2rem;
	}

	.section-history .wrap-items{
		display: block;
	}

	.histoy-item .card-item-title{
		font-size: 2.4rem;
	}

	.swiper-slide-group{
		grid-template-columns: repeat(1, 1fr);
	}

	.histoy-item .card-item-content{
		padding: 2rem 1.5rem;
		gap: 2rem;
		border-radius: 1rem;
		border: none;
		background: #f2f2f2;
	}

	.card-item-excerpt.post-content.text-justify {
		max-height: 14rem;
		min-height: 14rem;
	}

	ul.swiper-wrapper .swiper-slide{
		height: unset;
	}

	.section-history .swiper-control-relative{
		margin-top: 1rem;
	}

	.wrap-items.group-vmc-items, .group-vmc-item:last-child .group-vmc-item-content{
		display: block;
	}

	.group-vmc-item-content{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.group-vmc-item-content .group-vmc-item-title{
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 1.6rem;
		display: none;
	}

	.group-vmc-item:last-child{
		height: auto;
	}

	.group-vmc-item:last-child .group-vmc-item-content{
		position: relative;
	}

	.group-vmc-item-content-items{
		gap: 2rem;
	}

	.group-vmc-item-content-item{
		max-width: 100%;
	}

	.group-vmc-item-content-item h3{
		font-size: 1.8rem;
		margin-bottom: 1.6rem;
		font-weight: 500;
	}

	.section-awards .swiper-control-relative{
		margin-top: 1rem;
	}
}

@media (max-width: 375px) {

}




.section-bod  .achie-item-profile {
	font-weight: 600;
	margin-bottom: 1rem;
}
.section-bod .modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.section-bod .modal.active {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
.section-bod .achie-item-content  .box-profile {
	margin-left: 2rem;
	margin-top: 1rem;
}
.section-bod .modal-content-desc .bod-content p {
	margin-bottom: 1rem;
}
.section-bod  .modal-overlay {
	position: fixed;
	cursor: pointer;
	inset: 0;
	opacity: 0;
	background-color: rgba(28, 25, 25, .8);
	backdrop-filter: blur(11.5px) opacity(0);
	z-index: -1;
	transition: all .3s ease-in-out;
}

.section-bod  .modal.active .modal-overlay {
	opacity: 1;
	transition: all .3s ease-in-out;
}

.section-bod .modal .modal-content {
	position: absolute;
	width: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -10%);
	z-index: 1;
	max-width: var(--content-width-size);
	padding: 0 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: end;
	transition: all .3s ease-in-out;
}

.section-bod  .modal.active .modal-content {
	transform: translate(-50%, -50%);
}

.section-bod .modal .modal-content .modal-content-grid {
	width: 100%;
	background: #fff;
	padding: 10rem 8rem;
	display: grid;
	grid-template-columns: 28rem minmax(0, 1fr);
	gap: 10rem;
}
.section-bod  .modal .modal-content .modal-content-grid{
	grid-template-columns: 40rem minmax(0, 1fr);
	padding: 6rem;
	gap: 6rem;
	align-items: flex-start;
}
.section-bod .modal-close{
	padding: 0;
	margin: 0;
	border: none;

}

.section-bod .modal-close:not(:hover) img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/*.section-bod .modal .modal-content .modal-content-image {
	display: flex;
}*/
.section-bod .modal-content-desc .bod-item-info-header {
	margin-bottom: 2rem;
}
.section-bod .modal-content-desc .bod-name {
	font-size: 3rem  !important;
}
.section-bod .modal-content-desc .bod-pos {
	font-size: 2rem  !important;
}
.section-bod .bod-content p {
    margin-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1440px){
	.section-bod   .modal-close img{
		width: 24px;
		height: 24px;
	}

	.section-bod .modal .modal-content{
		max-width: 92%;
	}

	.section-bod  .modal .modal-content .modal-content-grid{
		gap: 6rem;
		padding: 6rem 4.6rem;
	}
}

@media (max-width: 1200px){
	.section-bod   .modal-close img{
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 992px){
	.section-bod   .modal .modal-content{
		overflow: auto;
		max-height: 90vh;
		padding: 1.5rem;
	}
	.section-bod  .modal .modal-content .modal-content-grid {
		display: block;
		padding: 2rem 1.5rem;
	}
	.section-bod  .modal .modal-content .modal-content-desc{
		margin-top: 2rem;
	}

	.section-bod  .modal .modal-content .modal-content-desc p{
		margin-bottom: 1rem;
	}
}

#board-of-directors    .wrap-items {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: space-between;
}
#board-of-directors .bod-item {
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	width: calc(25% - 2.5rem); 
}

#board-of-directors .bod-item.bod-item-top {
	flex: 0 0 100%;
	flex-direction: row;
	align-items: center;
	width: 100%;
	gap: 3rem;
}
#board-of-directors .bod-item.bod-item-top .modal-btn.bod-item-image {
	flex: 0 0 50%;
	max-width: 50%;
}

#board-of-directors  .bod-item.bod-item-top .bod-item-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3rem;
}
#board-of-directors .bod-item:not(.bod-item-top) {
	background: #f2f2f2; 
}
#board-of-directors .bod-item:not(.bod-item-top) .bod-item-info-header {
	padding: 0 2rem;
}

#board-of-directors .bod-item:not(.bod-item-top) .bod-content {
	padding: 2rem 2rem 3rem 2rem;
}
#board-of-directors .bod-item.bod-item-top .bod-name{
	font-size: 3.8rem;
}
#board-of-directors .bod-name {
	font-size:18px;
	font-weight: 500;
	color: var(--sb-primary);
	margin-bottom: .5rem;
}
#board-of-directors  .bod-item.bod-item-top .bod-pos{
	font-size: 3rem;
}
#board-of-directors  .bod-pos {
	font-size: 1.6rem;
	font-weight: 500;
}
#board-of-directors .bod-link {
	margin-left: -1.2rem;
	margin-top: 9rem;
}
#board-of-directors .bod-link a {
	display: flex;
	align-items: center;
	font-weight: 600;
	gap: 1.5rem;
}
#board-of-directors .bod-link svg {
	width: 3.6rem;
	height: 3.6rem;
	stroke-width: 1.5;
	color: var(--sb-primary);
}


.section-history .section-head .section-title {
	text-align: center;
}
/* Timeline container */
.section-history .year-history {
	position: relative;
	padding: 2rem 0;
	padding-bottom: 5rem !important;
}

/* Đường kẻ ngang */
.section-history .year-history::before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	right: 0;
	height: 1px;
	background: #ccc;
	z-index: 1;
}

/* Slide năm */
.section-history .year-history .swiper-slide {
	text-align: center;
	position: relative;
	z-index: 2;
}
.section-history .history-item .card-item-title{
	font-size: 2.8rem;
	color: var(--sb-primary);
	font-weight:bold;
}


/* Vòng tròn */
.section-history .kh_item_history {
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.section-history .kh_item_history .kh_year {
	font-weight: bold;
	font-size: 2.8rem;
	color: #000;
	transition: color 0.3s ease;
}

/* Active state */
.section-history .year-history .swiper-slide-thumb-active .kh_item_history {
	position: relative;
}
.section-history .year-history .swiper-slide-thumb-active .kh_item_history::after {

}

.section-history .year-history .swiper-slide-thumb-active .kh_year {
	color: #d71920;
	font-weight: 700;
}

/* Content box */
.section-history .slider-history .swiper-slide {
	display: flex;
	justify-content: center;
}

.section-history .history-item {
	background: #f2f2f2;
	padding: 3rem 7rem 2rem;
	position: relative;
	width: 100%;
}

/* Tam giác chỉ lên */
.year-history .swiper-slide-thumb-active .kh_item_history::before {
	content: "";
	position: absolute;
	bottom: -5rem;
	left: 50%;
	transform: translateX(-50%);
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent #f2f2f2 transparent;
	z-index: 2222;
}
@media (min-width: 1025px) and (max-width: 1536px) {
   #board-of-directors .bod-item:not(.bod-item-top) .bod-content {
    padding: 2rem 1rem 3rem 1rem;
}
#board-of-directors .bod-item:not(.bod-item-top) .bod-item-info-header{
	padding: 0 1rem;
}
#board-of-directors .bod-item.bod-item-top .bod-pos{
	font-size: 1.6rem;
}
  #board-of-directors .bod-name, #board-of-directors .bod-pos{
    	font-size: 1.4rem ;
    }
#board-of-directors .bod-item.bod-item-top .bod-name,
.section-bod .modal.active .bod-name {
        font-size: 2.4rem !important;
    }

    .section-history .kh_item_history .kh_year{
    	font-size: 2rem;
    }

    .section-history .kh_item_history{
    	width: 10rem;
    	height: 10rem;
    }

    .section-history .history-item .card-item-title{
    	font-size: 2.2rem;
    }
}

@media (min-width: 1536px) and (max-width: 1919px) {
    #board-of-directors .bod-item.bod-item-top .bod-name {
        font-size: 2.4rem;
    }
    #board-of-directors .bod-item.bod-item-top .bod-pos, #board-of-directors .bod-name{
    	font-size: 1.6rem;
    }
    #board-of-directors .bod-link {
    margin-top: 10rem;
}

.section-history .kh_item_history .kh_year{
    	font-size: 2.2rem;
    }

    .section-history .kh_item_history{
    	width: 10rem;
    	height: 10rem;
    }
}

@media (max-width: 576px){
	.wrap-items.overview-items {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}
	.section-history .history-item {
		padding: 2rem;
	}
	#board-of-directors .bod-item.bod-item-top {
		flex-direction: column;
	}
	#board-of-directors .bod-item{
		width: 100%;
		gap: 2rem;
	}
	#board-of-directors .bod-item.bod-item-top{
		background: #f2f2f2;
	}
	#board-of-directors .bod-item.bod-item-top .bod-pos{
		font-size: 1.6rem;
	}
	#board-of-directors .bod-item.bod-item-top .bod-name{
		font-size: 1.8rem;
	}
	#board-of-directors .bod-item.bod-item-top .bod-item-info{
		gap: 1rem;
	}
	#board-of-directors .bod-item .bod-item-info-header {
		padding: 0 2rem !important;
	}
	#board-of-directors .bod-item .bod-content {
		padding: 2rem 2rem 3rem 2rem !important;
	}
	#board-of-directors .bod-item.bod-item-top .modal-btn.bod-item-image {
		flex: unset;
		max-width: unset;
	}
	#board-of-directors .bod-item.bod-item-top .bod-content {
		padding: 1rem 2rem 2rem !important;
	}
	#board-of-directors .bod-link{
		display: none;
	}
}
@media (max-width: 576px) {
  .section-bod .modal-content-desc .bod-name,.section-bod .modal-content-desc .bod-pos {
  font-size: 1.8rem !important; 
}
	.section-history .section-head {

    margin-bottom: 0;
}
}
@media (min-width: 577px) and (max-width: 992px){
	.section-history .section-head {

    margin-bottom: 0;
}
	.wrap-items.overview-items {
		gap: 30px !important;
	}
	#board-of-directors .bod-item.bod-item-top .bod-item-info,
	#board-of-directors .wrap-items{
		gap: 1rem !important;
	}
	#board-of-directors .bod-item.bod-item-top{
		gap: 3rem !important;
	}

	#board-of-directors .bod-item {
		gap: 2rem !important;
		width: calc(25% - 1rem) !important;

	}
	#board-of-directors .bod-item:not(.bod-item-top) .bod-item-info-header{
		padding: 0 1rem !important;
	}
	#board-of-directors .bod-item:not(.bod-item-top) .bod-content {
		padding: 1rem !important;
	}
	#board-of-directors .bod-name,
	#board-of-directors .bod-pos{
		font-size: 1.4rem;
	}
	#board-of-directors .bod-item.bod-item-top .bod-name {
		font-size: 2rem;
	}

	#board-of-directors .bod-item.bod-item-top .bod-pos {
		font-size: 1.6rem;
	}
	.section-history .history-item {

		padding: 3rem 5rem 2rem;
	}
	.section-bod .modal .modal-content .modal-content-image {
		display: unset;
	}
	.section-bod .modal-content-desc .bod-name {
		font-size: 1.8rem !important;

	.section-bod .modal-content-desc .bod-pos {
		font-size: 1.6rem !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px){
	#board-of-directors .bod-link {
		margin-top: 4rem;
	}
		#board-of-directors .bod-name, 
	#board-of-directors .bod-pos{
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) and (max-width: 1440px){
	#board-of-directors .bod-link {
		margin-top: 6rem;
	}
		#board-of-directors .bod-name, 
	#board-of-directors .bod-pos{
		font-size: 1.6rem;
	}
}
@media (min-width: 1441px) and (max-width: 1600px){
	#board-of-directors .bod-link {
		margin-top: 7rem;
	}
	#board-of-directors .bod-name, 
	#board-of-directors .bod-pos{
		font-size: 1.6rem;
	}
}
@media (min-width: 1700px) {
	#board-of-directors .bod-link {
		margin-top: 10rem;
	}
}



.history-item .card-item-excerpt ul {
  margin-bottom: 0; 
}