@media only screen and (max-width: 767px) {
	.burger {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 5px;
		right: 5px;
		border-radius: 4px;
		z-index: 2100;
		transition: .4s;
	}
	.fixed .burger {
		top: 0px;
	}
	.burger span {
		position: relative;
		margin-top: 9px;
		margin-bottom: 9px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -1.5px;
	}
	.burger span, .burger span::before, .burger span::after {
		display: block;
		width: 30px;
		height: 1px;
		background-color: #fff;
		outline: 1px solid transparent;
		-webkit-transition-property: background-color, -webkit-transform;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		transition-property: background-color, transform;
		-webkit-transition-duration: 0.9s;
		-moz-transition-duration: 0.9s;
		-o-transition-duration: 0.9s;
		transition-duration: 0.9s;
	}
	.burger span::before, .burger span::after {
		position: absolute;
		content: "";
	}
	.burger span::before {
		top: -9px;
	}
	.burger span::after {
		top: 9px;
	}
	.burger.clicked span {
		background-color: transparent;
	}
	.burger.clicked span::before {
		-webkit-transform: translateY(9px) rotate(45deg);
		-moz-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
		-o-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
	.burger.clicked span::after {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		-moz-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
		-o-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}
	.burger.clicked span:before, .burger.clicked span:after {
		background-color: rgba(255, 255, 255, 0.5);
	}
	.burger:hover {
		cursor: pointer;
	}
}

.mobile-nav {
	background-color: #1889C9;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 300px;
	width: 100%;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.mobile-nav.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile-nav ul {
	margin: 0px;
	padding: 70px 40px;
	list-style-type: none;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.mobile-nav ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.mobile-nav ul li a {
	color: #FFFFFF;
	padding: 10px;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	text-decoration: none;
}
.mobile-nav ul li a:hover {
	text-decoration: none;
}

footer {
    text-decoration: none;
	color: #FFFFFF!important;
    background-image: #1889C9 ;
}

header {
	/* background-image: linear-gradient(to right, #1889C9 0%, #1889C9 75%) !important; */
	background-image: #1889C9 ;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
header a, header a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.header-top {
	display: block;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.15);
	/* background-image: linear-gradient(to right, #1889C9 0%, #1889C9 75%) !important; */
	background-image: #1889C9;
	height: 100px;
}
.logo {
	width: 100%;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.logo-img {
	float: left;
	width: 50px;
	height: 50px;
}
.logo-img2 {
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}
.logo-text {
	float: left;
	font-size: 28px;
	color: #FFFFFF;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, 0.2);
	padding: 5px 0 0 15px;
	margin-top: 10px;
}
.login-text {
	float: left;
	font-size: 28px;
	color: #FFFFFF;
	padding-left: 20px;
	border-left-width: 1px;
	/* border-left-style: solid; */
	border-left-color: rgba(255, 255, 255, 0.2);
	padding: 5px 0 0 15px;
	margin-top: 10px;
}
.logo-text a, .logo-text a:hover {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.logo-text-eng {
	font-size: 18px;
	padding-left: 8px;
	letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	.header-top {
		height: 60px;
	}
	.logo-text {
		margin-top: 10px;
		padding-left: 8px;
		font-size: 18px;
	}
	.logo-text-eng {
		font-size: 15px;
		display: block;
		padding-left: 0px;
	}
}
@media screen and (max-width: 480px) {
	.logo-text {
		font-size: 15px;
		border-left-width: 0px;
		padding-left: 5px
	}
}
@media screen and (max-width: 767px) {
	.logo-img {
		margin: 5px 0 0 0;
		float: left;
		width: 42px;
		height: 42px;
	}
	.logo-img2 {
		display: none
	}
	.logo-text {
		border-left-width: 0px;
	}
}
@media only screen and (min-width: 767px) {
	.logo-text-ntsu {
		display: none;
	}
}
.menu-section {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.menu-section {
		display: none;
	}
}


.language {
	position: absolute;
	right: 12%;
	top: 30px;
	width: 150px;
}
.language a {
	color: #ffffff;
	font-weight: bold;
	padding: 8px 12px 8px 50px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.language a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.language a i {
	font-size: 35px;
	left: 5px;
	position: absolute;
}
@media only screen and (max-width: 1366px) and (min-width: 767px) {
	.language {
		top: 17px;
		right: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.language {
		top: 17px;
		right: 0px;
	}
	.language a {
		font-size: 13px;
		padding: 5px 8px 5px 30px;
	}
	.language a i {
		font-size: 22px;
	}
}
#menu {
	width: 80%;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
}
#menu li {
	display: block;
	flex: 1;
	text-align: center;
}
#menu li a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	letter-spacing: 1px;
}
#menu li .current a {
	color: rgba(255, 255, 255, 1);
}
#menu li a i {
	font-size: 18px;
	margin-right: 5px;
}
#menu li a span {
	font-size: 13px;
	padding-left: 5px;
}
@media screen and (max-width: 1200px) {
	#menu {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#menu li a span {
		display: block;
		font-size: 12px;
		padding-left: 0px;
	}
}
@media screen and (max-width: 767px) {
	#menu {
		display: none
	}
}
/*end header*/

