@media (max-width: 768px){
	#BENEFITS .benefits-content {
		margin-top: 60px;
	}

	#BENEFITS .hero img {
		width: 100%;
		float: right;
	}

	#BENEFITS .doanhthu {
		margin-top: 50px;
	}
	#BENEFITS .chart-split{
		padding: 40px 0 !important;
		margin: 0 !important;
        border-top: 2px solid #cecece; 
		border-bottom: 2px solid #cecece;
    }

	#DIAGRAM .diagram-content {
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
	}

	#REGIST-BOOK .diagram-block img {
		margin-bottom: 20px;
	}

	#SOLUTION .why-info {
		border: 3px solid #219653 !important;
	}

	#FIELD .field-block {
		padding: 20px 0px !important;
		font-size: 14px !important;
	}
	#FIELD .field-block .field-title-left, #FIELD .field-block .field-title-right {
		position: unset !important;
		margin: -40px auto 20px auto;
    	width: 80%;
		font-size: 14px !important;
	}
	#FIELD .field-block .field-img {
		width: 120px !important;
		height: 120px !important;
	}
}
@media (min-width: 769px){
	#BENEFITS .benefits-content {
		margin-top: 100px;
	}
	#BENEFITS .hero img {
		width: 100%;
		float: right;
	}
	#BENEFITS .doanhthu {
		margin-top: 50px;
	}
	#BENEFITS .chart-split{
        border-left: 2px solid #cecece; 
		border-right: 2px solid #cecece;
    }

	#DIAGRAM .diagram-content {
		font-size: 16px;
		font-weight: bold;
	}
}

#BENEFITS .doanhthu {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 5px 10px 20px #cecece;
}
#BENEFITS .chart-block {
	margin: 40px 0;
}
#BENEFITS .chart-block>div:first-child {
	width: 160px;
}
#BENEFITS .chart-block .chart-name {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
#BENEFITS .chart-block .chart-counter {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
}
#BENEFITS .chart-block .chart-percent {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #cecece;
	margin-left: 10px;
}

#DIAGRAM .diagram-block {
    border-radius: 20px;
    width: 100%;
    position: relative;
}
#DIAGRAM .diagram-block img {
	margin: 0 auto;
	width: 420px;
}

#REGIST-BOOK .regist-book-block {
	background-color: #333333;
	border-radius: 20px;
	padding: 40px;
	color: #fff;
	margin-top: 80px;
}
#REGIST-BOOK .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
#REGIST-BOOK .content {
    margin-bottom: 20px;
}
#REGIST-BOOK .diagram-block {
	border-radius: 10px;
	display: inline-block;
	height: auto;
    padding: 10px 20px;
	background-color: #333333;
}
#REGIST-BOOK .diagram-block img {
	height: 100px;
	margin-right: 20px;
	float: left;
}
#REGIST-BOOK .diagram-block span:last-child {
	font-weight: 100;
    font-size: 16px;
}

#SOLUTION .diagram-block {
	display: flex;
	max-width: 100%;
	width: 400px;
	margin: 30px auto 0 auto;
}
#SOLUTION .diagram-block img {
	width: 100%;
	max-width: 100%;
	border-radius: 20px;
}
#SOLUTION .diagram-content {
	width: 400px;
	max-width: 100%;
	margin: 10px auto 0 auto;
	line-height: 25px;
}
#SOLUTION .diagram-content span:first-child {
	font-weight: bold;
}
#SOLUTION .diagram-content span:last-child {
	font-weight: 100;
}
#SOLUTION .why-choose {
	border-width: 2px;
	border-radius: 20px;
	margin: 50px 0;
	padding: 20px;
}
#SOLUTION .why-choose>div:first-child {
	text-align: center;
}
#SOLUTION .why-choose>div:first-child span {
	font-size: 26px;
    font-weight: bold;
}
#SOLUTION .why-choose>div:first-child img {
	width: 100%;
}

#SOLUTION .why-info {
	width: 180px;
	max-width: 100%;
	height: 180px;
	border: 8px solid #219653;
	border-radius: 1000px;
	text-align: center;
	padding: 32px 15px;
	margin: 20px auto 0 auto;
}
#SOLUTION .why-info span:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
}
#SOLUTION .why-info span:nth-child(3) {
	font-size: 42px;
	font-weight: bold;
	color: #219653;
}
#SOLUTION .why-info span:nth-child(5) {
	font-size: 16px;
}

#FIELD .field-block {
	margin-top: 60px;
	position: relative;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFF;
}
#FIELD .field-block .field-title-left, #FIELD .field-block .field-title-right {
	position: absolute;
	border-radius: 10px;
	background-color: #FFF;
	padding: 5px 20px;
	font-size: 20px;
	font-weight: bold;
}
#FIELD .field-block .field-title-left {
	top: -23px;
	left: 30px;
}
#FIELD .field-block .field-title-right {
	top: -23px;
	right: 30px;
}

#FIELD .field-block .field-img {
	border: 3px solid #219653;
	width: 150px;
	display: flex;
	border-radius: 1000px;
	margin: 0 auto 5px auto;
}
#FIELD .field-block .field-content {
	height: 50px;
}
