:root {
	--white: #ffffff;
	--main: #005a36;
	--black: #565656;
	--grey: #7e7e7e;
}

@font-face {
	font-family: 'scHei-regular';
	src: url('../fonts/scHei-R.otf');
}

@font-face {
	font-family: 'scHei-bold';
	src: url('../fonts/scHei-B.otf');
}

@font-face {
	font-family: 'bebas';
	src: url('../fonts/bebas.otf');
}


* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	position: relative;
}

body {
	font-size: 16px;
	font-family: "scHei-regular";
	font-style: normal;
	line-height: unset;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

ul,
dl,
p {
	margin-bottom: 0;
}

a,
a:visited,
a:link,
a:hover {
	text-decoration: none;
}


.line-limit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

[line-clamp='1'] {
	-webkit-line-clamp: 1;
}

[line-clamp='2'] {
	-webkit-line-clamp: 2;
}

[line-clamp='3'] {
	-webkit-line-clamp: 3;
}

[line-clamp='4'] {
	-webkit-line-clamp: 4;
}

[line-clamp='5'] {
	-webkit-line-clamp: 5;
}


.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	/* display: none; */
	color: var(--white);
}

.thumb-img {
	overflow: hidden;
}

.thumb-img img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.thumb-img:hover img,
a:hover .thumb-img img {
	transform: scale(1.08, 1.08);
}

.section-padding-large {
	padding: 120px 0;
}

.section-padding {
	padding: 80px 0;
}

/* The main style */
.flex-position {
	position: relative;
	width: 100%;
	z-index: 998;
}

.flex-fixed-position {
	position: fixed;
}

.flex-sticky-position,
.flex-position-bg {
	background-color: var(--main);
}

.flex-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	padding: 20px 0;
	transition: .5s;
}

.logo a,
.logo a img {
	display: block;
}

.logo a img {
	transition: .5s;
}

.logo a img.no-hover{
	display: block;
}

.logo a img.hover{
	display: none;
}

.flex-sticky-position .logo a img.no-hover, .flex-position-bg .logo a img.no-hover{
	display: none;
}

.flex-sticky-position .logo a img.hover, .flex-position-bg .logo a img.hover{
	display: block;
}

.nav-ul {
	display: flex;
	align-items: center;
}

.nav-ul li.nav-ul-child {
	position: relative;
}

.nav-ul li.nav-ul-child a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: var(--white);
	padding: 20px;
}

.nav-ul li.nav-ul-child a span.arrow{
	display: none;
}

.nav-ul li.nav-ul-child.active a {
	color: #fbf621;
}

.nav-ul li.nav-ul-child .nav-child-ul {
	position: absolute;
	top: calc(100% + 20px);
	background-color: var(--main);
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.nav-ul li.nav-ul-child:hover .nav-child-ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.nav-ul li.nav-ul-child .nav-child-ul li.nav-child-li a {
	font-size: 16px;
	white-space: nowrap;
	padding: 10px 20px;
}

.nav-ul li.nav-ul-child.active .nav-child-ul li.nav-child-li a {
	color: var(--white);
}

.nav-ul li.nav-ul-lang {
	display: flex;
	align-items: center;
}

.nav-ul li.nav-ul-lang a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 10px;
	opacity: .5;
}

.nav-ul li.nav-ul-lang a.active {
	opacity: 1;
}

.nav-ul li.nav-ul-lang a::before {
	content: "";
	display: block;
	width: 20px;
	border-top: 1px solid var(--white);
	margin-right: 5px;
}

.flex-sticky-position .logo {
	padding: 10px 0;
}

.flex-sticky-position .logo a img {
	max-height: 60px;
}

.scroll-banner-swiper {
	width: 100%;
	height: 100vh;
}

.scroll-banner-swiper .banner-item {
	position: relative;
}

.scroll-banner-swiper .banner-item a{
	display: block;
}

.scroll-banner-swiper .banner-item .banner-item-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	color: var(--white);
}

.scroll-banner-swiper .banner-item .banner-item-text .title {
	font-size: 60px;
	font-weight: bold;
}

.scroll-banner-swiper .banner-item .banner-item-text .desc {
	font-size: 20px;
	padding: 50px 0;
}

.scroll-banner-swiper .banner-item .banner-item-text .more span {
	display: inline-block;
	background-color: var(--white);
	color: var(--black);
	padding: 10px 30px;
	border-radius: 30px;
}

