.social-icon {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.essay {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.essay__story {
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-template-columns: 60% 30%;
	gap: 50px;
	width: 100%;
	padding: 40px;
	color: #fff;
	background: url("../jpg/pic_33.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.essay__story-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.essay__story-slogan p {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	font-family: "Poppins";
}

.essay__attest {
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
	grid-template-columns: 65% 35%;
	background: #fff;
}

.essay__attest-info {
	padding: 40px;
}

.essay__attest-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #0273C4;
}

.essay__attest-logo img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 233px;
	height: 233px;
}

.essay__boat {
	padding: 50px 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	color: #fff;
	background: url("../jpg/pic_36.jpg");
	background-position: top 50%;
	background-repeat: no-repeat;
}

.essay__boat-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: auto;
	margin: 10px auto;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.essay__boat-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}

.essay__boat ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.essay__boat ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(25% - 15px);
	background: #449D44;
	margin-bottom: 15px;
}

.essay__boat ul li img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
}

.essay__safe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #fff;
}

.essay__safe li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 33.333%;
}

.essay__safe li img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
}

.essay__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.essay__item span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.essay__item span::after {
	content: '';
	margin-left: 40px;
	width: 2px;
	height: 35px;
	background: url("../png/line-ap.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.essay__item span:last-child::after {
	display: none;
}

.essay__item i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 85px;
	height: 85px;
	background: #FCF3CD;
	border-radius: 99rem;
	margin-right: 15px;
}

.essay__item i img {
	display: block;
	width: auto;
	height: auto;
}

.essay__item p {
	font-size: 18px;
	color: #449D44;
	font-weight: 700;
	font-family: "Poppins";
}

.essay__tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: 30px;
	color: #449D44;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 10px;
}

.essay__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.essay__photo img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
}

.essay--mgb80 {
	margin-bottom: 80px;
}

.essay--pd30 {
	padding: 30px;
}

@media only screen and (max-width: 1280px) {
	.essay {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.essay__attest-info {
		padding: 20px;
	}
	.essay__boat-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.essay__story {
		grid-template-columns: 1fr;
		background: -o-linear-gradient(315deg, #36be81 0%, #1492e6 100%);
		background: linear-gradient(135deg, #36be81 0%, #1492e6 100%);
		gap: 0;
		padding: 20px;
	}
	.essay__boat {
		padding: 30px 0 0;
	}
	.essay__boat ul li {
		width: calc(50% - 15px);
	}
	.essay__attest {
		grid-template-columns: 1fr;
	}
	.essay__safe li {
		width: 50%;
	}
	.essay--mgb80 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.essay__boat ul li {
		width: 100%;
	}
	.essay__safe li {
		width: 100%;
	}
}

.social-icon {
	width: 350px;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.social-icon a:hover {
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4);
}

.same-icon {
	position: absolute;
	right: 20px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 640px) {
	.social-icon {
		gap: 20px;
	}
}
