.mm-page .history {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #276AB1;
	/* height: 543px; */
}

.mm-page .commit-tit {
	text-align: center;
}

.mm-page .history .swiper-parent {
	width: 1000px;
}

.mm-page .history .swiper-parent {
	margin: 0 auto;
	margin-top: 70px;
	height: 543px;
	/* height: 445px; */
}

/* title */
.mm-page .history .commit-tit h3 {
	color: #fff;
}

.mm-page .commit-tit h3 {
	font-size: 20px;
}

.mm-page .commit-tit h3 {
	line-height: 1.4;
}

/* swiper */
.mm-page .history .swiper-parent .swiper1 {
	padding-left: 5px;
	padding-right: 5px;
	/* height: 445px; */
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide {
	padding: 10px;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    /* padding: 25px 15px 30px 40px; */
    position: relative;
		box-sizing: border-box;
		height: auto;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide .text {
	margin-bottom: 25px;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide .year {
	font-size: 20px;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide .year {
	line-height: 1.4;
	color: #fff;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide .text .item {
	font-size: 14px;
    margin-bottom: 10px;
		line-height: 24px;
    color: #fff;
    padding-left: 11px;
    position: relative;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide .text .item:before {
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    left: 0;
    top: 10px;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper .swiper-slide:before {
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    left: -5px;
    bottom: -5px;
}

.mm-page .history .swiper-parent .swiper1 .swiper-wrapper {
	display: flex;
	align-items: flex-end;
	height: 340px;
}

.mm-page .history .swiper-parent .swiper1 .parent {
	width: 130px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 60px;
}

.mm-page .history .swiper-parent .swiper1 .parent .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    /* background-image: url(/public/assets/img/index/left-arrow.png); */
    background-size: 9px 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: static;
    left: 0;
    top: 0;
    margin-top: 0;
    cursor: pointer;
    z-index: 2;
}

.mm-page .history .swiper-parent .swiper1 .parent .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    /* background-image: url(/public/assets/img/index/right-arrow.png); */
    background-size: 9px 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: static;
    left: 0;
    top: 0;
    margin-top: 0;
    cursor: pointer;
    z-index: 2;
}
