main {
    padding-top:4.2vw;    
}

.banner-box {
	position: relative;
}

.banner-box img {
	width: 100%;
}

.banner-content {
	position: absolute;
	top: 8vw;
}

.banner-title {
	font-size: 4.5vw;
	background: transparent;
	color: rgba(255, 255, 255, 0.2);
	font-weight: bold;
}

.about-uni-title {
	text-align: center;
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.about-uni-title span {
	position: relative;
	font-size: 2vw;
	font-weight: bold;
}

.about-uni-title span::before {
	content: "";
	display: block;
	position: absolute;
	width: 4vw;
	height: 0.4vw;
	background: #0D6200;
	left: 0;
	top: -1vw;
}

.about-uni-title span::after {
	content: "";
	display: block;
	position: absolute;
	width: 4vw;
	height: 0.4vw;
	background: #0D6200;
	right: 0;
	bottom: -1vw;
}

.company-profile {
	padding-bottom: 2vw;
}

.company-profile>div:nth-of-type(2) {
	display: flex;
	gap: 2vw;
}

.compnay-profile-img {
	width: 40vw;
	height: 30vw;
	object-fit: cover;
}

.profile-content {
    width: calc(100% - 40vw);
}

.profile-content>p {
	font-size: 1.2vw;
	line-height: 2vw;
	margin-bottom: 2vw;
	text-align: justify;
}

.numbers-roll-box {
	display: flex;
	min-height: 8vw;
	background: #0D6200;
}

.numbers-roll-box>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1vw;
	flex: 1;
}

.numbers-roll-box>div span:nth-of-type(1) {
	font-size: 2vw;
	font-weight: bold;
	border-bottom: solid 0.2vw;
}

.counter {
    border-bottom: none !important;
}

.numbers-roll-box>div span:nth-of-type(2) {
	font-size: 1.4vw;
}

.company-history {
	padding-bottom: 3.2vw;
}

.company-history>div:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
}

.company-history-content {
	width: 42%;
	display: flex;
	flex-direction: column;
	gap: 2vw;
}

.company-history-content p {
	font-size: 1.2vw;
	line-height: 2vw;
}

.company-history-img {
	width: 100%;
	height: 27.832vw;
	border-radius: 0.2vw;
}

.timeline-container {
	width: 50%;
}

.timeline {
	position: relative;
}

.timeline::before {
	position: absolute;
	content: '';
	width: 0.4vw;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -0.2vw;
	background: #0D6200;
}

.timeline-item {
	position: relative;
	padding: 1vw 0;
}

.timeline-content {
	width: 40%;
	position: relative;
	padding: 1vw;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
}

.timeline-item:nth-child(odd) .timeline-content {
	left: 0;
	text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
	left: 60%;
}

.timeline-item::after {
	content: '';
	position: absolute;
	width: 2vw;
	height: 2vw;
	background: #0D6200;
	border: 0.4vw solid #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.timeline-date {
	color: #0D6200;
	font-size: 1.5vw;
	font-weight: bold;
	margin-bottom: 0.5vw;
}

.timeline-content p {
	color: #333333;
	font-size: 1.2vw;
	line-height: 1.5vw;
}

.company-honor {
	position: relative;
}

.company-honor-bannner {
	width: 100%;
	height: 60vw;
	object-fit: cover;
}

.company-honor-content {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.company-honor-list {
	display: flex;
	gap: 3.2vw;
}

.company-honor-list>div {
	width: 30%;
}

.company-honor-img {
	width: 100%;
	height: 36vw;
	position: relative;
}

.company-honor-img::before {
	position: absolute;
	content: '';
	top: -2vw;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -0.4vw;
	border-style: solid;
	border-width: 1vw 0.8vw 0 0.8vw;
	border-color: #0D6200 transparent transparent transparent;
}

.company-honor-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.2vw;
}

.company-honor-list>div p {
	text-align: center;
	font-size: 1.1vw;
	line-height: 1.8vw;
	margin-bottom: 3vw;
}

.company-culture-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2vw;
}

.company-culture-box>img {
	width: 42%;
	height: 22vw;
	border-radius: 0.2vw;
	object-fit: cover;
}

