.solution-desc .solution-text p {
	font-size: 18px;
	line-height: 32px;text-indent: 36px;
}
.ricebran-process {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.ricebran-process .cpo-left {
	width: 50%;
	margin-right: 70px;
	position: relative
}
.ricebran-process .cpo-right {
	width: 50%
}
.ricebran-process .cpo-left img {
	border-radius: 50%
}
.ricebran-process ul {
	width: 60%;
	max-width: 300px;
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: 2
}
.ricebran-process ul li {
	display: inline-block;
	width: 100%;
	height: 56px;
	background: var(--white);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	font-size: 18px;
	color: var(--fttcolor);
	text-align: center;
	border-radius: 15px;
	
	line-height: 36px;
	padding: 8px 35px;
	margin-bottom: 20px
}
.ricebran-process ul li:last-child {
	margin-bottom: 0
}
.ricebran-process .cpo-right>span {
	display: block;
	font-size: 20px;
	color: var(--bgcolor);
	
}
.ricebran-process h2 {
	
	font-size: 32px;
	color: var(--fttcolor);
	margin: 8px 0 13px
}
.ricebran-process p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px
}
.ricebran-process p span {
	
}
.ricebran-process .cpo-right>a {
	margin-top: 25px
}
.ricebran-solution {
	width: 100%;
	background: url("/static/images/solution-single/ricebran/ricebran-solution-bg.webp") no-repeat;
	background-size: 100% 100%
}
.ricebran-solution h2 {
	color: var(--white)
}
.ricebran-solution .main {
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	margin-top: 60px
}
.ricebran-solution .main ul {
	width: 55%;
	max-width: 770px
}
.ricebran-solution .main ul li {
	display: none
}
.ricebran-solution .main ul li:first-child {
	display: block
}
.ricebran-solution .main ul li img {
	border-top-left-radius: 30px
}
.ricebran-solution .main ul li p {
	height: 229px;
	padding: 20px 50px 40px 40px;
	background: #f6f6f6;
	border-bottom-left-radius: 30px;
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px
}
.ricebran-solution .main ol {
	width: 47%
}
.ricebran-solution .main ol li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 50px 58px 72px;
	border-bottom: 1px solid #e1e1e1;
	background: var(--white);
	cursor: pointer
}
.ricebran-solution .main ol li:first-child {
	border-top-right-radius: 30px
}
.ricebran-solution .main ol li:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 30px
}
.ricebran-solution .main ol li h3 {
	
	font-size: 28px;
	color: var(--fttcolor);
	margin-bottom: 15px
}
.ricebran-solution .main ol li p {
	font-size: 16px;
	color: var(--fttcolor)
}
.ricebran-solution .main ol li img {
	width: 80%
}
.ricebran-solution .main ol li.ricebranActive {
	background: var(--bgshadowcolor)
}
.ricebran-solution .main ol li.ricebranActive h3, .ricebran-solution .main ol li.ricebranActive p {
	color: var(--white)
}
.ricebran-solution .main ol li.ricebranActive img:first-child, .ricebran-solution .main ol li img:last-child {
	display: none
}
.ricebran-solution .main ol li.ricebranActive img:last-child {
	display: block
}
.strength {
	background: var(--white)
}
.strength {
	flex-wrap: wrap
}
.strength ul {
	right: unset;
	left: -110px
}
.strength ul li {
	padding: 0;
	line-height: 56px
}
.strength .cpo-left {
	width: 38%;
	order: 2;
	margin-right: 0
}
.strength .cpo-right {
	width: 45%;
	margin-right: 120px;
	padding-top: 117px
}

@media(min-width:768px) and (max-width:1440px) {
.solution-desc .solution-text p {
	font-size: 20px;
	line-height: 26px
}
.ricebran-solution h2 {
	font-size: 36px
}
.ricebran-solution .main ol li {
	padding: 25px 45px 35px 60px
}
.ricebran-solution .main ol li p {
	line-height: 22px
}
}

@media(min-width:768px) and (max-width:1260px) {
.ricebran-solution .main ul li p {
	padding: 20px 50px 25px 40px;
	font-size: 16px;
	line-height: 20px
}
.ricebran-solution .main ol li {
	padding: 25px 35px 32px 45px
}
}

@media(min-width:768px) and (max-width:1024px) {
.ricebran-solution h2 {
	font-size: 30px
}
.ricebran-solution .main ol li h3 {
	font-size: 24px;
	margin-bottom: 10px
}
}

@media screen and (max-width:768px) {
.ricebran-solution {
	padding-left: 15px;
	padding-right: 15px
}
.ricebran-solution .main {
	margin-top: 30px;
	flex-wrap: wrap
}
.ricebran-solution .main ul, .ricebran-solution .main ol {
	width: 100%
}
.ricebran-solution .main ul {
	order: 2;
	margin-top: 25px
}
.ricebran-solution .main ol li {
	padding: 15px
}
.ricebran-solution .main ol li h3 {
	font-size: 18px;
	margin-bottom: 6px
}
.ricebran-solution .main ol li p {
	line-height: 21px;
	font-size: 14px
}
.ricebran-solution .main ul li p {
	height: auto;
	padding: 16px 15px 25px;
	border-bottom-left-radius: 30px;
	font-size: 16px;
	line-height: 24px;
	text-indent: 32px;
}
.ricebran-solution .main ol li:first-child, .ricebran-solution .main ul li img {
	border-radius: 10px 10px 0 0
}
.ricebran-solution .main ol li:last-child, .ricebran-solution .main ul li p {
	border-radius: 0 0 10px 10px
}
.ricebran-solution .main ol li img{
    width: 50%;
}
.ricebran-solution .main ol li:last-child img{
    width: 65%;
}
.ricebran-process {
	flex-wrap: wrap
}
.ricebran-process .cpo-left {
	width: 100%;
	margin-right: 0
}
.ricebran-process ul {
	width: 40%;
	bottom: 15px;
	max-width: unset
}
.ricebran-process ul li {
	height: 35px;
	font-size: 14px;
	border-radius: 8px;
	line-height: 35px;
	padding: 0
}
.ricebran-process .cpo-right {
	width: 100%;
	padding-top: 20px;
	margin-right: 0;
	order: 2
}
.ricebran-process .cpo-right>span {
	font-size: 16px
}
.ricebran-process h2 {
	font-size: 20px;
	margin: 5px 0 10px
}
.ricebran-process p {
	font-size: 16px;
	line-height: 24px;
	text-indent: 32px;
}
.ricebran-process .cpo-right>a {
	width: 45%;
	font-size: 16px;
	margin: 20px auto 0
}

.strength ul {
	left: unset;
	right: 0
}
.strength ul li {
	margin-bottom: 15px
}
.strength .bottom {
	padding: 20px 15px;
	margin-top: 30px
}
.strength .bottom h2 {
	width: 100%;
	max-width: unset;
	font-size: 20px;
	line-height: 24px;
	background-size: 100% 100%;
	margin-bottom: 15px
}
}