.swiper-pagination-container {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	z-index: 996;
}

.swiper-pagination-container .swiper-pagination {
	position: initial;
	text-align: left;
}

.swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	border-radius: 3px;
	background-color: var(--white);
}

.swiper-pagination-container .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 20px;
}

.swiper-buttons-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 996;
}

.swiper-buttons-container .swiper-button-prev,
.swiper-buttons-container .swiper-button-next {
	position: initial;
	margin-top: 0;
	background-color: var(--white);
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.swiper-buttons-container .swiper-button-prev::after,
.swiper-buttons-container .swiper-button-next::after {
	font-size: 20px;
	color: var(--grey);
	text-align: center;
}

.swiper-buttons-container .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.swiper-buttons-container .container::after {
	position: absolute;
	right: 65px;
	top: 50%;
	transform: translate(0, -50%);
	content: "";
	border-left: 1px solid #ececec;
	height: 20px;
	z-index: 998;
}

.stroke-font {
	font-family: 'scHei-bold';
	background-clip: text;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #e6e6e6;
	text-transform: uppercase;
}

.stroke-font-uppercase {
	text-transform: uppercase;
}

.stroke-font-nowrap {
	white-space: nowrap;
}

.topic-bg-title {
	position: relative;
	font-size: 100px;
	line-height: 100px;
}

.topic-bg-title .name {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'scHei-bold';
	font-size: 36px;
	line-height: 100px;
	color: var(--black);
}

.more-btn a {
	display: inline-block;
	color: var(--black);
	border-radius: 30px;
	padding: 10px 30px;
}

.bg-grey {
	background-color: #fbfbfb;
}

.bg-page-grey {
	background-color: #f7f7f7;
}

.static-banner {
	position: relative;
}

.static-banner img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.static-banner .banner-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: var(--white);
}

.index-about .about-desc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-about .about-desc .about-title,
.index-about .about-desc .about-description {
	width: 50%;
}

.index-about .about-thumbs-display {
	position: relative;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.index-about .about-thumbs-display img {
	display: block;
	width: 100%;
}

.index-about .about-thumbs-display .thumb-1 {
	width: 40%;
	margin-top: 50px;
}

.index-about .about-thumbs-display .thumb-2 {
	width: 35%;
}

.index-about .about-thumbs-display .thumb-3 {
	width: 20%;
	margin-top: 150px;
}

.index-about .about-paragh {
	padding-top: 80px;
}

.index-about .about-paragh .title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.index-about .about-paragh .desc {
	color: var(--grey);
}

.index-about .more-btn {
	text-align: center;
	margin-top: 50px;
}

.index-about .more-btn a {
	border: 1px solid #ececec;
	border-radius: 30px;
}

.index-about .about-video {
	margin: 120px 0;
}

.showVideoArea {}

.showVideo {
	position: relative;
	margin: 0 auto;
}

.showVideo video {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	outline: none;
}

.showVideo .playMask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	cursor: pointer;
}

.showVideo .playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	transition: .5s;
	z-index: 996;
}

.showVideo .playBtn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-left: 28px solid #ffffff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin-left: 5px;
}

.index-about .about-scroll-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-about .about-scroll-data .item-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
	border: 1px solid #ececec;
	border-radius: 50%;
	transition: .5s;
}

.index-about .about-scroll-data .item-data .count {
	color: var(--main);
}

.index-about .about-scroll-data .item-data .count .num {
	font-family: 'bebas';
	font-size: 80px;
}

.index-about .about-scroll-data .item-data .desc {
	text-align: center;
}

.index-about .about-scroll-data .item-data:hover {
	background-color: var(--main);
	border-color: var(--main);
	transform: translateY(-20px);
}

.index-about .about-scroll-data .item-data:hover .count,
.index-about .about-scroll-data .item-data:hover .desc {
	color: var(--white);
}

.index-layout .topic-bg-title .stroke-font {
	letter-spacing: -9px;
}

.index-layout .topic-bg-title .name,
.index-series .topic-bg-title .name {
	left: 50%;
	transform: translateX(-50%);
}

.index-layout .layout-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 30px;
}

.index-layout .layout-grid .item-layout {
	position: relative;
	width: calc((100% - 50px) / 2);
	margin-bottom: 50px;
}

.index-layout .layout-grid .item-layout:not(:nth-child(2n)) {
	margin-right: 50px;
}