.company-culture-content {
	display: flex;
	width: 53%;
	flex-direction: column;
	gap: 2.5vw;
}

.company-culture-content span {
	font-size: 1.5vw;
	font-weight: bold;
}

.company-culture-content p {
	font-size: 1.2vw;
	line-height: 2vw;
	margin-top: 0.5vw;
}

.company-culture-box-reverse {
	flex-direction: row-reverse;
}

@media (max-width:768px) {
    main {
        padding-top:8vw !important;    
    }
    
	.banner-box img {
		width: 100%;
		height: 43vw;
		object-fit: cover;
	}

	.banner-content {
		top: 30vw;
	}

	.banner-title {
		font-size: 7.5vw;
	}

	.about-uni-title {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}

	.about-uni-title span {
		font-size: 4vw;
	}

	.about-uni-title span::before {
		width: 8vw;
		height: 0.8vw;
		left: 0;
		top: -2vw;
	}

	.about-uni-title span::after {
		width: 8vw;
		height: 0.8vw;
		bottom: -2vw;
	}

	.company-profile>div:nth-of-type(2) {
		flex-wrap: wrap;
		gap: 4vw;
	}

	.compnay-profile-img {
		width: 90vw;
		height: 43vw;
		object-fit: cover;
	}
	
	.profile-content {
        width: 100%;
    }

	.profile-content>p {
		font-size: 3.2vw;
		line-height: 6vw;
		text-align: justify;
		margin-bottom: 4vw;
	}

	.numbers-roll-box {
		min-height: 21vw;
	}

	.numbers-roll-box>div {
		gap: 2vw;
	}

	.numbers-roll-box>div span:nth-of-type(1) {
		font-size: 4vw;
		font-weight: bold;
		border-bottom: solid 0.4vw;
	}

	.numbers-roll-box>div span:nth-of-type(2) {
		font-size: 3.2vw;
		text-align: center;
	}

	.company-history>div:nth-of-type(2) {
		flex-wrap: wrap;
		gap: 12vw;
	}

	.timeline-container {
		width: 100%;
		padding: 0 5vw;
		padding-left: 3vw;
	}

	.timeline-date {
		font-size: 3.5vw;
		margin-bottom: 1.5vw;
	}

	.timeline-item {
		padding: 2vw 0;
	}

	.timeline-content {
		padding: 2vw;
		width: 95%;
	}

	.timeline::before {
		left: 0;
	}

	.timeline-item::after {
		width: 4vw;
		height: 4vw;
		border: 0.8vw solid #fff;
		left: 0%;
	}

	.timeline-item:nth-child(odd) .timeline-content {
		left: 10%;
		text-align: left;
	}

	.timeline-item:nth-child(even) .timeline-content {
		left: 10%;
	}

	.timeline-content p {
		font-size: 3.2vw;
		line-height: 4.5vw;
	}

	.company-history-content {
		width: 100%;
		gap: 4vw;
	}

	.company-history-content p {
		font-size: 3.2vw;
		line-height: 6vw;
		text-align: justify;
	}

	.company-history-img {
		height: 62vw;
		border-radius: 0.8vw;
	}

	.company-honor-list {
		flex-wrap: wrap;
		gap: 8vw;
	}

	.company-honor-list>div {
		width: 100%;
	}

	.company-honor-list>div p {
		font-size: 3.1vw;
		line-height: 6.8vw;
	}

	.company-honor-img::before {
		display: none;
	}

	.company-honor-img {
		width: 100%;
		height: 96vw;
	}

	.company-honor-img img {
		object-fit: contain;
		border-radius: 0.6vw;
	}

	.company-honor-bannner {
		height: 364vw;
	}

	.company-culture-box {
		flex-wrap: wrap;
		gap: 4vw;
	}

	.company-culture-box>img {
		width: 100%;
		height: 48vw;
		border-radius: 0.6vw;
	}

	.company-culture-content {
		width: 100%;
		gap: 4.5vw;
	}

	.company-culture-content span {
		font-size: 3.5vw;
	}

	.company-culture-content p {
		font-size: 3.2vw;
		line-height: 6vw;
		margin-top: 1.5vw;
	}

	.company-culture-box-reverse {
		margin-top: 7.5vw;
	}
}