.section-3pc {
	padding: 3%;
}
@media only screen and (max-width: 767px) {
	.section-3pc {
		padding: 5%;
	}
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
[data-pages-bg-image] {
	background-size: cover;
	position: relative;
}
[data-pages-bg-image]>* {
	z-index: 1;
	position: relative;
}
[data-pages-bg-image]>.bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .4;
}


.imgleft-50pc {
	border-radius: 3px;
	float: left;
	width: 50%;
	margin: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
	.imgleft-50pc {
		display: block;
		width: 100%;
		margin: 0 0px 20px 0;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-hide {
		display: none
	}
	.mobile-block {
		display: block;
	}
}
@media only screen and (min-width: 767px) {
	.mobile-show {
		display: none
	}
}
.btn {
	font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei UI", "Microsoft JhengHei", "HeiTi TC", sans-serif!important;
	font-weight: bolder;
}
.bg-header {
	background-color: #1889C9!important;
	background-image: linear-gradient(125deg, #1889C9 0%, #1889C9 100%)!important;
}
.bg-master {
	background-color: #1889C9!important;
}
.bg-master2 {
	background-color: #1889C9!important;
}


.index-banner {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 3px 7px rgba(0, 0, 0, .5);
	height: 55vh;
}
.index-banner2 {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 55vh;
}
@media only screen and (max-width: 767px) {
	.index-banner {
		height: 40vh;
	}
}
.main-banner {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 2px 15px rgba(0, 0, 0, .4);
	height: 42vh;
}
.main-banner p {
	line-height: 1.2!important;
}
.main-banner2 {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 2px 15px rgba(0, 0, 0, .6);
	height: 36vh;
}
@media only screen and (max-width: 767px) {
	.main-banner {
		padding: 20% 0;
	}
}


.main-banner {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 2px 15px rgba(0, 0, 0, .4);
	height: 42vh;
}
.main-banner2 {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 2px 15px rgba(0, 0, 0, .6);
	height: 36vh;
}
@media only screen and (max-width: 767px) {
	.main-banner {
		padding: 20% 0;
	}
}


.main-title {
	font-family: -apple-system, BlinkMacSystemFont, "sourcehansans-tc", "Noto Sans TC", "PingFang TC", "Hiragino Sans GB", "Microsoft Yahei", MyTitleChinese, sans-serif;
	line-height: 1.2;
	font-size: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-title span {
	font-weight: 600
}
@media only screen and (max-width: 1600px) {
	.main-title {
		font-size: 35px;
	}
}
@media only screen and (max-width: 1200px) {
	.main-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.main-title {
		font-size: 20px;
	}
}
.main-title2 {
	padding: 50px 0px 0px 0px;
	font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "sourcehansans-tc", "Noto Sans TC", "PingFang TC", "Hiragino Sans GB", "Microsoft Yahei", MyTitleChinese, sans-serif;
	line-height: 1.2;
	font-size: 36px;
	text-align: center;
}
.main-title2 span {
	font-weight: 600;
}
@media only screen and (min-width: 767px) {
	.main-title2 {
		padding: 80px 30px 50px 10px;
		float: right;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		writing-mode: tb-lr;
		font-size: 50px;
		text-align: left;
	}
	.main-title2 span {
		display: block;
	}
}
.bg-light-6 {
	background-color: #ffffff!important;
}
.bg-master {
	background-color: #1889C9;
}

.thank-title {
	color: #FFFFFF;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	font-size: 24px;
	width: 100%;
	/* border-radius: 4px 4px 4px 4px; */
	background-color: #1889C9;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
	height: 60px;
	max-height: 60px;
	padding: 12px;
}

.box-edit {
	margin-right: auto;
	margin-left: auto;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	padding: 20px;
}
@media only screen and (max-width: 767px) {
	.box-edit {
		padding: 0px;
	}
}
.box-shadow {
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.13);
}
.text-shadow {
	text-shadow: 0 3px 10px rgba(0, 0, 0, .8);
}
.text-shadow-s {
	text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

ul.process-wrap {
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 0px;
}
li.process-item {
	border-left: 1px solid rgba(0, 0, 0, 0.6);
	padding-left: 40px;
	position: relative;
	padding-bottom: 20px;
}
li.process-item:last-child {
	border-left: none;
}
li.process-item::before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	left: -9px;
}
li.process-item::after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 50%;
	top: 4px;
	left: -5px;
}
ul li .process-item-title {
	background-color: #e7e3dc;
	padding: 7px 15px;
	position: relative;
	top: -8px;
}
ul li .process-item-title::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 15px 17px 0;
	border-color: transparent #e7e3dc transparent transparent;
	left: -15px;
	top: 0;
}
ul li .process-item-content {
	font-size: 15px;
	padding-left: 15px;
	color: #222;
}
ul li .process-item-content span {
	display: block;
	padding: 5px 0;
	margin: 10px 0;
	border-bottom: dotted 1px #c5c5c5;
}
@media only screen and (max-width: 767px) {
	ul.process-wrap {
		padding: 5%;
	}
	.card-title {
		padding-left: 20px;
	}
}
.step {
	font-size: 20px;
	line-height: 0.6;
	font-weight: bold;
	text-align: center;
}
.step span {
	font-size: 70px;
	line-height: 1;
	display: block;
	color: #1889C9;
}
.text-color-red {
	color: #1889C9!important;
}
.videowrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.videowrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videowrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rounded {
	border-radius: 6px!important;
	overflow: hidden;
}
/*simple-list*/