.index-layout .layout-grid .item-layout .thumb-arrow {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/icon-arrow-right.png) no-repeat center center;
	background-size: 20px;
}

.index-layout .layout-grid .item-layout .thumb-desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: var(--white);
	padding: 10px 20px;
}

.index-layout .layout-grid .item-layout .thumb-desc .cn-text {
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}

.index-layout .more-btn a {
	background-color: var(--main);
	color: var(--white);
}

.index-series {
	padding-top: 80px;
}

.scroll-layout-swiper {
	margin-top: 50px;
	position: relative;
}

.scroll-layout-swiper .layout-item {
	position: relative;
	display: block;
	color: var(--white);
	z-index: 1;
}

.scroll-layout-swiper .layout-item .layout-desc {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	padding: 0 30px;
}

.scroll-layout-swiper .layout-item .layout-desc .title,
.scroll-layout-swiper .layout-item .layout-desc .subtitle {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.scroll-layout-swiper .layout-item .layout-desc .desc {
	margin: 0 0 50px;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.scroll-layout-swiper .layout-item:hover .layout-desc .desc {
	margin-top: 30px;
	max-height: 100px;
	visibility: visible;
	opacity: 1;
}

.scroll-layout-swiper .layout-item .layout-desc .line {
	width: 30px;
	border: 2px solid var(--white);
}

.scroll-layout-swiper .swiper-button-prev,
.scroll-layout-swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 30px;
	z-index: 996;
}

.scroll-layout-swiper .swiper-button-prev::after,
.scroll-layout-swiper .swiper-button-next::after {
	font-size: 30px;
	color: #000000;
}

.scroll-layout-swiper .swiper-button-prev:hover::after,
.scroll-layout-swiper .swiper-button-next:hover::after {
	color: var(--white);
}

.index-news .flex-news-topic {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-news-list {
	display: flex;
	padding: 50px 0 20px;
}

.index-news-list .item-news {
	width: 33.333333%;
	padding: 50px 30px;
	border-right: 1px solid #ececec;
}

.index-news-list .item-news:first-of-type {
	border-left: 1px solid #ececec;
}

.index-news-list .item-news .title {
	font-size: 24px;
	font-weight: bold;
	color: var(--black);
}

.index-news-list .item-news .desc {
	margin: 20px 0;
	color: var(--grey);
}

.index-news-list .item-news .thumb-arrow img {
	display: block;
	max-width: 30px;
	margin-top: 30px;
}

.list-partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}

.list-partners a {
	display: block;
	width: calc((100% - 180px) / 4);
	border: 1px solid #ececec;
	margin-bottom: 30px;
}

.list-partners a:not(:nth-child(4n)) {
	margin-right: 60px;
}

.list-partners a img {
	display: block;
	width: 100%;
}

/* Page */
.page {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page li,
.page li a {
	display: block;
}

.page li:not(:last-child) {
	margin-right: 10px;
}

.page li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--black);
	border: 1px solid #ececec;
}

.page li.active a,
.page li:hover a {
	background-color: var(--main);
	border: 1px solid var(--main);
	color: var(--white);
}

.list-flag-news {
	position: relative;
	margin-top: -120px;
}

.list-flag-news a {
	display: flex;
	align-items: center;
	background-color: var(--white);
}

.list-flag-news .thumb-img,
.list-flag-news .thumb-desc {
	width: 50%;
}

.list-flag-news .thumb-desc {
	padding: 50px;
}

.list-flag-news .thumb-desc .title {
	font-size: 30px;
	font-weight: bold;
	color: var(--black);
	padding: 20px 0;
}

.list-flag-news .thumb-desc .desc {
	line-height: 30px;
	color: var(--grey);
}

.list-flag-news .thumb-desc .date {
	color: var(--grey);
}

.list-flag-news .thumb-desc .more-btn {
	color: var(--grey);
	margin-top: 50px;
}

