.body {
	overflow-x: hidden;
}
.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;
}
.font-weight-6 {
	font-weight: 600 !important;
}
/* 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 {
	color: #fff;
	-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{
	color: #fff;
}
.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;
}
.member-card {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
	position: relative;
	height: 100%;
}
.member-card::before {
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 100%;
	height: 100%;
	background-color: var(--bs-primary);
	border-radius: 8px;
	z-index: -1;
}
.member-card .title {
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 4px;
}
.member-card .info-item {
	display: flex;
	margin-bottom: 8px;
	font-size: 0.95em;
	line-height: 1.4;
}
.member-card .info-item:last-child {
	margin-bottom: 0;
}
.member-card .info-item .info-tag {
	width: 35%;
	font-weight: 600;
	color: #484848;
	opacity: 0.7;
	flex-shrink: 0;
}
.member-card .info-item .info-content {
	word-break: break-all;
}
.member-card .info-item a {
	color: #3a3a3a;
	text-decoration: none;
}
.member-card .info-item a:hover {
	text-decoration: underline;
}
.member-card .bottom-box {
	background-color: #f4f4f4;
	padding: 10px 14px;
}
.section-label-title {
	position: relative;
	font-size: 1.1em;
    display: block;
    line-height: 1.2;
	padding-bottom: 14px;
    padding-left: 16px;
    margin-bottom: 18px;
	color: var(--bs-secondary);
	font-size: 1.4em;
	border-left: 5px solid var(--bs-secondary);
}
.section-label-title::before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -2.5px;
	width: 40px;
	height: 5px;
	background-color: var(--bs-secondary);
}
.section-label-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--bs-secondary);
	opacity: 0.2;
}
.card-section {
	margin-bottom: 48px;
}
.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-bottom: 1px solid;
	border-color: #b2b9ab;
	padding: 24px 10px;
	padding-top: 0;
}
.news-header .news-title {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
}
.article-block {
	padding: 24px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
}
.post-media img {
	margin-bottom: 24px;
}
.news-list .blog-list-item {
	margin-bottom: 32px;
}

.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
}

.project-nav-section {
    background-color: #EDEDED;
    padding: 16px 0;
}
.project-nav {
    display: flex;
}
.project-nav .nav-item {
    margin-right: 24px;
    text-align: center;
}
.project-nav .nav-item a {
    display: inline-block;
    padding: 4px 16px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.project-nav .nav-item a i {
    padding-right: 4px;
}
.project-nav .nav-item a:hover {
    background-color: var(--bs-primary);
    color: #fff;
}
.project-nav .nav-item.active a {
    background-color: var(--bs-primary);
    color: #fff;
}
.project-box {
    display: flex;
    margin-bottom: 60px;
	position: relative;
}
.project-box:hover,
.project-box:hover * {
    text-decoration: none;
}
.project-box .textbox::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: var(--bs-primary);
	border-radius: 10px;
	transition: all 280ms;
	z-index: -1;
}
.project-box:hover .textbox::before {
	width: calc(100% + 16px);
	height: calc(100% + 16px);
}
.project-box .imgbox {
	width: 120px;
	height: 120px;
	/* overflow: hidden; */
	border-radius: 20px;
    flex-shrink: 0;
	transform: rotate(45deg);
	position: relative;
}
.project-box .imgbox::before {
	content: "";
	position: absolute;
	top: -32px;
    right: -32px;
    width: 100%;
    height: 100%;
	background-color: var(--bs-primary);
	border-radius: 24px;
}
.project-box .image {
	overflow: hidden;
	border-radius: 24px;
}

.project-box .textbox {
    position: relative;
	background-color: #fff;
	border-radius: 10px;
	color: #383838;
    padding: 24px 32px;
    transition: all 0.3s;
    position: relative;
	flex-grow: 1;
	box-shadow: 0 0 10px -1px rgba(0,0,0,0.1);
}

.project-box .textbox .info-item{
	display: flex;
	line-height: 1.4;
	margin-bottom: 10px;
}

.project-box .textbox .info-item .info-tag {
	width: 18%;
	flex-shrink: 0;
	font-weight: 600;
	
}
.project-box .textbox .intro-outter {
	font-size: 0.95em;
	line-height: 1.6;
	background-color: #f6f6f6;
	padding: 10px 12px;
	position: relative;
	margin-bottom: 16px;
}
.project-box .textbox .intro-outter p {
	margin-bottom: 0;
}
.project-box .cell {
    margin-bottom: 16px;
}
.project-box .title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 18px;
}
.project-box .box-label {
    line-height: 16px;
    margin-bottom: 4px;
}
.project-box .box-label::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: rgb(90, 211, 176);
    background: linear-gradient(298deg, rgba(90, 211, 176, 1) 0%, rgba(17, 179, 213, 1) 100%);
    margin-right: 6px;
}
.project-box .cell .title.text-sm {
    font-size: 17px;
}
.project-detail-wrapper .detail-item .label {
    font-size: 15px;
    display: inline-block;
    line-height: 18px;
    padding: 4px 6px;
	padding-right: 10px;
    margin-bottom: 4px;
	border-radius: 6px;
    background-color: var(--bs-primary);
    color: #fff;
}
.project-detail-wrapper .detail-item .label::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-radius: 100%;
	background-color: var(--bs-secondary);
}
.project-detail-wrapper .title {
    font-size: 22px;
}
.project-detail-wrapper .article-title,
.course-detail-wrapper .article-title {
    font-size: 2em;
	font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}