ol.simple-list {
	list-style-type: none;
	list-style-type: decimal !ie;
	/*IE 7- hack*/
	margin: 0;
	padding: 0;
	counter-reset: li-counter;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	display: flex;
}
ol.simple-list>li {
	position: relative;
	margin: 50px;
	padding-left: 0.5em;
	min-height: 3em;
	border-left: 0px solid #CCCCCC;
	line-height: 1.6;
	flex: 1;
}
ol.simple-list>li:before {
	position: absolute;
	top: 0px;
	left: -1em;
	width: 0.8em;
	font-size: 4em;
	line-height: 1;
	text-align: right;
	color: #1889C9;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 1000px) {
	ol.simple-list>li {
		margin: 20px;
	}
	ol.simple-list>li:before {
		font-size: 3em;
	}
}
@media only screen and (max-width: 900px) {
	ol.simple-list {
		display: block;
	}
	ol.simple-list>li {
		width: 100%;
		display: block;
		padding: 5px 60px;
	}
	ol.simple-list>li:before {
		padding: 5px 60px;
		font-size: 2em;
	}
}


.ranking-box {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 900px;
	text-align: center;
}
.ranking-box sup {
	font-size: 50%;
	margin-right: 10px;
}
.ranking-title {
	font-size: 90px;
	color: #1889C9;
	line-height: 1;
}
.ranking-title span {
	font-size: 30px;
}
.ranking-title2 {
	position: relative;
	font-size: 25px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	color: #1889C9;
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}
.ranking-title2:before, .ranking-title2:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 50%;
	height: 1px;
	content: '';
	background-color: #1889C9;
}
.ranking-title2:before {
	margin-left: -50%;
	text-align: right;
}
.ranking-number {
	display: flex;
	margin-top: 20px;
	border-bottom: 1px solid #1889C9;
}
@media screen and (min-width: 767px) {
	.ranking-number {
		padding-bottom: 20px;
	}
}
.ranking-number div {
	flex: 1;
	color: #1889C9;
	border-right: 1px solid #1889C9;
	padding: 0 3%;
}
.ranking-number div:last-child {
	border-right-width: 0px;
}
.ranking-number div span {
	font-size: 50px;
}
@media only screen and (max-width: 767px) {
	.ranking-title {
		font-size: 50px;
	}
	.ranking-number div span {
		font-size: 40px;
	}
}
.ranking-number div p {
	color: #000000;
	margin: 10px 0 40px 0;
	padding: 0px;
	line-height: 1.2;
}