.list-news {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

.list-news .item-news {
	background-color: var(--white);
	width: calc((100% - 100px) / 3);
	margin-bottom: 50px;
	padding: 30px;
}

.list-news .item-news:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.list-news .item-news:not(:nth-child(3n)) {
	margin-right: 50px;
}

.list-news .item-news .thumb-desc {}

.list-news .item-news .thumb-desc .title {
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
}

.list-news .item-news .thumb-desc .desc {
	color: var(--grey);
	margin: 20px 0;
}

.list-news .item-news .thumb-arrow img {
	display: block;
	max-width: 30px;
	margin-top: 30px;
}

.section-list-news .page {
	margin: 30px 0 80px;
}

.show-news-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.show-news-container .news-detail {
	background-color: var(--white);
	width: calc(70% - 30px);
	padding: 50px 30px;
}

.show-news-container .news-detail .title {
	font-size: 28px;
	color: var(--black);
	text-align: center;
}

.show-news-container .news-detail .date {
	padding: 20px 0;
	color: var(--black);
	text-align: center;
	border-bottom: 1px solid #ececec;
}

.show-news-container .news-detail .content {
	margin-top: 20px;
}

.show-news-container .news-detail .content img {
	display: block;
	width: 100%;
}

.show-news-container .news-detail .related-links {
	padding-top: 30px;
}

.show-news-container .news-detail .related-links p:not(:last-child) {
	margin-bottom: 10px;
}

.show-news-container .news-detail .related-links a {
	color: var(--black);
}

.show-news-container .news-detail .related-links span {
	margin-right: 20px;
}

.show-news-container .news-area {
	background-color: var(--white);
	width: 30%;
	padding: 50px 30px;
}

.show-news-container .news-area .news-topic-title {
	font-size: 20px;
	color: var(--black);
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.show-news-container .news-area .news-recent .news-list {
	padding: 30px 0 0;
}

.show-news-container .news-area .news-recent .news-list .item {
	display: flex;
	justify-content: space-between;
	color: var(--black);
}

.show-news-container .news-area .news-recent .news-list .item:not(:last-child) {
	margin-bottom: 30px;
}

.show-news-container .news-area .news-recent .news-list .item .thumb-img {
	width: 40%;
}

.show-news-container .news-area .news-recent .news-list .item .thumb-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(60% - 10px);
}

.show-news-container .news-area .news-recent .news-list .item .thumb-desc .title {
	line-height: 20px;
}

.show-news-container .news-area .news-recent .news-list .item .thumb-desc .date {
	font-size: 14px;
}

.section-page-desc {
	font-size: 20px;
	color: #1f1f1f;
	text-align: center;
	padding: 80px;
}

.section-list-feed .item-feed {
	margin-bottom: 80px;
}

.section-list-feed .item-feed .grid-thumb-desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--white);
}

.section-list-feed .item-feed .grid-thumb-desc .thumb-img,
.section-list-feed .item-feed .grid-thumb-desc .thumb-desc {
	width: 50%;
}

.section-list-feed .item-feed .grid-thumb-desc .thumb-desc {
	padding: 0 80px;
}

.section-list-feed .item-feed .grid-thumb-desc .thumb-desc .title {
	font-size: 40px;
	font-weight: bold;
	color: var(--balck);
}

.section-list-feed .item-feed .grid-thumb-desc .thumb-desc .title::after {
	content: "";
	display: block;
	width: 60px;
	border-top: 3px solid var(--main);
	margin: 20px 0;
}

.section-list-feed .item-feed .grid-thumb-desc .thumb-desc .desc {
	line-height: 30px;
}

.section-list-feed .item-feed .grid-thumb-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.section-list-feed .item-feed .grid-thumb-list .item-thumb {
	width: calc((100% - 90px) / 4);
}

.section-list-feed .item-feed .grid-thumb-list .item-thumb:not(:nth-child(4n)) {
	margin-right: 30px;
}

.section-list-feed .item-feed .grid-thumb-list .item-thumb img {
	display: block;
	width: 100%;
}

.list-slaughter .item-slaughter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 80px;
}

.list-slaughter .item-slaughter:nth-child(odd) {
	flex-direction: row-reverse;
}

.list-slaughter .item-slaughter:nth-child(odd) .thumb-img {
	width: 40%;
}

.list-slaughter .item-slaughter:nth-child(odd) .thumb-desc {
	width: 60%;
	padding-right: 120px;
	line-height: 30px;
}

.list-slaughter .item-slaughter:nth-child(even) {
	flex-direction: row;
}

.list-slaughter .item-slaughter:nth-child(even) .thumb-img {
	width: 60%;
}

.list-slaughter .item-slaughter:nth-child(even) .thumb-desc {
	width: 40%;
	padding-left: 60px;
	line-height: 30px;
}

.list-slaughter .item-slaughter .thumb-desc .title {
	font-size: 40px;
	font-weight: bold;
	color: var(--balck);
}

