.about-food .pageDetail {
	padding: 0px 50px;
}

.about-food .pageDetail .avaTar {
	margin: 0px auto 30px;
	text-align: center;
}

.about-food .about .about_title {
    margin: 20px 0px 15px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    color: #00569F;
    text-transform: uppercase;
}

.about-food .about .hr {
    text-align: center;
    width: 150px;
    height: 3px;
    background: #00569f;
    margin: 0px auto 0px;
}

.about-food .pageDetail .avaTar img {
	max-width: 100%;
}

.about-food .pageDetail .detail {
	text-align: justify;
	font-size: 16px;
}

.about-food .detailPage {
	font-size: 16px;
	text-align: justify;
}

.about-food .detailPage img {
	max-width: 100%;
}

.targetF {
    background: #F5FBFF;
    padding: 50px 0px;
    margin-bottom: 50px;
}

.targetF .target .target_title{
    margin: 20px 0px 15px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    color: #00569F;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.targetF .target .hr {
    text-align: center;
    width: 150px;
    height: 3px;
    background: #00569f;
    margin: 0px auto 70px;
}

.targetF .item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(40, 113, 223, 0.10);
    padding: 30px;
    height: 100%;
    margin-bottom: 30px;
}

.targetF .item .image {
    text-align: center;
    margin-bottom: 20px;
}

.targetF .item .image img {
    width: 100px;
    height: 100px;
}

.targetF .item .des {
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

/*iphone*/
@media (max-width: 767px) {
    .about-food .pageDetail {
    	padding: 0px!important;
    }

    .about-food .pageDetail .detail {
    	font-size: 16px!important;
    }

    .about-food .pageDetail .detail p {
    	font-size: 16px!important;
    }

    .about-food .detailPage p {
    	font-size: 16px;
    }

    .targetF .item {
        height: auto;
    }

}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
    .about-food .pageDetail {
    	padding: 0px!important;
    }

    .about-food .pageDetail .detail {
    	font-size: 16px!important;
    }

    .about-food .pageDetail .detail p {
    	font-size: 16px!important;
    }

    .about-food .detailPage p {
    	font-size: 16px;
    }
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .about-food .pageDetail {
    	padding: 0px!important;
    }

    .about-food .pageDetail .detail {
    	font-size: 16px!important;
    }

    .about-food .pageDetail .detail p {
    	font-size: 16px!important;
    }

    .about-food .detailPage p {
    	font-size: 16px;
    }

    .targetF .item .image img {
        width: 70px;
        height: 70px;
    }

    .productFood .item a {
        font-size: 16px;
    }
}