.aspect-ratio-img-box {
	width: 100%;
	height: auto;
	aspect-ratio: auto 1/1;
    background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.my-hero-img-setting {
	width: 100%;
	height: auto;
	aspect-ratio: auto 3/2;
    background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}

.container-fluid-shrink {
	max-width: 95%;
}
@media (max-width: 1024px) {
	.container-fluid-shrink {
		max-width: 96%;
	}
}
* {
	-webkit-touch-callout: none;
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;
	/* prevent webkit from resizing text to fit */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* prevent tap highlight color / shadow */
}
.font-default {
	font-family: Arial, Helvetica, sans-serif;
}
/* image */
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	box-sizing: border-box;
	transition: all 280ms ease-in-out;
}

.imgbox__inner-5-5 {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.imgbox__inner-6-9 {
	position: relative;
	width: 100%;
	padding-top: calc(100% * 6 / 9);
}

.imgbox__inner-16-9 {
	position: relative;
	width: 100%;
	padding-top: calc(100% * 9 / 16);
}

.header-info-col.pull-right a,
.header-info-col.pull-right a i {
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}

.header-info-col.pull-right a:hover,
.header-info-col.pull-right a:hover i,
.header-style2 .dd-menu>li.active>a,
.header-style2 .dd-menu>li.active>ul li.active>a {
	color: var(--bs-primary)
}

.footer_widget.widget_links ul li a i {
	display: none;
}

/* .basic-link.readmore{font-size: 18px;font-weight: 500;} */
.job-block {
	min-height: 247px;
	margin-bottom: 20px !important;
}

.job-block:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
	height: 90%;
	background-image: url(../images/deco/bird3.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.3;
}
.accordion-item .accordion-header {
	line-height: 1.8;
}
.accordion-button {
	--bs-accordion-btn-padding-y: 0.8rem;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
}

table>tbody>tr>th,
.table>tbody>tr>th {
	font-weight: 600 !important;
}

.table-responsive {
	width: 100%;
}

.teamimg {
	width: 70px;
	height: 70px;
	background-size: cover;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}

.team>table {
	min-width: 1100px;
	padding: 15px;
}
.accordion .table {
	border: 1px solid #eee;
}
.team tr {
	height: 80px;
}
.accordion .team tr {
	height: auto;
	border-bottom: 1px solid #eee;
}
.accordion .team thead tr {
	border-bottom: 0;
}
.team thead th {
	background-color: #d4e8e3;
}
.team thead th img {
	mix-blend-mode: multiply;
}
.team td,
.team th {
	vertical-align: middle !important;
}

.team td>span {
	vertical-align: top;
	line-height: 70px;
}

.team th:nth-child(n+5),
.team td:nth-child(n+5) {
	text-align: center;
}
.table> :not(caption)>*>* {
	padding: 0.5rem 0.8rem;
}
.accordion .table> :not(caption)>*>* {
	padding: 0.8rem 0.8rem;
}
.table-download {
	background-color: #f9f9f9;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.table-download>.inner-box {
	width: 100%;
}
.table-download table {
	border: 1px solid #e9e9e9;
}
.table-download>.inner-box>table {
	min-width: 300px;
	width: 100%;
}

.table-download>.inner-box>.table tr:first-child td,
.table-download>.inner-box>.table tr th {
	border-top: none;
}

.table-download>.inner-box table td,
.table-download>.inner-box table th {
	/* height: 60px; */
	vertical-align: middle !important;
	border-top: 1px solid #e9e9e9;
	padding: 1rem 1rem;
}
.table-download>.inner-box table tr:nth-child(even) td {
	background-color: #f4f4f4;
}
.heroItem .hero-caption {
	/* position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgb(7 131 101 / 60%);
	color: #fff; */
	padding: 12px 16px;
	font-size: 1.1em;
	white-space: nowrap;
	text-overflow: ellipse;
	display: block;
}
.links .icon-box h3 {
	line-height: 60px;
}
.news-header {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #b2b9ab;
	padding: 24px 40px;
	text-align: center;
}
.post-media img {
	/* width: 90%; */
	margin-bottom: 24px;
}
.news-list .blog-list-item {
    background-color: #ffffff;
    /* border-radius: 10px; */
	padding: 16px;
	overflow: hidden;
	/* box-shadow: 0 0 102px -10px rgba(0, 0, 0, 0.1); */
	border-bottom: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
}
.news-list .row {
	border-top: 1px solid #f4f4f4;
}
.news-list .row>div:nth-child(2n) .blog-list-item {
	border-right: 1px solid #f4f4f4;
}
.news-list .blog-list-item .textbox {
	padding: 18px;
}
.news-list .blog-list-item .col-md-4 {
	text-align: center;
}

.research-list .media-box {
	height: 200px;
	overflow: hidden;
	line-height: 200px;
}

.widget.recent_posts ul li .media-box,
.widget.recent_posts ul li .media-box {
	max-height: 46px;
	overflow: hidden;
}

.contact .col-md-3 a {
	color: var(--bs-link-color);
	font-weight: 600;
}

.contact .col-md-3 a:hover {
	color: var(--bs-link-hover-color);
}

.research-content iframe,
.research-content embed,
.research-content video {
	width: 100% !important;
	height: auto;
	min-height: 350px;
	margin-bottom: 15px;
}

a.pro-home {
	display: table-caption;
	margin-left: 10px;
}

.accordion-heading .accordion-toggle {
	font-weight: 400;
}

.scroll-btn {
	text-align: center;
}
.scroll-btn .btn {
	line-height: 1.4;
	margin-bottom: 10px;
}
.scroll-btn .btn-success {
	font-size: 16px;
	text-align: center;
	width: 100%;
	/* padding: 15px 10px;
  line-height: 1.5;
  text-transform: none; */
}
.accordion-button .title-icon {
	color: var(--bs-primary);
	margin-right: 10px;
}

img.flow {
	margin: 0 auto;
}

/*2020-11-11*/
.sf-menu.dd-menu,
.widget_search {
	display: flex;
	align-items: center;
}

.sf-menu.dd-menu li {
	margin-top: 0;
}

.widget_search {
	margin-left: 12px
}

.widget_search .btn-primary {
	padding: 6px 14px;
	border-radius: 0 25px 25px 0;
	background-color: #fff;
	border-color: #ccc;
	border-left-width: 0;
}

.widget_search .btn-primary i {
	color: #000;
}

.widget_search .btn-primary:after {
	content: none
}

.widget_search .input-group .form-control {
	margin-top: 0;
	border-radius: 25px 0 0 25px;
}

.widget_categories ul li {
	border-bottom: 1px solid #e3e3e3;
}

.widget_search.inlist {
	display: block;
	margin-left: 0
}

/*2020-11-11*/



/* ------------------------------
  timeline
---------------------------------*/
#conference-timeline {
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
	display: table;
	font-family: "å¾®è»Ÿæ­£é»‘é«”", "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: #8CC152;
	padding: 15px 23px;
	color: #fff;
	max-width: 151px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#conference-timeline .conference-center-line {
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -2px;
	background: #8CC152;
	z-index: -1;
}