.list-slaughter .item-slaughter .thumb-desc .title::after {
	content: "";
	display: block;
	width: 30px;
	border-top: 3px solid var(--main);
	margin: 30px 0;
}

.list-slaughter-thumb {
	padding: 30px 0 0;
}

.list-slaughter-thumb .topic-bg-title .name {
	left: 50%;
	transform: translateX(-50%);
}

.list-slaughter-thumb .scroll-slaughter-swiper {
	margin-top: 50px;
}

.list-slaughter-thumb .scroll-slaughter-swiper p {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 30px;
}

.list-slaughter-thumb .scroll-slaughter-swiper .swiper-buttons {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	padding: 15px 20px;
	z-index: 996;
}

.list-slaughter-thumb .scroll-slaughter-swiper .swiper-buttons::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 20px;
	border-left: 1px solid #dfdfdf;
}

.list-slaughter-thumb .scroll-slaughter-swiper .swiper-button-prev,
.list-slaughter-thumb .scroll-slaughter-swiper .swiper-button-next {
	position: initial;
	margin-top: 0;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.list-slaughter-thumb .scroll-slaughter-swiper .swiper-button-prev::after,
.list-slaughter-thumb .scroll-slaughter-swiper .swiper-button-next::after {
	font-size: 30px;
	color: var(--black);
}

.section-breeding .topic-title,
.section-processing .topic-title {
	font-size: 50px;
	font-weight: bold;
	color: var(--black);
	text-align: center;
}

.section-breeding .topic-title::after,
.section-processing .topic-title::after {
	content: "";
	display: block;
	width: 50px;
	border-top: 2px solid var(--main);
	margin: 20px auto;
}

.section-breeding .topic-desc,
.section-processing .topic-desc {
	line-height: 30px;
	padding: 0 30px;
}

.list-breeding-thumbs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.list-breeding-thumbs .item-breeding {
	width: calc((100% - 20px) / 3);
}

.list-breeding-thumbs .item-breeding:not(:last-child) {
	margin-right: 10px;
}

.list-breeding-thumbs .item-breeding p {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

.list-breeding-show {
	margin-top: 50px;
}

.list-breeding-show .scroll-breeding-swiper p {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}

.list-breeding-show .scroll-breeding-swiper .swiper-slide {
	width: 50%;
}

.list-breeding-show .scroll-breeding-swiper .swiper-slide .item-breeding-thumb {
	transform: scale(0.8);
}

.list-breeding-show .scroll-breeding-swiper .swiper-slide-active .item-breeding-thumb,
.list-breeding-show .scroll-breeding-swiper .swiper-slide-duplicate-active .item-breeding-thumb {
	transform: scale(1);
}

.list-breeding-show .scroll-breeding-swiper .swiper-button-prev,
.list-breeding-show .scroll-breeding-swiper .swiper-button-next {
	margin-top: -40px;
	text-align: center;
}

.list-breeding-show .scroll-breeding-swiper .swiper-button-prev {
	left: calc(20% + 20px);
}

.list-breeding-show .scroll-breeding-swiper .swiper-button-next {
	right: calc(20% + 20px);
}

.list-breeding-show .scroll-breeding-swiper .swiper-button-prev::after,
.list-breeding-show .scroll-breeding-swiper .swiper-button-next::after {
	font-size: 32px;
	font-weight: bold;
	color: var(--black);
}

.processing-banner {
	margin-top: 80px;
}

.processing-banner img {
	display: block;
	width: 100%;
}


.list-processing-thumbs {
	margin-top: 80px;
}

.list-processing-thumbs .topic-bg-title .name {
	left: 50%;
	transform: translateX(-50%);
}

.list-processing-thumbs .processing-thumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}

.list-processing-thumbs .processing-thumbs .item {
	display: block;
	width: calc((100% - 90px) / 4);
	margin-bottom: 30px;
}

.list-processing-thumbs .processing-thumbs .item:not(:nth-child(4n)) {
	margin-right: 30px;
}

.list-processing-thumbs .processing-thumbs .item .title {
	font-size: 20px;
	text-align: center;
	color: var(--black);
	padding: 20px 0;
}

.layout-index {
	display: flex;
	flex-wrap: wrap;
}

.layout-index .item-layout {
	display: block;
	background-color: var(--white);
	width: calc((100% - 50px) / 2);
	margin-bottom: 50px;
	padding: 20px;
}

.layout-index .item-layout:not(:nth-child(2n)) {
	margin-right: 50px;
}

.layout-index .item-layout .thumb-desc {
	padding: 50px 30px;
}

.layout-index .item-layout .thumb-desc .title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: var(--black);
}

