@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:wght@100..900&&family=Sarala:wght@400;700&display=swap');
.topbar .container-fluid-shrink, .site-header .container-fluid-shrink{
	max-width: 99%;
}
.container-fluid-shrink {
	max-width: 90%;
}
body{
	overflow-x: hidden;
}
@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-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-10{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: calc(100%);
}

.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(--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, .team td {
	text-align: center;
}
.team th:nth-child(3), .team td:nth-child(3), .team td:nth-child(4) {
	text-align: left;
}
*/
.team:not(.jason) th:nth-child(5), .team:not(.jason) td:nth-child(5),
.team th:nth-child(6), .team td:nth-child(6),
.team th:nth-child(7), .team td:nth-child(7) {
	text-align: center;
}
/*.team th.text-align-left{text-align: left;}*/
.team table tr > td:nth-child(2){width: 5%}
.team table tr > td:nth-child(3){width: 5%}
.team .table .imgbox{
	width: 100px;
	/* margin: 0 auto; */
}
.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;
	position: relative;
	z-index: 2;
	
}
.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: #e3dfd5;
	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 .title{min-height: 58px;}
.news-list .row>div:nth-child(2n) .blog-list-item {
	border-left: 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: #333;
	font-weight: 400;
}

.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(--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: -15%;
	width: 100%;
	height: 380px;
	/*background-image: url(../images/deco/wave.svg);*/
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f7f7f7;
	z-index: -1;
}