#conference-timeline .conference-timeline-content {
	padding-top: 67px;
	padding-bottom: 67px;
}

.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
	max-width: 44%;
	width: 100%;
}

.timeline-article .timeline-author {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
	position: relative;
	width: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
	padding: 27px 25px;
}

.timeline-article p {
	margin: 0px 0 15px 60px;
	padding: 0;
	font-weight: 400;
	color: #242424;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	min-height: 80px;
}

.timeline-article p span.article-number {
	position: absolute;
	font-weight: 300;
	font-size: 22px;
	top: 10px;
	left: -60px;
	color: #8CC152;
	font-weight: 600;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
}

.timeline-article p span.article-number.child {
	color: #3c9b40;
	font-size: 18px;
}

.timeline-article .content-left-container {
	float: left;
}

.timeline-article .content-right-container {
	float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
	position: absolute;
	top: 20px;
	font-size: 23px;
	font-family: "FontAwesome";
	color: #ddd;
}

.timeline-article .content-left:before {
	content: "\f0da";
	right: -8px;
}

.timeline-article .content-right:before {
	content: "\f0d9";
	left: -8px;
}

.timeline-article .meta-date {
	position: absolute;
	top: 0;
	left: 50%;
	width: 72px;
	height: 72px;
	margin-left: -31px;
	color: #fff;
	border-radius: 100%;
	background: #8CC152;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
	display: block;
	text-align: center;
	font-weight: 900;
}