.layout-index .item-layout .thumb-desc .title::after {
	content: "";
	display: block;
	width: 30px;
	border-top: 2px solid var(--main);
	margin: 20px auto;
}

.layout-index .item-layout .thumb-desc .desc {
	text-align: center;
	color: var(--grey);
	line-height: 30px;
}

.section-jobs-list {
	position: relative;
	margin-top: -110px;
	margin-bottom: 80px;
	background-color: var(--white);
	padding: 50px;
}

.grid-table {}

.grid-line-th {
	display: flex;
	align-items: center;
	background-color: var(--main);
	border-radius: 10px;
}

.grid-line-th .line-th {
	width: calc(100% / 6);
	font-size: 18px;
	text-align: center;
	color: var(--white);
	line-height: 60px;
}

.grid-line-tr {
	border: 1px solid #dfdfdf;
	border-radius: 10px;
}

.grid-line-tr:not(:last-child) {
	margin-bottom: 30px;
}

.grid-line-tr.open {
	border: 0;
	margin-bottom: 0;
}

.grid-line-tr .item-row {
	display: flex;
	align-items: center;
}

.grid-line-tr .item-row .row-th {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 6);
	text-align: center;
	line-height: 60px;
}

.grid-line-tr .item-row .row-th span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #565656;
	border-radius: 50%;
}

.grid-line-tr.open .item-row .row-th span {
	background-color: var(--main);
}

.grid-line-tr .item-row .row-th span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	margin-left: -2px;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--white);
	border-left: 0;
	border-bottom: 0;
	transition: .5s;
}

.grid-line-tr.open .item-row .row-th span::after {
	border: 1px solid var(--white);
	border-top: 0;
	border-right: 0;
	margin-left: 0;
	margin-top: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.grid-line-tr .item-desc {
	margin: 0 50px;
	height: 0;
	overflow: hidden;
	transition: .5s;
}

.grid-line-tr.open .item-desc {
	height: auto;
	border-top: 1px solid #dfdfdf;
	padding: 50px 0;
}

.list-thumb-idea .item-idea {
	display: flex;
	align-content: center;
	background-color: var(--white);
}

.list-thumb-idea .item-idea:nth-child(even) {
	flex-direction: row-reverse;
}

.list-thumb-idea .item-idea:not(:last-child) {
	margin-bottom: 50px;
}

.list-thumb-idea .item-idea .thumb-img,
.list-thumb-idea .item-idea .thumb-desc {
	width: 50%;
}

.list-thumb-idea .item-idea .thumb-img {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	min-height: 450px;
}

.list-thumb-idea .item-idea .thumb-img img {
	display: none;
}

.list-thumb-idea .item-idea .thumb-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
}

.list-thumb-idea .item-idea .thumb-desc .title {
	font-size: 40px;
	font-weight: bold;
}

.list-thumb-idea .item-idea .thumb-desc .desc {
	line-height: 30px;
	padding: 20px 0 0;
}

.flex-contact-map {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: var(--main);
	margin-top: -80px;
	margin-bottom: 80px;
}

.flex-contact-map .thumb,
.flex-contact-map .content {
	width: 50%;
}

.flex-contact-map .thumb img {
	display: block;
	width: 100%;
}

.flex-contact-map .content {
	padding: 0 80px;
}

.flex-contact-map .content .title {
	font-size: 40px;
	font-weight: bold;
	color: var(--white);
	margin-bottom: 30px;
}

.flex-contact-map .content .icon {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
	color: var(--white);
}

.flex-contact-map .content .icon:not(:last-child) {
	margin-bottom: 20px;
}

/* Form */

.form-elements {
	background-color: var(--white);
	padding: 60px 50px;
	margin-bottom: 80px;
}

.form-elements .form-title {
	font-size: 40px;
	/* font-weight: bold; */
	text-align: center;
	margin-bottom: 50px;
}

.form-elements form {
	display: block;
}

