.banner img {
	width: 100%;
}

.section-about-us {
	padding: 40px 0;
}

.section-about-us .image-wrap {
	position: relative;
}

.section-about-us .img-small {
	width: 40%;
}

.section-about-us .image-wrap .wrap-img {
	padding-bottom: 100%;
	transform: rotate(45deg) scale(0.75);
    overflow: hidden;
    border-radius: 60px;
    background: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-about-us .image-wrap .wrap-img::before {
	content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #FFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}

.section-about-us .image-wrap .wrap-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.3);
    transform-origin: center;
}

.section-about-us .image-wrap .img-small .wrap-img::before {
	padding: 10px;
}

.section-about-us .image-wrap iframe {
	width: 100%;
  	height: 464px;
}

.section-about-us .image-wrap .img-left,
.section-about-us .image-wrap .img-right{
	position: absolute;
  	bottom: 0;
}

.section-about-us .image-wrap .img-left { 
	left: 0;
}

.section-about-us .image-wrap .img-right {
	right: 0;
}

.des-subtitle {
	color: var(--color-3);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
  	margin-bottom: 10px;
}

.title-page {
	font-size: 28px;
}

.section-about-us .content-text {
	margin: 15px 0 35px;
}

.section-about-us .read-more {
    font-weight: 600;
    color: var(--color-2);
    background-color: var(--color-3);
    border-radius: 5px;
    padding: 15px 30px;
  	display: inline-block;
}

.section-about-us .read-more:hover { 
	background-color: var(--color-4);
}

.section-about-us .content {
	margin-left: 20px;
}

.title-page-wrap {
	text-align: center;
  	margin-bottom: 30px;
  	position: relative;
}

.our-academic {
	padding: 40px 0;
  	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  	position: relative;
  	background-color: #fafbfb;
}

.our-academic:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(255, 255, 255, .7)
}

.our-academic-slider .slick-slide {
	margin: 10px;
}

.our-academic-slider .slick-list {
	margin: 0 -10px;
}

.our-academic .item {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  	padding: 20px;
  	border-radius: 10px;
  	transition: .3s;
  	background-color: #FFF;
  	text-align: center;
}

.our-academic .item:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.our-academic .item .wrap-img {
	padding-bottom: 66.7%;
    border-radius: 5px;
}

.our-academic .item .name {
	font-size: 22px;
  	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  	margin: 20px 0 10px;
}

.our-academic .item .des {
  	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  	margin: 0px 0 20px;
  	color: #666;
}

.our-academic .item .apply {
	font-weight: 700;
  	color: var(--color-3);
}

.success-stories {
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: var(--color-3);
	padding: 50px 0px;
	color: #FFF;
}

.success-stories .des-title {
	margin-top: 15px;
	line-height: 1.8;
}

.number-info {
    display: flex;
    gap: 10px;
	justify-content: space-between;
}

.number-info .number {
	text-align: center;
}

.number-info h2 {
	font-size: 50px;
	color: var(--color-4);
	font-weight: 800;
}

.number-info .des {
	text-transform: uppercase;
	font-weight: 600;
}

.our-team {
	padding: 40px 0;
}

.item-team {
	padding: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.item-team .wrap-img {
	padding-bottom: 77.6%;
}

.item-team .content {
	margin-top: 20px;
	text-align: center;
}

.item-team .content .name {
	font-size: 22px;
	margin-bottom: 10px;
}

.item-team .content .subject {
	font-size: 16px;
	color: #666;
}

.item-team .social-link {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
}

.item-team .social-link img {
	width: 35px;
}

.item-team .social-link ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.item-team .social-link ul li {
	transform: translateY(20px) scaleY(1.5);
	opacity: 0;
	transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.item-team .social-link ul li:nth-child(1) {
	transition-delay: 0ms;
}

.item-team .social-link ul li:nth-child(2) {
	transition-delay: 40ms;
}

.item-team .social-link ul li:nth-child(3) {
	transition-delay: 80ms;
}

.item-team:hover .social-link ul li {
	transform: translateY(0px) scaleY(1);
	opacity: 1;
}

.item-team:hover {
	border: 1px solid #ee2c3c;
	box-shadow: 0 5px 0px 0 #ee2c3c;
}

.team-slider .slick-slide {
	margin: 10px;
}

.team-slider .slick-list {
	margin: 0 -10px;
}

.featured-news {
	background-color: #fafafa;
	padding: 40px 0;
}

.item-news {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.item-news .wrap-img {
	padding-bottom: 75%;
}

.item-news .content {
	padding: 20px;
}

.item-news .title {
	font-size: 20px;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	height: 48px;
}

.item-news .des {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px 0 20px;
    color: #666;
}

.item-news .read-more svg {
	width: 20px;
	height: 20px;
}

.featured-news-slider .slick-slide {
	margin: 10px;
}

.featured-news-slider .slick-list {
	margin: 0 -10px;
}


/* FAQ */
.faq {
	margin-top: 25px;
}
.faq .title-page {
    margin-bottom: 15px;
}

.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.accordion-title {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-right: 30px;
}

.accordion-title::after {
    content: '+';
    position: absolute;
    right: 5px;
    font-size: 20px;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item.active .accordion-title::after {
    content: '—';
}

.accordion-item.active .accordion-title {
    color: var(--color-3);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0px 16px;
    transition: max-height 0.35s ease;
}

.accordion-content .content {
    padding-top: 15px;
}

.accordion-content p {
    margin-bottom: 5px;
}

.news-list {
	padding: 30px 0 0;
}

.news-list .noi-dung {
	margin-bottom: 25px;
}

.news-list .row-gap {
	row-gap: 20px;
}

#our_team {
	scroll-margin-top: 150px;
}

@media (max-width: 992px) { 
	.number-info {
		margin-top: 15px;
      	flex-wrap: wrap;
	}

	.section-about-us .content {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
  .number-info .number {
  	    width: 48%;
  }
  
  .success-stories {
  	padding: 30px 0;
  }
	.title-page {
		font-size: 22px;
	}

	.title-page-wrap {
		margin-bottom: 20px;
	}

	.featured-news {
		padding: 25px 0;
	}

	.item-news .title {
		font-size: 18px;
		height: 44px;
	}

	.item-news .des {
		font-size: 14px;
		margin: 0px 0 15px;
	}

	.item-news .read-more {
		font-size: 14px;
	}

	.item-news .read-more svg {
		width: 14px;
		height: 14px;
	}

	.our-team {
		padding: 25px 0;
	}

	.item-team .social-link ul li {
		opacity: 1;
		transform: unset;
	}

	.number-info h2 {
		font-size: 26px;
	}

	.number-info .des {
		font-size: 12px;
	}

	.success-stories .des-title {
		font-size: 14px;
	}

	.our-academic {
		padding: 20px 0;
	}

	.section-about-us .content-text {
		margin: 10px 0 20px;
	}

	.section-about-us {
		padding: 20px 0;
	}
}