.goal-item {
	border-left: 5px solid var(--primary);
	margin-bottom: 48px;
}
.goal-item .tag {
	font-size: 1.6em;
	border: 1px solid var(--primary);
	border-left: 0;
	padding: 14px 24px;
	display: inline-block;
	border-color: var(--primary);
	background-color: var(--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: 10px 24px;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  position: relative;
}
.contact-box .name {
  font-size: 1em;
  letter-spacing: 2px;
}
.contact-box .title{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
  margin-bottom: 2.5rem;
  display: block;
	color:var(--primary);
}
.contact-box a{
	color: #333333;
}
.contact-box a:hover{
	color:var(--primary);
}
.googlemap{
	position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.googlemap iframe{
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider-left-border {
    border-left: 1px solid #b4d024;
}
.divider-border{
	border: 1px solid #b4d024;
}
.divider-border .col-6{
	aspect-ratio: 1 / 1;
}
.divider-border .col-6:nth-child(1){
	  background: linear-gradient(to right, #c3df2d, #9fbc16 40%);
}
.contact .divider-border [class^=col-]:nth-child(1) a, .divider-border [class^=col-]:nth-child(1) .title{
	color:#fff;
}

/* ===================
		esme add
======================*/

:root{
	--primary: #A5C21A;
	--secondary:#ccab6a;
}
body{
	background-color: #fff
}
.esle_linkbg a.border-end{
	border-right: var(--bs-border-width) var(--bs-border-style) #f3e3c3 !important;
}
.site-logo img{
	transform: translateY(6px);
}
.site-header .row .col{	
    align-content: center;
}
.nav-contact{
	background:linear-gradient(to right, #c7e22f, #9fbc16);
	color: #fff;
	align-items: center;
	text-align: center;
  display: flex;
}
.nav-contact a,.btn-contact a,.esle_linkbg a{
	color: #fff;
	font-weight: 400;
}
.topbar .header-info-col a{
	background: linear-gradient(to right, #d3b273, #bc9456);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact_ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.btn-contact{
	width: 100%;
	text-align: center;
	padding:5px;
	display: inline-block;
	/*border-radius: 50px 0 0 50px;*/
	/*margin:10px 0;*/
	background:linear-gradient(to right, #c7e22f, #9fbc16);
}
.esle_linkbg{
	width: 100%;
	text-align: center;
	padding:5px;
	display: inline-block;
	/*border-radius:0 50px 50px 0;*/
	/*margin:10px 0;*/
	background:linear-gradient(to right, #e5cb98 0%, #c7a261);
}
.tag_title{
	background-color: var(--primary);
  font-size: 1.8rem;
  font-weight: 300;

}
.isnr_font{
		color: #403E3E;
		font-size: 8rem;
    font-family: "Sarala", Sans-serif;
    font-weight: bold;
    letter-spacing: 7.7px;
    word-spacing: 0px;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
    transform: translateY(-30px);
}
.isnr_font span{
    font-style: italic;
    letter-spacing: -5px;
    margin-left: -14px;
}
.welcome_text_box{
	 margin-top: -14%;
}
.welcome_text_box h3.font-en{
	font-size: 1.2rem;
}
.welcome_text_box h3.font-tw{
  font-size: 2.2rem;
  font-weight: 500;
}
.cog_box{position: relative;transform: translateX(23%);}
.deco_1{
	position: absolute;
	top:0;
	left:10%;
	background: url(../images/deco/Frame-3.png) center/contain  no-repeat;
	width: 28vw;
	height: 28vw;
	animation: rotateAnimation 20s linear infinite;
	filter: brightness(99%) contrast(131%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.deco_2{
	top:0;
	left:0;
	position: absolute;
	background: url(../images/deco/Frame-1-2.png) center/contain  no-repeat;
	width: 28vw;
	height: 28vw;
	animation: rotateAnimation1 20s linear infinite;
	
	filter: brightness(99%) contrast(131%) saturate(100%) blur(0px) hue-rotate(0deg);
}
@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateAnimation1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
.index_about{
	/*font-size: 4rem;*/
	--min-size: 28;
 	--max-size: 80;
  --font-size: calc(
    (var(--min-size) * 1px) + 
    (var(--max-size) - var(--min-size)) * 
    ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	font-weight: 700;
	letter-spacing: 3.1px;
}
.marquee{
	position: absolute;
	top: 20px;
  max-width: 100vw;
  /*overflow: hidden;*/
	white-space: nowrap;
	animation: qode-move-horizontal-normal-text-marquee 25s linear infinite;
}

.marquee span{
		display: inline-flex;
    align-items: center;
    color: #a5c21a21;
    font-style: italic;
    font-size: 6rem;
    letter-spacing: 7px;
    padding-right: calc(43px / 2);
    font-weight: 400;
    height: 100%;
}
.marquee.font-weight span{
	  font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 8rem;
    padding:.5em;
}
.marquee span i{
	font-size: 2rem;
    padding-left: calc(43px / 2);
 }
.min16max18 {
  --min-size: 16;
 --max-size: 18;
  --font-size: calc(
    (var(--min-size) * 1px) + 
    (var(--max-size) - var(--min-size)) * 
    ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
@keyframes qode-move-horizontal-normal-text-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}
.dividers_top{
	transform: rotateX(180deg);
	position: absolute;
  top: -15%;
  width: 100%;
  z-index: -1;
}
.tonews{
	position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top:-80px;
}
.block-title i{
	font-size: 1.5rem;
	transform: translateY(-3px);
}

.text-primary{
	color:var(--primary) !important;
}
.round-xs{
	border-radius: 8px;
}
.text-defalt{
	color:#999;
}
.grid-item-excerpt p{
	line-height: 1.5;
	font-size: 1rem;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color:var(--primary) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color:var(--secondary) !important;
}
.rotate-45{
	transform: rotate(45deg);
}
.topics-bg{
	position: relative;
	background: #f6f5f3;
  padding: 30px 30px 40px;
  width: 94%;
  z-index: 2;
  border-radius: 0 25em 25em 0;
}
.image.contain{background-size: contain;background-color: #fff;background-position: center;}
.contain{background-size: contain;background-repeat: no-repeat; background-position: center;}
.circle_btn{
	   width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #a5c21a;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
    flex-shrink: 0;
}
.footer_nav  h4{
	  font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.footer_nav  *{
	color:#fff;
}
.footer_nav ul{
	padding-left: 0;
	margin:0; 
}
.footer_nav li{
	list-style: none;
	word-break: keep-all;    
	font-weight: 300;

}
.footer_nav > li{
	vertical-align: top;
	width: calc(100% / 4);
	display: inline-block;
}
.border-top-light{
	border-top:1px solid #585858;
}
.page-top-deco:before{
	content:'';
	position: absolute;
	background: #000;
	width: 20%;
	left:-12%;
	height: 106%;
}
.page-banner-text .block-sm-title{
	font-size: 6rem;
  font-weight: 600;
}
.page-banner-text.boxarea .block-title{
	position: relative;
	display: inline-block;
}
.page-banner-text.boxarea .block-title:before{
	   content: '';
    position: absolute;
    width: 50%;
    border-top: 1px solid #444;
    top: 50%;
    left: 120%;
}
.page-banner-text.boxarea i:not([class^=fa-]){letter-spacing: 16px}
.page-top-deco .container-fluid-shrink{max-width: 93%;}
.about_tree_bg:before{
	content: '';
  position: absolute;
  background: url(../images/deco/green-forest-landscape-sunrise-1.png) top center/cover no-repeat;
  mask-image: -webkit-gradient(linear, left 70%, left 95%, from(black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-gradient(linear, left 70%, left 95%, from(black), to(rgba(0, 0, 0, 0)));
  top:50px;
  width: 100%;
  min-height: 400px;
  z-index: -1;
}
.page_anchor li{
	list-style: none;
	display: inline-block;
}
.page_anchor li a{
	padding: 4px 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to left, #e5cb98 0%, #ab8a67);
  min-width: 140px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;

}
.wh-100{width: 100px;height: 100px;}
.wh-80{width: 80px;height: 80px;}
.about_area_4 .bg-primary{
	padding: 15px 20px; 
	height: 142px;
}
.about_area_4 p{    
	line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0;
}
.about-img-area .image,.about-img-area .imgbox__inner-10{
	border-radius: 10px 10px 0 0;
}
.about-img-area .textbox{
	background-color: var(--primary);
	color:#fff;
	padding: 10px 20px;
	border-radius: 0 0 10px 10px;
}
.about-img-area .card:hover .image{
	transform: scale(1.1);
} 
.box19 {
    position: relative;
    padding:2em 1em;
    margin:25px 0; 
}
.box19:before,.box19:after{ 
    content:'';
    width: 30px;
    height: 55px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid .5rem var(--primary);
    border-top: solid .5rem var(--primary);
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid .5rem var(--primary);
    border-bottom: solid .5rem var(--primary);
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}
.marquee.font-weight + div > div{
	  font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 400;
}
.team_font{
	  font-size: 8rem;
    font-weight: 800;
    color: #ebf5b4;
    transform: translateY(-50px);
}
.about_area3_deco{
	position: relative;
	left: -10px
}
.news_deco1{
	animation: baloon_1 3s infinite;
  -webkit-animation-direction: alternate;
}
.news_deco2{
	animation: baloon_2 3s infinite;
  -webkit-animation-direction: alternate;
}
.news_deco3{
	animation: baloon_3 3s infinite;
  -webkit-animation-direction: alternate;
}
.news_deco4{
	animation: baloon_4 3s infinite;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes baloon_1{
0% { transform:translateY(20px);}
50% {transform:translateY(50px);}
100% {transform:translateY(20px);}
}

@keyframes baloon_1{
0% { transform:translateY(20px);}
50% {transform:translateY(50px);}
100% {transform:translateY(20px);}
}
@-webkit-keyframes baloon_2{
0% { transform:translateY(20px);}
50% {transform:translateY(50px);}
100% {transform:translateY(20px);}
}

@keyframes baloon_2{
0% { transform:translateY(20px);}
50% {transform:translateX(50px);}
100% {transform:translateX(20px);}
}

@-webkit-keyframes baloon_3{
0% { transform:translateY(20px);}
50% {transform:translateY(50px);}
100% {transform:translateY(20px);}
}


@keyframes baloon_3{
0% { transform:translateY(20px);}
50% {transform:translateY(50px);}
100% {transform:translateY(20px);}
}

@-webkit-keyframes baloon_4{
0% { transform:translateY(20px);}
50% {transform:translateY(50px);}
100% {transform:translateY(20px);}
}
@keyframes baloon_4{
0% { transform:translateX(20px);}
50% {transform:translateX(50px);}
100% {transform:translateX(20px);}
}
.bg-transparent{
	background-color: transparent;
}
.news_page .page-banner-text{
	margin-top: -10rem;
}
.news_cate li{
	list-style: none;
	display: inline-block;
}
.news_cate li a{
	padding: 4px 20px;
  text-align: center;
  color: #403e3e;
  background: #f8eedb;
  min-width: 140px;
  display: inline-block;
  margin: 10px 10px 0 0 ;
  font-weight: 400;
  transition: color .25s ease, background-color .25s ease;
}

.news_cate li a.active,.news_cate li a:hover{
  background: linear-gradient(to left, #ddc48f 0%, #805530);
  color:#fff;
}
.simple-search{
	margin:10px;
	width: calc(100% - 20px)!important;
}
.simple-search .form-control{
  border: 1px solid #cbcbcb !important;
  border-right: 0 !important;
  border-radius: 25px 0 0 25px;
  padding: 8px 20px;
}
.blue_border{
  border: 2px solid var(--primary) !important;
  background-color: var(--primary);
}
.simple-search .input-group-append button{
  height: 100%;
}
.simple-search .btn {
  box-shadow: none !important;
  border-radius: 0 1.3rem 1.3rem 0;
  border: 2px solid #403e3e;
  border-left: 0;
  background-color: #403e3e;
}
.simple-search .btn i{color:#fff;}
#main-container .page-content,#main-container
{
	position: relative;
	z-index:2;
}
.widget.recent_posts .image{
	border-radius: 8px;
}
.widget.recent_posts h5{
	font-size: 16px;
	font-weight: 600;
}
.team-header{
    border-bottom: 1px solid;
    border-color: #e3dfd5;
    padding: 24px 0px;
}
.bridge_bg{
	background: url(../images/deco/Mask-group-5.png) center/cover no-repeat;
}
.page-banner-text.white >*{
	color:#fff;
}
.page-banner-text.white .block-title{
	letter-spacing: 10px;
}

.page-banner-text.boxarea.white .block-title:before{
	border-color: #fff;
}
.card .page-banner-text .block-sm-title {
    font-size: 4rem;
    font-weight: 600;
}
.section-8 .link-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.section-8 .link-box{
    margin-bottom: 0px;
    width: 100%;
}
.section-8 .link-item {

	  color: var(--secondary);
    background-color: #f8f2e6;
    border: 1px solid #ccab6a;
    font-size: 20px;
    font-weight: 500;
    margin: 10px;
    padding: 7px 10px;
    border-radius: 50px;
    height: auto;
}
.section-8 .link-item span {

   background-color: var(--secondary);
   display: inline-block;
   color:#fff;
   text-align: center;
   border-radius: 50px;
   margin-right: 8px;
   width: 40px;
   height: 40px;
   line-height: 37px;
    border-radius: 50%;
}
.section-8 .link-item:hover ,.section-8  .active .link-item{
		background-color: #f6fbe0;
    border: 1px solid #a5c21b;
    font-size: 20px;
    color:var(--primary);
    font-weight: 500;
    margin: 10px;
    padding: 7px 10px;
    border-radius: 50px;
    height: auto;
}
.section-8 .link-item:hover span ,.section-8  .active .link-item span{
    background-color: var(--primary);;
    color: #fff;
}
.owl-carousel.owl-loaded {
    opacity: 1;
}
.carousel-half-full-width-wrapper > .owl-carousel {
	width: 100%;
} 
/*.owl-carousel.carousel-half-full-width-right .owl-item{margin-right: 20px;}*/
.carousel-half-full-width-wrapper .textbox,.article_list .textbox{
	padding:15px;
}
.carousel-half-full-width-wrapper a{
	padding-right: 20px;
   display: block;
}
.owl-theme .owl-buttons div{top:35%;}
.carousel-half-full-width-wrapper.carousel-half-full-width-left {
    direction: rtl;
    position: relative;/*
    left:calc( ( 1320px - 100vw  ) / 2  + 20px );*/

}
.carousel-half-full-width-wrapper .textbox .title{
	font-size: 1.2em;
}

@media (min-width: 576px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 540px ) / 2 ));
	}
}

@media (min-width: 768px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 720px ) / 2 ));
	}
}

@media (min-width: 992px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 960px ) / 2 ));
	}
}

@media (min-width: 1200px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 1320px ) / 2 ));
	}
}
@media (min-width: 1400px) {
    .col-xxl-5.index_xx5 {
        flex: 0 0 auto;
        width: 54.666667%;
    }
}
@media (min-width: 1500px) {
    .col-xxl-5.index_xx5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
}
.halftextbox{
	position: relative;
  margin-top: -20%;
  margin-bottom: 20px;
  width: 80%;
  background-color: #fff;
  padding: 15px;
  left: 22%;
}
.border-color-secondary {
    border: 2px solid #881cf9 !important;
    border-radius: 50%;
    top: -45%;
    left: 5%;
    width: 15px;
    height: 15px;
}
.bg-company:before{
	content: '';
  width: 100vw;
  height: 120%;
  right: -30%;
  top: -20%;
  background-color: #a5c21b17;
  position: absolute;
  border-radius:  25em 0 0 25em;
  z-index: -1;
}
a.heroItem .halftextbox  h3{
	font-size: 1.2rem;
}
a.heroItem {
    display: block;
    border-radius: 8px;
}
a.heroItem .meta-data{
	margin-bottom: 10px;
}
a.heroItem:hover{
	color:var(--primary);
}
.article_list a.heroItem{
    box-shadow: 0 0 20px rgba(0 0 0 / 5%);
}
.download_table th{
	text-align: center;
	color:#334155;
	border:1px solid #bcd15a;
	background-color: var(--primary);

}
.download_table td:nth-child(1){
	text-align: center;
}
.download_table td{
	border: 1px solid var(--primary);
}
.downlload_pagetitle,.contact_pagetitle {
    position: absolute;
    color: #fafded;
    font-size: 12vw;
    font-weight: 700;
    top: 29%;
    left: 0;
    right: 0;
    text-align: center;    
    margin: 0 auto;
    display: block;
}
.contact_pagetitle{
	  font-size: 11vw;
    position: relative;
    white-space: nowrap;
    display: block;
    line-height: 1;
}
.download_btn{
	border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  padding: 8px 16px;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 2px;
}
.contact_pageline{
	 content: '';
    border-top: 5px solid #444;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.goal_bg {
    background: url(../images/deco/global-environmental-sustainability-background-green-technology-1.png) center / cover no-repeat;
}
.border-0{
	border:none !important;
}
.boxed-title{
    margin: 10px 0 10px 0;
    /*background-color: #f8f2e6;    
    border: 1px solid #ccab6a;*/
    padding: 10px 5px;
    border-radius: 50px;
}
.boxed-title h3{
    position: relative;
    /*padding-left: 70px;*/
    margin-bottom: 0px;
    color: var(--primary);
    line-height: 1.4;
}
.boxed-title h3 small{
	display: block;
	font-size: 1rem;
}
.boxed-title span{
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: absolute;
  padding: 0 10px 5px;
  margin-right: 10px;
  background-color: var(--primary);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  line-height: 60px;
  top: 5px;
  left: 0px;
  font-weight: 600;
}
.goal_item{
	border: 1px solid #a5c21b;
	padding: 25px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(0 0 0 /10%)
}
.title_tag{
	color:#ad8446
}
.title_tag span{
  max-width: 86px;
  display: block;
  text-align: center;
  background-color: #dabb8d;
  color: #fff;
  padding: 3px 8px;
  text-shadow: 0 0 5px rgba(0 0 0 / 5%);
}
.accordion-button{
	background-color: #a5c21b;
	color:#fff;
}
.accordion-item{
	border-color:#c3d37a;
}
.accordion-button::after{
	filter: brightness(51);
}
.accordion-button:not(.collapsed){
	  color: #ffffff;
    background-color: #ccab6a;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #ccab6a;
}
.major_en{
  color: #f6f9ec;
  font-size: 5rem;
  font-weight: 900;
  position: relative;
  transform: translateY(-50px);
  z-index: -1;
  letter-spacing: 10px;
  text-align: center;
}
.research_title{
	position: relative;
	font-size: 1.7rem;
	font-weight: 600;
}
.research_title:before{
	content: "\f28d";
	font-size: 24px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color:var(--primary);
	padding-right: 10px;
}
.prf{
  background: linear-gradient(93.88deg, #a5c21b 7.03%, #88a607 100%);
  color: #fff;
  text-shadow: 0 0 10px rgba(0 0 0 / 10%);
  padding: 8px 100px 8px 12px;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
  border-radius: 10px 25rem 0 0;
}
.research_detail_box .row{
	border-bottom:1px solid #eee;
}
.research_detail_box .col-lg-5{
	border-right:1px solid #eee;
}

.research_detail_box .row:nth-child(2n){
	  direction: rtl;
}
.research_detail_box .row [class^=col]{
	padding:0 20px;
}
.dac22{
	position:relative;
	left :80%;
}

.dac31{
	position: relative;
	left: 0%;
}
.dac32{
	  bottom: 120%;
    left: -10%;
    width: 50px;
}
.dac35{
	  position: relative;
    left: -20px;
}
.team .table a > img{
	border-radius: 24px;
}
.modal.lightbox .btn-close svg{
	fill:#000;
}









/*===== // 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;
	}

}
:target{
	padding-top: 130px !important;
	margin-top: -130px !important;
}
.team-header:target{
	/*margin-top: -50px;*/
	padding-top: 130px;
}
.research_detail_box .row{
	padding-top: calc(3rem + 130px) !important;
	margin-top: -130px;
}
.last_justfity{
	text-align: justify;
}
.box26 {
    position: relative;
    margin: 2.5em 0 0;
    padding: 1em 1em;
    border: solid 1px #bed066;
    border-radius: 8px;
}
.box26 .box-title {
    text-align: center;
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 0;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: var(--primary);
    font-weight: bold;
    right: 0;
    margin: 0 auto;
    width: 60%;
}
.box26 p {
    margin: 0;
    padding: 0;
}
.major_cate{
    position: relative;
    color: #768d09;
    text-shadow: 0 0 2px white;
    text-align: center;
    margin: 2rem 0 2rem;
}
.major_cate:before {
  content: "";
  position: absolute;
  background: var(--primary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 54%;
  left: calc(48% - 70px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: .3;
}
#area2 .major_cate:before {
  left: calc(48% - 100px);
}
.text-align-justify{
	text-align: justify;
}
h3.widgettitle {align-items: center;font-size: 18px;}
.widgettitle .f16{flex-shrink: 0;}
.widgettitle span i{padding-right:10px ;}
.page_team img{transform: scale(1) translateY(15%);}
.font-weight-bold{font-weight: 600}
/* ------------------------------
  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;
	}
	/*2020-11-11*/
	.sf-menu.dd-menu {
		display: none;
		border-bottom: 1px solid #dec28c
	}

	.widget_search.inlist.visible-sm {
		width: calc(100% - 40px);
		margin: 20px;
	}
	.home .hero-area{
    min-height: 44vh;
    background-size: contain;
    background-position: left center;
	}
	.padding-tb100 {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.news_page .page-banner-text {
    margin-top: -4rem;
	}
	.blog-list-item .textbox{padding-left: 0px;}
	.team_font{transform: translateY(0px);
        margin-top: -0px;
        line-height: 1.1;}
	.team table tr td:nth-child(2){width: 8%}
	.team table tr td:nth-child(3){width: 10%}
	.goal_bg+#main-container .col-xl-7{margin-top: 50px;}
	.downlload_pagetitle{font-size: 16vw;	}
	.contact_pagetitle{font-size: 15vw;	}
	table.download_table tr td:nth-child(2){width: 50%}
	.contact_pageline { width: 90vw;}
	.contact-box{    word-break: break-word;}
	.divider-border .col-6{aspect-ratio: auto;}
	.bg-company:before{right:-10%;}
	.f35{font-size: 35px;}
	h2 { font-size: 28px;}
}
@media only screen and (max-width: 821px) {
	.page-top-deco:before{
		width: 35vw;
    left: -14%;
	}
	.page-header{
		width: 100vw;
		/*left:7vw;*/
		min-height: 40vw;
	}
	.down_page.page-header,.contact_page.page-header{
		width: 100%;
		left:calc((750px - 100vw) /2);
		padding: 30px 0;
	}
	.page-banner-text .block-sm-title{font-size: 5rem;}
	.about_area_4 .bg-primary{height: 160px;}
	.about-img-area .card_body{display: flex;margin-bottom: 25px}
	.about-img-area .card_body .imgbox{width: 30%}
	.about-img-area .card_body .textbox{width: 70%;padding: 10px 10px;}
	.about-img-area .imgbox__inner-10,.about-img-area .image{border-radius: 10px 0 0 10px;}
	.about-img-area .card_body .textbox{
		border-radius: 0px 10px 10px 0;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
	}
	.about_area3_deco {
    left: -20%;
    transform: scale(1.5);
	}
	#area3 .align-items-center{align-items: start !important;}
	.welcome_text_box{align-items:center;padding-left: 30px;margin-top: -4%;}
	.cog_box {
    position: relative;
    transform: translateX(0%) translateY(-100px);
	}
	.tag_title,.welcome_text_box h3.font-en{font-size: 1.2rem}
	.welcome_text_box h3.font-tw{font-size: 1.7rem}
	.isnr_font{font-size: 7rem;}
	.blog-list-item .imgbox{margin-bottom: 15px;}
	.news-list .blog-list-item .imgbox{margin-bottom: 0px;}
	.page_default img{
		position: absolute;
		width: 70vw;
	}
	.page_team img{
		position: absolute;
		width: 50vw;
		right: 10px;
		transform: scale(1.3) translateY(-2%);
	}
	.page-banner-text.boxarea{
		position: relative;
		z-index: 2;
	}
	.news-list .row {  padding: 0 20px;}
	.site-footer-top{min-height: 200px;margin-top: -20px;}
    table.download_table tr td:nth-child(2) {
      width: 40%;
  }
  .divider-border .col-6 {
    aspect-ratio: 1 / 1;
	}
	.divider-border .col-6:nth-child(3),.divider-border .col-6:nth-child(4){
		border-top:1px solid #b4d024;
	}
	.box26 .box-title{
		    width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	.header-info-col.pull-right {
		display: block !important;
	}

	.point-tab.nav-tabs>li {
		width: 50%;
	}
	h1.f35 {
        font-size: 27px;
  }

	/*2020-11-11*/
}
@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;
	}
	.welcome_text_box{
		margin-top: 4%;
		padding-left: 20px;
		overflow-x:hidden; 
	}
	.deco_1,.deco_2{
		width: 40vw;height: 40vw;
	}
	.cog_box{
		display: none;
		position: relative;
    transform: translateX(70%) translateY(-120px);
	}
	/*.index_about{font-size: 3rem}*/
	.footer_nav > li,.footer_nav li {width: 100%;word-break: normal;}
	.footer_nav h4{margin-top: 20px;}
	.topics-bg{width: 97%;}
  .page-banner-text .block-sm-title {
      font-size: 2rem;
  }
  .about_tree_bg:before{top:37px;}
  .page_anchor{margin-left: 0;margin-bottom: 20px;}
  .page_anchor li a{padding: 4px 4px;
        margin-right: 0px;
        min-width: calc((100vw - 5rem)/ 3);
        font-size: 14px;
  }
  .page_anchor li a i{
  	display: none;
  }
  .row:has(.page_anchor){
  	width: 95%;
  	margin:0 auto;
  }
  .header-style2 #menu-toggle{padding:0 ;}
  .about_area3_deco{transform: scale(1)}
  .news_deco2,.news_deco3{display: none;}
  .news-list .row>div:nth-child(2n) .blog-list-item{border-left:0px;}
  .page_team img { bottom: 0;}
  .card .page-banner-text .block-sm-title{font-size: 2rem;}
  .page-header.bg-transparent{left:0;}
  .section-8 .link-box{width: 100%;}
  .page_default img {
      width: 71vw;
      right: -80px;
      bottom: 2%;
  }
  .page-header.down_page{left:0;}
  .downlload_pagetitle {
    font-size: 15vw;
    left: -1.5rem;
  }
  .download_table th,  table.download_table tr td:nth-child(1){display: none;}
  .download_table td:nth-child(1):before,.download_table td:nth-child(2):before {
      content: attr(data-th) " : ";
      color: #fff;
      font-weight: bold;
      width: auto;
      display: inline-block;
  }
  table.download_table tr td:nth-child(2){width: 100%;background-color: var(--primary);color:#fff;}
  .sf-menu li.d-md-none.top a{
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    color:#fff;
    background: #d3b271;
    display: flex !important;
    height: 60px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .sf-menu .d-md-none.top a,.sf-menu .d-md-none.top{display: inline-block !important;width: 19vw;vertical-align: middle;}
  .down_page.page-header, .contact_page.page-header{
  	left:auto;
  	right:0;
  }
  .divider-border .col-6{
	aspect-ratio: auto;
    padding-bottom: 15px;
  }
    .about_area_4 .bg-primary {
        height: auto;
    }
    .text-align-justify{
    	text-align: initial;
    }

}
/*iphone 7 puls*/
@media only screen and (max-width: 415px) {
	.point-tab.nav-tabs>li {
		width: 100%;
	}
	.page-banner-text {
		bottom: 2%;
	}

	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) {}