.form-elements .form-line {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.form-elements .form-line input,
.form-elements .form-line textarea,
.form-elements .form-line button {
	outline: none;
}

.form-elements .form-line input,
.form-elements .form-line textarea {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	padding: 10px 20px;
}

.form-elements .form-line input:not(:last-child) {
	margin-right: 30px;
}

.form-elements .form-line-left {
	justify-content: flex-start;
}

.form-elements .form-line-center {
	justify-content: center;
}

.form-elements .form-line-right {
	justify-content: flex-end;
}

.form-elements .form-line button {
	display: block;
	width: 50%;
	background-color: var(--main);
	color: var(--white);
	padding: 10px;
	border: 1px solid var(--main);
}

.list-culture {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin-top: -80px;
	margin-bottom: 80px;
}

.list-culture .item-culture {
	background-color: var(--white);
	width: calc((100% - 60px) / 3);
	padding: 50px;
	transition: .5s;
}

.list-culture .item-culture:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transform: translateY(-20px);
}

.list-culture .item-culture .title {
	font-size: 32px;
	text-align: center;
}

.list-culture .item-culture .title::after {
	content: "";
	display: block;
	width: 30px;
	border-top: 3px solid var(--main);
	margin: 20px auto;
}

.list-culture .item-culture .desc {
	text-align: center;
}

.culture-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--white);
	border-radius: 50px;
}

.culture-logo .thumb {
	width: 70%;
}

.culture-logo .thumb img {
	display: block;
	width: 100%;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.culture-logo .thumb-desc {
	width: 30%;
	padding-left: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.culture-logo .thumb-desc .title {
	font-size: 40px;
	font-weight: bold;
	color: var(--black);
	margin-bottom: 20px;
}

.culture-circle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0;
}

.culture-circle .item-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	background-color: #147e70;
	font-size: 50px;
	font-weight: 300;
	color: var(--white);
	border-radius: 50%;
}

.culture-circle .item-circle:nth-child(even) {
	background-color: #85c226;
}

.about-page-paragh {
	position: relative;
	background-color: var(--white);
	color: var(--black);
	width: 60%;
	padding: 80px 60px;
	margin-left: 40%;
	margin-top: -10%;
	margin-bottom: 120px;
}

.about-page-paragh .title {
	font-size: 36px;
	font-weight: bold;
}

.about-page-paragh .title::after {
	content: "";
	display: block;
	width: 72px;
	border-top: 3px solid var(--main);
	margin: 20px 0;
}

.about-page-paragh .desc {
	line-height: 30px;
}

.about-thumb-paragh {
	position: relative;
}

.about-thumb-paragh .thumb {
	width: 70%;
}

.about-thumb-paragh .thumb img {
	display: block;
	width: 100%;
}

.about-thumb-paragh .thumb-paragh {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background-color: var(--white);
	width: 50%;
	padding: 60px 50px;
}

.about-column-thumb {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin: 120px 0;
}

.about-column-thumb .thumb,
.about-column-thumb .content {
	width: 50%;
	padding-right: 80px;
}

.about-column-thumb .thumb{
	padding-right: 0 ;
}

.about-column-thumb img{
	display: block;
	width: 100%;
}

.about-thumb-paragh .thumb-paragh .title,
.about-column-thumb .content .title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.about-thumb-paragh .thumb-paragh .desc,
.about-column-thumb .content .desc {
	line-height: 30px;
}

.section-honor {
	padding: 120px 0 80px;
}

.scroll-honor-swiper {
	margin-top: 50px;
	padding: 0 0 30px;
}

.scroll-honor-swiper .list-honor {
	display: flex;
	flex-wrap: wrap;
}

.scroll-honor-swiper .list-honor .item {
	width: calc((100% - 100px) / 3);
	padding: 30px;
	border: 1px solid #dfdfdf;
	margin-bottom: 50px;
}

.scroll-honor-swiper .list-honor .item:not(:nth-child(3n)) {
	margin-right: 50px;
}

.scroll-honor-swiper .list-honor .item img {
	display: block;
	width: 100%;
}

.scroll-honor-swiper .swiper-pagination-bullet {
	background-color: #d9d9d9;
	width: 30px;
	height: 5px;
	border-radius: 5px;
	opacity: 1;
}

.scroll-honor-swiper .swiper-pagination-bullet-active {
	background-color: var(--main);
}

.section-history {
	position: relative;
	background-color: var(--white);
	margin-top: -180px;
	margin-bottom: 120px;
	padding: 80px 0;
}

.section-timeline-container{
	position: relative;
	padding: 0 0 120px;
}

