html,body,div,span,applet,object,,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
/* custom */
a {
	outline:none;
	color: inherit;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
}
a:focus {
	outline:none;
}
a:hover{
  text-decoration:none;
}
a:active{
	background: transparent;
}

input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}

.bg-white{
  background: #fff;
}
.bg-specific{
  background: #2EADA2;
}
.bg-grey{
	background: #F4F4F4;
}

.color-specific{
  color: #2EADA2;
}

.d-justify-content {
  display: flex;
  justify-content: space-between;
}
.border-b{
  border-bottom: 1px solid #ccc;
}

.ft-left{
  float: left;
}
.ft-right{
  float: right;
}

.fw-bold{
  font-weight: bold;
}
.fs-20{
  font-size: 20px;
}
.fs-24{
  font-size: 24px;
}

.tx-indent{
  text-indent: 30px;
}
.ta-center{
  text-align: center;
}

.mt-10{ margin-top:10px }
.mt-15{ margin-top:15px }
.mt-20{ margin-top:20px }

.mb-10{ margin-bottom:10px }
.mb-20{ margin-bottom:20px }
.mb-30{ margin-bottom:30px }
.mb-50{ margin-bottom: 50px}

.my-10{margin:10px 0}
.my-15{margin:15px 0}
.my-30{margin:30px 0}

.mx-10{margin:0 10px}
.mx-15{margin:0 15px}
.mx-30{margin:0 30px}

.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 30px;}
.pb-30{padding-bottom: 30px;}

.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}

.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}

.px-10{padding: 0 10px;}
.px-15{padding: 0 15px;}

.py-10{padding: 10px 0;}
.py-15{padding: 15px 0;}

.pxy-10{ padding: 10px;}
.pxy-15{ padding: 15px;}

.en{display: none;}
.cn{display: none;}

.container{
  max-width: 1200px;
  height: 100%;
  padding: 0;
}
.widget-item img{
  width: 100%;
}

.layout-lr{
  display: flex;
}
.layout-lr > .left{
  flex: 1;
  margin-right: 20px;
  background: #fff;
  padding: 20px;
}
.layout-lr > .right{
  width: 400px;
}

.layout-lr > .left h4{
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: 2px solid #2EADA2;
  font-weight: 700;
}

.btop-light-green{
  border-top: 15px solid #88DFD7;
}
.btop-orange{
  border-top: 15px solid #FFB26E;
}



.subtitle{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.subtitle .line-lf{
  width: 40px;
  height: 2px;
  background-color: #000;
}
.subtitle .line-rt{
  width: 40px;
  height: 2px;
  background-color: #000;
}
.subtitle .word{
  padding: 0 10px;
  margin-bottom: 0;
}