.project-detail-wrapper .detail-item .item {
	display: inline-block;
	margin-right: 16px;
}
.project-detail-wrapper .detail-item .item.item--sm .title {
    font-size: 17px;
    line-height: 24px;
}
.project-detail-wrapper .detail-item .item p {
    font-size: 15px;
    line-height: 30px;
}
.project-detail-wrapper .detail-item .item img {
    max-width: 100%;
    margin: 6px 0;
}
.project-detail-wrapper .detail-item .imgbox,
.course-detail-wrapper .detail-item .imgbox{
	width: 70%;
    border-radius: 20px;
    flex-shrink: 0;
    transform: rotate(45deg);
    position: relative;
	top: -16px;
}
.project-detail-wrapper .detail-item .image,
.course-detail-wrapper .detail-item .image {
	overflow: hidden;
	border-radius: 24px;
}
.project-detail-wrapper .detail-item .imgbox::before,
.course-detail-wrapper .detail-item .imgbox::before {
	content: "";
	position: absolute;
	top: -32px;
	left: -32px;
	width: 100%;
	height: 100%;
	background-color: var(--bs-primary);
	border-radius: 24px;
}
.project-detail-wrapper .article-box ,
.course-detail-wrapper .article-box{
	border-radius: 4px;
	box-shadow: 0 0 10px -1px rgba(0,0,0,0.1);
}
.primary-square {
	display: inline-flex;
	width: 54px;
	height: 54px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	color: #fff;
	background-color: var(--bs-secondary);
	position: absolute;
	left: 0;
	top: -4px;
	transform: rotate(45deg);
}
.primary-square i {
	transform: rotate(-45deg);
}
.project-box.project-box-course {
	margin-bottom: 32px;
}
.project-box-course .title {
	padding-left: 80px;
	margin-bottom: 0;
}
.course-detail-wrapper .primary-square {
	width: 120px;
	height: 120px;
	top: 20px;
	left: 0;
	border-radius: 24px;
	font-size: 1.5em;
}
.course-detail-wrapper .primary-square i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.primary-square-title-box {
	padding-left: 160px;
}
@media (max-width: 1025px) {
    .project-box .imgbox__inner-5-5 {
        padding-top: calc(100% * 8 / 5);
    }
}
@media (max-width: 992px) {
    .project-box .imgbox__inner-5-5 {
        width: 0;
        padding: 0;
    }
    .project-box .imgbox .icon {
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: 0 0 30px -8px rgb(40 74 6 / 30%);
    }
    .project-detail-wrapper .desc-box {
        display: flex;
        padding: 24px;
    }
    .project-detail-wrapper .desc-box .pic {
        width: 48%;
        margin-right: 24px;
        flex-shrink: 0;
    }
    .project-box .textbox .link-item {
        height: 24px;
    }
	.project-box .textbox .info-item .info-tag {
		width: 30%;
	}
}
@media (max-width: 430px) {
	.project-box .imgbox {
		width: 80px;
		height: 80px;
	}

	.project-box .textbox .info-item .info-tag {
		width: 40%;
	}
    .project-nav {
        width: 100%;
        overflow-x: auto;
    }
    .project-nav .nav-item a {
        font-size: 14.5px;
        font-weight: 600;
    }
    .project-nav::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .project-nav::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    .project-nav::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border: 2px solid transparent;
    }

    .project-nav::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .project-box {
        flex-direction: column;
        margin-bottom: 72px;
    }
    .project-box .textbox {
        flex-direction: column;
		padding: 20px;
    }
    .project-box .textbox .box-item {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        border-bottom: 1px solid #d9d9d9;
    }
    .project-box .imgbox .icon {
        top: -14px;
        left: 30px;
    }
    .project-nav .nav-item a {
        padding: 4px 16px;
    }
    .project-nav .nav-item {
        margin-right: 6px;
        min-width: 0;
        flex-shrink: 0;
    }
    .project-detail-wrapper .desc-box {
        padding: 0;
    }
    .project-detail-wrapper .desc-box .pic {
        margin-right: 8px;
    }
    .project-detail-wrapper .article-box .title {
        font-size: 24px;
        line-height: 30px;
    }
    .project-box .textbox .link-item {
        bottom: -10px;
        height: 32px;
    }
	.project-detail-wrapper .detail-item .imgbox, .course-detail-wrapper .detail-item .imgbox {
		width: 20%;
		top: -16px;
	}
	.project-detail-wrapper .detail-item .image, .course-detail-wrapper .detail-item .image {
		border-radius: 15px;
	}
	.project-detail-wrapper .detail-item .imgbox::before, .course-detail-wrapper .detail-item .imgbox::before {
		top: -20px;
		left: -20px;
		border-radius: 15px;
	}
	.project-detail-wrapper .title {
		font-size: 1.1em;
	}
}
@media (max-width: 361px) {
    .project-detail-wrapper .desc-box {
        padding: 10px;
        margin-bottom: 16px;
    }
    .project-detail-wrapper .detail-item .item.item--sm {
        margin-top: 6px;
    }
    .project-detail-wrapper .desc-box .pic {
        width: 50%;
    }
    .project-nav {
        padding-left: 8px;
    }
    .project-nav .nav-item a {
        padding: 2px 8px;
        font-size: 13.5px;
        letter-spacing: 0;
    }
    .project-detail-wrapper .title {
        font-size: 20px;
    }
    .project-detail-wrapper .detail-item .item.item--sm .title {
        font-size: 16px;
    }
    .project-detail-wrapper .article-box .title {
        font-size: 22px;
        line-height: 28px;
    }
}