.scroll-timeline-wrapper::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	height: 100% ;
	border-left: 1px solid #ececec;
}

.scroll-timeline-wrapper .swiper-slide {
	display: flex;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(odd) {
	justify-content: flex-end;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(even) {
	justify-content: flex-start;
}

.scroll-timeline-wrapper .swiper-slide .item-history {
	width: 50%;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(odd) .item-history {
	padding-left: 40px;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(even) .item-history {
	padding-right: 40px;
}

.scroll-timeline-wrapper .swiper-slide .item-history .topic-bg-title {
	position: relative;
}

.scroll-timeline-wrapper .swiper-slide .item-history .topic-bg-title span.bg-title {
	display: flex;
	justify-content: flex-start;
	font-family: 'bebas';
	font-size: 200px;
	line-height: 200px;
	letter-spacing: 5px;
	white-space: nowrap;
	color: rgba(0, 90, 54, .1);
}

.scroll-timeline-wrapper .swiper-slide .item-history .topic-bg-title span.name {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
	font-family: 'bebas';
	font-size: 40px;
	line-height: 40px;
	color: var(--main);
}

.scroll-timeline-wrapper .swiper-slide .item-history .topic-bg-title span.name::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-52px, -50%);
	width: 10px;
	height: 10px;
	background-color: var(--main);
	border-radius: 50%;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(even) .topic-bg-title span.bg-title {
	justify-content: flex-end;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(even) .item-history .topic-bg-title span.name {
	left: auto;
	right: 8px;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(even) .item-history .topic-bg-title span.name::before {
	left: auto;
	right: 0;
	transform: translate(53px, -50%);
}

.scroll-timeline-wrapper .swiper-slide .item-history .content {
	line-height: 30px;
	color: var(--black);
	margin-top: -60px;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(odd) .item-history .content {
	padding-right: 50px;
}

.scroll-timeline-wrapper .swiper-slide:nth-child(even) .item-history .content {
	text-align: right;
	padding-left: 50px;
}

.section-timeline-container .swiper-button-prev,
.section-timeline-container .swiper-button-next{
	width: 30px ;
	height: 50px ;
	margin-top: 0 ;
	opacity: 1;
	border: 1px solid var(--main);
	border-radius: 30px ;
}

.section-timeline-container .swiper-button-prev.swiper-button-disabled,
.section-timeline-container .swiper-button-next.swiper-button-disabled{
	display: none;
}

.section-timeline-container .swiper-button-prev::after,
.section-timeline-container .swiper-button-next::after{
	display: none;
}

.section-timeline-container .swiper-button-prev {
	background:var(--white) url(../images/icon-timeline-up.png) no-repeat center center;
	background-size: 20px ;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 996;
}

.section-timeline-container .swiper-button-next {
	background:var(--white) url(../images/icon-timeline-down.png) no-repeat center center;
	background-size: 20px ;
	top: calc(100% - 50px);
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 996;
}

/* Footer */

footer {
	background-color: var(--main);
	padding: 80px 0 0px;
}

.flex-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #337b5e;
}

.flex-footer-nav .nav-item .item-title {
	font-size: 24px;
	font-weight: bold;
	color: var(--white);
	margin-bottom: 20px;
}

.flex-footer-nav .nav-item .item-ul p,
.flex-footer-nav .nav-item .item-ul li a {
	line-height: 30px;
	color: var(--white);
}

.flex-footer-nav .nav-item .item-ul.item-qrcode p {
	text-align: center;
}

.flex-footer-nav .nav-item .item-ul.item-qrcode p img {
	display: block;
	max-width: 150px;
	margin-bottom: 10px;
}

.flex-footer-nav .nav-item .social-links {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.flex-footer-nav .nav-item .social-links a:not(:last-child) {
	margin-right: 20px;
}

.flex-footer-nav .nav-item .social-links a img {
	max-width: 40px;
}

.footer-copyright {
	padding-top: 40px;
}

.footer-copyright p,
.footer-copyright p a {
	display: block;
	color: var(--white);
	line-height: 30px;
	text-align: center;
}

/* Go to top */
.gotoTop {
	position: fixed;
	right: 80px;
	bottom: 50px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 998;
	cursor: pointer;
}

.gotoTop.visible {
	visibility: visible;
	opacity: 1;
}

.gotoTop img {
	display: block;
	max-width: 50px;
}