.timeline-article .meta-date .date {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 18px;
	line-height: 55px;
}

.timeline-article .meta-date .month {
	font-size: 18px;
	line-height: 5px;
	position: absolute;
	top: 33px;
	left: 46px;
}

.news-section {
	background-color: #d1e6e1;
	padding: 30px;
	border-radius: 10px;
	height: 100%;
	position: relative;
}
.news-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 260px;
    height: 650px;
    background-image: url(../images/deco/bird2.svg);
    background-size: cover;
    background-position: 0 -10px;
    background-repeat: no-repeat;
}
.about-section {
	position: relative;
}

.about-section .deco-bird {
	position: absolute;
	bottom: 30%;
	left: 0;
	width: 400px;
	height: 400px;
	background-image: url(../images/deco/chicken1.svg);
	background-size: contain;
    background-position: -10px bottom;
    background-repeat: no-repeat;
	z-index: -1;
}
.about-section .deco-bird2 {
	position: absolute;
	bottom: 30%;
	right: 120px;
	width: 240px;
	height: 240px;
	background-image: url(../images/deco/chicken2.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	z-index: -1;
}
.interval-img {
	width: 100%;
	padding-top: calc(100% * 1 / 3);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.feature-section {
	position: relative;
}
.feature-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 380px;
	background-image: url(../images/deco/wave.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.goal-item {
	border-left: 5px solid var(--bs-primary);
	margin-bottom: 48px;
}
.goal-item .tag {
	font-size: 1.6em;
	border: 1px solid var(--bs-primary);
	border-left: 0;
	padding: 14px 24px;
	display: inline-block;
	border-color: var(--bs-primary);
	background-color: var(--bs-primary);
	color: #fff;
}
.goal-item .textbox {
	padding: 24px;
}


.ac-item {
	display: block;
	border-radius: 10px;
	background-color: #fff;
	text-align: right;
	height: 200px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* .ac-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5b982b;
    opacity: 0.8;
} */
.ac-item .inner {
	/* padding: 24px; */
	height: 100%;
	position: relative;
}

.ac-item .date {
	color: #fff;
}
.ac-item .post-title {
	color: #fff;
	font-weight: 600;
	background-color: rgb(29 127 42 / 72%);
    padding: 10px 16px;
	margin-bottom: 0;
}
.links-bg {
	background-color: #fff;
	line-height: 1.4;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.links-bg > div {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.links-bg .link-img {
	margin-bottom: 15px;
}
.links-bg a {
	color: #484848;
	font-weight: 600;
}
.link-item {
	display: flex;
	align-items: center;
	background-color: #eaf3f1;
	padding: 12px 16px;
	margin-bottom: 16px;
	border: 1px solid #d3e9e4;
	height: 100%;
	border-radius: 6px;
}

.link-img{
  background-size: cover;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.contact-box {
	padding: 24px;
	background-color: #eaf3f1;
	border-radius: 20px;
	height: 100%;
	line-height: 1.6;
	position: relative;
}
.contact-box .name {
	font-size: 1.2em;
	font-weight: 600;
}

.fluctuate {
	position: fixed;
	top: 25%;
	right: 0;
	width: auto;
	padding: 0;
	border-radius: 10px;
	width: 160px;
	z-index: 9;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

	#conference-timeline .timeline-start,
	#conference-timeline .timeline-end {
		margin: 0;
	}

	#conference-timeline .conference-center-line {
		margin-left: 0;
		left: 50px;
	}

	.timeline-article .meta-date {
		margin-left: 0;
		left: 20px;
	}

	.timeline-article .content-left-container,
	.timeline-article .content-right-container {
		max-width: 100%;
		width: auto;
		float: none;
		margin-left: 110px;
		min-height: 53px;
	}

	.timeline-article .content-left-container {
		margin-bottom: 20px;
	}

	.timeline-article .content-left,
	.timeline-article .content-right {
		padding: 10px 25px;
		min-height: 65px;
	}

	.timeline-article .content-left:before {
		content: "\f0d9";
		right: auto;
		left: -8px;
	}

	.timeline-article .content-right:before {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	.timeline-article p {
		margin: 0;
	}

	.timeline-article p span.article-number {
		display: none;
	}
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 1441px) {
	.news-section {
		padding: 24px;
	}
	.news-section::before {
		right: 0;
		width: 200px;
		height: 600px;
	}
	.about-section .deco-bird {
		bottom: 10%;
		width: 300px;
		height: 200px;
		opacity: 0.4;
	}
	.about-section .deco-bird2 {
		bottom: 10%;
		right: 20px;
		width: 200px;
		height: 200px;
		opacity: 0.4;
	}
}
/*iphone 7*/
@media (max-width: 1024px) {
	.job-block {
		min-height: 271px;
	}
	.news-section {
		margin-top: 48px;
		height: auto;
	}
	.sf-menu.dd-menu {
		display: none;
		border-bottom: 1px solid #37BC9B
	}

	.widget_search.inlist.visible-sm {
		width: calc(100% - 40px);
		margin: 20px;
	}

}

@media only screen and (max-width: 768px) {
	.header-info-col.pull-right {
		display: block !important;
	}
	.point-tab.nav-tabs>li {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.container-fluid-shrink {
		max-width: 100%;
	}
	.news-section {
		margin-top: 24px;
	}
	.news-section::before {
		width: 190px;
		height: 490px;
	}
	.about-section .deco-bird {
		display: none;
	}
	.news-header {
		padding: 16px 0;
	}
	.news-header h2 {
		font-size: 1.5em;
		line-height: 1.4;
	}
	.goal-item .tag {
		font-size: 1.3em;
		padding: 10px 18px;
	}
	.table-responsive table {
		min-width: 990px;
	}
	.accordion .table-responsive table {
		min-width: auto;
	}
}
/*iphone 7 puls*/
@media only screen and (max-width: 415px) {
	.aspect-ratio-img-box {
		aspect-ratio: auto 2/1;
	}
	.sidebar-block .aspect-ratio-img-box {
		aspect-ratio: auto 1/1;
	}
	.point-tab.nav-tabs>li {
		width: 100%;
	}
	.page-banner-text {
		bottom: 35%;
	}

	table>tbody>tr>td,
	table>tbody>tr>th,
	table>tfoot>tr>td,
	table>tfoot>tr>th,
	table>thead>tr>td,
	table>thead>tr>th,
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		padding: 8px 15px;
	}

	.accordion-heading .accordion-toggle {
		padding-right: 45px;
	}

	.table-download tr {
		display: flex;
		flex-direction: column;
	}
	.table-download tr td.text-right {
		border-top: 0;
		padding-top: 0;
	}
	.link-item {
		margin-bottom: 10px;
	}
}

/*iphone 7*/
@media (max-width: 376px) {}

/*iphone 5*/
@media (max-width: 321px) {}