/* ------------------------------
  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 {
	position: relative;
	padding-bottom: 120px;
}
.news-section::before {
	content: "";
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 570px;
	background-image: url(../images/deco/bg1.jpg);
	border-radius: 10px;
}
.news-section .top-move {
	position: relative;
	top: 100px;
	z-index: 1;
}
.about-section {
	position: relative;
}
.about-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/deco/bg2.jpg);
	background-size: cover;
	background-position: left;
	opacity: 0.2;
}
.about-section .imgbox {
	display: inline-block;
	width: 70%;
	transform: rotate(45deg);
	position: relative;
}
.about-section .inner {
	border-radius: 24px;
	overflow: hidden;

}
.about-section .imgbox::before {
	content: "";
	position: absolute;
	top: -32px;
	left: 32px;
	width: 100%;
	height: 100%;
	background-color: var(--bs-primary);
	border-radius: 24px;
}
.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 .post-title {
	font-weight: 600;
    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 28px;
	background-color: #f2f2f2;
	height: 100%;
	line-height: 1.6;
	position: relative;
}
.contact-box .name {
	font-size: 1.2em;
	font-weight: 600;
}
.arrow-btn {
	padding: 12px 18px;
	padding-right: 30px;
	position: relative;
	transition: all 280ms;
}
.arrow-btn i {
	margin-left: 12px;
	padding-left: 12px;
	position: relative;
}
.arrow-btn .line {
	display: inline-block;
	vertical-align: middle;
	left: 0;
	top: 0;
	height: 16px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin-left: 24px;
}
.arrow-btn:hover i {
	animation: arrowMove 280ms ease both;
}
@keyframes arrowMove {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(10px);
	}
}

/*===== // 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 0;
		padding-top: 32px;
	}
	.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;
	}
	.news-section::before {
		width: calc(100% + 10px);
	}
	.news-section .top-move {
		top: 60px;
	}
	
}
/*iphone 7*/
@media (max-width: 1024px) {
	.job-block {
		min-height: 271px;
	}
	/*2020-11-11*/
	.sf-menu.dd-menu {
		display: none;
		border-bottom: 1px solid var(--bs-primary)
	}

	.widget_search.inlist.visible-sm {
		width: calc(100% - 40px);
		margin: 20px;
	}
	.news-section .top-move {
		top: 0;
	}

}

@media only screen and (max-width: 768px) {
	.header-info-col.pull-right {
		display: block !important;
	}

	.point-tab.nav-tabs>li {
		width: 50%;
	}

	
	/*2020-11-11*/
}
@media (max-width: 600px) {
	.container-fluid-shrink {
		max-width: 100%;
	}
	.news-section .top-move {
		top: 20px;
	}
	.about-section .deco-bird {
		display: none;
	}
	.news-header {
		padding: 0;
		padding-bottom: 16px;
	}
	.news-header h2 {
		font-size: 1.5em;
		line-height: 1.4;
	}
	.article-block {
		padding: 16px;
	}
	.goal-item .tag {
		font-size: 1.3em;
		padding: 10px 18px;
	}
	.table-responsive table {
		min-width: 990px;
	}
	.accordion .table-responsive table {
		min-width: auto;
	}
	.news-section::before {
		border-radius: 0;
		height: 100%;
	}
	.about-section .imgbox {
		margin-top: 24px;
		width: 60%;
	}
	
}
/*iphone 7 puls*/
@media only screen and (max-width: 415px) {
	.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) {}