.bar-graph-box {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid #D8D8D8;
	padding: 20px;
	background-color: #F5F5F5;
}
ul.bar-graph {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.bar-graph li {
	display: table-cell;
	height: 100%;
	text-align: center;
}
ul.bar-graph .bar {
	width: 25%;
	height: 250px;
	margin: auto;
	position: relative;
	background-color: #E6E6E6;
}
ul.bar-graph .inner-bar {
	width: 100%;
	background: black;
	position: absolute;
	bottom: 0;
}
.bar-graph .percentage {
	position: relative;
	font-size: 18px;
	top: -30px;
	color: #333;
}
.bar-graph .bar-info-title {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	position: relative;
	font-size: 18px;
	line-height: 1.6;
}
.bar-graph .bar-info-title2 {
	top: -100px;
	position: absolute;
}
.bar-graph .bar-info {
	width: 85px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	line-height: 1.6;
}
.bar-graph .bar-info div {
	text-align: center;
	display: block;
	font-size: 18px;
}
.bar-graph .bar-info span {
	display: block;
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
@media only screen and (max-width: 767px) {
	.bar-graph-box {
		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
		padding: 5px;
	}
	.bar-graph .percentage {
		font-size: 11px;
	}
	.bar-graph .bar-info-title {
		width: 40px;
		font-size: 10px;
	}
	.bar-graph .bar-info div {
		font-size: 10px;
	}
}

.story-box {
	width: 100%;
	float: left;
}

.story-list {
	width: 33%;
	height: 21vw;
	/*display:inline-block;*/
	float: left;
	position: relative;
	margin: 0px!important;
	padding: 0px!important;
}
.story-list:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.story-list:hover:before {
	background-color: rgba(0, 0, 0, 0);
}
.story-list-text {
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	padding: 15px;
	line-height: 1.3;
	text-shadow: 0 5px 5px rgba(0, 0, 0, .5);
	z-index: 10;
	width: 100%;
	font-size: 14px;
}
.story-list:hover .story-list-text {
	background-color: rgba(0, 0, 0, 0.4);
}
.story-list-text h3 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px!important;
}
@media only screen and (max-width: 1000px) {
	.story-list {
		width: 49%;
		height: 30vw;
	}
	.story-list-text h3 {
		font-size: 14px!important;
	}
	.story-list-text {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.story-list {
		width: 100%;
		height: 65vw;
	}
}

.faq ul {
	margin-left: 0;
	padding-left: 5px;
}
.faq li {
	position: relative;
	list-style: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding: 12px 10px 12px 50px;
	;
	line-height: 1.8;
}
.faq ul li:before {
	content: "���";
	position: absolute;
	top: 5px;
	left: 7px;
	width: 35px;
	height: 35px;
	padding: 5px;
	color: #068165;
	text-align: center;
	border-radius: 500px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 25px;
}
.faq li li:before {
	top: 0px;
	left: 0px;
	background-color: #fff;
	color: #333;
	width: 22px;
	height: 22px;
	line-height: 20px;
	padding: 2px;
	font-size: 13px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}
.faq li:after {
	position: absolute;
	top: 3em;
	left: 0.9em;
	width: 0px;
	height: calc(100% - 3em);
	content: '';
	background-color: #ddd;
	z-index: 0;
}
.faq li li {
	margin: 0.5em 0;
	font-weight: normal;
	color: #333333;
	padding: 6px 5px 6px 35px;
	border-bottom: 1px dashed #999999;
}
.faq li li:after {
	width: 0px;
}
.faq ul a {
	color: #1889C9;
	border: 1px solid #1889C9;
	margin: 5px;
	padding: 0px 5px;
	border-radius: 5px;
}
.faq ul a:hover {
	color: #fff!important;
	background-color: #1889C9;
}
.faq .input-container {
	width: 10.5%!important;
}
.faq .input-container .radio-tile {
	border: 0px!important;
	background-color: #F4F3F0;
}
@media only screen and (max-width: 1000px) {
	.faq .input-container {
		width: 18%!important;
	}
}
@media only screen and (max-width: 767px) {
	.faq .input-container {
		width: 30.5%!important;
	}
	.faq ul li:before {
		top: 5px;
		left: 0px;
		font-size: 15px;
	}
}

.collapsed {
	font-weight: normal!important;
}

ol.result-list {
	display: flex;
	list-style-type: none;
	list-style-type: decimal !ie;
	/*IE 7- hack*/
	margin: 0;
	padding: 0;
}
ol.result-list>li {
	flex: 1;
	margin: 5px;
	padding: 25px 20px;
	line-height: 1.6;
	color: #fff;
	border-radius: 5px;
}
ol.result-list>li .icon {
	text-align: center;
	margin: 25px auto;
}
ol.result-list>li .icon img {
	width: 90px;
	margin: 0 auto;
	display: block;
}
ol.result-list>li:nth-child(1) {
	background-color: #1889C9;
}
ol.result-list>li:nth-child(2) {
	background-color: #628B9F;
}
ol.result-list>li:nth-child(3) {
	background-color: #8E7E73;
}
ol.result-list>li:nth-child(4) {
	background-color: #635A47;
}
@media only screen and (max-width: 1000px) {
	ol.result-list>li {
		margin: 5px;
	}
}
@media only screen and (max-width: 900px) {
	ol.result-list {
		display: block;
	}
	ol.result-list>li {
		width: 100%;
		display: block;
		margin: 10px;
	}
}

.list-style-1 ol {
	counter-reset: myCounter;
	padding: 0px 3%;
}
.list-style-1 ol li {
	position: relative;
	padding: 10px 10px 10px 60px;
	margin: 1em 0;
	list-style: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000;
	line-height: 1.6!important;
}
.list-style-1 ol li h3 {
	color: #1889C9;
	margin-bottom: 20px;
	font-size: 22px;
	letter-spacing: 1px;
}
.list-style-1 ol li:before {
	content: counter(myCounter);
	counter-increment: myCounter;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 35px;
	height: 35px;
	padding: 5px;
	color: #fff;
	background: #1889C9;
	text-align: center;
	border-radius: 500px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 25px;
	line-height: 1;
}
.list-style-1 ol li:after {
	position: absolute;
	top: 1em;
	left: 22px;
	width: 1px;
	height: calc(100% - 0em);
	content: '';
	background-color: #1889C9;
	z-index: 0;
}
.list-style-1 ol li li:before {
	top: 5px;
	left: -25px;
	background-color: #fff;
	color: #1889C9;
	width: 25px;
	height: 25px;
	padding: 2px;
	font-size: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
	font-weight: bold;
}
.list-style-1 ol li li {
	margin: 0.5em 0;
	font-weight: normal;
	color: #333333;
	padding: 4px 5px 4px 15px;
	border-bottom: 1px dashed #999999;
}
.list-style-1 ol li li:after {
	width: 0px;
}
@media screen and (max-width: 767px) {
	.list-style-1 ol {
		padding: 0px;
	}
	.list-style-1 ol li {
		padding: 10px 10px 10px 30px;
	}
	.list-style-1 ol li:before {
		top: 12px;
		left: -12px;
		width: 28px;
		height: 28px;
		padding: 5px;
		font-size: 18px;
		line-height: 1;
	}
	.list-style-1 ol li li:before {
		left: -12px;
	}
	.list-style-1 ol li:after {
		top: 15px;
		left: 0px;
	}
}


.table-box {
	overflow-x: auto;
	margin: 20px 0;
}
.table-box div {
	font-weight: bold;
	color: #1889C9;
	margin-bottom: 10px;
}
.table-box table {
	border: 0px solid #1889C9;
	min-width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.table-box table th {
	background: #1889C9;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #1889C9;
}
.table-box table th {
	border-right: 1px solid #1889C9;
	padding: 5px 4px;
}
.table-box table tbody td {
	border: 1px solid #1889C9;
	padding: 5px;
}
.table-box table tbody>tr:nth-child(odd)>td {
	background-color: #EFF1F1;
}
@media screen and (max-width: 767px) {
	.table-box table {
		font-size: 13px;
	}
	.table-box table tbody td {
		padding: 2px 4px;
	}
}

.column-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 29px;
	-moz-column-gap: 29px;
	column-gap: 29px;
}


@media screen and (max-width: 767px) {
	.section {
		padding: 30px 0!important;
	}
	h2, .text-8, .text-6, .text-5 {
		font-size: 24px!important;
	}
	.text-5 {
		font-size: 20px!important;
	}
	.p-5 {
		padding: 25px!important;
	}
}
footer a {
	color: #fff!important;
	/* text-decoration: underline!important; */
    text-decoration: none !important;

}
footer a i {
	color: #1889C9!important;
	font-size: 20px!important;
}
footer a:hover i {
	color: #fff!important;
}
.flex-box {
	display: flex;
}
.flex-box div {
	flex: 1;
}


.max-w-xs {
	max-width: 20rem
}
.max-w-sm {
	max-width: 24rem
}
.max-w-md {
	max-width: 28rem
}
.max-w-lg {
	max-width: 32rem
}
.max-w-xl {
	max-width: 36rem
}
.max-w-2xl {
	max-width: 42rem
}
.max-w-3xl {
	max-width: 48rem
}
.max-w-4xl {
	max-width: 56rem
}
.max-w-5xl {
	max-width: 64rem
}
.max-w-6xl {
	max-width: 72rem
}
.max-w-7xl {
	max-width: 80rem
}
.max-w-8xl {
	max-width: 88rem
}
.max-w-9xl {
	max-width: 92rem
}
.max-w-10xl {
	max-width: 102rem
}
.max-w-full {
	max-width: 100%
}
